text
stringlengths
150
1.06k
source
dict
### QUESTION What is Name, when Team is Detroit Pistons, and when WSU Year(s) is 1979-82? ### CONTEXT CREATE TABLE table_name_3 (name VARCHAR, team VARCHAR, wsu_year_s_ VARCHAR) ### ANSWER SELECT name FROM table_name_3 WHERE team = "detroit pistons" AND wsu_year_s_ = "1979-82"</s>
{ "answer": "SELECT name FROM table_name_3 WHERE team = \"detroit pistons\" AND wsu_year_s_ = \"1979-82\"", "context": "CREATE TABLE table_name_3 (name VARCHAR, team VARCHAR, wsu_year_s_ VARCHAR)", "question": "What is Name, when Team is Detroit Pistons, and when WSU Year(s) is 1979-82?" }
### QUESTION What was the mls cup playoffs when concacaf champions cup / concacaf champions league was quarter-finals (09-10)? ### CONTEXT CREATE TABLE table_245695_2 (mls_cup_playoffs VARCHAR, concacaf_champions_cup___concacaf_champions_league VARCHAR) ### ANSWER SELECT mls_cup_playoffs FROM table_245695_2 WHERE concacaf_champions_cup___concacaf_champions_league = "Quarter-Finals (09-10)"</s>
{ "answer": "SELECT mls_cup_playoffs FROM table_245695_2 WHERE concacaf_champions_cup___concacaf_champions_league = \"Quarter-Finals (09-10)\"", "context": "CREATE TABLE table_245695_2 (mls_cup_playoffs VARCHAR, concacaf_champions_cup___concacaf_champions_league VARCHAR)", "question": "What was the mls cup playoffs when concacaf champions cup / concacaf champions league was quarter-finals (09-10)?" }
### QUESTION What shows for House 1950 when the Governors 1950 show governors 1995? ### CONTEXT CREATE TABLE table_name_39 (house_1950 VARCHAR, governors_1950 VARCHAR) ### ANSWER SELECT house_1950 FROM table_name_39 WHERE governors_1950 = "governors 1995"</s>
{ "answer": "SELECT house_1950 FROM table_name_39 WHERE governors_1950 = \"governors 1995\"", "context": "CREATE TABLE table_name_39 (house_1950 VARCHAR, governors_1950 VARCHAR)", "question": "What shows for House 1950 when the Governors 1950 show governors 1995?" }
### QUESTION What is the name of the diety for the river of sone? ### CONTEXT CREATE TABLE table_name_16 (name_of_deity VARCHAR, name_of_the_river VARCHAR) ### ANSWER SELECT name_of_deity FROM table_name_16 WHERE name_of_the_river = "sone"</s>
{ "answer": "SELECT name_of_deity FROM table_name_16 WHERE name_of_the_river = \"sone\"", "context": "CREATE TABLE table_name_16 (name_of_deity VARCHAR, name_of_the_river VARCHAR)", "question": "What is the name of the diety for the river of sone?" }
### QUESTION What is the name of the stone found in Andhra Pradesh, India? ### CONTEXT CREATE TABLE table_name_13 (name_of_the_stone__sila_ VARCHAR, name_of_the_state_where_found_in_india VARCHAR) ### ANSWER SELECT name_of_the_stone__sila_ FROM table_name_13 WHERE name_of_the_state_where_found_in_india = "andhra pradesh"</s>
{ "answer": "SELECT name_of_the_stone__sila_ FROM table_name_13 WHERE name_of_the_state_where_found_in_india = \"andhra pradesh\"", "context": "CREATE TABLE table_name_13 (name_of_the_stone__sila_ VARCHAR, name_of_the_state_where_found_in_india VARCHAR)", "question": "What is the name of the stone found in Andhra Pradesh, India?" }
### QUESTION How many years was lynn muscarella the high school principal and charlie wiltse the superintendent? ### CONTEXT CREATE TABLE table_25037577_1 (year VARCHAR, high_school_principal VARCHAR, superintendent VARCHAR) ### ANSWER SELECT COUNT(year) FROM table_25037577_1 WHERE high_school_principal = "Lynn Muscarella" AND superintendent = "Charlie Wiltse"</s>
{ "answer": "SELECT COUNT(year) FROM table_25037577_1 WHERE high_school_principal = \"Lynn Muscarella\" AND superintendent = \"Charlie Wiltse\"", "context": "CREATE TABLE table_25037577_1 (year VARCHAR, high_school_principal VARCHAR, superintendent VARCHAR)", "question": "How many years was lynn muscarella the high school principal and charlie wiltse the superintendent?" }
### QUESTION Who were the superintendent(s) when the middle school principal was alan degroote, the gorham principal was paul lahue, and the year was 2006-2007? ### CONTEXT CREATE TABLE table_25037577_1 (superintendent VARCHAR, year VARCHAR, middle_school_principal VARCHAR, gorham_principal VARCHAR) ### ANSWER SELECT superintendent FROM table_25037577_1 WHERE middle_school_principal = "Alan Degroote" AND gorham_principal = "Paul Lahue" AND year = "2006-2007"</s>
{ "answer": "SELECT superintendent FROM table_25037577_1 WHERE middle_school_principal = \"Alan Degroote\" AND gorham_principal = \"Paul Lahue\" AND year = \"2006-2007\"", "context": "CREATE TABLE table_25037577_1 (superintendent VARCHAR, year VARCHAR, middle_school_principal VARCHAR, gorham_principal VARCHAR)", "question": "Who were the superintendent(s) when the middle school principal was alan degroote, the gorham principal was paul lahue, and the year was 2006-2007?" }
### QUESTION When Mark Cavendish wins sprint classification and Maarten Tjallingii wins most courageous, who wins youth classification? ### CONTEXT CREATE TABLE table_25055040_22 (youth_classification VARCHAR, sprint_classification VARCHAR, most_courageous VARCHAR) ### ANSWER SELECT youth_classification FROM table_25055040_22 WHERE sprint_classification = "Mark Cavendish" AND most_courageous = "Maarten Tjallingii"</s>
{ "answer": "SELECT youth_classification FROM table_25055040_22 WHERE sprint_classification = \"Mark Cavendish\" AND most_courageous = \"Maarten Tjallingii\"", "context": "CREATE TABLE table_25055040_22 (youth_classification VARCHAR, sprint_classification VARCHAR, most_courageous VARCHAR)", "question": "When Mark Cavendish wins sprint classification and Maarten Tjallingii wins most courageous, who wins youth classification?" }
### QUESTION When Brett Lancaster won the general classification, who won the team calssification? ### CONTEXT CREATE TABLE table_25055040_22 (team_classification VARCHAR, general_classification VARCHAR) ### ANSWER SELECT team_classification FROM table_25055040_22 WHERE general_classification = "Brett Lancaster"</s>
{ "answer": "SELECT team_classification FROM table_25055040_22 WHERE general_classification = \"Brett Lancaster\"", "context": "CREATE TABLE table_25055040_22 (team_classification VARCHAR, general_classification VARCHAR)", "question": "When Brett Lancaster won the general classification, who won the team calssification?" }
### QUESTION When Peter Sagan won the youth classification and Thomas Rabou won the most corageous, who won the sprint classification? ### CONTEXT CREATE TABLE table_25055040_22 (sprint_classification VARCHAR, youth_classification VARCHAR, most_courageous VARCHAR) ### ANSWER SELECT sprint_classification FROM table_25055040_22 WHERE youth_classification = "Peter Sagan" AND most_courageous = "Thomas Rabou"</s>
{ "answer": "SELECT sprint_classification FROM table_25055040_22 WHERE youth_classification = \"Peter Sagan\" AND most_courageous = \"Thomas Rabou\"", "context": "CREATE TABLE table_25055040_22 (sprint_classification VARCHAR, youth_classification VARCHAR, most_courageous VARCHAR)", "question": "When Peter Sagan won the youth classification and Thomas Rabou won the most corageous, who won the sprint classification?" }
### QUESTION When Ryan Anderson won the mountains classification, and Michael Rogers won the general classification, who won the sprint classification? ### CONTEXT CREATE TABLE table_25055040_22 (sprint_classification VARCHAR, mountains_classification VARCHAR, general_classification VARCHAR) ### ANSWER SELECT sprint_classification FROM table_25055040_22 WHERE mountains_classification = "Ryan Anderson" AND general_classification = "Michael Rogers"</s>
{ "answer": "SELECT sprint_classification FROM table_25055040_22 WHERE mountains_classification = \"Ryan Anderson\" AND general_classification = \"Michael Rogers\"", "context": "CREATE TABLE table_25055040_22 (sprint_classification VARCHAR, mountains_classification VARCHAR, general_classification VARCHAR)", "question": "When Ryan Anderson won the mountains classification, and Michael Rogers won the general classification, who won the sprint classification?" }
### QUESTION What is the name of the pregame host when the Play-by-play was by JP Dellacamera, earlier than 2009, and Color commentator(s) was Ty Keough? ### CONTEXT CREATE TABLE table_name_67 (pregame_host VARCHAR, color_commentator_s_ VARCHAR, play_by_play VARCHAR, year VARCHAR) ### ANSWER SELECT pregame_host FROM table_name_67 WHERE play_by_play = "jp dellacamera" AND year < 2009 AND color_commentator_s_ = "ty keough"</s>
{ "answer": "SELECT pregame_host FROM table_name_67 WHERE play_by_play = \"jp dellacamera\" AND year < 2009 AND color_commentator_s_ = \"ty keough\"", "context": "CREATE TABLE table_name_67 (pregame_host VARCHAR, color_commentator_s_ VARCHAR, play_by_play VARCHAR, year VARCHAR)", "question": "What is the name of the pregame host when the Play-by-play was by JP Dellacamera, earlier than 2009, and Color commentator(s) was Ty Keough?" }
### QUESTION when the gdp per emissions (in us dollars per ton) is 3903, what is the maximum annual co2 emissions (in thousands of metric tons)? ### CONTEXT CREATE TABLE table_2508175_1 (annual_co2_emissions__in_thousands_of_metric_tons_ INTEGER, gdp_per_emissions__in_us_dollars_per_ton_ VARCHAR) ### ANSWER SELECT MAX(annual_co2_emissions__in_thousands_of_metric_tons_) FROM table_2508175_1 WHERE gdp_per_emissions__in_us_dollars_per_ton_ = 3903</s>
{ "answer": "SELECT MAX(annual_co2_emissions__in_thousands_of_metric_tons_) FROM table_2508175_1 WHERE gdp_per_emissions__in_us_dollars_per_ton_ = 3903", "context": "CREATE TABLE table_2508175_1 (annual_co2_emissions__in_thousands_of_metric_tons_ INTEGER, gdp_per_emissions__in_us_dollars_per_ton_ VARCHAR)", "question": "when the gdp per emissions (in us dollars per ton) is 3903, what is the maximum annual co2 emissions (in thousands of metric tons)?" }
### QUESTION In what position was the driver who won $60,000? ### CONTEXT CREATE TABLE table_25146455_1 (position INTEGER, winnings VARCHAR) ### ANSWER SELECT MIN(position) FROM table_25146455_1 WHERE winnings = "$60,000"</s>
{ "answer": "SELECT MIN(position) FROM table_25146455_1 WHERE winnings = \"$60,000\"", "context": "CREATE TABLE table_25146455_1 (position INTEGER, winnings VARCHAR)", "question": "In what position was the driver who won $60,000?" }
### QUESTION Who was the 1999-2002 Years for Grizzlies small forward Player who was from the United States? ### CONTEXT CREATE TABLE table_name_71 (player VARCHAR, years_for_grizzlies VARCHAR, nationality VARCHAR, position VARCHAR) ### ANSWER SELECT player FROM table_name_71 WHERE nationality = "united states" AND position = "small forward" AND years_for_grizzlies = "1999-2002"</s>
{ "answer": "SELECT player FROM table_name_71 WHERE nationality = \"united states\" AND position = \"small forward\" AND years_for_grizzlies = \"1999-2002\"", "context": "CREATE TABLE table_name_71 (player VARCHAR, years_for_grizzlies VARCHAR, nationality VARCHAR, position VARCHAR)", "question": "Who was the 1999-2002 Years for Grizzlies small forward Player who was from the United States?" }
### QUESTION What is the location and attendance of game 44? ### CONTEXT CREATE TABLE table_name_65 (location_attendance VARCHAR, game VARCHAR) ### ANSWER SELECT location_attendance FROM table_name_65 WHERE game = 44</s>
{ "answer": "SELECT location_attendance FROM table_name_65 WHERE game = 44", "context": "CREATE TABLE table_name_65 (location_attendance VARCHAR, game VARCHAR)", "question": "What is the location and attendance of game 44?" }
### QUESTION What is the record of game 42, which had a clemmensen decision? ### CONTEXT CREATE TABLE table_name_76 (record VARCHAR, decision VARCHAR, game VARCHAR) ### ANSWER SELECT record FROM table_name_76 WHERE decision = "clemmensen" AND game = 42</s>
{ "answer": "SELECT record FROM table_name_76 WHERE decision = \"clemmensen\" AND game = 42", "context": "CREATE TABLE table_name_76 (record VARCHAR, decision VARCHAR, game VARCHAR)", "question": "What is the record of game 42, which had a clemmensen decision?" }
### QUESTION what is the special edition where the english version is nick stewart? ### CONTEXT CREATE TABLE table_25173505_13 (special_edition VARCHAR, english_version VARCHAR) ### ANSWER SELECT special_edition FROM table_25173505_13 WHERE english_version = "Nick Stewart"</s>
{ "answer": "SELECT special_edition FROM table_25173505_13 WHERE english_version = \"Nick Stewart\"", "context": "CREATE TABLE table_25173505_13 (special_edition VARCHAR, english_version VARCHAR)", "question": "what is the special edition where the english version is nick stewart?" }
### QUESTION What is the number in attendance at Dowdy-Ficklen stadium • Greenville, NC, and the opponent was Ohio? ### CONTEXT CREATE TABLE table_name_63 (attendance VARCHAR, site VARCHAR, opponent VARCHAR) ### ANSWER SELECT attendance FROM table_name_63 WHERE site = "dowdy-ficklen stadium • greenville, nc" AND opponent = "ohio"</s>
{ "answer": "SELECT attendance FROM table_name_63 WHERE site = \"dowdy-ficklen stadium • greenville, nc\" AND opponent = \"ohio\"", "context": "CREATE TABLE table_name_63 (attendance VARCHAR, site VARCHAR, opponent VARCHAR)", "question": "What is the number in attendance at Dowdy-Ficklen stadium • Greenville, NC, and the opponent was Ohio?" }
### QUESTION What date was the game at Williams-Brice stadium • Columbia, SC? ### CONTEXT CREATE TABLE table_name_75 (date VARCHAR, site VARCHAR) ### ANSWER SELECT date FROM table_name_75 WHERE site = "williams-brice stadium • columbia, sc"</s>
{ "answer": "SELECT date FROM table_name_75 WHERE site = \"williams-brice stadium • columbia, sc\"", "context": "CREATE TABLE table_name_75 (date VARCHAR, site VARCHAR)", "question": "What date was the game at Williams-Brice stadium • Columbia, SC?" }
### QUESTION Which city did kpnz-tv provide coverage for? ### CONTEXT CREATE TABLE table_2523809_1 (coverage VARCHAR, callsign VARCHAR) ### ANSWER SELECT coverage FROM table_2523809_1 WHERE callsign = "KPNZ-TV"</s>
{ "answer": "SELECT coverage FROM table_2523809_1 WHERE callsign = \"KPNZ-TV\"", "context": "CREATE TABLE table_2523809_1 (coverage VARCHAR, callsign VARCHAR)", "question": "Which city did kpnz-tv provide coverage for?" }
### QUESTION When renewable electricity is 5760 (gw×h) what is the minimum amount of renewable elecrrixity without hydrogen power? ### CONTEXT CREATE TABLE table_25244412_1 (renewable_electricity_w_o_hydro__gw INTEGER, renewable_electricity__gw•h_ VARCHAR) ### ANSWER SELECT MIN(renewable_electricity_w_o_hydro__gw) AS •h_ FROM table_25244412_1 WHERE renewable_electricity__gw•h_ = 5760</s>
{ "answer": "SELECT MIN(renewable_electricity_w_o_hydro__gw) AS •h_ FROM table_25244412_1 WHERE renewable_electricity__gw•h_ = 5760", "context": "CREATE TABLE table_25244412_1 (renewable_electricity_w_o_hydro__gw INTEGER, renewable_electricity__gw•h_ VARCHAR)", "question": "When renewable electricity is 5760 (gw×h) what is the minimum amount of renewable elecrrixity without hydrogen power?" }
### QUESTION What is the amount of renewable electricity without hydrogen power when the percentage of renewable energy is 83.4? ### CONTEXT CREATE TABLE table_25244412_1 (renewable_electricity_w_o_hydro__gw•h_ VARCHAR, _percentage_renewable VARCHAR) ### ANSWER SELECT renewable_electricity_w_o_hydro__gw•h_ FROM table_25244412_1 WHERE _percentage_renewable = "83.4"</s>
{ "answer": "SELECT renewable_electricity_w_o_hydro__gw•h_ FROM table_25244412_1 WHERE _percentage_renewable = \"83.4\"", "context": "CREATE TABLE table_25244412_1 (renewable_electricity_w_o_hydro__gw•h_ VARCHAR, _percentage_renewable VARCHAR)", "question": "What is the amount of renewable electricity without hydrogen power when the percentage of renewable energy is 83.4?" }
### QUESTION What is 2005, when 2006 is "1R"? ### CONTEXT CREATE TABLE table_name_73 (Id VARCHAR) ### ANSWER SELECT 2005 FROM table_name_73 WHERE 2006 = "1r"</s>
{ "answer": "SELECT 2005 FROM table_name_73 WHERE 2006 = \"1r\"", "context": "CREATE TABLE table_name_73 (Id VARCHAR)", "question": "What is 2005, when 2006 is \"1R\"?" }
### QUESTION How many outputs are there for solid state, battery operated for portable use listed in notes? ### CONTEXT CREATE TABLE table_25276250_3 (outputs VARCHAR, notes VARCHAR) ### ANSWER SELECT COUNT(outputs) FROM table_25276250_3 WHERE notes = "Solid state, battery operated for portable use"</s>
{ "answer": "SELECT COUNT(outputs) FROM table_25276250_3 WHERE notes = \"Solid state, battery operated for portable use\"", "context": "CREATE TABLE table_25276250_3 (outputs VARCHAR, notes VARCHAR)", "question": "How many outputs are there for solid state, battery operated for portable use listed in notes?" }
### QUESTION What movie did Vijayalaxmi Co-star in and Shakeel Badayuni write the lyrics? ### CONTEXT CREATE TABLE table_2528382_5 (movie_album VARCHAR, co_stars VARCHAR, lyricist VARCHAR) ### ANSWER SELECT movie_album FROM table_2528382_5 WHERE co_stars = "VijayaLaxmi" AND lyricist = "Shakeel Badayuni"</s>
{ "answer": "SELECT movie_album FROM table_2528382_5 WHERE co_stars = \"VijayaLaxmi\" AND lyricist = \"Shakeel Badayuni\"", "context": "CREATE TABLE table_2528382_5 (movie_album VARCHAR, co_stars VARCHAR, lyricist VARCHAR)", "question": "What movie did Vijayalaxmi Co-star in and Shakeel Badayuni write the lyrics?" }
### QUESTION What Singapore League Cup does Masahiro Fukasawa have? ### CONTEXT CREATE TABLE table_name_99 (singapore_league_cup VARCHAR, name VARCHAR) ### ANSWER SELECT singapore_league_cup FROM table_name_99 WHERE name = "masahiro fukasawa"</s>
{ "answer": "SELECT singapore_league_cup FROM table_name_99 WHERE name = \"masahiro fukasawa\"", "context": "CREATE TABLE table_name_99 (singapore_league_cup VARCHAR, name VARCHAR)", "question": "What Singapore League Cup does Masahiro Fukasawa have?" }
### QUESTION What is Norikazu Murakami's total? ### CONTEXT CREATE TABLE table_name_41 (total VARCHAR, name VARCHAR) ### ANSWER SELECT total FROM table_name_41 WHERE name = "norikazu murakami"</s>
{ "answer": "SELECT total FROM table_name_41 WHERE name = \"norikazu murakami\"", "context": "CREATE TABLE table_name_41 (total VARCHAR, name VARCHAR)", "question": "What is Norikazu Murakami's total?" }
### QUESTION How many episodes are written by Lew Schneider? ### CONTEXT CREATE TABLE table_25356350_2 (series__number VARCHAR, written_by VARCHAR) ### ANSWER SELECT COUNT(series__number) FROM table_25356350_2 WHERE written_by = "Lew Schneider"</s>
{ "answer": "SELECT COUNT(series__number) FROM table_25356350_2 WHERE written_by = \"Lew Schneider\"", "context": "CREATE TABLE table_25356350_2 (series__number VARCHAR, written_by VARCHAR)", "question": "How many episodes are written by Lew Schneider?" }
### QUESTION How many games played catagories are there for Lauren McGee? ### CONTEXT CREATE TABLE table_25401874_1 (games_played VARCHAR, name VARCHAR) ### ANSWER SELECT COUNT(games_played) FROM table_25401874_1 WHERE name = "Lauren McGee"</s>
{ "answer": "SELECT COUNT(games_played) FROM table_25401874_1 WHERE name = \"Lauren McGee\"", "context": "CREATE TABLE table_25401874_1 (games_played VARCHAR, name VARCHAR)", "question": "How many games played catagories are there for Lauren McGee? " }
### QUESTION What is the lowest amount of money a player from South Africa with a to par less than 8 has? ### CONTEXT CREATE TABLE table_name_13 (money___ INTEGER, country VARCHAR, to_par VARCHAR) ### ANSWER SELECT MIN(money___) AS $__ FROM table_name_13 WHERE country = "south africa" AND to_par < 8</s>
{ "answer": "SELECT MIN(money___) AS $__ FROM table_name_13 WHERE country = \"south africa\" AND to_par < 8", "context": "CREATE TABLE table_name_13 (money___ INTEGER, country VARCHAR, to_par VARCHAR)", "question": "What is the lowest amount of money a player from South Africa with a to par less than 8 has?" }
### QUESTION With a year larger than 1905, and a location of philadelphia, pennsylvania with a to par [a] of n/a and a country of scotland what is the course? ### CONTEXT CREATE TABLE table_name_1 (course VARCHAR, location VARCHAR, year VARCHAR, country VARCHAR, to_par_ VARCHAR, a_ VARCHAR) ### ANSWER SELECT course FROM table_name_1 WHERE to_par_[a_] = "n/a" AND country = "scotland" AND year > 1905 AND location = "philadelphia, pennsylvania"</s>
{ "answer": "SELECT course FROM table_name_1 WHERE to_par_[a_] = \"n/a\" AND country = \"scotland\" AND year > 1905 AND location = \"philadelphia, pennsylvania\"", "context": "CREATE TABLE table_name_1 (course VARCHAR, location VARCHAR, year VARCHAR, country VARCHAR, to_par_ VARCHAR, a_ VARCHAR)", "question": "With a year larger than 1905, and a location of philadelphia, pennsylvania with a to par [a] of n/a and a country of scotland what is the course?" }
### QUESTION What is the sum of number of bearers in 2009 for a rank above 1, a type of patronymic, an etymology meaning son of Christian, and the number of bearers in 1971 greater than 45.984? ### CONTEXT CREATE TABLE table_name_3 (number_of_bearers_2009 INTEGER, number_of_bearers_1971 VARCHAR, etymology VARCHAR, rank VARCHAR, type VARCHAR) ### ANSWER SELECT SUM(number_of_bearers_2009) FROM table_name_3 WHERE rank > 1 AND type = "patronymic" AND etymology = "son of christian" AND number_of_bearers_1971 > 45.984</s>
{ "answer": "SELECT SUM(number_of_bearers_2009) FROM table_name_3 WHERE rank > 1 AND type = \"patronymic\" AND etymology = \"son of christian\" AND number_of_bearers_1971 > 45.984", "context": "CREATE TABLE table_name_3 (number_of_bearers_2009 INTEGER, number_of_bearers_1971 VARCHAR, etymology VARCHAR, rank VARCHAR, type VARCHAR)", "question": "What is the sum of number of bearers in 2009 for a rank above 1, a type of patronymic, an etymology meaning son of Christian, and the number of bearers in 1971 greater than 45.984?" }
### QUESTION Name the most number in season for leslie hill ### CONTEXT CREATE TABLE table_25604014_9 (no_in_season INTEGER, directed_by VARCHAR) ### ANSWER SELECT MAX(no_in_season) FROM table_25604014_9 WHERE directed_by = "Leslie Hill"</s>
{ "answer": "SELECT MAX(no_in_season) FROM table_25604014_9 WHERE directed_by = \"Leslie Hill\"", "context": "CREATE TABLE table_25604014_9 (no_in_season INTEGER, directed_by VARCHAR)", "question": "Name the most number in season for leslie hill" }
### QUESTION Name the original air date for production code 1l16 ### CONTEXT CREATE TABLE table_25604014_9 (original_air_date VARCHAR, production_code VARCHAR) ### ANSWER SELECT original_air_date FROM table_25604014_9 WHERE production_code = "1L16"</s>
{ "answer": "SELECT original_air_date FROM table_25604014_9 WHERE production_code = \"1L16\"", "context": "CREATE TABLE table_25604014_9 (original_air_date VARCHAR, production_code VARCHAR)", "question": "Name the original air date for production code 1l16" }
### QUESTION What is College/Team, when Round is less than 2, and when Nationality is "United States"? ### CONTEXT CREATE TABLE table_name_18 (college_team VARCHAR, round VARCHAR, nationality VARCHAR) ### ANSWER SELECT college_team FROM table_name_18 WHERE round < 2 AND nationality = "united states"</s>
{ "answer": "SELECT college_team FROM table_name_18 WHERE round < 2 AND nationality = \"united states\"", "context": "CREATE TABLE table_name_18 (college_team VARCHAR, round VARCHAR, nationality VARCHAR)", "question": "What is College/Team, when Round is less than 2, and when Nationality is \"United States\"?" }
### QUESTION WHAT IS THE Q1 POS WITH A 1:31.826 Q1 TIME, AND Q1 ORDER OF 7? ### CONTEXT CREATE TABLE table_name_90 (q1_pos INTEGER, q1_time VARCHAR, q1_order VARCHAR) ### ANSWER SELECT MAX(q1_pos) FROM table_name_90 WHERE q1_time = "1:31.826" AND q1_order > 7</s>
{ "answer": "SELECT MAX(q1_pos) FROM table_name_90 WHERE q1_time = \"1:31.826\" AND q1_order > 7", "context": "CREATE TABLE table_name_90 (q1_pos INTEGER, q1_time VARCHAR, q1_order VARCHAR)", "question": "WHAT IS THE Q1 POS WITH A 1:31.826 Q1 TIME, AND Q1 ORDER OF 7?" }
### QUESTION What is the dominant religion in Gornji Tavankut? ### CONTEXT CREATE TABLE table_2562572_26 (dominant_religion__2002_ VARCHAR, settlement VARCHAR) ### ANSWER SELECT dominant_religion__2002_ FROM table_2562572_26 WHERE settlement = "Gornji Tavankut"</s>
{ "answer": "SELECT dominant_religion__2002_ FROM table_2562572_26 WHERE settlement = \"Gornji Tavankut\"", "context": "CREATE TABLE table_2562572_26 (dominant_religion__2002_ VARCHAR, settlement VARCHAR)", "question": "What is the dominant religion in Gornji Tavankut?" }
### QUESTION How many settlements are named ђурђин (croatian: đurđin)? ### CONTEXT CREATE TABLE table_2562572_26 (settlement VARCHAR, cyrillic_name_other_names VARCHAR) ### ANSWER SELECT COUNT(settlement) FROM table_2562572_26 WHERE cyrillic_name_other_names = "Ђурђин (Croatian: Đurđin)"</s>
{ "answer": "SELECT COUNT(settlement) FROM table_2562572_26 WHERE cyrillic_name_other_names = \"Ђурђин (Croatian: Đurđin)\"", "context": "CREATE TABLE table_2562572_26 (settlement VARCHAR, cyrillic_name_other_names VARCHAR)", "question": "How many settlements are named ђурђин (croatian: đurđin)?" }
### QUESTION The pooulation of јарковац is? ### CONTEXT CREATE TABLE table_2562572_39 (population__2011_ VARCHAR, cyrillic_name_other_names VARCHAR) ### ANSWER SELECT population__2011_ FROM table_2562572_39 WHERE cyrillic_name_other_names = "Јарковац"</s>
{ "answer": "SELECT population__2011_ FROM table_2562572_39 WHERE cyrillic_name_other_names = \"Јарковац\"", "context": "CREATE TABLE table_2562572_39 (population__2011_ VARCHAR, cyrillic_name_other_names VARCHAR)", "question": "The pooulation of јарковац is?" }
### QUESTION What was the location of the club where the home ground is wilfred taylor reserve? ### CONTEXT CREATE TABLE table_name_80 (location VARCHAR, home_ground VARCHAR) ### ANSWER SELECT location FROM table_name_80 WHERE home_ground = "wilfred taylor reserve"</s>
{ "answer": "SELECT location FROM table_name_80 WHERE home_ground = \"wilfred taylor reserve\"", "context": "CREATE TABLE table_name_80 (location VARCHAR, home_ground VARCHAR)", "question": "What was the location of the club where the home ground is wilfred taylor reserve?" }
### QUESTION Where is the home ground for the club coached by nick pantsaras and founded before 1946? ### CONTEXT CREATE TABLE table_name_48 (home_ground VARCHAR, founded VARCHAR, coach VARCHAR) ### ANSWER SELECT home_ground FROM table_name_48 WHERE founded < 1946 AND coach = "nick pantsaras"</s>
{ "answer": "SELECT home_ground FROM table_name_48 WHERE founded < 1946 AND coach = \"nick pantsaras\"", "context": "CREATE TABLE table_name_48 (home_ground VARCHAR, founded VARCHAR, coach VARCHAR)", "question": "Where is the home ground for the club coached by nick pantsaras and founded before 1946?" }
### QUESTION Who had 41.76% yes votes ### CONTEXT CREATE TABLE table_256286_20 (description VARCHAR, _percentage_yes VARCHAR) ### ANSWER SELECT description FROM table_256286_20 WHERE _percentage_yes = "41.76%"</s>
{ "answer": "SELECT description FROM table_256286_20 WHERE _percentage_yes = \"41.76%\"", "context": "CREATE TABLE table_256286_20 (description VARCHAR, _percentage_yes VARCHAR)", "question": "Who had 41.76% yes votes" }
### QUESTION What is the title of the show with less than 10 seasons that aired on September 29, 1997 and is directed by Milan Cheylov? ### CONTEXT CREATE TABLE table_name_69 (title VARCHAR, original_air_date VARCHAR, season__number VARCHAR, directed_by VARCHAR) ### ANSWER SELECT title FROM table_name_69 WHERE season__number < 10 AND directed_by = "milan cheylov" AND original_air_date = "september 29, 1997"</s>
{ "answer": "SELECT title FROM table_name_69 WHERE season__number < 10 AND directed_by = \"milan cheylov\" AND original_air_date = \"september 29, 1997\"", "context": "CREATE TABLE table_name_69 (title VARCHAR, original_air_date VARCHAR, season__number VARCHAR, directed_by VARCHAR)", "question": "What is the title of the show with less than 10 seasons that aired on September 29, 1997 and is directed by Milan Cheylov?" }
### QUESTION Which Coach has a Most Improved of rory thompson? ### CONTEXT CREATE TABLE table_name_75 (coach VARCHAR, most_improved VARCHAR) ### ANSWER SELECT coach FROM table_name_75 WHERE most_improved = "rory thompson"</s>
{ "answer": "SELECT coach FROM table_name_75 WHERE most_improved = \"rory thompson\"", "context": "CREATE TABLE table_name_75 (coach VARCHAR, most_improved VARCHAR)", "question": "Which Coach has a Most Improved of rory thompson?" }
### QUESTION what is the capacity for the team šibenik? ### CONTEXT CREATE TABLE table_name_35 (capacity INTEGER, team VARCHAR) ### ANSWER SELECT MIN(capacity) FROM table_name_35 WHERE team = "šibenik"</s>
{ "answer": "SELECT MIN(capacity) FROM table_name_35 WHERE team = \"šibenik\"", "context": "CREATE TABLE table_name_35 (capacity INTEGER, team VARCHAR)", "question": "what is the capacity for the team šibenik?" }
### QUESTION what is the capacity when the home city is zagreb and the manager is zlatko kranjčar? ### CONTEXT CREATE TABLE table_name_88 (capacity INTEGER, home_city VARCHAR, manager VARCHAR) ### ANSWER SELECT AVG(capacity) FROM table_name_88 WHERE home_city = "zagreb" AND manager = "zlatko kranjčar"</s>
{ "answer": "SELECT AVG(capacity) FROM table_name_88 WHERE home_city = \"zagreb\" AND manager = \"zlatko kranjčar\"", "context": "CREATE TABLE table_name_88 (capacity INTEGER, home_city VARCHAR, manager VARCHAR)", "question": "what is the capacity when the home city is zagreb and the manager is zlatko kranjčar?" }
### QUESTION What is the grid for the driver with an electrical time/retired and 51 laps? ### CONTEXT CREATE TABLE table_name_43 (grid VARCHAR, time_retired VARCHAR, laps VARCHAR) ### ANSWER SELECT grid FROM table_name_43 WHERE time_retired = "electrical" AND laps = 51</s>
{ "answer": "SELECT grid FROM table_name_43 WHERE time_retired = \"electrical\" AND laps = 51", "context": "CREATE TABLE table_name_43 (grid VARCHAR, time_retired VARCHAR, laps VARCHAR)", "question": "What is the grid for the driver with an electrical time/retired and 51 laps?" }
### QUESTION How many resorts have 118 runs? ### CONTEXT CREATE TABLE table_25762852_1 (name VARCHAR, runs VARCHAR) ### ANSWER SELECT COUNT(name) FROM table_25762852_1 WHERE runs = "118"</s>
{ "answer": "SELECT COUNT(name) FROM table_25762852_1 WHERE runs = \"118\"", "context": "CREATE TABLE table_25762852_1 (name VARCHAR, runs VARCHAR)", "question": "How many resorts have 118 runs?" }
### QUESTION What is Location Attendance, when Date is "December 30"? ### CONTEXT CREATE TABLE table_name_63 (location_attendance VARCHAR, date VARCHAR) ### ANSWER SELECT location_attendance FROM table_name_63 WHERE date = "december 30"</s>
{ "answer": "SELECT location_attendance FROM table_name_63 WHERE date = \"december 30\"", "context": "CREATE TABLE table_name_63 (location_attendance VARCHAR, date VARCHAR)", "question": "What is Location Attendance, when Date is \"December 30\"?" }
### QUESTION Who are all winning drivers if winning team is Carlin Motorsport and circuit is Croft? ### CONTEXT CREATE TABLE table_26137666_3 (winning_driver VARCHAR, winning_team VARCHAR, circuit VARCHAR) ### ANSWER SELECT winning_driver FROM table_26137666_3 WHERE winning_team = "Carlin Motorsport" AND circuit = "Croft"</s>
{ "answer": "SELECT winning_driver FROM table_26137666_3 WHERE winning_team = \"Carlin Motorsport\" AND circuit = \"Croft\"", "context": "CREATE TABLE table_26137666_3 (winning_driver VARCHAR, winning_team VARCHAR, circuit VARCHAR)", "question": "Who are all winning drivers if winning team is Carlin Motorsport and circuit is Croft?" }
### QUESTION What is every pole position for the Castle Combe circuit and Robbie Kerr is the winning driver? ### CONTEXT CREATE TABLE table_26137666_3 (pole_position VARCHAR, circuit VARCHAR, winning_driver VARCHAR) ### ANSWER SELECT pole_position FROM table_26137666_3 WHERE circuit = "Castle Combe" AND winning_driver = "Robbie Kerr"</s>
{ "answer": "SELECT pole_position FROM table_26137666_3 WHERE circuit = \"Castle Combe\" AND winning_driver = \"Robbie Kerr\"", "context": "CREATE TABLE table_26137666_3 (pole_position VARCHAR, circuit VARCHAR, winning_driver VARCHAR)", "question": "What is every pole position for the Castle Combe circuit and Robbie Kerr is the winning driver?" }
### QUESTION How many rounds have Fabio Carbone for fastest lap? ### CONTEXT CREATE TABLE table_26137666_3 (round VARCHAR, fastest_lap VARCHAR) ### ANSWER SELECT COUNT(round) FROM table_26137666_3 WHERE fastest_lap = "Fabio Carbone"</s>
{ "answer": "SELECT COUNT(round) FROM table_26137666_3 WHERE fastest_lap = \"Fabio Carbone\"", "context": "CREATE TABLE table_26137666_3 (round VARCHAR, fastest_lap VARCHAR)", "question": "How many rounds have Fabio Carbone for fastest lap?" }
### QUESTION What is Lowest Crowd, when Home Team is Brisbane Lions? ### CONTEXT CREATE TABLE table_name_5 (crowd INTEGER, home_team VARCHAR) ### ANSWER SELECT MIN(crowd) FROM table_name_5 WHERE home_team = "brisbane lions"</s>
{ "answer": "SELECT MIN(crowd) FROM table_name_5 WHERE home_team = \"brisbane lions\"", "context": "CREATE TABLE table_name_5 (crowd INTEGER, home_team VARCHAR)", "question": "What is Lowest Crowd, when Home Team is Brisbane Lions?" }
### QUESTION The episode with the original air date January 6, 1999, has what production code? ### CONTEXT CREATE TABLE table_2618152_1 (production_code VARCHAR, original_air_date VARCHAR) ### ANSWER SELECT production_code FROM table_2618152_1 WHERE original_air_date = "January 6, 1999"</s>
{ "answer": "SELECT production_code FROM table_2618152_1 WHERE original_air_date = \"January 6, 1999\"", "context": "CREATE TABLE table_2618152_1 (production_code VARCHAR, original_air_date VARCHAR)", "question": "The episode with the original air date January 6, 1999, has what production code?" }
### QUESTION What is the season number of the episode written by Matt Witten , Richard Sweren? ### CONTEXT CREATE TABLE table_2618152_1 (no_in_season VARCHAR, written_by VARCHAR) ### ANSWER SELECT no_in_season FROM table_2618152_1 WHERE written_by = "Matt Witten , Richard Sweren"</s>
{ "answer": "SELECT no_in_season FROM table_2618152_1 WHERE written_by = \"Matt Witten , Richard Sweren\"", "context": "CREATE TABLE table_2618152_1 (no_in_season VARCHAR, written_by VARCHAR)", "question": "What is the season number of the episode written by Matt Witten , Richard Sweren?" }
### QUESTION The episode with the production code E0208 is directed by who? ### CONTEXT CREATE TABLE table_2618152_1 (directed_by VARCHAR, production_code VARCHAR) ### ANSWER SELECT directed_by FROM table_2618152_1 WHERE production_code = "E0208"</s>
{ "answer": "SELECT directed_by FROM table_2618152_1 WHERE production_code = \"E0208\"", "context": "CREATE TABLE table_2618152_1 (directed_by VARCHAR, production_code VARCHAR)", "question": "The episode with the production code E0208 is directed by who?" }
### QUESTION what is the standard when the pollutant is o 3 and averaging time is 8-hour? ### CONTEXT CREATE TABLE table_name_79 (standard VARCHAR, pollutant VARCHAR, averaging_time VARCHAR) ### ANSWER SELECT standard FROM table_name_79 WHERE pollutant = "o 3" AND averaging_time = "8-hour"</s>
{ "answer": "SELECT standard FROM table_name_79 WHERE pollutant = \"o 3\" AND averaging_time = \"8-hour\"", "context": "CREATE TABLE table_name_79 (standard VARCHAR, pollutant VARCHAR, averaging_time VARCHAR)", "question": "what is the standard when the pollutant is o 3 and averaging time is 8-hour?" }
### QUESTION What is the enrollment for Ashland University? ### CONTEXT CREATE TABLE table_261946_3 (enrollment VARCHAR, location__all_in_ohio_ VARCHAR) ### ANSWER SELECT enrollment FROM table_261946_3 WHERE location__all_in_ohio_ = "Ashland"</s>
{ "answer": "SELECT enrollment FROM table_261946_3 WHERE location__all_in_ohio_ = \"Ashland\"", "context": "CREATE TABLE table_261946_3 (enrollment VARCHAR, location__all_in_ohio_ VARCHAR)", "question": "What is the enrollment for Ashland University?" }
### QUESTION Which Winnings have Starts larger than 34, and Poles smaller than 1, and a Top 10 of 5? ### CONTEXT CREATE TABLE table_name_93 (winnings VARCHAR, top_10 VARCHAR, starts VARCHAR, poles VARCHAR) ### ANSWER SELECT winnings FROM table_name_93 WHERE starts > 34 AND poles < 1 AND top_10 = 5</s>
{ "answer": "SELECT winnings FROM table_name_93 WHERE starts > 34 AND poles < 1 AND top_10 = 5", "context": "CREATE TABLE table_name_93 (winnings VARCHAR, top_10 VARCHAR, starts VARCHAR, poles VARCHAR)", "question": "Which Winnings have Starts larger than 34, and Poles smaller than 1, and a Top 10 of 5?" }
### QUESTION Which Longitude has a Latitude of 73.0s, and a Name of aibarchin planitia? ### CONTEXT CREATE TABLE table_name_87 (longitude VARCHAR, latitude VARCHAR, name VARCHAR) ### ANSWER SELECT longitude FROM table_name_87 WHERE latitude = "73.0s" AND name = "aibarchin planitia"</s>
{ "answer": "SELECT longitude FROM table_name_87 WHERE latitude = \"73.0s\" AND name = \"aibarchin planitia\"", "context": "CREATE TABLE table_name_87 (longitude VARCHAR, latitude VARCHAR, name VARCHAR)", "question": "Which Longitude has a Latitude of 73.0s, and a Name of aibarchin planitia?" }
### QUESTION When the score in the final is 3–6, 6–4, 3–6, 4–6, who are all the opponents in the final? ### CONTEXT CREATE TABLE table_26202847_6 (opponent_in_the_final VARCHAR, score_in_the_final VARCHAR) ### ANSWER SELECT opponent_in_the_final FROM table_26202847_6 WHERE score_in_the_final = "3–6, 6–4, 3–6, 4–6"</s>
{ "answer": "SELECT opponent_in_the_final FROM table_26202847_6 WHERE score_in_the_final = \"3–6, 6–4, 3–6, 4–6\"", "context": "CREATE TABLE table_26202847_6 (opponent_in_the_final VARCHAR, score_in_the_final VARCHAR)", "question": "When the score in the final is 3–6, 6–4, 3–6, 4–6, who are all the opponents in the final?" }
### QUESTION Name the least age for distrito nacional ### CONTEXT CREATE TABLE table_26301697_2 (age INTEGER, represents VARCHAR) ### ANSWER SELECT MIN(age) FROM table_26301697_2 WHERE represents = "Distrito Nacional"</s>
{ "answer": "SELECT MIN(age) FROM table_26301697_2 WHERE represents = \"Distrito Nacional\"", "context": "CREATE TABLE table_26301697_2 (age INTEGER, represents VARCHAR)", "question": "Name the least age for distrito nacional" }
### QUESTION What's the rank of the Tau Cerámica that has 377 points and more than 21 games? ### CONTEXT CREATE TABLE table_name_62 (rank VARCHAR, games VARCHAR, team VARCHAR, points VARCHAR) ### ANSWER SELECT COUNT(rank) FROM table_name_62 WHERE team = "tau cerámica" AND points = 377 AND games > 21</s>
{ "answer": "SELECT COUNT(rank) FROM table_name_62 WHERE team = \"tau cerámica\" AND points = 377 AND games > 21", "context": "CREATE TABLE table_name_62 (rank VARCHAR, games VARCHAR, team VARCHAR, points VARCHAR)", "question": "What's the rank of the Tau Cerámica that has 377 points and more than 21 games?" }
### QUESTION What institution won in 2010 with student Cheng Herng Yi? ### CONTEXT CREATE TABLE table_name_82 (institution VARCHAR, year VARCHAR, name VARCHAR) ### ANSWER SELECT institution FROM table_name_82 WHERE year > 2010 AND name = "cheng herng yi"</s>
{ "answer": "SELECT institution FROM table_name_82 WHERE year > 2010 AND name = \"cheng herng yi\"", "context": "CREATE TABLE table_name_82 (institution VARCHAR, year VARCHAR, name VARCHAR)", "question": "What institution won in 2010 with student Cheng Herng Yi?" }
### QUESTION How many judges were there for the eliminated couple? ### CONTEXT CREATE TABLE table_26375386_23 (judges VARCHAR, result VARCHAR) ### ANSWER SELECT judges FROM table_26375386_23 WHERE result = "Eliminated"</s>
{ "answer": "SELECT judges FROM table_26375386_23 WHERE result = \"Eliminated\"", "context": "CREATE TABLE table_26375386_23 (judges VARCHAR, result VARCHAR)", "question": "How many judges were there for the eliminated couple? " }
### QUESTION How many episodes are numbered 4 in the season? ### CONTEXT CREATE TABLE table_26561506_1 (patient_portrayer VARCHAR, _number VARCHAR) ### ANSWER SELECT COUNT(patient_portrayer) FROM table_26561506_1 WHERE _number = 4</s>
{ "answer": "SELECT COUNT(patient_portrayer) FROM table_26561506_1 WHERE _number = 4", "context": "CREATE TABLE table_26561506_1 (patient_portrayer VARCHAR, _number VARCHAR)", "question": "How many episodes are numbered 4 in the season?" }
### QUESTION What was the lowest pick number for a united states player picked before round 7? ### CONTEXT CREATE TABLE table_name_91 (pick INTEGER, round VARCHAR, nationality VARCHAR) ### ANSWER SELECT MIN(pick) FROM table_name_91 WHERE round > 7 AND nationality = "united states"</s>
{ "answer": "SELECT MIN(pick) FROM table_name_91 WHERE round > 7 AND nationality = \"united states\"", "context": "CREATE TABLE table_name_91 (pick INTEGER, round VARCHAR, nationality VARCHAR)", "question": "What was the lowest pick number for a united states player picked before round 7?" }
### QUESTION What country was the player with the score line 69-71-72-69=281 from? ### CONTEXT CREATE TABLE table_name_6 (country VARCHAR, score VARCHAR) ### ANSWER SELECT country FROM table_name_6 WHERE score = 69 - 71 - 72 - 69 = 281</s>
{ "answer": "SELECT country FROM table_name_6 WHERE score = 69 - 71 - 72 - 69 = 281", "context": "CREATE TABLE table_name_6 (country VARCHAR, score VARCHAR)", "question": "What country was the player with the score line 69-71-72-69=281 from?" }
### QUESTION Who won Pro Stock the year Tony Schumacher won Top Fuel and Tony Pedregon won Funny Car? ### CONTEXT CREATE TABLE table_name_83 (pro_stock VARCHAR, top_fuel VARCHAR, funny_car VARCHAR) ### ANSWER SELECT pro_stock FROM table_name_83 WHERE top_fuel = "tony schumacher" AND funny_car = "tony pedregon"</s>
{ "answer": "SELECT pro_stock FROM table_name_83 WHERE top_fuel = \"tony schumacher\" AND funny_car = \"tony pedregon\"", "context": "CREATE TABLE table_name_83 (pro_stock VARCHAR, top_fuel VARCHAR, funny_car VARCHAR)", "question": "Who won Pro Stock the year Tony Schumacher won Top Fuel and Tony Pedregon won Funny Car?" }
### QUESTION In which year did John Force win Funny Car and Mike Dunn win in Top Fuel? ### CONTEXT CREATE TABLE table_name_65 (year VARCHAR, funny_car VARCHAR, top_fuel VARCHAR) ### ANSWER SELECT year FROM table_name_65 WHERE funny_car = "john force" AND top_fuel = "mike dunn"</s>
{ "answer": "SELECT year FROM table_name_65 WHERE funny_car = \"john force\" AND top_fuel = \"mike dunn\"", "context": "CREATE TABLE table_name_65 (year VARCHAR, funny_car VARCHAR, top_fuel VARCHAR)", "question": "In which year did John Force win Funny Car and Mike Dunn win in Top Fuel?" }
### QUESTION What was the host city of the 8th edition in the the host country of Croatia? ### CONTEXT CREATE TABLE table_26669939_1 (host_city VARCHAR, host_country VARCHAR, edition VARCHAR) ### ANSWER SELECT host_city FROM table_26669939_1 WHERE host_country = "Croatia" AND edition = "8th"</s>
{ "answer": "SELECT host_city FROM table_26669939_1 WHERE host_country = \"Croatia\" AND edition = \"8th\"", "context": "CREATE TABLE table_26669939_1 (host_city VARCHAR, host_country VARCHAR, edition VARCHAR)", "question": "What was the host city of the 8th edition in the the host country of Croatia?" }
### QUESTION Who won the Silver the Year Katie Curtis Unknown won the Bronze? ### CONTEXT CREATE TABLE table_name_28 (silver VARCHAR, bronze VARCHAR) ### ANSWER SELECT silver FROM table_name_28 WHERE bronze = "katie curtis unknown"</s>
{ "answer": "SELECT silver FROM table_name_28 WHERE bronze = \"katie curtis unknown\"", "context": "CREATE TABLE table_name_28 (silver VARCHAR, bronze VARCHAR)", "question": "Who won the Silver the Year Katie Curtis Unknown won the Bronze?" }
### QUESTION What was the to par that goes with the score 68-74-69=211? ### CONTEXT CREATE TABLE table_name_70 (to_par VARCHAR, score VARCHAR) ### ANSWER SELECT to_par FROM table_name_70 WHERE score = 68 - 74 - 69 = 211</s>
{ "answer": "SELECT to_par FROM table_name_70 WHERE score = 68 - 74 - 69 = 211", "context": "CREATE TABLE table_name_70 (to_par VARCHAR, score VARCHAR)", "question": "What was the to par that goes with the score 68-74-69=211?" }
### QUESTION Where is the location where Scott Junk was the opponent? ### CONTEXT CREATE TABLE table_name_89 (location VARCHAR, opponent VARCHAR) ### ANSWER SELECT location FROM table_name_89 WHERE opponent = "scott junk"</s>
{ "answer": "SELECT location FROM table_name_89 WHERE opponent = \"scott junk\"", "context": "CREATE TABLE table_name_89 (location VARCHAR, opponent VARCHAR)", "question": "Where is the location where Scott Junk was the opponent?" }
### QUESTION Name the number of first elected for kentucky 3 ### CONTEXT CREATE TABLE table_2668378_5 (first_elected VARCHAR, district VARCHAR) ### ANSWER SELECT COUNT(first_elected) FROM table_2668378_5 WHERE district = "Kentucky 3"</s>
{ "answer": "SELECT COUNT(first_elected) FROM table_2668378_5 WHERE district = \"Kentucky 3\"", "context": "CREATE TABLE table_2668378_5 (first_elected VARCHAR, district VARCHAR)", "question": "Name the number of first elected for kentucky 3" }
### QUESTION Who was the home team that had a replay of Tie Number and played against the Bolton Wanderers? ### CONTEXT CREATE TABLE table_name_81 (home_team VARCHAR, tie_no VARCHAR, away_team VARCHAR) ### ANSWER SELECT home_team FROM table_name_81 WHERE tie_no = "replay" AND away_team = "bolton wanderers"</s>
{ "answer": "SELECT home_team FROM table_name_81 WHERE tie_no = \"replay\" AND away_team = \"bolton wanderers\"", "context": "CREATE TABLE table_name_81 (home_team VARCHAR, tie_no VARCHAR, away_team VARCHAR)", "question": "Who was the home team that had a replay of Tie Number and played against the Bolton Wanderers?" }
### QUESTION What place did the golfer from the United States come in with a To Par of +2, and a score of 73-74-71-72=290? ### CONTEXT CREATE TABLE table_name_43 (place VARCHAR, country VARCHAR, to_par VARCHAR, score VARCHAR) ### ANSWER SELECT place FROM table_name_43 WHERE country = "united states" AND to_par = "+2" AND score = 73 - 74 - 71 - 72 = 290</s>
{ "answer": "SELECT place FROM table_name_43 WHERE country = \"united states\" AND to_par = \"+2\" AND score = 73 - 74 - 71 - 72 = 290", "context": "CREATE TABLE table_name_43 (place VARCHAR, country VARCHAR, to_par VARCHAR, score VARCHAR)", "question": "What place did the golfer from the United States come in with a To Par of +2, and a score of 73-74-71-72=290?" }
### QUESTION what is the pick # when the nhl team is montreal canadiens and the college/junior/club team is trois-rivières draveurs (qmjhl)? ### CONTEXT CREATE TABLE table_2679061_2 (pick__number INTEGER, nhl_team VARCHAR, college_junior_club_team VARCHAR) ### ANSWER SELECT MIN(pick__number) FROM table_2679061_2 WHERE nhl_team = "Montreal Canadiens" AND college_junior_club_team = "Trois-Rivières Draveurs (QMJHL)"</s>
{ "answer": "SELECT MIN(pick__number) FROM table_2679061_2 WHERE nhl_team = \"Montreal Canadiens\" AND college_junior_club_team = \"Trois-Rivières Draveurs (QMJHL)\"", "context": "CREATE TABLE table_2679061_2 (pick__number INTEGER, nhl_team VARCHAR, college_junior_club_team VARCHAR)", "question": "what is the pick # when the nhl team is montreal canadiens and the college/junior/club team is trois-rivières draveurs (qmjhl)?" }
### QUESTION How many games were played where the height of the player is 1.92m? ### CONTEXT CREATE TABLE table_26847237_2 (games VARCHAR, height VARCHAR) ### ANSWER SELECT COUNT(games) FROM table_26847237_2 WHERE height = "1.92m"</s>
{ "answer": "SELECT COUNT(games) FROM table_26847237_2 WHERE height = \"1.92m\"", "context": "CREATE TABLE table_26847237_2 (games VARCHAR, height VARCHAR)", "question": "How many games were played where the height of the player is 1.92m?" }
### QUESTION Name the us viewers directed by christine moore ### CONTEXT CREATE TABLE table_26914076_2 (us_viewers__millions_ VARCHAR, directed_by VARCHAR) ### ANSWER SELECT us_viewers__millions_ FROM table_26914076_2 WHERE directed_by = "Christine Moore"</s>
{ "answer": "SELECT us_viewers__millions_ FROM table_26914076_2 WHERE directed_by = \"Christine Moore\"", "context": "CREATE TABLE table_26914076_2 (us_viewers__millions_ VARCHAR, directed_by VARCHAR)", "question": "Name the us viewers directed by christine moore" }
### QUESTION What is Runner(s)-Up when Margin of Victory is 6 Strokes? ### CONTEXT CREATE TABLE table_name_87 (runner_s__up VARCHAR, margin_of_victory VARCHAR) ### ANSWER SELECT runner_s__up FROM table_name_87 WHERE margin_of_victory = "6 strokes"</s>
{ "answer": "SELECT runner_s__up FROM table_name_87 WHERE margin_of_victory = \"6 strokes\"", "context": "CREATE TABLE table_name_87 (runner_s__up VARCHAR, margin_of_victory VARCHAR)", "question": "What is Runner(s)-Up when Margin of Victory is 6 Strokes?" }
### QUESTION Name the original airdate for robin mukherjee and margy kinmonth ### CONTEXT CREATE TABLE table_27208814_1 (original_airdate VARCHAR, writer VARCHAR, director VARCHAR) ### ANSWER SELECT original_airdate FROM table_27208814_1 WHERE writer = "Robin Mukherjee" AND director = "Margy Kinmonth"</s>
{ "answer": "SELECT original_airdate FROM table_27208814_1 WHERE writer = \"Robin Mukherjee\" AND director = \"Margy Kinmonth\"", "context": "CREATE TABLE table_27208814_1 (original_airdate VARCHAR, writer VARCHAR, director VARCHAR)", "question": "Name the original airdate for robin mukherjee and margy kinmonth" }
### QUESTION what is the sum of the wkts when the ovrs were bigger than 2 and econ was bigger than 7.84? ### CONTEXT CREATE TABLE table_name_46 (wkts INTEGER, ovrs VARCHAR, econ VARCHAR) ### ANSWER SELECT SUM(wkts) FROM table_name_46 WHERE ovrs > 2 AND econ > 7.84</s>
{ "answer": "SELECT SUM(wkts) FROM table_name_46 WHERE ovrs > 2 AND econ > 7.84", "context": "CREATE TABLE table_name_46 (wkts INTEGER, ovrs VARCHAR, econ VARCHAR)", "question": "what is the sum of the wkts when the ovrs were bigger than 2 and econ was bigger than 7.84?" }
### QUESTION What is the average laps when the manufacturer is yamaha, and the rider is garry mccoy and the grid is smaller than 4? ### CONTEXT CREATE TABLE table_name_71 (laps INTEGER, grid VARCHAR, manufacturer VARCHAR, rider VARCHAR) ### ANSWER SELECT AVG(laps) FROM table_name_71 WHERE manufacturer = "yamaha" AND rider = "garry mccoy" AND grid < 4</s>
{ "answer": "SELECT AVG(laps) FROM table_name_71 WHERE manufacturer = \"yamaha\" AND rider = \"garry mccoy\" AND grid < 4", "context": "CREATE TABLE table_name_71 (laps INTEGER, grid VARCHAR, manufacturer VARCHAR, rider VARCHAR)", "question": "What is the average laps when the manufacturer is yamaha, and the rider is garry mccoy and the grid is smaller than 4?" }
### QUESTION What is the lowest laps that has a manufacturer of yamaha, and a time/retired of +1:08.312, and a grid less than 20? ### CONTEXT CREATE TABLE table_name_4 (laps INTEGER, grid VARCHAR, manufacturer VARCHAR, time_retired VARCHAR) ### ANSWER SELECT MIN(laps) FROM table_name_4 WHERE manufacturer = "yamaha" AND time_retired = "+1:08.312" AND grid < 20</s>
{ "answer": "SELECT MIN(laps) FROM table_name_4 WHERE manufacturer = \"yamaha\" AND time_retired = \"+1:08.312\" AND grid < 20", "context": "CREATE TABLE table_name_4 (laps INTEGER, grid VARCHAR, manufacturer VARCHAR, time_retired VARCHAR)", "question": "What is the lowest laps that has a manufacturer of yamaha, and a time/retired of +1:08.312, and a grid less than 20?" }
### QUESTION What event had a tko (punches) method and jason macdonald as the opponent? ### CONTEXT CREATE TABLE table_name_74 (event VARCHAR, method VARCHAR, opponent VARCHAR) ### ANSWER SELECT event FROM table_name_74 WHERE method = "tko (punches)" AND opponent = "jason macdonald"</s>
{ "answer": "SELECT event FROM table_name_74 WHERE method = \"tko (punches)\" AND opponent = \"jason macdonald\"", "context": "CREATE TABLE table_name_74 (event VARCHAR, method VARCHAR, opponent VARCHAR)", "question": "What event had a tko (punches) method and jason macdonald as the opponent?" }
### QUESTION If the working force of HK is 10.4%, what is the salary range? ### CONTEXT CREATE TABLE table_27257896_2 (salary_range VARCHAR, working_force_of_hk VARCHAR) ### ANSWER SELECT salary_range FROM table_27257896_2 WHERE working_force_of_hk = "10.4%"</s>
{ "answer": "SELECT salary_range FROM table_27257896_2 WHERE working_force_of_hk = \"10.4%\"", "context": "CREATE TABLE table_27257896_2 (salary_range VARCHAR, working_force_of_hk VARCHAR)", "question": "If the working force of HK is 10.4%, what is the salary range?" }
### QUESTION If the salary range is 4,000-9,000, what is the Indians %? ### CONTEXT CREATE TABLE table_27257896_2 (indians VARCHAR, salary_range VARCHAR) ### ANSWER SELECT indians FROM table_27257896_2 WHERE salary_range = "4,000-9,000"</s>
{ "answer": "SELECT indians FROM table_27257896_2 WHERE salary_range = \"4,000-9,000\"", "context": "CREATE TABLE table_27257896_2 (indians VARCHAR, salary_range VARCHAR)", "question": "If the salary range is 4,000-9,000, what is the Indians %?" }
### QUESTION What was the score on February 14, 1999? ### CONTEXT CREATE TABLE table_name_32 (score_in_final VARCHAR, date VARCHAR) ### ANSWER SELECT score_in_final FROM table_name_32 WHERE date = "february 14, 1999"</s>
{ "answer": "SELECT score_in_final FROM table_name_32 WHERE date = \"february 14, 1999\"", "context": "CREATE TABLE table_name_32 (score_in_final VARCHAR, date VARCHAR)", "question": "What was the score on February 14, 1999?" }
### QUESTION What is the lowest value for Sydney, when WEEKLY RANK is less than 8, and when Brisbane is greater than 252,000? ### CONTEXT CREATE TABLE table_name_16 (sydney INTEGER, weekly_rank VARCHAR, brisbane VARCHAR) ### ANSWER SELECT MIN(sydney) FROM table_name_16 WHERE weekly_rank < 8 AND brisbane > 252 OFFSET 000</s>
{ "answer": "SELECT MIN(sydney) FROM table_name_16 WHERE weekly_rank < 8 AND brisbane > 252 OFFSET 000", "context": "CREATE TABLE table_name_16 (sydney INTEGER, weekly_rank VARCHAR, brisbane VARCHAR)", "question": "What is the lowest value for Sydney, when WEEKLY RANK is less than 8, and when Brisbane is greater than 252,000?" }
### QUESTION Name the studio for catalog number 81063 ### CONTEXT CREATE TABLE table_27303975_2 (studio VARCHAR, catalog_number VARCHAR) ### ANSWER SELECT studio FROM table_27303975_2 WHERE catalog_number = "81063"</s>
{ "answer": "SELECT studio FROM table_27303975_2 WHERE catalog_number = \"81063\"", "context": "CREATE TABLE table_27303975_2 (studio VARCHAR, catalog_number VARCHAR)", "question": "Name the studio for catalog number 81063" }
### QUESTION What number episode in the season was directed by Paul Adelstein? ### CONTEXT CREATE TABLE table_27374740_1 (no_in_season INTEGER, directed_by VARCHAR) ### ANSWER SELECT MAX(no_in_season) FROM table_27374740_1 WHERE directed_by = "Paul Adelstein"</s>
{ "answer": "SELECT MAX(no_in_season) FROM table_27374740_1 WHERE directed_by = \"Paul Adelstein\"", "context": "CREATE TABLE table_27374740_1 (no_in_season INTEGER, directed_by VARCHAR)", "question": "What number episode in the season was directed by Paul Adelstein? " }
### QUESTION What was the winning score in 1985 for Championship of u.s. women's open? ### CONTEXT CREATE TABLE table_name_8 (winning_score VARCHAR, year VARCHAR, championship VARCHAR) ### ANSWER SELECT winning_score FROM table_name_8 WHERE year < 1985 AND championship = "u.s. women's open"</s>
{ "answer": "SELECT winning_score FROM table_name_8 WHERE year < 1985 AND championship = \"u.s. women's open\"", "context": "CREATE TABLE table_name_8 (winning_score VARCHAR, year VARCHAR, championship VARCHAR)", "question": "What was the winning score in 1985 for Championship of u.s. women's open?" }
### QUESTION how many teams had an appointment date of 11 april 2011 ### CONTEXT CREATE TABLE table_27495117_3 (team VARCHAR, date_of_appointment VARCHAR) ### ANSWER SELECT COUNT(team) FROM table_27495117_3 WHERE date_of_appointment = "11 April 2011"</s>
{ "answer": "SELECT COUNT(team) FROM table_27495117_3 WHERE date_of_appointment = \"11 April 2011\"", "context": "CREATE TABLE table_27495117_3 (team VARCHAR, date_of_appointment VARCHAR)", "question": "how many teams had an appointment date of 11 april 2011" }
### QUESTION Where is the Eastern Creek Raceway located? ### CONTEXT CREATE TABLE table_name_19 (location___state VARCHAR, circuit VARCHAR) ### ANSWER SELECT location___state FROM table_name_19 WHERE circuit = "eastern creek raceway"</s>
{ "answer": "SELECT location___state FROM table_name_19 WHERE circuit = \"eastern creek raceway\"", "context": "CREATE TABLE table_name_19 (location___state VARCHAR, circuit VARCHAR)", "question": "Where is the Eastern Creek Raceway located?" }
### QUESTION Name the december for record 14-17-4 ### CONTEXT CREATE TABLE table_27537870_5 (december VARCHAR, record VARCHAR) ### ANSWER SELECT december FROM table_27537870_5 WHERE record = "14-17-4"</s>
{ "answer": "SELECT december FROM table_27537870_5 WHERE record = \"14-17-4\"", "context": "CREATE TABLE table_27537870_5 (december VARCHAR, record VARCHAR)", "question": "Name the december for record 14-17-4" }
### QUESTION Name the least december for hsbc arena/18,017 ### CONTEXT CREATE TABLE table_27537870_5 (december INTEGER, location_attendance VARCHAR) ### ANSWER SELECT MIN(december) FROM table_27537870_5 WHERE location_attendance = "HSBC Arena/18,017"</s>
{ "answer": "SELECT MIN(december) FROM table_27537870_5 WHERE location_attendance = \"HSBC Arena/18,017\"", "context": "CREATE TABLE table_27537870_5 (december INTEGER, location_attendance VARCHAR)", "question": "Name the least december for hsbc arena/18,017" }
### QUESTION Director for Star Wars Episode II: attack of the clones? ### CONTEXT CREATE TABLE table_name_92 (director_s_ VARCHAR, title VARCHAR) ### ANSWER SELECT director_s_ FROM table_name_92 WHERE title = "star wars episode ii: attack of the clones"</s>
{ "answer": "SELECT director_s_ FROM table_name_92 WHERE title = \"star wars episode ii: attack of the clones\"", "context": "CREATE TABLE table_name_92 (director_s_ VARCHAR, title VARCHAR)", "question": "Director for Star Wars Episode II: attack of the clones?" }
### QUESTION What is the capacity for the institution of university of alberta? ### CONTEXT CREATE TABLE table_27599216_6 (capacity VARCHAR, institution VARCHAR) ### ANSWER SELECT capacity FROM table_27599216_6 WHERE institution = "University of Alberta"</s>
{ "answer": "SELECT capacity FROM table_27599216_6 WHERE institution = \"University of Alberta\"", "context": "CREATE TABLE table_27599216_6 (capacity VARCHAR, institution VARCHAR)", "question": "What is the capacity for the institution of university of alberta?" }