question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
text
stringlengths
114
1.06k
What were the scores when Jamie and Johns guest was Phillips Idowu?
CREATE TABLE table_29141354_2 (scores VARCHAR, jamie_and_johns_guest VARCHAR)
SELECT scores FROM table_29141354_2 WHERE jamie_and_johns_guest = "Phillips Idowu"
### Context: CREATE TABLE table_29141354_2 (scores VARCHAR, jamie_and_johns_guest VARCHAR) ### Question: What were the scores when Jamie and Johns guest was Phillips Idowu? ### Answer: SELECT scores FROM table_29141354_2 WHERE jamie_and_johns_guest = "Phillips Idowu"
When was episode 02x02 first broadcast?
CREATE TABLE table_29141354_2 (first_broadcast VARCHAR, episode VARCHAR)
SELECT first_broadcast FROM table_29141354_2 WHERE episode = "02x02"
### Context: CREATE TABLE table_29141354_2 (first_broadcast VARCHAR, episode VARCHAR) ### Question: When was episode 02x02 first broadcast? ### Answer: SELECT first_broadcast FROM table_29141354_2 WHERE episode = "02x02"
Who was Andrew and Georgies guest when Jamie and Johns guest was Jessica Ennis?
CREATE TABLE table_29141354_2 (andrew_and_georgies_guest VARCHAR, jamie_and_johns_guest VARCHAR)
SELECT andrew_and_georgies_guest FROM table_29141354_2 WHERE jamie_and_johns_guest = "Jessica Ennis"
### Context: CREATE TABLE table_29141354_2 (andrew_and_georgies_guest VARCHAR, jamie_and_johns_guest VARCHAR) ### Question: Who was Andrew and Georgies guest when Jamie and Johns guest was Jessica Ennis? ### Answer: SELECT andrew_and_georgies_guest FROM table_29141354_2 WHERE jamie_and_johns_guest = "Jessica Ennis"
When was episode 02x07 first broadcast?
CREATE TABLE table_29141354_2 (first_broadcast VARCHAR, episode VARCHAR)
SELECT first_broadcast FROM table_29141354_2 WHERE episode = "02x07"
### Context: CREATE TABLE table_29141354_2 (first_broadcast VARCHAR, episode VARCHAR) ### Question: When was episode 02x07 first broadcast? ### Answer: SELECT first_broadcast FROM table_29141354_2 WHERE episode = "02x07"
List all the MCs with peak ranking of 6 who were inducted in 2007.
CREATE TABLE table_29160596_1 (top_mc VARCHAR, year_inducted VARCHAR, peak_ranking VARCHAR)
SELECT top_mc FROM table_29160596_1 WHERE year_inducted = 2007 AND peak_ranking = 6
### Context: CREATE TABLE table_29160596_1 (top_mc VARCHAR, year_inducted VARCHAR, peak_ranking VARCHAR) ### Question: List all the MCs with peak ranking of 6 who were inducted in 2007. ### Answer: SELECT top_mc FROM table_29160596_1 WHERE year_inducted = 2007 AND peak_ranking = 6
List all the MCs with 5 appearances who were inducted in 2007?
CREATE TABLE table_29160596_1 (top_mc VARCHAR, appearances VARCHAR, year_inducted VARCHAR)
SELECT top_mc FROM table_29160596_1 WHERE appearances = 5 AND year_inducted = 2007
### Context: CREATE TABLE table_29160596_1 (top_mc VARCHAR, appearances VARCHAR, year_inducted VARCHAR) ### Question: List all the MCs with 5 appearances who were inducted in 2007? ### Answer: SELECT top_mc FROM table_29160596_1 WHERE appearances = 5 AND year_inducted = 2007
How many appearances by Meek Mill?
CREATE TABLE table_29160596_1 (appearances INTEGER, top_mc VARCHAR)
SELECT MAX(appearances) FROM table_29160596_1 WHERE top_mc = "Meek Mill"
### Context: CREATE TABLE table_29160596_1 (appearances INTEGER, top_mc VARCHAR) ### Question: How many appearances by Meek Mill? ### Answer: SELECT MAX(appearances) FROM table_29160596_1 WHERE top_mc = "Meek Mill"
What are the championship venues where the score was 6–7 (4–7) , 3–6?
CREATE TABLE table_29163303_1 (championship VARCHAR, score VARCHAR)
SELECT championship FROM table_29163303_1 WHERE score = "6–7 (4–7) , 3–6"
### Context: CREATE TABLE table_29163303_1 (championship VARCHAR, score VARCHAR) ### Question: What are the championship venues where the score was 6–7 (4–7) , 3–6? ### Answer: SELECT championship FROM table_29163303_1 WHERE score = "6–7 (4–7) , 3–6"
On what surface was the Australian Open (6) played on?
CREATE TABLE table_29163303_1 (surface VARCHAR, championship VARCHAR)
SELECT surface FROM table_29163303_1 WHERE championship = "Australian Open (6)"
### Context: CREATE TABLE table_29163303_1 (surface VARCHAR, championship VARCHAR) ### Question: On what surface was the Australian Open (6) played on? ### Answer: SELECT surface FROM table_29163303_1 WHERE championship = "Australian Open (6)"
Who was Bob Bryan's partner/s on a hard surface in 2003?
CREATE TABLE table_29163303_1 (partner VARCHAR, year VARCHAR, surface VARCHAR)
SELECT partner FROM table_29163303_1 WHERE year = 2003 AND surface = "Hard"
### Context: CREATE TABLE table_29163303_1 (partner VARCHAR, year VARCHAR, surface VARCHAR) ### Question: Who was Bob Bryan's partner/s on a hard surface in 2003? ### Answer: SELECT partner FROM table_29163303_1 WHERE year = 2003 AND surface = "Hard"
which vessel area was called for on november 30, 1970
CREATE TABLE table_291768_1 (shipyard VARCHAR, commissioned VARCHAR)
SELECT shipyard FROM table_291768_1 WHERE commissioned = "November 30, 1970"
### Context: CREATE TABLE table_291768_1 (shipyard VARCHAR, commissioned VARCHAR) ### Question: which vessel area was called for on november 30, 1970 ### Answer: SELECT shipyard FROM table_291768_1 WHERE commissioned = "November 30, 1970"
what project was initially started before september 20, 1968
CREATE TABLE table_291768_1 (commissioned VARCHAR, launched VARCHAR)
SELECT commissioned FROM table_291768_1 WHERE launched = "September 20, 1968"
### Context: CREATE TABLE table_291768_1 (commissioned VARCHAR, launched VARCHAR) ### Question: what project was initially started before september 20, 1968 ### Answer: SELECT commissioned FROM table_291768_1 WHERE launched = "September 20, 1968"
when was the first start date that actually began on august 6, 1969
CREATE TABLE table_291768_1 (launched VARCHAR, commissioned VARCHAR)
SELECT launched FROM table_291768_1 WHERE commissioned = "August 6, 1969"
### Context: CREATE TABLE table_291768_1 (launched VARCHAR, commissioned VARCHAR) ### Question: when was the first start date that actually began on august 6, 1969 ### Answer: SELECT launched FROM table_291768_1 WHERE commissioned = "August 6, 1969"
Who directed the episode with production code ip01003?
CREATE TABLE table_29273057_1 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_29273057_1 WHERE production_code = "IP01003"
### Context: CREATE TABLE table_29273057_1 (directed_by VARCHAR, production_code VARCHAR) ### Question: Who directed the episode with production code ip01003? ### Answer: SELECT directed_by FROM table_29273057_1 WHERE production_code = "IP01003"
How many poles does the European F3 Open series have?
CREATE TABLE table_29434211_1 (poles VARCHAR, series VARCHAR)
SELECT poles FROM table_29434211_1 WHERE series = "European F3 Open"
### Context: CREATE TABLE table_29434211_1 (poles VARCHAR, series VARCHAR) ### Question: How many poles does the European F3 Open series have? ### Answer: SELECT poles FROM table_29434211_1 WHERE series = "European F3 Open"
What is the maximum season that has exactly 2 podiums?
CREATE TABLE table_29434211_1 (season INTEGER, podiums VARCHAR)
SELECT MAX(season) FROM table_29434211_1 WHERE podiums = 2
### Context: CREATE TABLE table_29434211_1 (season INTEGER, podiums VARCHAR) ### Question: What is the maximum season that has exactly 2 podiums? ### Answer: SELECT MAX(season) FROM table_29434211_1 WHERE podiums = 2
Who wrote episode 23 of the season?
CREATE TABLE table_29436007_1 (written_by VARCHAR, no_in_season VARCHAR)
SELECT written_by FROM table_29436007_1 WHERE no_in_season = 23
### Context: CREATE TABLE table_29436007_1 (written_by VARCHAR, no_in_season VARCHAR) ### Question: Who wrote episode 23 of the season? ### Answer: SELECT written_by FROM table_29436007_1 WHERE no_in_season = 23
How many seasons are there for the 3rd position?
CREATE TABLE table_29471472_1 (season VARCHAR, position VARCHAR)
SELECT COUNT(season) FROM table_29471472_1 WHERE position = "3rd"
### Context: CREATE TABLE table_29471472_1 (season VARCHAR, position VARCHAR) ### Question: How many seasons are there for the 3rd position? ### Answer: SELECT COUNT(season) FROM table_29471472_1 WHERE position = "3rd"
What season was the team autosport academy?
CREATE TABLE table_29471472_1 (season INTEGER, team VARCHAR)
SELECT MAX(season) FROM table_29471472_1 WHERE team = "Autosport Academy"
### Context: CREATE TABLE table_29471472_1 (season INTEGER, team VARCHAR) ### Question: What season was the team autosport academy? ### Answer: SELECT MAX(season) FROM table_29471472_1 WHERE team = "Autosport Academy"
What is the series for race 7
CREATE TABLE table_29471472_1 (series VARCHAR, races VARCHAR)
SELECT series FROM table_29471472_1 WHERE races = 7
### Context: CREATE TABLE table_29471472_1 (series VARCHAR, races VARCHAR) ### Question: What is the series for race 7 ### Answer: SELECT series FROM table_29471472_1 WHERE races = 7
What season shows podium 7?
CREATE TABLE table_29471472_1 (season INTEGER, podiums VARCHAR)
SELECT MIN(season) FROM table_29471472_1 WHERE podiums = 7
### Context: CREATE TABLE table_29471472_1 (season INTEGER, podiums VARCHAR) ### Question: What season shows podium 7? ### Answer: SELECT MIN(season) FROM table_29471472_1 WHERE podiums = 7
How many French heads of state have a head of mission of Xavier Daufresne de la Chevalerie?
CREATE TABLE table_29474481_4 (french_head_of_state VARCHAR, head_of_mission VARCHAR)
SELECT COUNT(french_head_of_state) FROM table_29474481_4 WHERE head_of_mission = "Xavier Daufresne de la Chevalerie"
### Context: CREATE TABLE table_29474481_4 (french_head_of_state VARCHAR, head_of_mission VARCHAR) ### Question: How many French heads of state have a head of mission of Xavier Daufresne de la Chevalerie? ### Answer: SELECT COUNT(french_head_of_state) FROM table_29474481_4 WHERE head_of_mission = "Xavier Daufresne de la Chevalerie"
What city is Tiffin University located in?
CREATE TABLE table_29483673_1 (location___city VARCHAR, institution VARCHAR)
SELECT location___city FROM table_29483673_1 WHERE institution = "Tiffin University"
### Context: CREATE TABLE table_29483673_1 (location___city VARCHAR, institution VARCHAR) ### Question: What city is Tiffin University located in? ### Answer: SELECT location___city FROM table_29483673_1 WHERE institution = "Tiffin University"
What is the enrollment at the private university?
CREATE TABLE table_29483673_1 (enrollment VARCHAR, affiliation VARCHAR)
SELECT enrollment FROM table_29483673_1 WHERE affiliation = "Private"
### Context: CREATE TABLE table_29483673_1 (enrollment VARCHAR, affiliation VARCHAR) ### Question: What is the enrollment at the private university? ### Answer: SELECT enrollment FROM table_29483673_1 WHERE affiliation = "Private"
What is the original air date when the director is Rowan Woods and the writer is Peter Duncan?
CREATE TABLE table_29494395_3 (originalair_date VARCHAR, director VARCHAR, writer VARCHAR)
SELECT originalair_date FROM table_29494395_3 WHERE director = "Rowan Woods" AND writer = "Peter Duncan"
### Context: CREATE TABLE table_29494395_3 (originalair_date VARCHAR, director VARCHAR, writer VARCHAR) ### Question: What is the original air date when the director is Rowan Woods and the writer is Peter Duncan? ### Answer: SELECT originalair_date FROM table_29494395_3 WHERE director = "Rowan Woods" AND writer = "Peter Duncan"
How many sources are there for south africa?
CREATE TABLE table_29487895_2 (source_s_ VARCHAR, country___region VARCHAR)
SELECT COUNT(source_s_) FROM table_29487895_2 WHERE country___region = "South Africa"
### Context: CREATE TABLE table_29487895_2 (source_s_ VARCHAR, country___region VARCHAR) ### Question: How many sources are there for south africa? ### Answer: SELECT COUNT(source_s_) FROM table_29487895_2 WHERE country___region = "South Africa"
What is the premiere date of the american disney xd tron uprising site?
CREATE TABLE table_29487895_2 (series_premiere VARCHAR, source_s_ VARCHAR)
SELECT series_premiere FROM table_29487895_2 WHERE source_s_ = "American Disney XD Tron Uprising Site"
### Context: CREATE TABLE table_29487895_2 (series_premiere VARCHAR, source_s_ VARCHAR) ### Question: What is the premiere date of the american disney xd tron uprising site? ### Answer: SELECT series_premiere FROM table_29487895_2 WHERE source_s_ = "American Disney XD Tron Uprising Site"
What country is in the region of France?
CREATE TABLE table_29487895_2 (title_in_country VARCHAR, country___region VARCHAR)
SELECT title_in_country FROM table_29487895_2 WHERE country___region = "France"
### Context: CREATE TABLE table_29487895_2 (title_in_country VARCHAR, country___region VARCHAR) ### Question: What country is in the region of France? ### Answer: SELECT title_in_country FROM table_29487895_2 WHERE country___region = "France"
What is the title in Canada?
CREATE TABLE table_29487895_2 (title_in_country VARCHAR, country___region VARCHAR)
SELECT title_in_country FROM table_29487895_2 WHERE country___region = "Canada"
### Context: CREATE TABLE table_29487895_2 (title_in_country VARCHAR, country___region VARCHAR) ### Question: What is the title in Canada? ### Answer: SELECT title_in_country FROM table_29487895_2 WHERE country___region = "Canada"
What was the best finish for 206 on the money list?
CREATE TABLE table_29499399_2 (best_finish VARCHAR, money_list_rank VARCHAR)
SELECT best_finish FROM table_29499399_2 WHERE money_list_rank = "206"
### Context: CREATE TABLE table_29499399_2 (best_finish VARCHAR, money_list_rank VARCHAR) ### Question: What was the best finish for 206 on the money list? ### Answer: SELECT best_finish FROM table_29499399_2 WHERE money_list_rank = "206"
How many ranks on the money list had a best finish of t10?
CREATE TABLE table_29499399_2 (money_list_rank VARCHAR, best_finish VARCHAR)
SELECT COUNT(money_list_rank) FROM table_29499399_2 WHERE best_finish = "T10"
### Context: CREATE TABLE table_29499399_2 (money_list_rank VARCHAR, best_finish VARCHAR) ### Question: How many ranks on the money list had a best finish of t10? ### Answer: SELECT COUNT(money_list_rank) FROM table_29499399_2 WHERE best_finish = "T10"
Which money list ranks had a best finish of 2?
CREATE TABLE table_29499399_2 (money_list_rank VARCHAR, best_finish VARCHAR)
SELECT COUNT(money_list_rank) FROM table_29499399_2 WHERE best_finish = "2"
### Context: CREATE TABLE table_29499399_2 (money_list_rank VARCHAR, best_finish VARCHAR) ### Question: Which money list ranks had a best finish of 2? ### Answer: SELECT COUNT(money_list_rank) FROM table_29499399_2 WHERE best_finish = "2"
What is Jonathan Kaye's money list ranking?
CREATE TABLE table_29499399_2 (money_list_rank VARCHAR, player VARCHAR)
SELECT COUNT(money_list_rank) FROM table_29499399_2 WHERE player = "Jonathan Kaye"
### Context: CREATE TABLE table_29499399_2 (money_list_rank VARCHAR, player VARCHAR) ### Question: What is Jonathan Kaye's money list ranking? ### Answer: SELECT COUNT(money_list_rank) FROM table_29499399_2 WHERE player = "Jonathan Kaye"
Where is Cameron Beckman's rank on the money list?
CREATE TABLE table_29499399_2 (money_list_rank VARCHAR, player VARCHAR)
SELECT money_list_rank FROM table_29499399_2 WHERE player = "Cameron Beckman"
### Context: CREATE TABLE table_29499399_2 (money_list_rank VARCHAR, player VARCHAR) ### Question: Where is Cameron Beckman's rank on the money list? ### Answer: SELECT money_list_rank FROM table_29499399_2 WHERE player = "Cameron Beckman"
When 6 is the w what is the pa?
CREATE TABLE table_29565541_2 (pa VARCHAR, w VARCHAR)
SELECT pa FROM table_29565541_2 WHERE w = 6
### Context: CREATE TABLE table_29565541_2 (pa VARCHAR, w VARCHAR) ### Question: When 6 is the w what is the pa? ### Answer: SELECT pa FROM table_29565541_2 WHERE w = 6
When 5 is the l what is the lowest amount of stolen ends?
CREATE TABLE table_29565541_2 (stolen_ends INTEGER, l VARCHAR)
SELECT MIN(stolen_ends) FROM table_29565541_2 WHERE l = 5
### Context: CREATE TABLE table_29565541_2 (stolen_ends INTEGER, l VARCHAR) ### Question: When 5 is the l what is the lowest amount of stolen ends? ### Answer: SELECT MIN(stolen_ends) FROM table_29565541_2 WHERE l = 5
How many million people in the US saw the episode with production code 105?
CREATE TABLE table_29569969_2 (us_viewers__millions_ VARCHAR, production_code VARCHAR)
SELECT us_viewers__millions_ FROM table_29569969_2 WHERE production_code = 105
### Context: CREATE TABLE table_29569969_2 (us_viewers__millions_ VARCHAR, production_code VARCHAR) ### Question: How many million people in the US saw the episode with production code 105? ### Answer: SELECT us_viewers__millions_ FROM table_29569969_2 WHERE production_code = 105
Who directed the episode that had 1.48 million viewers in the U.S.?
CREATE TABLE table_29569969_2 (directed_by VARCHAR, us_viewers__millions_ VARCHAR)
SELECT directed_by FROM table_29569969_2 WHERE us_viewers__millions_ = "1.48"
### Context: CREATE TABLE table_29569969_2 (directed_by VARCHAR, us_viewers__millions_ VARCHAR) ### Question: Who directed the episode that had 1.48 million viewers in the U.S.? ### Answer: SELECT directed_by FROM table_29569969_2 WHERE us_viewers__millions_ = "1.48"
what is the status for seed 14
CREATE TABLE table_29572583_20 (status VARCHAR, seed VARCHAR)
SELECT status FROM table_29572583_20 WHERE seed = 14
### Context: CREATE TABLE table_29572583_20 (status VARCHAR, seed VARCHAR) ### Question: what is the status for seed 14 ### Answer: SELECT status FROM table_29572583_20 WHERE seed = 14
which player had the status to the fourth round lost to tsvetana pironkova [32] Answers:
CREATE TABLE table_29572583_20 (player VARCHAR, status VARCHAR)
SELECT player FROM table_29572583_20 WHERE status = "Fourth round lost to Tsvetana Pironkova [32]"
### Context: CREATE TABLE table_29572583_20 (player VARCHAR, status VARCHAR) ### Question: which player had the status to the fourth round lost to tsvetana pironkova [32] Answers: ### Answer: SELECT player FROM table_29572583_20 WHERE status = "Fourth round lost to Tsvetana Pironkova [32]"
how many new points does the player roberta vinci have?
CREATE TABLE table_29572583_20 (new_points INTEGER, player VARCHAR)
SELECT MAX(new_points) FROM table_29572583_20 WHERE player = "Roberta Vinci"
### Context: CREATE TABLE table_29572583_20 (new_points INTEGER, player VARCHAR) ### Question: how many new points does the player roberta vinci have? ### Answer: SELECT MAX(new_points) FROM table_29572583_20 WHERE player = "Roberta Vinci"
How many o-19% are where the quartier is in saint-loup?
CREATE TABLE table_29615165_5 (_percentage_0_19_years VARCHAR, quartier VARCHAR)
SELECT _percentage_0_19_years FROM table_29615165_5 WHERE quartier = "Saint-Loup"
### Context: CREATE TABLE table_29615165_5 (_percentage_0_19_years VARCHAR, quartier VARCHAR) ### Question: How many o-19% are where the quartier is in saint-loup? ### Answer: SELECT _percentage_0_19_years FROM table_29615165_5 WHERE quartier = "Saint-Loup"
how many 20-39% are in pont-de-vivaux?
CREATE TABLE table_29615165_5 (_percentage_20_39_years VARCHAR, quartier VARCHAR)
SELECT COUNT(_percentage_20_39_years) FROM table_29615165_5 WHERE quartier = "Pont-de-Vivaux"
### Context: CREATE TABLE table_29615165_5 (_percentage_20_39_years VARCHAR, quartier VARCHAR) ### Question: how many 20-39% are in pont-de-vivaux? ### Answer: SELECT COUNT(_percentage_20_39_years) FROM table_29615165_5 WHERE quartier = "Pont-de-Vivaux"
the quartier menpenti has how many 40-59 year olds?
CREATE TABLE table_29615165_5 (_percentage_40_59_years VARCHAR, quartier VARCHAR)
SELECT _percentage_40_59_years FROM table_29615165_5 WHERE quartier = "Menpenti"
### Context: CREATE TABLE table_29615165_5 (_percentage_40_59_years VARCHAR, quartier VARCHAR) ### Question: the quartier menpenti has how many 40-59 year olds? ### Answer: SELECT _percentage_40_59_years FROM table_29615165_5 WHERE quartier = "Menpenti"
What episode number in the series was directed by Winrich Kolbe?
CREATE TABLE table_29585196_1 (no_in_series INTEGER, directed_by VARCHAR)
SELECT MIN(no_in_series) FROM table_29585196_1 WHERE directed_by = "Winrich Kolbe"
### Context: CREATE TABLE table_29585196_1 (no_in_series INTEGER, directed_by VARCHAR) ### Question: What episode number in the series was directed by Winrich Kolbe? ### Answer: SELECT MIN(no_in_series) FROM table_29585196_1 WHERE directed_by = "Winrich Kolbe"
What is the position for the university of akron michigan bucks affiliation
CREATE TABLE table_29626583_1 (position VARCHAR, affiliation VARCHAR)
SELECT position FROM table_29626583_1 WHERE affiliation = "University of Akron Michigan Bucks"
### Context: CREATE TABLE table_29626583_1 (position VARCHAR, affiliation VARCHAR) ### Question: What is the position for the university of akron michigan bucks affiliation ### Answer: SELECT position FROM table_29626583_1 WHERE affiliation = "University of Akron Michigan Bucks"
What is the position for the university of north carolina carolina dynamo affiliation
CREATE TABLE table_29626583_1 (position VARCHAR, affiliation VARCHAR)
SELECT position FROM table_29626583_1 WHERE affiliation = "University of North Carolina Carolina Dynamo"
### Context: CREATE TABLE table_29626583_1 (position VARCHAR, affiliation VARCHAR) ### Question: What is the position for the university of north carolina carolina dynamo affiliation ### Answer: SELECT position FROM table_29626583_1 WHERE affiliation = "University of North Carolina Carolina Dynamo"
how many pick# does the chivas usa mls team have
CREATE TABLE table_29626583_1 (pick__number INTEGER, mls_team VARCHAR)
SELECT MAX(pick__number) FROM table_29626583_1 WHERE mls_team = "Chivas USA"
### Context: CREATE TABLE table_29626583_1 (pick__number INTEGER, mls_team VARCHAR) ### Question: how many pick# does the chivas usa mls team have ### Answer: SELECT MAX(pick__number) FROM table_29626583_1 WHERE mls_team = "Chivas USA"
how many pick# does the university of akron reading united michigan bucks affiliation have
CREATE TABLE table_29626583_1 (pick__number VARCHAR, affiliation VARCHAR)
SELECT COUNT(pick__number) FROM table_29626583_1 WHERE affiliation = "University of Akron Reading United Michigan Bucks"
### Context: CREATE TABLE table_29626583_1 (pick__number VARCHAR, affiliation VARCHAR) ### Question: how many pick# does the university of akron reading united michigan bucks affiliation have ### Answer: SELECT COUNT(pick__number) FROM table_29626583_1 WHERE affiliation = "University of Akron Reading United Michigan Bucks"
what is the position for the united states u-20 affiliation
CREATE TABLE table_29626583_1 (position VARCHAR, affiliation VARCHAR)
SELECT position FROM table_29626583_1 WHERE affiliation = "United States U-20"
### Context: CREATE TABLE table_29626583_1 (position VARCHAR, affiliation VARCHAR) ### Question: what is the position for the united states u-20 affiliation ### Answer: SELECT position FROM table_29626583_1 WHERE affiliation = "United States U-20"
What is the title of the episode with a production code of FL209?
CREATE TABLE table_29747178_3 (title VARCHAR, production_code VARCHAR)
SELECT title FROM table_29747178_3 WHERE production_code = "FL209"
### Context: CREATE TABLE table_29747178_3 (title VARCHAR, production_code VARCHAR) ### Question: What is the title of the episode with a production code of FL209? ### Answer: SELECT title FROM table_29747178_3 WHERE production_code = "FL209"
Who directed the episode that was watched by 2.67 million U.S. viewers?
CREATE TABLE table_29747178_3 (directed_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT directed_by FROM table_29747178_3 WHERE us_viewers__million_ = "2.67"
### Context: CREATE TABLE table_29747178_3 (directed_by VARCHAR, us_viewers__million_ VARCHAR) ### Question: Who directed the episode that was watched by 2.67 million U.S. viewers? ### Answer: SELECT directed_by FROM table_29747178_3 WHERE us_viewers__million_ = "2.67"
What is the lowest value for int. caps?
CREATE TABLE table_29743928_5 (int_caps INTEGER)
SELECT MIN(int_caps) FROM table_29743928_5
### Context: CREATE TABLE table_29743928_5 (int_caps INTEGER) ### Question: What is the lowest value for int. caps? ### Answer: SELECT MIN(int_caps) FROM table_29743928_5
How many trains are there for the route via trivandrum, ernakulam, newdelhi?
CREATE TABLE table_29770377_1 (train_number VARCHAR, route_via VARCHAR)
SELECT COUNT(train_number) FROM table_29770377_1 WHERE route_via = "Trivandrum, Ernakulam, NewDelhi"
### Context: CREATE TABLE table_29770377_1 (train_number VARCHAR, route_via VARCHAR) ### Question: How many trains are there for the route via trivandrum, ernakulam, newdelhi? ### Answer: SELECT COUNT(train_number) FROM table_29770377_1 WHERE route_via = "Trivandrum, Ernakulam, NewDelhi"
What is the route for the destination of guruvayur?
CREATE TABLE table_29770377_1 (route_via VARCHAR, destination VARCHAR)
SELECT route_via FROM table_29770377_1 WHERE destination = "Guruvayur"
### Context: CREATE TABLE table_29770377_1 (route_via VARCHAR, destination VARCHAR) ### Question: What is the route for the destination of guruvayur? ### Answer: SELECT route_via FROM table_29770377_1 WHERE destination = "Guruvayur"
How many route/via's are there for the ernad express?
CREATE TABLE table_29770377_1 (route_via VARCHAR, train_name VARCHAR)
SELECT COUNT(route_via) FROM table_29770377_1 WHERE train_name = "Ernad Express"
### Context: CREATE TABLE table_29770377_1 (route_via VARCHAR, train_name VARCHAR) ### Question: How many route/via's are there for the ernad express? ### Answer: SELECT COUNT(route_via) FROM table_29770377_1 WHERE train_name = "Ernad Express"
What is the destination of the route kulitthurai,neyyattinkara?
CREATE TABLE table_29770377_1 (destination VARCHAR, route_via VARCHAR)
SELECT destination FROM table_29770377_1 WHERE route_via = "Kulitthurai,Neyyattinkara"
### Context: CREATE TABLE table_29770377_1 (destination VARCHAR, route_via VARCHAR) ### Question: What is the destination of the route kulitthurai,neyyattinkara? ### Answer: SELECT destination FROM table_29770377_1 WHERE route_via = "Kulitthurai,Neyyattinkara"
What is the train number for the train name island express with a destination of kanniyakumari?
CREATE TABLE table_29770377_1 (train_number VARCHAR, train_name VARCHAR, destination VARCHAR)
SELECT train_number FROM table_29770377_1 WHERE train_name = "Island Express" AND destination = "Kanniyakumari"
### Context: CREATE TABLE table_29770377_1 (train_number VARCHAR, train_name VARCHAR, destination VARCHAR) ### Question: What is the train number for the train name island express with a destination of kanniyakumari? ### Answer: SELECT train_number FROM table_29770377_1 WHERE train_name = "Island Express" AND destination = "Kanniyakumari"
How many reservations for sc/st are there in constituency 191?
CREATE TABLE table_29785324_4 (reservation_for_sc_st VARCHAR, constituency_no VARCHAR)
SELECT COUNT(reservation_for_sc_st) FROM table_29785324_4 WHERE constituency_no = 191
### Context: CREATE TABLE table_29785324_4 (reservation_for_sc_st VARCHAR, constituency_no VARCHAR) ### Question: How many reservations for sc/st are there in constituency 191? ### Answer: SELECT COUNT(reservation_for_sc_st) FROM table_29785324_4 WHERE constituency_no = 191
Which locations had their first year in 2001?
CREATE TABLE table_29788320_2 (location VARCHAR, first_year VARCHAR)
SELECT location FROM table_29788320_2 WHERE first_year = 2001
### Context: CREATE TABLE table_29788320_2 (location VARCHAR, first_year VARCHAR) ### Question: Which locations had their first year in 2001? ### Answer: SELECT location FROM table_29788320_2 WHERE first_year = 2001
How many editions did Club Q-base concept have ?
CREATE TABLE table_29788320_2 (number_of_editions VARCHAR, concept VARCHAR)
SELECT COUNT(number_of_editions) FROM table_29788320_2 WHERE concept = "Club Q-BASE"
### Context: CREATE TABLE table_29788320_2 (number_of_editions VARCHAR, concept VARCHAR) ### Question: How many editions did Club Q-base concept have ? ### Answer: SELECT COUNT(number_of_editions) FROM table_29788320_2 WHERE concept = "Club Q-BASE"
What is the lowest value for runs when the average is 42.36?
CREATE TABLE table_2985664_8 (runs INTEGER, average VARCHAR)
SELECT MIN(runs) FROM table_2985664_8 WHERE average = "42.36"
### Context: CREATE TABLE table_2985664_8 (runs INTEGER, average VARCHAR) ### Question: What is the lowest value for runs when the average is 42.36? ### Answer: SELECT MIN(runs) FROM table_2985664_8 WHERE average = "42.36"
How many entries for 50 occur when strike rate is 92.81?
CREATE TABLE table_2985664_8 (strike_rate VARCHAR)
SELECT COUNT(50) FROM table_2985664_8 WHERE strike_rate = "92.81"
### Context: CREATE TABLE table_2985664_8 (strike_rate VARCHAR) ### Question: How many entries for 50 occur when strike rate is 92.81? ### Answer: SELECT COUNT(50) FROM table_2985664_8 WHERE strike_rate = "92.81"
What is the lowest value for innings?
CREATE TABLE table_2985664_8 (innings INTEGER)
SELECT MIN(innings) FROM table_2985664_8
### Context: CREATE TABLE table_2985664_8 (innings INTEGER) ### Question: What is the lowest value for innings? ### Answer: SELECT MIN(innings) FROM table_2985664_8
What is every strike rate when cathces/stumpings is 13/1?
CREATE TABLE table_2985664_8 (strike_rate VARCHAR, catches_stumpings VARCHAR)
SELECT strike_rate FROM table_2985664_8 WHERE catches_stumpings = "13/1"
### Context: CREATE TABLE table_2985664_8 (strike_rate VARCHAR, catches_stumpings VARCHAR) ### Question: What is every strike rate when cathces/stumpings is 13/1? ### Answer: SELECT strike_rate FROM table_2985664_8 WHERE catches_stumpings = "13/1"
What is every high score for a strike rate of 84.88?
CREATE TABLE table_2985664_8 (high_score VARCHAR, strike_rate VARCHAR)
SELECT high_score FROM table_2985664_8 WHERE strike_rate = "84.88"
### Context: CREATE TABLE table_2985664_8 (high_score VARCHAR, strike_rate VARCHAR) ### Question: What is every high score for a strike rate of 84.88? ### Answer: SELECT high_score FROM table_2985664_8 WHERE strike_rate = "84.88"
How many entries for 100 occur when the average is 15.78?
CREATE TABLE table_2985664_8 (average VARCHAR)
SELECT COUNT(100) FROM table_2985664_8 WHERE average = "15.78"
### Context: CREATE TABLE table_2985664_8 (average VARCHAR) ### Question: How many entries for 100 occur when the average is 15.78? ### Answer: SELECT COUNT(100) FROM table_2985664_8 WHERE average = "15.78"
What is the chromosomal location of il-1β?
CREATE TABLE table_29871617_1 (chromosomal_location VARCHAR, name VARCHAR)
SELECT chromosomal_location FROM table_29871617_1 WHERE name = "IL-1β"
### Context: CREATE TABLE table_29871617_1 (chromosomal_location VARCHAR, name VARCHAR) ### Question: What is the chromosomal location of il-1β? ### Answer: SELECT chromosomal_location FROM table_29871617_1 WHERE name = "IL-1β"
What are the coreceptors of the chromosomes in that location 11q22.2-q22.3?
CREATE TABLE table_29871617_1 (coreceptor VARCHAR, chromosomal_location VARCHAR)
SELECT coreceptor FROM table_29871617_1 WHERE chromosomal_location = "11q22.2-q22.3"
### Context: CREATE TABLE table_29871617_1 (coreceptor VARCHAR, chromosomal_location VARCHAR) ### Question: What are the coreceptors of the chromosomes in that location 11q22.2-q22.3? ### Answer: SELECT coreceptor FROM table_29871617_1 WHERE chromosomal_location = "11q22.2-q22.3"
How many different chromosomal locations are there in the family il-1f8?
CREATE TABLE table_29871617_1 (chromosomal_location VARCHAR, family_name VARCHAR)
SELECT COUNT(chromosomal_location) FROM table_29871617_1 WHERE family_name = "IL-1F8"
### Context: CREATE TABLE table_29871617_1 (chromosomal_location VARCHAR, family_name VARCHAR) ### Question: How many different chromosomal locations are there in the family il-1f8? ### Answer: SELECT COUNT(chromosomal_location) FROM table_29871617_1 WHERE family_name = "IL-1F8"
Where is il-36β located?
CREATE TABLE table_29871617_1 (chromosomal_location VARCHAR, name VARCHAR)
SELECT chromosomal_location FROM table_29871617_1 WHERE name = "IL-36β"
### Context: CREATE TABLE table_29871617_1 (chromosomal_location VARCHAR, name VARCHAR) ### Question: Where is il-36β located? ### Answer: SELECT chromosomal_location FROM table_29871617_1 WHERE name = "IL-36β"
What are the names listed in the family il-1f2?
CREATE TABLE table_29871617_1 (name VARCHAR, family_name VARCHAR)
SELECT name FROM table_29871617_1 WHERE family_name = "IL-1F2"
### Context: CREATE TABLE table_29871617_1 (name VARCHAR, family_name VARCHAR) ### Question: What are the names listed in the family il-1f2? ### Answer: SELECT name FROM table_29871617_1 WHERE family_name = "IL-1F2"
Which chromosomes have an unknown property?
CREATE TABLE table_29871617_1 (name VARCHAR, property VARCHAR)
SELECT name FROM table_29871617_1 WHERE property = "Unknown"
### Context: CREATE TABLE table_29871617_1 (name VARCHAR, property VARCHAR) ### Question: Which chromosomes have an unknown property? ### Answer: SELECT name FROM table_29871617_1 WHERE property = "Unknown"
Name the least mister international
CREATE TABLE table_30007505_1 (mister_international INTEGER)
SELECT MIN(mister_international) FROM table_30007505_1
### Context: CREATE TABLE table_30007505_1 (mister_international INTEGER) ### Question: Name the least mister international ### Answer: SELECT MIN(mister_international) FROM table_30007505_1
Name the most total for south korea
CREATE TABLE table_30007505_1 (total INTEGER, country_territory VARCHAR)
SELECT MAX(total) FROM table_30007505_1 WHERE country_territory = "South Korea"
### Context: CREATE TABLE table_30007505_1 (total INTEGER, country_territory VARCHAR) ### Question: Name the most total for south korea ### Answer: SELECT MAX(total) FROM table_30007505_1 WHERE country_territory = "South Korea"
Name the semifinalists for singapore
CREATE TABLE table_30007505_1 (semifinalists VARCHAR, country_territory VARCHAR)
SELECT semifinalists FROM table_30007505_1 WHERE country_territory = "Singapore"
### Context: CREATE TABLE table_30007505_1 (semifinalists VARCHAR, country_territory VARCHAR) ### Question: Name the semifinalists for singapore ### Answer: SELECT semifinalists FROM table_30007505_1 WHERE country_territory = "Singapore"
Name the number of semifinalists for 19 rank
CREATE TABLE table_30007505_1 (semifinalists VARCHAR, rank VARCHAR)
SELECT COUNT(semifinalists) FROM table_30007505_1 WHERE rank = 19
### Context: CREATE TABLE table_30007505_1 (semifinalists VARCHAR, rank VARCHAR) ### Question: Name the number of semifinalists for 19 rank ### Answer: SELECT COUNT(semifinalists) FROM table_30007505_1 WHERE rank = 19
Where was d: ~50nm, l: ~600nm geometry researched?
CREATE TABLE table_30057479_1 (researched_at VARCHAR, geometry VARCHAR)
SELECT researched_at FROM table_30057479_1 WHERE geometry = "D: ~50nm, L: ~600nm"
### Context: CREATE TABLE table_30057479_1 (researched_at VARCHAR, geometry VARCHAR) ### Question: Where was d: ~50nm, l: ~600nm geometry researched? ### Answer: SELECT researched_at FROM table_30057479_1 WHERE geometry = "D: ~50nm, L: ~600nm"
How many materials are there for output power of ~0.1 pw per cycle (calculated)?
CREATE TABLE table_30057479_1 (material VARCHAR, output_power VARCHAR)
SELECT COUNT(material) FROM table_30057479_1 WHERE output_power = "~0.1 pW per cycle (calculated)"
### Context: CREATE TABLE table_30057479_1 (material VARCHAR, output_power VARCHAR) ### Question: How many materials are there for output power of ~0.1 pw per cycle (calculated)? ### Answer: SELECT COUNT(material) FROM table_30057479_1 WHERE output_power = "~0.1 pW per cycle (calculated)"
How many synthesis are there for 5~16.2 pw per cycle (calculated) output power?
CREATE TABLE table_30057479_1 (synthesis VARCHAR, output_power VARCHAR)
SELECT COUNT(synthesis) FROM table_30057479_1 WHERE output_power = "5~16.2 pW per cycle (calculated)"
### Context: CREATE TABLE table_30057479_1 (synthesis VARCHAR, output_power VARCHAR) ### Question: How many synthesis are there for 5~16.2 pw per cycle (calculated) output power? ### Answer: SELECT COUNT(synthesis) FROM table_30057479_1 WHERE output_power = "5~16.2 pW per cycle (calculated)"
Where was d: ~100nm, l: 1 μm geometry researched?
CREATE TABLE table_30057479_1 (researched_at VARCHAR, geometry VARCHAR)
SELECT researched_at FROM table_30057479_1 WHERE geometry = "D: ~100nm, L: 1 μm"
### Context: CREATE TABLE table_30057479_1 (researched_at VARCHAR, geometry VARCHAR) ### Question: Where was d: ~100nm, l: 1 μm geometry researched? ### Answer: SELECT researched_at FROM table_30057479_1 WHERE geometry = "D: ~100nm, L: 1 μm"
Where was d: 25~70nm, l: 10~20 μm geometry researched?
CREATE TABLE table_30057479_1 (researched_at VARCHAR, geometry VARCHAR)
SELECT researched_at FROM table_30057479_1 WHERE geometry = "D: 25~70nm, L: 10~20 μm"
### Context: CREATE TABLE table_30057479_1 (researched_at VARCHAR, geometry VARCHAR) ### Question: Where was d: 25~70nm, l: 10~20 μm geometry researched? ### Answer: SELECT researched_at FROM table_30057479_1 WHERE geometry = "D: 25~70nm, L: 10~20 μm"
Who are all providers with destination of Liverpool?
CREATE TABLE table_3005999_1 (provider VARCHAR, destination VARCHAR)
SELECT provider FROM table_3005999_1 WHERE destination = "Liverpool"
### Context: CREATE TABLE table_3005999_1 (provider VARCHAR, destination VARCHAR) ### Question: Who are all providers with destination of Liverpool? ### Answer: SELECT provider FROM table_3005999_1 WHERE destination = "Liverpool"
What is every entry for intermediate stops for the destination of Manchester?
CREATE TABLE table_3005999_1 (intermediate_stops VARCHAR, destination VARCHAR)
SELECT intermediate_stops FROM table_3005999_1 WHERE destination = "Manchester"
### Context: CREATE TABLE table_3005999_1 (intermediate_stops VARCHAR, destination VARCHAR) ### Question: What is every entry for intermediate stops for the destination of Manchester? ### Answer: SELECT intermediate_stops FROM table_3005999_1 WHERE destination = "Manchester"
How many route numbers occur for the origin of Birmingham and destination of Bristol?
CREATE TABLE table_3005999_1 (route_number VARCHAR, origin VARCHAR, destination VARCHAR)
SELECT COUNT(route_number) FROM table_3005999_1 WHERE origin = "Birmingham" AND destination = "Bristol"
### Context: CREATE TABLE table_3005999_1 (route_number VARCHAR, origin VARCHAR, destination VARCHAR) ### Question: How many route numbers occur for the origin of Birmingham and destination of Bristol? ### Answer: SELECT COUNT(route_number) FROM table_3005999_1 WHERE origin = "Birmingham" AND destination = "Bristol"
What is every origin for the destination of Manchester?
CREATE TABLE table_3005999_1 (origin VARCHAR, destination VARCHAR)
SELECT origin FROM table_3005999_1 WHERE destination = "Manchester"
### Context: CREATE TABLE table_3005999_1 (origin VARCHAR, destination VARCHAR) ### Question: What is every origin for the destination of Manchester? ### Answer: SELECT origin FROM table_3005999_1 WHERE destination = "Manchester"
How many providers have a destination of Blackpool?
CREATE TABLE table_3005999_1 (provider VARCHAR, destination VARCHAR)
SELECT COUNT(provider) FROM table_3005999_1 WHERE destination = "Blackpool"
### Context: CREATE TABLE table_3005999_1 (provider VARCHAR, destination VARCHAR) ### Question: How many providers have a destination of Blackpool? ### Answer: SELECT COUNT(provider) FROM table_3005999_1 WHERE destination = "Blackpool"
What is the maximum number of starts?
CREATE TABLE table_3005915_3 (starts INTEGER)
SELECT MAX(starts) FROM table_3005915_3
### Context: CREATE TABLE table_3005915_3 (starts INTEGER) ### Question: What is the maximum number of starts? ### Answer: SELECT MAX(starts) FROM table_3005915_3
What is the maximum number of poles?
CREATE TABLE table_3005915_3 (poles INTEGER)
SELECT MAX(poles) FROM table_3005915_3
### Context: CREATE TABLE table_3005915_3 (poles INTEGER) ### Question: What is the maximum number of poles? ### Answer: SELECT MAX(poles) FROM table_3005915_3
What is the minimum number of poles?
CREATE TABLE table_3005915_3 (poles INTEGER)
SELECT MIN(poles) FROM table_3005915_3
### Context: CREATE TABLE table_3005915_3 (poles INTEGER) ### Question: What is the minimum number of poles? ### Answer: SELECT MIN(poles) FROM table_3005915_3
Name the date for s. valentino alla muta , italia
CREATE TABLE table_30073089_2 (date VARCHAR, location VARCHAR)
SELECT date FROM table_30073089_2 WHERE location = "S. Valentino Alla Muta , Italia"
### Context: CREATE TABLE table_30073089_2 (date VARCHAR, location VARCHAR) ### Question: Name the date for s. valentino alla muta , italia ### Answer: SELECT date FROM table_30073089_2 WHERE location = "S. Valentino Alla Muta , Italia"
Name the date for 2011 and position larger than 2.0
CREATE TABLE table_30073089_2 (date VARCHAR, season VARCHAR, position VARCHAR)
SELECT date FROM table_30073089_2 WHERE season = 2011 AND position > 2.0
### Context: CREATE TABLE table_30073089_2 (date VARCHAR, season VARCHAR, position VARCHAR) ### Question: Name the date for 2011 and position larger than 2.0 ### Answer: SELECT date FROM table_30073089_2 WHERE season = 2011 AND position > 2.0
Name the discipline for 1561 fis points
CREATE TABLE table_30073089_2 (discipline VARCHAR, fis_points VARCHAR)
SELECT discipline FROM table_30073089_2 WHERE fis_points = 1561
### Context: CREATE TABLE table_30073089_2 (discipline VARCHAR, fis_points VARCHAR) ### Question: Name the discipline for 1561 fis points ### Answer: SELECT discipline FROM table_30073089_2 WHERE fis_points = 1561
Name the position for fis points being 3495
CREATE TABLE table_30073089_2 (position VARCHAR, fis_points VARCHAR)
SELECT position FROM table_30073089_2 WHERE fis_points = 3495
### Context: CREATE TABLE table_30073089_2 (position VARCHAR, fis_points VARCHAR) ### Question: Name the position for fis points being 3495 ### Answer: SELECT position FROM table_30073089_2 WHERE fis_points = 3495
what is the number of the wc matches if the matches were 79
CREATE TABLE table_30085411_1 (WC INTEGER, matches VARCHAR)
SELECT MAX(WC) AS matches FROM table_30085411_1 WHERE matches = 79
### Context: CREATE TABLE table_30085411_1 (WC INTEGER, matches VARCHAR) ### Question: what is the number of the wc matches if the matches were 79 ### Answer: SELECT MAX(WC) AS matches FROM table_30085411_1 WHERE matches = 79
what is the number of the least matches
CREATE TABLE table_30085411_1 (matches INTEGER)
SELECT MIN(matches) FROM table_30085411_1
### Context: CREATE TABLE table_30085411_1 (matches INTEGER) ### Question: what is the number of the least matches ### Answer: SELECT MIN(matches) FROM table_30085411_1
if the matches are 16 what is the wc matches
CREATE TABLE table_30085411_1 (WC INTEGER, matches VARCHAR)
SELECT MAX(WC) AS matches FROM table_30085411_1 WHERE matches = 16
### Context: CREATE TABLE table_30085411_1 (WC INTEGER, matches VARCHAR) ### Question: if the matches are 16 what is the wc matches ### Answer: SELECT MAX(WC) AS matches FROM table_30085411_1 WHERE matches = 16
Which barony contains a townland with an area 24 acres?
CREATE TABLE table_30120555_1 (barony VARCHAR, area__acres__ VARCHAR)
SELECT barony FROM table_30120555_1 WHERE area__acres__ = 24
### Context: CREATE TABLE table_30120555_1 (barony VARCHAR, area__acres__ VARCHAR) ### Question: Which barony contains a townland with an area 24 acres? ### Answer: SELECT barony FROM table_30120555_1 WHERE area__acres__ = 24
How many different civil parishes is Canrooska a part of?
CREATE TABLE table_30120555_1 (civil_parish VARCHAR, townland VARCHAR)
SELECT COUNT(civil_parish) FROM table_30120555_1 WHERE townland = "Canrooska"
### Context: CREATE TABLE table_30120555_1 (civil_parish VARCHAR, townland VARCHAR) ### Question: How many different civil parishes is Canrooska a part of? ### Answer: SELECT COUNT(civil_parish) FROM table_30120555_1 WHERE townland = "Canrooska"
What poor law union is Curradonohoe a part of?
CREATE TABLE table_30120555_1 (poor_law_union VARCHAR, townland VARCHAR)
SELECT poor_law_union FROM table_30120555_1 WHERE townland = "Curradonohoe"
### Context: CREATE TABLE table_30120555_1 (poor_law_union VARCHAR, townland VARCHAR) ### Question: What poor law union is Curradonohoe a part of? ### Answer: SELECT poor_law_union FROM table_30120555_1 WHERE townland = "Curradonohoe"