combined_text
stringlengths
106
1.05k
###question:What is the average opening at Stadyum Samsun with a capacity smaller than 34,658?###answer:SELECT AVG(opening) FROM table_name_20 WHERE stadium = "stadyum samsun" AND capacity < 34 OFFSET 658###context:CREATE TABLE table_name_20 (opening INTEGER, stadium VARCHAR, capacity VARCHAR)
###question:What is the Years for Jazz Club at Oregon State?###answer:SELECT years_for_jazz FROM table_name_46 WHERE school_club_team = "oregon state"###context:CREATE TABLE table_name_46 (years_for_jazz VARCHAR, school_club_team VARCHAR)
###question:Which player is Andre Owens in Year for Jazz?###answer:SELECT years_for_jazz FROM table_name_38 WHERE player = "andre owens"###context:CREATE TABLE table_name_38 (years_for_jazz VARCHAR, player VARCHAR)
###question:What is the Year for Jazz club of Houston?###answer:SELECT years_for_jazz FROM table_name_54 WHERE school_club_team = "houston"###context:CREATE TABLE table_name_54 (years_for_jazz VARCHAR, school_club_team VARCHAR)
###question:What is position does Dan O'Sullivan play?###answer:SELECT position FROM table_name_58 WHERE player = "dan o'sullivan"###context:CREATE TABLE table_name_58 (position VARCHAR, player VARCHAR)
###question:What position in the club team of Kansas?###answer:SELECT position FROM table_name_21 WHERE school_club_team = "kansas"###context:CREATE TABLE table_name_21 (position VARCHAR, school_club_team VARCHAR)
###question:Who is the center position of Years for Jazz, Greg Ostertag?###answer:SELECT years_for_jazz FROM table_name_43 WHERE position = "center" AND player = "greg ostertag"###context:CREATE TABLE table_name_43 (years_for_jazz VARCHAR, position VARCHAR, player VARCHAR)
###question:What is the Date for the Away team University?###answer:SELECT date FROM table_name_73 WHERE away_team = "university"###context:CREATE TABLE table_name_73 (date VARCHAR, away_team VARCHAR)
###question:What is the Home team score at junction oval?###answer:SELECT home_team FROM table_name_19 WHERE venue = "junction oval"###context:CREATE TABLE table_name_19 (home_team VARCHAR, venue VARCHAR)
###question:What Date did the Home team play in essendon?###answer:SELECT date FROM table_name_48 WHERE home_team = "essendon"###context:CREATE TABLE table_name_48 (date VARCHAR, home_team VARCHAR)
###question:What country has OF-1 Locotenent?###answer:SELECT country FROM table_name_1 WHERE of_1 = "locotenent"###context:CREATE TABLE table_name_1 (country VARCHAR, of_1 VARCHAR)
###question:What country has OF-1 Locotenent?###answer:SELECT country FROM table_name_40 WHERE of_1 = "locotenent"###context:CREATE TABLE table_name_40 (country VARCHAR, of_1 VARCHAR)
###question:Which OF-5 is in Ghana?###answer:SELECT of_5 FROM table_name_48 WHERE country = "ghana"###context:CREATE TABLE table_name_48 (of_5 VARCHAR, country VARCHAR)
###question:What is the OF-4 of Albania?###answer:SELECT of_4 FROM table_name_47 WHERE country = "albania"###context:CREATE TABLE table_name_47 (of_4 VARCHAR, country VARCHAR)
###question:What is the total pick numbers for the CFL team Edmonton Eskimos?###answer:SELECT SUM(pick__number) FROM table_name_79 WHERE cfl_team = "edmonton eskimos"###context:CREATE TABLE table_name_79 (pick__number INTEGER, cfl_team VARCHAR)
###question:What p;layer attended Concordia College?###answer:SELECT player FROM table_name_40 WHERE college = "concordia"###context:CREATE TABLE table_name_40 (player VARCHAR, college VARCHAR)
###question:What is the total number of picks for the position of OL?###answer:SELECT SUM(pick__number) FROM table_name_87 WHERE position = "ol"###context:CREATE TABLE table_name_87 (pick__number INTEGER, position VARCHAR)
###question:Name the highest week for result of w 38-13###answer:SELECT MAX(week) FROM table_name_7 WHERE result = "w 38-13"###context:CREATE TABLE table_name_7 (week INTEGER, result VARCHAR)
###question:I want to know the date with attendance of 35,763###answer:SELECT date FROM table_name_88 WHERE attendance = "35,763"###context:CREATE TABLE table_name_88 (date VARCHAR, attendance VARCHAR)
###question:Which series with a total of 27 albums did Dargaud edit?###answer:SELECT series FROM table_name_39 WHERE editor = "dargaud" AND albums = "27"###context:CREATE TABLE table_name_39 (series VARCHAR, editor VARCHAR, albums VARCHAR)
###question:What years did the magazine Vaillant and Pif run?###answer:SELECT years FROM table_name_78 WHERE magazine = "vaillant and pif"###context:CREATE TABLE table_name_78 (years VARCHAR, magazine VARCHAR)
###question:What state is susana martinez from?###answer:SELECT state FROM table_name_72 WHERE current_governor = "susana martinez"###context:CREATE TABLE table_name_72 (state VARCHAR, current_governor VARCHAR)
###question:What is the Home team score when away team is hawthorn?###answer:SELECT home_team AS score FROM table_name_70 WHERE away_team = "hawthorn"###context:CREATE TABLE table_name_70 (home_team VARCHAR, away_team VARCHAR)
###question:What league is ordabasy-2 in?###answer:SELECT league FROM table_name_64 WHERE team = "ordabasy-2"###context:CREATE TABLE table_name_64 (league VARCHAR, team VARCHAR)
###question:On what date was Richmond hosted as the away team?###answer:SELECT date FROM table_name_50 WHERE away_team = "richmond"###context:CREATE TABLE table_name_50 (date VARCHAR, away_team VARCHAR)
###question:Tell me the Hindu with Jewish of source: uk 2001 census###answer:SELECT hindu FROM table_name_87 WHERE jewish = "source: uk 2001 census"###context:CREATE TABLE table_name_87 (hindu VARCHAR, jewish VARCHAR)
###question:Tell me the ethnic group for jewish of 0.47%###answer:SELECT ethnic_group FROM table_name_77 WHERE jewish = "0.47%"###context:CREATE TABLE table_name_77 (ethnic_group VARCHAR, jewish VARCHAR)
###question:Tell me the Hindu for ethnic group for white irish###answer:SELECT hindu FROM table_name_4 WHERE ethnic_group = "white irish"###context:CREATE TABLE table_name_4 (hindu VARCHAR, ethnic_group VARCHAR)
###question:Name the ethnic group with a buddhist of 0.19%###answer:SELECT ethnic_group FROM table_name_94 WHERE buddhist = "0.19%"###context:CREATE TABLE table_name_94 (ethnic_group VARCHAR, buddhist VARCHAR)
###question:What was the attendance of week 8?###answer:SELECT attendance FROM table_name_24 WHERE week = 8###context:CREATE TABLE table_name_24 (attendance VARCHAR, week VARCHAR)
###question:Who was the opponent of carlton at their home game?###answer:SELECT away_team FROM table_name_95 WHERE home_team = "carlton"###context:CREATE TABLE table_name_95 (away_team VARCHAR, home_team VARCHAR)
###question:Tell me the result for 3 goals###answer:SELECT result FROM table_name_46 WHERE goal = 3###context:CREATE TABLE table_name_46 (result VARCHAR, goal VARCHAR)
###question:Name the score for november 16###answer:SELECT score FROM table_name_8 WHERE date = "november 16"###context:CREATE TABLE table_name_8 (score VARCHAR, date VARCHAR)
###question:What is the Away Team Score of the Hawthorn Home Team?###answer:SELECT away_team AS score FROM table_name_6 WHERE home_team = "hawthorn"###context:CREATE TABLE table_name_6 (away_team VARCHAR, home_team VARCHAR)
###question:What is the Away Team Score of the Collingwood Home Team?###answer:SELECT away_team AS score FROM table_name_26 WHERE away_team = "collingwood"###context:CREATE TABLE table_name_26 (away_team VARCHAR)
###question:What Away Team's venue is Arden Street Oval?###answer:SELECT away_team FROM table_name_45 WHERE venue = "arden street oval"###context:CREATE TABLE table_name_45 (away_team VARCHAR, venue VARCHAR)
###question:Name the least Laps for accident and gird more than 13###answer:SELECT MIN(laps) FROM table_name_41 WHERE time_retired = "accident" AND grid > 13###context:CREATE TABLE table_name_41 (laps INTEGER, time_retired VARCHAR, grid VARCHAR)
###question:Tell me the lowest Grid for engine and driver of emerson fittipaldi with more laps than 70###answer:SELECT MIN(grid) FROM table_name_83 WHERE time_retired = "engine" AND driver = "emerson fittipaldi" AND laps > 70###context:CREATE TABLE table_name_83 (grid INTEGER, laps VARCHAR, time_retired VARCHAR, driver...
###question:In what venue was the away team South Melbourne?###answer:SELECT venue FROM table_name_62 WHERE away_team = "south melbourne"###context:CREATE TABLE table_name_62 (venue VARCHAR, away_team VARCHAR)
###question:Where did the away team Carlton play?###answer:SELECT venue FROM table_name_2 WHERE away_team = "carlton"###context:CREATE TABLE table_name_2 (venue VARCHAR, away_team VARCHAR)
###question:What home team played against Richmond?###answer:SELECT home_team FROM table_name_73 WHERE away_team = "richmond"###context:CREATE TABLE table_name_73 (home_team VARCHAR, away_team VARCHAR)
###question:What is the smallest crowd size for punt road oval?###answer:SELECT MIN(crowd) FROM table_name_68 WHERE venue = "punt road oval"###context:CREATE TABLE table_name_68 (crowd INTEGER, venue VARCHAR)
###question:Which Number of people 1991 has a Percent of Slovenes 1991 of 14.4%?###answer:SELECT MAX(number_of_people_1991) FROM table_name_67 WHERE percent_of_slovenes_1991 = "14.4%"###context:CREATE TABLE table_name_67 (number_of_people_1991 INTEGER, percent_of_slovenes_1991 VARCHAR)
###question:Which Percent of Slovenes 1951 has a Number of people 1991 larger than 8, and a Village (German) of plöschenberg?###answer:SELECT percent_of_slovenes_1951 FROM table_name_60 WHERE number_of_people_1991 > 8 AND village__german_ = "plöschenberg"###context:CREATE TABLE table_name_60 (percent_of_slovenes_1951 V...
###question:Where was Collingwood's away game played?###answer:SELECT venue FROM table_name_3 WHERE away_team = "collingwood"###context:CREATE TABLE table_name_3 (venue VARCHAR, away_team VARCHAR)
###question:What was the away team's score at Western Oval?###answer:SELECT away_team AS score FROM table_name_74 WHERE venue = "western oval"###context:CREATE TABLE table_name_74 (away_team VARCHAR, venue VARCHAR)
###question:When did Collingwood play an away game?###answer:SELECT date FROM table_name_53 WHERE away_team = "collingwood"###context:CREATE TABLE table_name_53 (date VARCHAR, away_team VARCHAR)
###question:What team is based at junction oval?###answer:SELECT home_team FROM table_name_66 WHERE venue = "junction oval"###context:CREATE TABLE table_name_66 (home_team VARCHAR, venue VARCHAR)
###question:What is the team set at junction oval?###answer:SELECT home_team FROM table_name_68 WHERE venue = "junction oval"###context:CREATE TABLE table_name_68 (home_team VARCHAR, venue VARCHAR)
###question:What driver has a grid under 12 with a Time/Retired of + 3 laps?###answer:SELECT driver FROM table_name_87 WHERE grid < 12 AND time_retired = "+ 3 laps"###context:CREATE TABLE table_name_87 (driver VARCHAR, grid VARCHAR, time_retired VARCHAR)
###question:What is the high grid for osella - alfa romeo, and a Laps larger than 61?###answer:SELECT MAX(grid) FROM table_name_56 WHERE constructor = "osella - alfa romeo" AND laps > 61###context:CREATE TABLE table_name_56 (grid INTEGER, constructor VARCHAR, laps VARCHAR)
###question:How many picks does Matt Moran have altogether after round 6?###answer:SELECT COUNT(pick) FROM table_name_72 WHERE name = "matt moran" AND round > 6###context:CREATE TABLE table_name_72 (pick VARCHAR, name VARCHAR, round VARCHAR)
###question:What position after round 8 has a pick less than 270?###answer:SELECT position FROM table_name_67 WHERE round > 8 AND pick < 270###context:CREATE TABLE table_name_67 (position VARCHAR, round VARCHAR, pick VARCHAR)
###question:What is the total number of rounds that UCLA has?###answer:SELECT COUNT(round) FROM table_name_41 WHERE school = "ucla"###context:CREATE TABLE table_name_41 (round VARCHAR, school VARCHAR)
###question:What is the lowest round for Georgia Tech?###answer:SELECT MIN(round) FROM table_name_2 WHERE school = "georgia tech"###context:CREATE TABLE table_name_2 (round INTEGER, school VARCHAR)
###question:What is the average round for Georgia Tech with a pick greater than 103?###answer:SELECT AVG(round) FROM table_name_81 WHERE school = "georgia tech" AND pick > 103###context:CREATE TABLE table_name_81 (round INTEGER, school VARCHAR, pick VARCHAR)
###question:Which player is featured for 2001-2002?###answer:SELECT player FROM table_name_28 WHERE year = "2001-2002"###context:CREATE TABLE table_name_28 (player VARCHAR, year VARCHAR)
###question:Which player is from Queens, NY?###answer:SELECT player FROM table_name_77 WHERE hometown = "queens, ny"###context:CREATE TABLE table_name_77 (player VARCHAR, hometown VARCHAR)
###question:Where did Maya Moore attend school?###answer:SELECT school FROM table_name_6 WHERE player = "maya moore"###context:CREATE TABLE table_name_6 (school VARCHAR, player VARCHAR)
###question:What is the difference with a loss smaller than 5 and points lower than 32?###answer:SELECT COUNT(diff) FROM table_name_50 WHERE lost < 5 AND points < 32###context:CREATE TABLE table_name_50 (diff VARCHAR, lost VARCHAR, points VARCHAR)
###question:Which loss had a player lower than 18?###answer:SELECT MIN(lost) FROM table_name_63 WHERE played < 18###context:CREATE TABLE table_name_63 (lost INTEGER, played INTEGER)
###question:Who won the 2012 game that had a score of 15–0?###answer:SELECT winner FROM table_name_88 WHERE year = 2012 AND result = "15–0"###context:CREATE TABLE table_name_88 (winner VARCHAR, year VARCHAR, result VARCHAR)
###question:Tell me the week for result of l 31-27, and an Attendance smaller than 85,865###answer:SELECT AVG(week) FROM table_name_99 WHERE result = "l 31-27" AND attendance < 85 OFFSET 865###context:CREATE TABLE table_name_99 (week INTEGER, result VARCHAR, attendance VARCHAR)
###question:Who had notes of Prizzi's Honor?###answer:SELECT director FROM table_name_72 WHERE notes = "prizzi's honor"###context:CREATE TABLE table_name_72 (director VARCHAR, notes VARCHAR)
###question:What Superlative had a record set of 12 nominations?###answer:SELECT superlative FROM table_name_23 WHERE record_set = "12 nominations"###context:CREATE TABLE table_name_23 (superlative VARCHAR, record_set VARCHAR)
###question:What is the highest number of laps completed by driver Joe Nemechek?###answer:SELECT MAX(laps) FROM table_name_3 WHERE driver = "joe nemechek"###context:CREATE TABLE table_name_3 (laps INTEGER, driver VARCHAR)
###question:What is the home team score when they played at Victoria Park?###answer:SELECT home_team AS score FROM table_name_7 WHERE venue = "victoria park"###context:CREATE TABLE table_name_7 (home_team VARCHAR, venue VARCHAR)
###question:What was the venue when the home team was Fitzroy?###answer:SELECT venue FROM table_name_76 WHERE home_team = "fitzroy"###context:CREATE TABLE table_name_76 (venue VARCHAR, home_team VARCHAR)
###question:What is the date for proposed for revere textile prints corporation###answer:SELECT proposed FROM table_name_40 WHERE name = "revere textile prints corporation"###context:CREATE TABLE table_name_40 (proposed VARCHAR, name VARCHAR)
###question:What is the deleted for tolland?###answer:SELECT deleted FROM table_name_71 WHERE county = "tolland"###context:CREATE TABLE table_name_71 (deleted VARCHAR, county VARCHAR)
###question:What is the away side score when hawthorn is the home side?###answer:SELECT away_team AS score FROM table_name_93 WHERE home_team = "hawthorn"###context:CREATE TABLE table_name_93 (away_team VARCHAR, home_team VARCHAR)
###question:What is the average lap total for grids under 19 and a Time/Retired of +4 laps?###answer:SELECT AVG(laps) FROM table_name_63 WHERE time_retired = "+4 laps" AND grid < 19###context:CREATE TABLE table_name_63 (laps INTEGER, time_retired VARCHAR, grid VARCHAR)
###question:Who drive over 43 laps in grid 5?###answer:SELECT driver FROM table_name_66 WHERE laps > 43 AND grid = 5###context:CREATE TABLE table_name_66 (driver VARCHAR, laps VARCHAR, grid VARCHAR)
###question:Which Away team score has a Venue of princes park?###answer:SELECT away_team AS score FROM table_name_7 WHERE venue = "princes park"###context:CREATE TABLE table_name_7 (away_team VARCHAR, venue VARCHAR)
###question:Which Away team score has a Home team of melbourne?###answer:SELECT away_team AS score FROM table_name_17 WHERE home_team = "melbourne"###context:CREATE TABLE table_name_17 (away_team VARCHAR, home_team VARCHAR)
###question:What genre is revolving doors of vengeance 酒店風雲?###answer:SELECT genre FROM table_name_30 WHERE english_title__chinese_title_ = "revolving doors of vengeance 酒店風雲"###context:CREATE TABLE table_name_30 (genre VARCHAR, english_title__chinese_title_ VARCHAR)
###question:What is the english title of the modern drama, episode 20, that airs on 26 sep- 21 oct?###answer:SELECT english_title__chinese_title_ FROM table_name_82 WHERE genre = "modern drama" AND number_of_episodes = 20 AND airing_date = "26 sep- 21 oct"###context:CREATE TABLE table_name_82 (english_title__chinese_ti...
###question:What is the D48 when the D 50 O is d 31?###answer:SELECT d_48_√ FROM table_name_67 WHERE d_50_o = "d 31"###context:CREATE TABLE table_name_67 (d_48_√ VARCHAR, d_50_o VARCHAR)
###question:What was Catalogue tojp 60121-22's Date?###answer:SELECT date FROM table_name_67 WHERE catalogue = "tojp 60121-22"###context:CREATE TABLE table_name_67 (date VARCHAR, catalogue VARCHAR)
###question:What was the Date of Country of United States?###answer:SELECT date FROM table_name_97 WHERE country = "united states"###context:CREATE TABLE table_name_97 (date VARCHAR, country VARCHAR)
###question:What Catalogue is Dated 14 november 2003, with the Format compact disc?###answer:SELECT catalogue FROM table_name_47 WHERE date = "14 november 2003" AND format = "compact disc"###context:CREATE TABLE table_name_47 (catalogue VARCHAR, date VARCHAR, format VARCHAR)
###question:What is the Label for Date of 14 November 2003, and Catalogue tojp 60121-22?###answer:SELECT label FROM table_name_70 WHERE date = "14 november 2003" AND catalogue = "tojp 60121-22"###context:CREATE TABLE table_name_70 (label VARCHAR, date VARCHAR, catalogue VARCHAR)
###question:What Label was Catalogued tojp 60121-22?###answer:SELECT label FROM table_name_83 WHERE catalogue = "tojp 60121-22"###context:CREATE TABLE table_name_83 (label VARCHAR, catalogue VARCHAR)
###question:What is the record for Norway on 23 august 1981?###answer:SELECT record FROM table_name_56 WHERE nationality = "norway" AND date = "23 august 1981"###context:CREATE TABLE table_name_56 (record VARCHAR, nationality VARCHAR, date VARCHAR)
###question:What is the record for the 20000 m walk?###answer:SELECT record FROM table_name_12 WHERE event = "20000 m walk"###context:CREATE TABLE table_name_12 (record VARCHAR, event VARCHAR)
###question:When was the Bye week?###answer:SELECT date FROM table_name_62 WHERE result = "bye"###context:CREATE TABLE table_name_62 (date VARCHAR, result VARCHAR)
###question:Which Open 2nd VIII had a U15 6th Quad of BGS and a U16 1st VII of TSS?###answer:SELECT open_2nd_viii FROM table_name_5 WHERE u15_6th_quad = "bgs" AND u16_1st_viii = "tss"###context:CREATE TABLE table_name_5 (open_2nd_viii VARCHAR, u15_6th_quad VARCHAR, u16_1st_viii VARCHAR)
###question:What U15 3rd Quad has a U15 2nd Quad of ACGS?###answer:SELECT u15_3rd_quad FROM table_name_89 WHERE u15_2nd_quad = "acgs"###context:CREATE TABLE table_name_89 (u15_3rd_quad VARCHAR, u15_2nd_quad VARCHAR)
###question:Which U15 4th Quad had a U15 3rd Quad of BBC and U15 6th Quad of GT?###answer:SELECT u15_4th_quad FROM table_name_68 WHERE u15_3rd_quad = "bbc" AND u15_6th_quad = "gt"###context:CREATE TABLE table_name_68 (u15_4th_quad VARCHAR, u15_3rd_quad VARCHAR, u15_6th_quad VARCHAR)
###question:Which U15 1st Quad had an Open 3rd VIII of BBC and U16 3rd VIII of BBC?###answer:SELECT u15_1st_quad FROM table_name_37 WHERE open_3rd_viii = "bbc" AND u16_3rd_viii = "bbc"###context:CREATE TABLE table_name_37 (u15_1st_quad VARCHAR, open_3rd_viii VARCHAR, u16_3rd_viii VARCHAR)
###question:What was the nationality of the athlete with a final result of 4.50?###answer:SELECT nationality FROM table_name_92 WHERE result = "4.50"###context:CREATE TABLE table_name_92 (nationality VARCHAR, result VARCHAR)
###question:What was the athlete with a final result of 4.30?###answer:SELECT athlete FROM table_name_48 WHERE result = "4.30"###context:CREATE TABLE table_name_48 (athlete VARCHAR, result VARCHAR)
###question:Which country has the Highest mountain of rettlkirchspitze?###answer:SELECT country FROM table_name_68 WHERE highest_mountain = "rettlkirchspitze"###context:CREATE TABLE table_name_68 (country VARCHAR, highest_mountain VARCHAR)
###question:What is the average height with the Highest mountain of hochgall?###answer:SELECT AVG(height__m_) FROM table_name_54 WHERE highest_mountain = "hochgall"###context:CREATE TABLE table_name_54 (height__m_ INTEGER, highest_mountain VARCHAR)
###question:What US Country released an album of singles only in 1967?###answer:SELECT us_country FROM table_name_30 WHERE album = "singles only" AND year = 1967###context:CREATE TABLE table_name_30 (us_country VARCHAR, album VARCHAR, year VARCHAR)
###question:What was the best album in 1965?###answer:SELECT us AS AC FROM table_name_13 WHERE album = "the best" AND year = 1965###context:CREATE TABLE table_name_13 (us VARCHAR, album VARCHAR, year VARCHAR)
###question:What is the result of the fight that had a tko (low kicks)?###answer:SELECT result FROM table_name_98 WHERE method = "tko (low kicks)"###context:CREATE TABLE table_name_98 (result VARCHAR, method VARCHAR)
###question:What event went under 3 rounds and was no contest (punch after knockdown)?###answer:SELECT event FROM table_name_74 WHERE round < 3 AND method = "no contest (punch after knockdown)"###context:CREATE TABLE table_name_74 (event VARCHAR, round VARCHAR, method VARCHAR)
###question:What event was in hong kong and went less than 2 rounds?###answer:SELECT event FROM table_name_66 WHERE round < 2 AND location = "hong kong"###context:CREATE TABLE table_name_66 (event VARCHAR, round VARCHAR, location VARCHAR)
###question:How many rounds was the fight against carter williams?###answer:SELECT round FROM table_name_2 WHERE opponent = "carter williams"###context:CREATE TABLE table_name_2 (round VARCHAR, opponent VARCHAR)