text
stringlengths
150
1.06k
source
dict
### QUESTION When was the callback audition date for the audition city from the episode aired on February 2, 2011? ### CONTEXT CREATE TABLE table_27455867_1 (callback_audition_date VARCHAR, episode_air_date VARCHAR) ### ANSWER SELECT callback_audition_date FROM table_27455867_1 WHERE episode_air_date = "February 2, 2011"</s>
{ "answer": "SELECT callback_audition_date FROM table_27455867_1 WHERE episode_air_date = \"February 2, 2011\"", "context": "CREATE TABLE table_27455867_1 (callback_audition_date VARCHAR, episode_air_date VARCHAR)", "question": "When was the callback audition date for the audition city from the episode aired on February 2, 2011?" }
### QUESTION What is the flange thickness when the weight is 19.9? ### CONTEXT CREATE TABLE table_2071644_2 (flange_thickness__mm_ VARCHAR, weight__kg_m_ VARCHAR) ### ANSWER SELECT flange_thickness__mm_ FROM table_2071644_2 WHERE weight__kg_m_ = "19.9"</s>
{ "answer": "SELECT flange_thickness__mm_ FROM table_2071644_2 WHERE weight__kg_m_ = \"19.9\"", "context": "CREATE TABLE table_2071644_2 (flange_thickness__mm_ VARCHAR, weight__kg_m_ VARCHAR)", "question": "What is the flange thickness when the weight is 19.9?" }
### QUESTION What was the guernsey record set with a fish caught at Bordeaux Harbour? ### CONTEXT CREATE TABLE table_name_80 (guernsey_record VARCHAR, location VARCHAR) ### ANSWER SELECT guernsey_record FROM table_name_80 WHERE location = "bordeaux harbour"</s>
{ "answer": "SELECT guernsey_record FROM table_name_80 WHERE location = \"bordeaux harbour\"", "context": "CREATE TABLE table_name_80 (guernsey_record VARCHAR, location VARCHAR)", "question": "What was the guernsey record set with a fish caught at Bordeaux Harbour?" }
### QUESTION When was the film released that a less than 5038 production number and was of the character Bosko? ### CONTEXT CREATE TABLE table_name_21 (release_date VARCHAR, production_num VARCHAR, characters VARCHAR) ### ANSWER SELECT release_date FROM table_name_21 WHERE production_num < 5038 AND characters = "bosko"</s>
{ "answer": "SELECT release_date FROM table_name_21 WHERE production_num < 5038 AND characters = \"bosko\"", "context": "CREATE TABLE table_name_21 (release_date VARCHAR, production_num VARCHAR, characters VARCHAR)", "question": "When was the film released that a less than 5038 production number and was of the character Bosko?" }
### QUESTION What episode was directed by Karen Gaviola? ### CONTEXT CREATE TABLE table_20726262_6 (no_in_season INTEGER, directedby VARCHAR) ### ANSWER SELECT MIN(no_in_season) FROM table_20726262_6 WHERE directedby = "Karen Gaviola"</s>
{ "answer": "SELECT MIN(no_in_season) FROM table_20726262_6 WHERE directedby = \"Karen Gaviola\"", "context": "CREATE TABLE table_20726262_6 (no_in_season INTEGER, directedby VARCHAR)", "question": "What episode was directed by Karen Gaviola?" }
### QUESTION The film titled Bosko's fox hunt had what as the smallest production number? ### CONTEXT CREATE TABLE table_name_56 (production_num INTEGER, title VARCHAR) ### ANSWER SELECT MIN(production_num) FROM table_name_56 WHERE title = "bosko's fox hunt"</s>
{ "answer": "SELECT MIN(production_num) FROM table_name_56 WHERE title = \"bosko's fox hunt\"", "context": "CREATE TABLE table_name_56 (production_num INTEGER, title VARCHAR)", "question": "The film titled Bosko's fox hunt had what as the smallest production number?" }
### QUESTION What was the world rank by QS in 2013 for the University of Otago? ### CONTEXT CREATE TABLE table_27484208_1 (world_rank_by_qs_ VARCHAR, _2013 VARCHAR, members VARCHAR) ### ANSWER SELECT world_rank_by_qs_, _2013 FROM table_27484208_1 WHERE members = "University of Otago"</s>
{ "answer": "SELECT world_rank_by_qs_, _2013 FROM table_27484208_1 WHERE members = \"University of Otago\"", "context": "CREATE TABLE table_27484208_1 (world_rank_by_qs_ VARCHAR, _2013 VARCHAR, members VARCHAR)", "question": "What was the world rank by QS in 2013 for the University of Otago?" }
### QUESTION What is total number of years that has genre of first-person shooter? ### CONTEXT CREATE TABLE table_name_50 (year INTEGER, genre VARCHAR) ### ANSWER SELECT SUM(year) FROM table_name_50 WHERE genre = "first-person shooter"</s>
{ "answer": "SELECT SUM(year) FROM table_name_50 WHERE genre = \"first-person shooter\"", "context": "CREATE TABLE table_name_50 (year INTEGER, genre VARCHAR)", "question": "What is total number of years that has genre of first-person shooter?" }
### QUESTION What was the result of the election with incumbent john lewis? ### CONTEXT CREATE TABLE table_27487712_1 (result VARCHAR, incumbent VARCHAR) ### ANSWER SELECT result FROM table_27487712_1 WHERE incumbent = "John Lewis"</s>
{ "answer": "SELECT result FROM table_27487712_1 WHERE incumbent = \"John Lewis\"", "context": "CREATE TABLE table_27487712_1 (result VARCHAR, incumbent VARCHAR)", "question": "What was the result of the election with incumbent john lewis?" }
### QUESTION what is the "normalized" transliteration for Roman i ### CONTEXT CREATE TABLE table_name_9 (roman_equivalent VARCHAR) ### ANSWER SELECT "normalised" AS _transliteration FROM table_name_9 WHERE roman_equivalent = "i"</s>
{ "answer": "SELECT \"normalised\" AS _transliteration FROM table_name_9 WHERE roman_equivalent = \"i\"", "context": "CREATE TABLE table_name_9 (roman_equivalent VARCHAR)", "question": "what is the \"normalized\" transliteration for Roman i" }
### QUESTION Who are the judges in the Netherlands for the season airing 28 November 2011 – 24 December 2011? ### CONTEXT CREATE TABLE table_27487310_5 (judges VARCHAR, country VARCHAR, air_dates VARCHAR) ### ANSWER SELECT judges FROM table_27487310_5 WHERE country = "Netherlands" AND air_dates = "28 November 2011 – 24 December 2011"</s>
{ "answer": "SELECT judges FROM table_27487310_5 WHERE country = \"Netherlands\" AND air_dates = \"28 November 2011 – 24 December 2011\"", "context": "CREATE TABLE table_27487310_5 (judges VARCHAR, country VARCHAR, air_dates VARCHAR)", "question": "Who are the judges in the Netherlands for the season airing 28 November 2011 – 24 December 2011?" }
### QUESTION what is the normal environment of occurrence that has a Proto-Germanic origin /ai/ ### CONTEXT CREATE TABLE table_name_86 (normal_environment_of_occurrence__in_native_words_ VARCHAR, proto_germanic_origin VARCHAR) ### ANSWER SELECT normal_environment_of_occurrence__in_native_words_ FROM table_name_86 WHERE proto_germanic_origin = "/ai/"</s>
{ "answer": "SELECT normal_environment_of_occurrence__in_native_words_ FROM table_name_86 WHERE proto_germanic_origin = \"/ai/\"", "context": "CREATE TABLE table_name_86 (normal_environment_of_occurrence__in_native_words_ VARCHAR, proto_germanic_origin VARCHAR)", "question": "what is the normal environment of occurrence that has a Proto-Germanic origin /ai/" }
### QUESTION How many seasons have a sacks of 39? ### CONTEXT CREATE TABLE table_27487336_1 (season VARCHAR, sacks VARCHAR) ### ANSWER SELECT COUNT(season) FROM table_27487336_1 WHERE sacks = "39"</s>
{ "answer": "SELECT COUNT(season) FROM table_27487336_1 WHERE sacks = \"39\"", "context": "CREATE TABLE table_27487336_1 (season VARCHAR, sacks VARCHAR)", "question": "How many seasons have a sacks of 39?" }
### QUESTION What is the total latitude of the greenland township with more than 34.846 sqmi of land, a geo id less than 3805529660, and an ANSI code greater than 1036405? ### CONTEXT CREATE TABLE table_name_45 (latitude VARCHAR, ansi_code VARCHAR, township VARCHAR, land___sqmi__ VARCHAR, geo_id VARCHAR) ### ANSWER SELECT COUNT(latitude) FROM table_name_45 WHERE land___sqmi__ > 34.846 AND geo_id < 3805529660 AND township = "greenland" AND ansi_code > 1036405</s>
{ "answer": "SELECT COUNT(latitude) FROM table_name_45 WHERE land___sqmi__ > 34.846 AND geo_id < 3805529660 AND township = \"greenland\" AND ansi_code > 1036405", "context": "CREATE TABLE table_name_45 (latitude VARCHAR, ansi_code VARCHAR, township VARCHAR, land___sqmi__ VARCHAR, geo_id VARCHAR)", "question": "What is the total latitude of the greenland township with more than 34.846 sqmi of land, a geo id less than 3805529660, and an ANSI code greater than 1036405?" }
### QUESTION What is the decision when the opponents are atlanta thrashers? ### CONTEXT CREATE TABLE table_27501030_7 (decision VARCHAR, opponent VARCHAR) ### ANSWER SELECT decision FROM table_27501030_7 WHERE opponent = "Atlanta Thrashers"</s>
{ "answer": "SELECT decision FROM table_27501030_7 WHERE opponent = \"Atlanta Thrashers\"", "context": "CREATE TABLE table_27501030_7 (decision VARCHAR, opponent VARCHAR)", "question": "What is the decision when the opponents are atlanta thrashers?" }
### QUESTION The graduate assistant who was in the 1st year at CU has what experience? ### CONTEXT CREATE TABLE table_name_29 (experience VARCHAR, year_at_cu VARCHAR, position VARCHAR) ### ANSWER SELECT experience FROM table_name_29 WHERE year_at_cu = "1st" AND position = "graduate assistant"</s>
{ "answer": "SELECT experience FROM table_name_29 WHERE year_at_cu = \"1st\" AND position = \"graduate assistant\"", "context": "CREATE TABLE table_name_29 (experience VARCHAR, year_at_cu VARCHAR, position VARCHAR)", "question": "The graduate assistant who was in the 1st year at CU has what experience?" }
### QUESTION What person has the alma mater of Eastern Nazarene ('74), and greater than 19 experience? ### CONTEXT CREATE TABLE table_name_86 (name VARCHAR, experience VARCHAR, alma_mater VARCHAR) ### ANSWER SELECT name FROM table_name_86 WHERE experience > 19 AND alma_mater = "eastern nazarene ('74)"</s>
{ "answer": "SELECT name FROM table_name_86 WHERE experience > 19 AND alma_mater = \"eastern nazarene ('74)\"", "context": "CREATE TABLE table_name_86 (name VARCHAR, experience VARCHAR, alma_mater VARCHAR)", "question": "What person has the alma mater of Eastern Nazarene ('74), and greater than 19 experience?" }
### QUESTION What is the total engine capacity of the a4 transmission, which has an urban mpg-US greater than 19, an mpg-us extra-urban greater than 38.6, and an aveo model? ### CONTEXT CREATE TABLE table_name_50 (engine_capacity VARCHAR, model VARCHAR, mpg_us_extra_urban VARCHAR, transmission VARCHAR, mpg_us_urban VARCHAR) ### ANSWER SELECT COUNT(engine_capacity) FROM table_name_50 WHERE transmission = "a4" AND mpg_us_urban > 19 AND mpg_us_extra_urban > 38.6 AND model = "aveo"</s>
{ "answer": "SELECT COUNT(engine_capacity) FROM table_name_50 WHERE transmission = \"a4\" AND mpg_us_urban > 19 AND mpg_us_extra_urban > 38.6 AND model = \"aveo\"", "context": "CREATE TABLE table_name_50 (engine_capacity VARCHAR, model VARCHAR, mpg_us_extra_urban VARCHAR, transmission VARCHAR, mpg_us_urban VARCHAR)", "question": "What is the total engine capacity of the a4 transmission, which has an urban mpg-US greater than 19, an mpg-us extra-urban greater than 38.6, and an aveo model?" }
### QUESTION What was the enrollment (2005) for baccalaureate colleges , for Granite State College? ### CONTEXT CREATE TABLE table_2076490_1 (enrollment__2005_ VARCHAR, type VARCHAR, school VARCHAR) ### ANSWER SELECT enrollment__2005_ FROM table_2076490_1 WHERE type = "Baccalaureate college" AND school = "Granite State College"</s>
{ "answer": "SELECT enrollment__2005_ FROM table_2076490_1 WHERE type = \"Baccalaureate college\" AND school = \"Granite State College\"", "context": "CREATE TABLE table_2076490_1 (enrollment__2005_ VARCHAR, type VARCHAR, school VARCHAR)", "question": "What was the enrollment (2005) for baccalaureate colleges , for Granite State College?" }
### QUESTION What is the mpg-uk combined with an mpg-uk urban (cold) greater than 26.6, a m5 transmission, a diesel fuel type, and an engine capacity less than 1560? ### CONTEXT CREATE TABLE table_name_89 (mpg_uk_combined VARCHAR, engine_capacity VARCHAR, fuel_type VARCHAR, mpg_uk_urban__cold_ VARCHAR, transmission VARCHAR) ### ANSWER SELECT mpg_uk_combined FROM table_name_89 WHERE mpg_uk_urban__cold_ > 26.6 AND transmission = "m5" AND fuel_type = "diesel" AND engine_capacity < 1560</s>
{ "answer": "SELECT mpg_uk_combined FROM table_name_89 WHERE mpg_uk_urban__cold_ > 26.6 AND transmission = \"m5\" AND fuel_type = \"diesel\" AND engine_capacity < 1560", "context": "CREATE TABLE table_name_89 (mpg_uk_combined VARCHAR, engine_capacity VARCHAR, fuel_type VARCHAR, mpg_uk_urban__cold_ VARCHAR, transmission VARCHAR)", "question": "What is the mpg-uk combined with an mpg-uk urban (cold) greater than 26.6, a m5 transmission, a diesel fuel type, and an engine capacity less than 1560?" }
### QUESTION What is the l/100km urban (cold) with a CO 2 g/km less than 222, an mpg-us urban greater than 17.8, an mpg-uk extra-urban of 55.4, and an engine capacity greater than 1560? ### CONTEXT CREATE TABLE table_name_24 (l_100km_urban__cold_ VARCHAR, engine_capacity VARCHAR, mpg_uk_extra_urban VARCHAR, co_2_g_km VARCHAR, mpg_us_urban VARCHAR) ### ANSWER SELECT l_100km_urban__cold_ FROM table_name_24 WHERE co_2_g_km < 222 AND mpg_us_urban > 17.8 AND mpg_uk_extra_urban = 55.4 AND engine_capacity > 1560</s>
{ "answer": "SELECT l_100km_urban__cold_ FROM table_name_24 WHERE co_2_g_km < 222 AND mpg_us_urban > 17.8 AND mpg_uk_extra_urban = 55.4 AND engine_capacity > 1560", "context": "CREATE TABLE table_name_24 (l_100km_urban__cold_ VARCHAR, engine_capacity VARCHAR, mpg_uk_extra_urban VARCHAR, co_2_g_km VARCHAR, mpg_us_urban VARCHAR)", "question": "What is the l/100km urban (cold) with a CO 2 g/km less than 222, an mpg-us urban greater than 17.8, an mpg-uk extra-urban of 55.4, and an engine capacity greater than 1560?" }
### QUESTION What is the quarterfinal week for Austin Anderson? ### CONTEXT CREATE TABLE table_27529608_21 (qtr_final__week_ INTEGER, name_name_of_act VARCHAR) ### ANSWER SELECT MIN(qtr_final__week_) FROM table_27529608_21 WHERE name_name_of_act = "Austin Anderson"</s>
{ "answer": "SELECT MIN(qtr_final__week_) FROM table_27529608_21 WHERE name_name_of_act = \"Austin Anderson\"", "context": "CREATE TABLE table_27529608_21 (qtr_final__week_ INTEGER, name_name_of_act VARCHAR)", "question": "What is the quarterfinal week for Austin Anderson?" }
### QUESTION What model has a g green rating, has chrysler jeep as a manufacturer, has an l/100km urban (cold) less than 18, and has an mpg-uk combined of 27.7? ### CONTEXT CREATE TABLE table_name_6 (model VARCHAR, mpg_uk_combined VARCHAR, l_100km_urban__cold_ VARCHAR, green_rating VARCHAR, manufacturer VARCHAR) ### ANSWER SELECT model FROM table_name_6 WHERE green_rating = "g" AND manufacturer = "chrysler jeep" AND l_100km_urban__cold_ < 18 AND mpg_uk_combined = 27.7</s>
{ "answer": "SELECT model FROM table_name_6 WHERE green_rating = \"g\" AND manufacturer = \"chrysler jeep\" AND l_100km_urban__cold_ < 18 AND mpg_uk_combined = 27.7", "context": "CREATE TABLE table_name_6 (model VARCHAR, mpg_uk_combined VARCHAR, l_100km_urban__cold_ VARCHAR, green_rating VARCHAR, manufacturer VARCHAR)", "question": "What model has a g green rating, has chrysler jeep as a manufacturer, has an l/100km urban (cold) less than 18, and has an mpg-uk combined of 27.7?" }
### QUESTION How many semi-final weeks are there for acts from Pittsburgh, Pennsylvania? ### CONTEXT CREATE TABLE table_27529608_21 (semi_final__week_ VARCHAR, hometown VARCHAR) ### ANSWER SELECT COUNT(semi_final__week_) FROM table_27529608_21 WHERE hometown = "Pittsburgh, Pennsylvania"</s>
{ "answer": "SELECT COUNT(semi_final__week_) FROM table_27529608_21 WHERE hometown = \"Pittsburgh, Pennsylvania\"", "context": "CREATE TABLE table_27529608_21 (semi_final__week_ VARCHAR, hometown VARCHAR)", "question": "How many semi-final weeks are there for acts from Pittsburgh, Pennsylvania?" }
### QUESTION what is the total apps when the league apps is 4 (2)? ### CONTEXT CREATE TABLE table_name_80 (total_apps VARCHAR, league_apps VARCHAR) ### ANSWER SELECT total_apps FROM table_name_80 WHERE league_apps = "4 (2)"</s>
{ "answer": "SELECT total_apps FROM table_name_80 WHERE league_apps = \"4 (2)\"", "context": "CREATE TABLE table_name_80 (total_apps VARCHAR, league_apps VARCHAR)", "question": "what is the total apps when the league apps is 4 (2)?" }
### QUESTION How many types of work is хромая судьба? ### CONTEXT CREATE TABLE table_207795_1 (type_of_work VARCHAR, russian_title VARCHAR) ### ANSWER SELECT COUNT(type_of_work) FROM table_207795_1 WHERE russian_title = "Хромая судьба"</s>
{ "answer": "SELECT COUNT(type_of_work) FROM table_207795_1 WHERE russian_title = \"Хромая судьба\"", "context": "CREATE TABLE table_207795_1 (type_of_work VARCHAR, russian_title VARCHAR)", "question": "How many types of work is хромая судьба?" }
### QUESTION What is the least rank for athletes with a time of 6:36.65? ### CONTEXT CREATE TABLE table_name_80 (rank INTEGER, time VARCHAR) ### ANSWER SELECT MIN(rank) FROM table_name_80 WHERE time = "6:36.65"</s>
{ "answer": "SELECT MIN(rank) FROM table_name_80 WHERE time = \"6:36.65\"", "context": "CREATE TABLE table_name_80 (rank INTEGER, time VARCHAR)", "question": "What is the least rank for athletes with a time of 6:36.65?" }
### QUESTION If the grand average is 12.76-202, who is the player? ### CONTEXT CREATE TABLE table_27533947_1 (players VARCHAR, grand_average VARCHAR) ### ANSWER SELECT players FROM table_27533947_1 WHERE grand_average = "12.76-202"</s>
{ "answer": "SELECT players FROM table_27533947_1 WHERE grand_average = \"12.76-202\"", "context": "CREATE TABLE table_27533947_1 (players VARCHAR, grand_average VARCHAR)", "question": "If the grand average is 12.76-202, who is the player?" }
### QUESTION How many points did agnieszka radwańska score? ### CONTEXT CREATE TABLE table_20855452_4 (points VARCHAR, player VARCHAR) ### ANSWER SELECT points FROM table_20855452_4 WHERE player = "Agnieszka Radwańska"</s>
{ "answer": "SELECT points FROM table_20855452_4 WHERE player = \"Agnieszka Radwańska\"", "context": "CREATE TABLE table_20855452_4 (points VARCHAR, player VARCHAR)", "question": "How many points did agnieszka radwańska score?" }
### QUESTION What was the 6-4 score's maximum attendance? ### CONTEXT CREATE TABLE table_27537518_4 (attendance INTEGER, score VARCHAR) ### ANSWER SELECT MAX(attendance) FROM table_27537518_4 WHERE score = "6-4"</s>
{ "answer": "SELECT MAX(attendance) FROM table_27537518_4 WHERE score = \"6-4\"", "context": "CREATE TABLE table_27537518_4 (attendance INTEGER, score VARCHAR)", "question": "What was the 6-4 score's maximum attendance?" }
### QUESTION How many Points have a Name of stephen myler, and Tries smaller than 0? ### CONTEXT CREATE TABLE table_name_3 (points INTEGER, name VARCHAR, tries VARCHAR) ### ANSWER SELECT SUM(points) FROM table_name_3 WHERE name = "stephen myler" AND tries < 0</s>
{ "answer": "SELECT SUM(points) FROM table_name_3 WHERE name = \"stephen myler\" AND tries < 0", "context": "CREATE TABLE table_name_3 (points INTEGER, name VARCHAR, tries VARCHAR)", "question": "How many Points have a Name of stephen myler, and Tries smaller than 0?" }
### QUESTION What is the lowest number of Electorates (2003) in District bhind, Reserved for none, and Constituency Number 11? ### CONTEXT CREATE TABLE table_name_85 (number_of_electorates__2003_ INTEGER, constituency_number VARCHAR, district VARCHAR, reserved_for___sc___st__none_ VARCHAR) ### ANSWER SELECT MIN(number_of_electorates__2003_) FROM table_name_85 WHERE district = "bhind" AND reserved_for___sc___st__none_ = "none" AND constituency_number = "11"</s>
{ "answer": "SELECT MIN(number_of_electorates__2003_) FROM table_name_85 WHERE district = \"bhind\" AND reserved_for___sc___st__none_ = \"none\" AND constituency_number = \"11\"", "context": "CREATE TABLE table_name_85 (number_of_electorates__2003_ INTEGER, constituency_number VARCHAR, district VARCHAR, reserved_for___sc___st__none_ VARCHAR)", "question": "What is the lowest number of Electorates (2003) in District bhind, Reserved for none, and Constituency Number 11?" }
### QUESTION Name the record for prudential center - 12,880 ### CONTEXT CREATE TABLE table_27539272_4 (record VARCHAR, location_attendance VARCHAR) ### ANSWER SELECT record FROM table_27539272_4 WHERE location_attendance = "Prudential Center - 12,880"</s>
{ "answer": "SELECT record FROM table_27539272_4 WHERE location_attendance = \"Prudential Center - 12,880\"", "context": "CREATE TABLE table_27539272_4 (record VARCHAR, location_attendance VARCHAR)", "question": "Name the record for prudential center - 12,880" }
### QUESTION Who was the subject of the bronze sculpture who was a colonist and soldier in Ville Marie, New France? ### CONTEXT CREATE TABLE table_20903658_1 (title_subject VARCHAR, medium VARCHAR, public_office VARCHAR) ### ANSWER SELECT title_subject FROM table_20903658_1 WHERE medium = "Bronze" AND public_office = "colonist and soldier in Ville Marie, New France"</s>
{ "answer": "SELECT title_subject FROM table_20903658_1 WHERE medium = \"Bronze\" AND public_office = \"colonist and soldier in Ville Marie, New France\"", "context": "CREATE TABLE table_20903658_1 (title_subject VARCHAR, medium VARCHAR, public_office VARCHAR)", "question": "Who was the subject of the bronze sculpture who was a colonist and soldier in Ville Marie, New France? " }
### QUESTION Name the original title for not nominated result with report on death ### CONTEXT CREATE TABLE table_20963074_1 (original_title VARCHAR, result VARCHAR, film_title_used_in_nomination VARCHAR) ### ANSWER SELECT original_title FROM table_20963074_1 WHERE result = "Not Nominated" AND film_title_used_in_nomination = "Report on Death"</s>
{ "answer": "SELECT original_title FROM table_20963074_1 WHERE result = \"Not Nominated\" AND film_title_used_in_nomination = \"Report on Death\"", "context": "CREATE TABLE table_20963074_1 (original_title VARCHAR, result VARCHAR, film_title_used_in_nomination VARCHAR)", "question": "Name the original title for not nominated result with report on death" }
### QUESTION Name the total number of results for octubre ### CONTEXT CREATE TABLE table_20963074_1 (result VARCHAR, original_title VARCHAR) ### ANSWER SELECT COUNT(result) FROM table_20963074_1 WHERE original_title = "Octubre"</s>
{ "answer": "SELECT COUNT(result) FROM table_20963074_1 WHERE original_title = \"Octubre\"", "context": "CREATE TABLE table_20963074_1 (result VARCHAR, original_title VARCHAR)", "question": "Name the total number of results for octubre" }
### QUESTION Name the year for reportaje a la muerte ### CONTEXT CREATE TABLE table_20963074_1 (year__ceremony_ VARCHAR, original_title VARCHAR) ### ANSWER SELECT year__ceremony_ FROM table_20963074_1 WHERE original_title = "Reportaje a la muerte"</s>
{ "answer": "SELECT year__ceremony_ FROM table_20963074_1 WHERE original_title = \"Reportaje a la muerte\"", "context": "CREATE TABLE table_20963074_1 (year__ceremony_ VARCHAR, original_title VARCHAR)", "question": "Name the year for reportaje a la muerte" }
### QUESTION What is the type for a vessel with a listed unit of naval base swinoujscie (auxiliary squadron)? ### CONTEXT CREATE TABLE table_name_49 (type VARCHAR, unit VARCHAR) ### ANSWER SELECT type FROM table_name_49 WHERE unit = "naval base swinoujscie (auxiliary squadron)"</s>
{ "answer": "SELECT type FROM table_name_49 WHERE unit = \"naval base swinoujscie (auxiliary squadron)\"", "context": "CREATE TABLE table_name_49 (type VARCHAR, unit VARCHAR)", "question": "What is the type for a vessel with a listed unit of naval base swinoujscie (auxiliary squadron)?" }
### QUESTION Name the first air date for 9 episode ### CONTEXT CREATE TABLE table_20971444_3 (first_air_date VARCHAR, episode VARCHAR) ### ANSWER SELECT first_air_date FROM table_20971444_3 WHERE episode = 9</s>
{ "answer": "SELECT first_air_date FROM table_20971444_3 WHERE episode = 9", "context": "CREATE TABLE table_20971444_3 (first_air_date VARCHAR, episode VARCHAR)", "question": "Name the first air date for 9 episode" }
### QUESTION Who directed the episode with 899000 viewers? ### CONTEXT CREATE TABLE table_27547668_3 (directed_by VARCHAR, viewers VARCHAR) ### ANSWER SELECT directed_by FROM table_27547668_3 WHERE viewers = 899000</s>
{ "answer": "SELECT directed_by FROM table_27547668_3 WHERE viewers = 899000", "context": "CREATE TABLE table_27547668_3 (directed_by VARCHAR, viewers VARCHAR)", "question": "Who directed the episode with 899000 viewers?" }
### QUESTION How many countries sampled has a world ranking of 33 in 2010 and less than 3 ranking in Latin America? ### CONTEXT CREATE TABLE table_name_71 (countries_sampled INTEGER, ranking_in_latin_america__2_ VARCHAR, year_of_publication VARCHAR, world_ranking__1_ VARCHAR) ### ANSWER SELECT SUM(countries_sampled) FROM table_name_71 WHERE year_of_publication = "2010" AND world_ranking__1_ = "33" AND ranking_in_latin_america__2_ < 3</s>
{ "answer": "SELECT SUM(countries_sampled) FROM table_name_71 WHERE year_of_publication = \"2010\" AND world_ranking__1_ = \"33\" AND ranking_in_latin_america__2_ < 3", "context": "CREATE TABLE table_name_71 (countries_sampled INTEGER, ranking_in_latin_america__2_ VARCHAR, year_of_publication VARCHAR, world_ranking__1_ VARCHAR)", "question": "How many countries sampled has a world ranking of 33 in 2010 and less than 3 ranking in Latin America?" }
### QUESTION What is the original air date of # 6? ### CONTEXT CREATE TABLE table_27547668_2 (original_airdate VARCHAR, _number VARCHAR) ### ANSWER SELECT original_airdate FROM table_27547668_2 WHERE _number = 6</s>
{ "answer": "SELECT original_airdate FROM table_27547668_2 WHERE _number = 6", "context": "CREATE TABLE table_27547668_2 (original_airdate VARCHAR, _number VARCHAR)", "question": "What is the original air date of # 6?" }
### QUESTION What is the score when the Tie no is replay, and the away team is York City? ### CONTEXT CREATE TABLE table_name_43 (score VARCHAR, tie_no VARCHAR, away_team VARCHAR) ### ANSWER SELECT score FROM table_name_43 WHERE tie_no = "replay" AND away_team = "york city"</s>
{ "answer": "SELECT score FROM table_name_43 WHERE tie_no = \"replay\" AND away_team = \"york city\"", "context": "CREATE TABLE table_name_43 (score VARCHAR, tie_no VARCHAR, away_team VARCHAR)", "question": "What is the score when the Tie no is replay, and the away team is York City?" }
### QUESTION What is the episode number of the episode broadcast on 21 September 2001? ### CONTEXT CREATE TABLE table_name_79 (episode_number VARCHAR, broadcast_date VARCHAR) ### ANSWER SELECT episode_number FROM table_name_79 WHERE broadcast_date = "21 september 2001"</s>
{ "answer": "SELECT episode_number FROM table_name_79 WHERE broadcast_date = \"21 september 2001\"", "context": "CREATE TABLE table_name_79 (episode_number VARCHAR, broadcast_date VARCHAR)", "question": "What is the episode number of the episode broadcast on 21 September 2001?" }
### QUESTION What was the province with an election date of 5 cannot handle non-empty timestamp argument! 1861? ### CONTEXT CREATE TABLE table_27592654_2 (province VARCHAR, election_date VARCHAR) ### ANSWER SELECT province FROM table_27592654_2 WHERE election_date = "5 Cannot handle non-empty timestamp argument! 1861"</s>
{ "answer": "SELECT province FROM table_27592654_2 WHERE election_date = \"5 Cannot handle non-empty timestamp argument! 1861\"", "context": "CREATE TABLE table_27592654_2 (province VARCHAR, election_date VARCHAR)", "question": "What was the province with an election date of 5 cannot handle non-empty timestamp argument! 1861?" }
### QUESTION What is the Most Spoken language in the Place with Code 70403 with an Area (km 2) larger than 3.79 and a Population larger than 73,283? ### CONTEXT CREATE TABLE table_name_91 (most_spoken_language VARCHAR, population VARCHAR, code VARCHAR, area__km_2__ VARCHAR) ### ANSWER SELECT most_spoken_language FROM table_name_91 WHERE code > 70403 AND area__km_2__ > 3.79 AND population > 73 OFFSET 283</s>
{ "answer": "SELECT most_spoken_language FROM table_name_91 WHERE code > 70403 AND area__km_2__ > 3.79 AND population > 73 OFFSET 283", "context": "CREATE TABLE table_name_91 (most_spoken_language VARCHAR, population VARCHAR, code VARCHAR, area__km_2__ VARCHAR)", "question": "What is the Most Spoken language in the Place with Code 70403 with an Area (km 2) larger than 3.79 and a Population larger than 73,283?" }
### QUESTION Name the broadcast day and timings for tv saitama ### CONTEXT CREATE TABLE table_21076286_2 (broadcast_day_and_timings__in_jst__ VARCHAR, broadcast_network VARCHAR) ### ANSWER SELECT broadcast_day_and_timings__in_jst__ FROM table_21076286_2 WHERE broadcast_network = "TV Saitama"</s>
{ "answer": "SELECT broadcast_day_and_timings__in_jst__ FROM table_21076286_2 WHERE broadcast_network = \"TV Saitama\"", "context": "CREATE TABLE table_21076286_2 (broadcast_day_and_timings__in_jst__ VARCHAR, broadcast_network VARCHAR)", "question": "Name the broadcast day and timings for tv saitama" }
### QUESTION What was Barreto's song choice where the original artist was Patricia Marx? ### CONTEXT CREATE TABLE table_27614571_1 (song_choice VARCHAR, original_artist VARCHAR) ### ANSWER SELECT song_choice FROM table_27614571_1 WHERE original_artist = "Patricia Marx"</s>
{ "answer": "SELECT song_choice FROM table_27614571_1 WHERE original_artist = \"Patricia Marx\"", "context": "CREATE TABLE table_27614571_1 (song_choice VARCHAR, original_artist VARCHAR)", "question": "What was Barreto's song choice where the original artist was Patricia Marx?" }
### QUESTION What's the lane number when time was 20.45 and the react was less than 0.164? ### CONTEXT CREATE TABLE table_name_85 (lane INTEGER, react VARCHAR, time VARCHAR) ### ANSWER SELECT MAX(lane) FROM table_name_85 WHERE react < 0.164 AND time = "20.45"</s>
{ "answer": "SELECT MAX(lane) FROM table_name_85 WHERE react < 0.164 AND time = \"20.45\"", "context": "CREATE TABLE table_name_85 (lane INTEGER, react VARCHAR, time VARCHAR)", "question": "What's the lane number when time was 20.45 and the react was less than 0.164?" }
### QUESTION What is the Population of Tshepiso with a Code of 70409 or smaller and an Area (km 2) smaller than 5.97? ### CONTEXT CREATE TABLE table_name_66 (population INTEGER, place VARCHAR, code VARCHAR, area__km_2__ VARCHAR) ### ANSWER SELECT MIN(population) FROM table_name_66 WHERE code < 70409 AND area__km_2__ < 5.97 AND place = "tshepiso"</s>
{ "answer": "SELECT MIN(population) FROM table_name_66 WHERE code < 70409 AND area__km_2__ < 5.97 AND place = \"tshepiso\"", "context": "CREATE TABLE table_name_66 (population INTEGER, place VARCHAR, code VARCHAR, area__km_2__ VARCHAR)", "question": "What is the Population of Tshepiso with a Code of 70409 or smaller and an Area (km 2) smaller than 5.97?" }
### QUESTION What the time of Paul Hession with more than an 0.187 react? ### CONTEXT CREATE TABLE table_name_76 (time VARCHAR, react VARCHAR, athlete VARCHAR) ### ANSWER SELECT time FROM table_name_76 WHERE react > 0.187 AND athlete = "paul hession"</s>
{ "answer": "SELECT time FROM table_name_76 WHERE react > 0.187 AND athlete = \"paul hession\"", "context": "CREATE TABLE table_name_76 (time VARCHAR, react VARCHAR, athlete VARCHAR)", "question": "What the time of Paul Hession with more than an 0.187 react?" }
### QUESTION Who were Petrova's opponents with Vania King? ### CONTEXT CREATE TABLE table_27611593_5 (opponents VARCHAR, partner VARCHAR) ### ANSWER SELECT opponents FROM table_27611593_5 WHERE partner = "Vania King"</s>
{ "answer": "SELECT opponents FROM table_27611593_5 WHERE partner = \"Vania King\"", "context": "CREATE TABLE table_27611593_5 (opponents VARCHAR, partner VARCHAR)", "question": "Who were Petrova's opponents with Vania King?" }
### QUESTION List all episode air dates where Luiza Possi was the guest fourth judge? ### CONTEXT CREATE TABLE table_27615445_1 (episode_air_date VARCHAR, guest_fourth_judge VARCHAR) ### ANSWER SELECT episode_air_date FROM table_27615445_1 WHERE guest_fourth_judge = "Luiza Possi"</s>
{ "answer": "SELECT episode_air_date FROM table_27615445_1 WHERE guest_fourth_judge = \"Luiza Possi\"", "context": "CREATE TABLE table_27615445_1 (episode_air_date VARCHAR, guest_fourth_judge VARCHAR)", "question": "List all episode air dates where Luiza Possi was the guest fourth judge?" }
### QUESTION How many episode air dates are there for auditioning city Rio De Janeiro? ### CONTEXT CREATE TABLE table_27615445_1 (episode_air_date VARCHAR, audition_city VARCHAR) ### ANSWER SELECT COUNT(episode_air_date) FROM table_27615445_1 WHERE audition_city = "Rio de Janeiro"</s>
{ "answer": "SELECT COUNT(episode_air_date) FROM table_27615445_1 WHERE audition_city = \"Rio de Janeiro\"", "context": "CREATE TABLE table_27615445_1 (episode_air_date VARCHAR, audition_city VARCHAR)", "question": "How many episode air dates are there for auditioning city Rio De Janeiro?" }
### QUESTION Name the won promotion for kalmar ff ### CONTEXT CREATE TABLE table_2119448_3 (won_promotion VARCHAR, lost_promotion_playoffs VARCHAR) ### ANSWER SELECT won_promotion FROM table_2119448_3 WHERE lost_promotion_playoffs = "Kalmar FF"</s>
{ "answer": "SELECT won_promotion FROM table_2119448_3 WHERE lost_promotion_playoffs = \"Kalmar FF\"", "context": "CREATE TABLE table_2119448_3 (won_promotion VARCHAR, lost_promotion_playoffs VARCHAR)", "question": "Name the won promotion for kalmar ff" }
### QUESTION what is the nation when the world rank is 2 and the birth date is 1976-12-20? ### CONTEXT CREATE TABLE table_name_35 (nation VARCHAR, world_rank VARCHAR, birth_date VARCHAR) ### ANSWER SELECT nation FROM table_name_35 WHERE world_rank = "2" AND birth_date = "1976-12-20"</s>
{ "answer": "SELECT nation FROM table_name_35 WHERE world_rank = \"2\" AND birth_date = \"1976-12-20\"", "context": "CREATE TABLE table_name_35 (nation VARCHAR, world_rank VARCHAR, birth_date VARCHAR)", "question": "what is the nation when the world rank is 2 and the birth date is 1976-12-20?" }
### QUESTION What Marisa Monte song choice was song during top 5? ### CONTEXT CREATE TABLE table_27614707_1 (song_choice VARCHAR, week__number VARCHAR, original_artist VARCHAR) ### ANSWER SELECT song_choice FROM table_27614707_1 WHERE week__number = "Top 5" AND original_artist = "Marisa Monte"</s>
{ "answer": "SELECT song_choice FROM table_27614707_1 WHERE week__number = \"Top 5\" AND original_artist = \"Marisa Monte\"", "context": "CREATE TABLE table_27614707_1 (song_choice VARCHAR, week__number VARCHAR, original_artist VARCHAR)", "question": "What Marisa Monte song choice was song during top 5?" }
### QUESTION Where was the tourney when Louisville won the regular season? ### CONTEXT CREATE TABLE table_21269441_4 (tournament_venue__city_ VARCHAR, regular_season_winner VARCHAR) ### ANSWER SELECT tournament_venue__city_ FROM table_21269441_4 WHERE regular_season_winner = "Louisville"</s>
{ "answer": "SELECT tournament_venue__city_ FROM table_21269441_4 WHERE regular_season_winner = \"Louisville\"", "context": "CREATE TABLE table_21269441_4 (tournament_venue__city_ VARCHAR, regular_season_winner VARCHAR)", "question": "Where was the tourney when Louisville won the regular season?" }
### QUESTION When did Avex Entertainment release a CD? ### CONTEXT CREATE TABLE table_name_22 (date VARCHAR, format VARCHAR, label VARCHAR) ### ANSWER SELECT date FROM table_name_22 WHERE format = "cd" AND label = "avex entertainment"</s>
{ "answer": "SELECT date FROM table_name_22 WHERE format = \"cd\" AND label = \"avex entertainment\"", "context": "CREATE TABLE table_name_22 (date VARCHAR, format VARCHAR, label VARCHAR)", "question": "When did Avex Entertainment release a CD?" }
### QUESTION What is the lowest number of members lost when the net change is −1? ### CONTEXT CREATE TABLE table_27671835_3 (members_lost INTEGER, net_change VARCHAR) ### ANSWER SELECT MIN(members_lost) FROM table_27671835_3 WHERE net_change = "−1"</s>
{ "answer": "SELECT MIN(members_lost) FROM table_27671835_3 WHERE net_change = \"−1\"", "context": "CREATE TABLE table_27671835_3 (members_lost INTEGER, net_change VARCHAR)", "question": "What is the lowest number of members lost when the net change is −1?" }
### QUESTION What was the new membership total at the nchc (men only) conference? ### CONTEXT CREATE TABLE table_27671835_3 (new_membership_total VARCHAR, conference VARCHAR) ### ANSWER SELECT new_membership_total FROM table_27671835_3 WHERE conference = "NCHC (men only)"</s>
{ "answer": "SELECT new_membership_total FROM table_27671835_3 WHERE conference = \"NCHC (men only)\"", "context": "CREATE TABLE table_27671835_3 (new_membership_total VARCHAR, conference VARCHAR)", "question": "What was the new membership total at the nchc (men only) conference?" }
### QUESTION How many dates of vacancy were on 30 october 2010? ### CONTEXT CREATE TABLE table_27683516_3 (team VARCHAR, date_of_vacancy VARCHAR) ### ANSWER SELECT COUNT(team) FROM table_27683516_3 WHERE date_of_vacancy = "30 October 2010"</s>
{ "answer": "SELECT COUNT(team) FROM table_27683516_3 WHERE date_of_vacancy = \"30 October 2010\"", "context": "CREATE TABLE table_27683516_3 (team VARCHAR, date_of_vacancy VARCHAR)", "question": "How many dates of vacancy were on 30 october 2010?" }
### QUESTION How many insurgents have 602 as the total per period? ### CONTEXT CREATE TABLE table_21636599_1 (insurgents INTEGER, total_per_period VARCHAR) ### ANSWER SELECT MAX(insurgents) FROM table_21636599_1 WHERE total_per_period = 602</s>
{ "answer": "SELECT MAX(insurgents) FROM table_21636599_1 WHERE total_per_period = 602", "context": "CREATE TABLE table_21636599_1 (insurgents INTEGER, total_per_period VARCHAR)", "question": "How many insurgents have 602 as the total per period?" }
### QUESTION What is the ISIN that has an amount issued of 223,000,000? ### CONTEXT CREATE TABLE table_21692771_1 (isin VARCHAR, amount_issued_ VARCHAR, € VARCHAR) ### ANSWER SELECT isin FROM table_21692771_1 WHERE amount_issued_[€] = "223,000,000"</s>
{ "answer": "SELECT isin FROM table_21692771_1 WHERE amount_issued_[€] = \"223,000,000\"", "context": "CREATE TABLE table_21692771_1 (isin VARCHAR, amount_issued_ VARCHAR, € VARCHAR)", "question": "What is the ISIN that has an amount issued of 223,000,000?" }
### QUESTION Name the date for the palace of auburn hills 14,554 ### CONTEXT CREATE TABLE table_27700375_11 (date VARCHAR, location_attendance VARCHAR) ### ANSWER SELECT date FROM table_27700375_11 WHERE location_attendance = "The Palace of Auburn Hills 14,554"</s>
{ "answer": "SELECT date FROM table_27700375_11 WHERE location_attendance = \"The Palace of Auburn Hills 14,554\"", "context": "CREATE TABLE table_27700375_11 (date VARCHAR, location_attendance VARCHAR)", "question": "Name the date for the palace of auburn hills 14,554" }
### QUESTION Name the least game for l 109–116 (ot) ### CONTEXT CREATE TABLE table_27700375_11 (game INTEGER, score VARCHAR) ### ANSWER SELECT MIN(game) FROM table_27700375_11 WHERE score = "L 109–116 (OT)"</s>
{ "answer": "SELECT MIN(game) FROM table_27700375_11 WHERE score = \"L 109–116 (OT)\"", "context": "CREATE TABLE table_27700375_11 (game INTEGER, score VARCHAR)", "question": "Name the least game for l 109–116 (ot)" }
### QUESTION What is the point total for the Formula Renault 2.0 Italy series? ### CONTEXT CREATE TABLE table_21795650_1 (points VARCHAR, series VARCHAR) ### ANSWER SELECT COUNT(points) FROM table_21795650_1 WHERE series = "Formula Renault 2.0 Italy"</s>
{ "answer": "SELECT COUNT(points) FROM table_21795650_1 WHERE series = \"Formula Renault 2.0 Italy\"", "context": "CREATE TABLE table_21795650_1 (points VARCHAR, series VARCHAR)", "question": "What is the point total for the Formula Renault 2.0 Italy series?" }
### QUESTION Which Result has an Opponent of washington redskins? ### CONTEXT CREATE TABLE table_name_3 (result VARCHAR, opponent VARCHAR) ### ANSWER SELECT result FROM table_name_3 WHERE opponent = "washington redskins"</s>
{ "answer": "SELECT result FROM table_name_3 WHERE opponent = \"washington redskins\"", "context": "CREATE TABLE table_name_3 (result VARCHAR, opponent VARCHAR)", "question": "Which Result has an Opponent of washington redskins?" }
### QUESTION Name the year for is my magic ### CONTEXT CREATE TABLE table_21790203_1 (year__ceremony_ VARCHAR, film_title_used_in_nomination VARCHAR) ### ANSWER SELECT year__ceremony_ FROM table_21790203_1 WHERE film_title_used_in_nomination = "My Magic"</s>
{ "answer": "SELECT year__ceremony_ FROM table_21790203_1 WHERE film_title_used_in_nomination = \"My Magic\"", "context": "CREATE TABLE table_21790203_1 (year__ceremony_ VARCHAR, film_title_used_in_nomination VARCHAR)", "question": "Name the year for is my magic" }
### QUESTION Which Fencing Victories (pts) has a Shooting Score (pts) of 187 (1180) and a Total smaller than 5640? Question 1 ### CONTEXT CREATE TABLE table_name_61 (fencing_victories__pts_ VARCHAR, shooting_score__pts_ VARCHAR, total VARCHAR) ### ANSWER SELECT fencing_victories__pts_ FROM table_name_61 WHERE shooting_score__pts_ = "187 (1180)" AND total < 5640</s>
{ "answer": "SELECT fencing_victories__pts_ FROM table_name_61 WHERE shooting_score__pts_ = \"187 (1180)\" AND total < 5640", "context": "CREATE TABLE table_name_61 (fencing_victories__pts_ VARCHAR, shooting_score__pts_ VARCHAR, total VARCHAR)", "question": "Which Fencing Victories (pts) has a Shooting Score (pts) of 187 (1180) and a Total smaller than 5640? Question 1" }
### QUESTION Name the result for already famous ### CONTEXT CREATE TABLE table_21790203_1 (result VARCHAR, film_title_used_in_nomination VARCHAR) ### ANSWER SELECT result FROM table_21790203_1 WHERE film_title_used_in_nomination = "Already Famous"</s>
{ "answer": "SELECT result FROM table_21790203_1 WHERE film_title_used_in_nomination = \"Already Famous\"", "context": "CREATE TABLE table_21790203_1 (result VARCHAR, film_title_used_in_nomination VARCHAR)", "question": "Name the result for already famous" }
### QUESTION Which Years has a Type/code of cubic centimetres (cuin) v8 ( m273 )? ### CONTEXT CREATE TABLE table_name_72 (years VARCHAR, type_code VARCHAR) ### ANSWER SELECT years FROM table_name_72 WHERE type_code = "cubic centimetres (cuin) v8 ( m273 )"</s>
{ "answer": "SELECT years FROM table_name_72 WHERE type_code = \"cubic centimetres (cuin) v8 ( m273 )\"", "context": "CREATE TABLE table_name_72 (years VARCHAR, type_code VARCHAR)", "question": "Which Years has a Type/code of cubic centimetres (cuin) v8 ( m273 )?" }
### QUESTION what is the reason for change where the date the successor was seated was july 28, 1876? ### CONTEXT CREATE TABLE table_2192067_4 (reason_for_change VARCHAR, date_successor_seated VARCHAR) ### ANSWER SELECT reason_for_change FROM table_2192067_4 WHERE date_successor_seated = "July 28, 1876"</s>
{ "answer": "SELECT reason_for_change FROM table_2192067_4 WHERE date_successor_seated = \"July 28, 1876\"", "context": "CREATE TABLE table_2192067_4 (reason_for_change VARCHAR, date_successor_seated VARCHAR)", "question": "what is the reason for change where the date the successor was seated was july 28, 1876?" }
### QUESTION what is the district where the vacator is vacant? ### CONTEXT CREATE TABLE table_2192067_4 (district VARCHAR, vacator VARCHAR) ### ANSWER SELECT district FROM table_2192067_4 WHERE vacator = "Vacant"</s>
{ "answer": "SELECT district FROM table_2192067_4 WHERE vacator = \"Vacant\"", "context": "CREATE TABLE table_2192067_4 (district VARCHAR, vacator VARCHAR)", "question": "what is the district where the vacator is vacant?" }
### QUESTION What is every total for the University of the Cordilleras UC Dance Squad? ### CONTEXT CREATE TABLE table_21995420_6 (total VARCHAR, school VARCHAR) ### ANSWER SELECT total FROM table_21995420_6 WHERE school = "University of the Cordilleras UC Dance Squad"</s>
{ "answer": "SELECT total FROM table_21995420_6 WHERE school = \"University of the Cordilleras UC Dance Squad\"", "context": "CREATE TABLE table_21995420_6 (total VARCHAR, school VARCHAR)", "question": "What is every total for the University of the Cordilleras UC Dance Squad?" }
### QUESTION What's the smallest draw of Warrnambool when the against was less than 1299, more than 7 wins, and less than 2 losses? ### CONTEXT CREATE TABLE table_name_29 (draws INTEGER, losses VARCHAR, club VARCHAR, against VARCHAR, wins VARCHAR) ### ANSWER SELECT MIN(draws) FROM table_name_29 WHERE against < 1299 AND wins > 7 AND club = "warrnambool" AND losses < 2</s>
{ "answer": "SELECT MIN(draws) FROM table_name_29 WHERE against < 1299 AND wins > 7 AND club = \"warrnambool\" AND losses < 2", "context": "CREATE TABLE table_name_29 (draws INTEGER, losses VARCHAR, club VARCHAR, against VARCHAR, wins VARCHAR)", "question": "What's the smallest draw of Warrnambool when the against was less than 1299, more than 7 wins, and less than 2 losses?" }
### QUESTION What was the outcome when the final score was 7–6(9), 7–6(1)? ### CONTEXT CREATE TABLE table_2199290_2 (outcome VARCHAR, score_in_the_final VARCHAR) ### ANSWER SELECT outcome FROM table_2199290_2 WHERE score_in_the_final = "7–6(9), 7–6(1)"</s>
{ "answer": "SELECT outcome FROM table_2199290_2 WHERE score_in_the_final = \"7–6(9), 7–6(1)\"", "context": "CREATE TABLE table_2199290_2 (outcome VARCHAR, score_in_the_final VARCHAR)", "question": "What was the outcome when the final score was 7–6(9), 7–6(1)?" }
### QUESTION what is the average league cup goals when the league cup apps is 4, league goals is less than 4, fa cup apps is 1 and total apps is 35? ### CONTEXT CREATE TABLE table_name_98 (league_cup_goals INTEGER, total_apps VARCHAR, fa_cup_apps VARCHAR, league_cup_apps VARCHAR, league_goals VARCHAR) ### ANSWER SELECT AVG(league_cup_goals) FROM table_name_98 WHERE league_cup_apps = 4 AND league_goals < 4 AND fa_cup_apps = "1" AND total_apps = "35"</s>
{ "answer": "SELECT AVG(league_cup_goals) FROM table_name_98 WHERE league_cup_apps = 4 AND league_goals < 4 AND fa_cup_apps = \"1\" AND total_apps = \"35\"", "context": "CREATE TABLE table_name_98 (league_cup_goals INTEGER, total_apps VARCHAR, fa_cup_apps VARCHAR, league_cup_apps VARCHAR, league_goals VARCHAR)", "question": "what is the average league cup goals when the league cup apps is 4, league goals is less than 4, fa cup apps is 1 and total apps is 35?" }
### QUESTION What is the winner in event number 15h? ### CONTEXT CREATE TABLE table_22050544_1 (winner VARCHAR, event__number VARCHAR) ### ANSWER SELECT winner FROM table_22050544_1 WHERE event__number = "15H"</s>
{ "answer": "SELECT winner FROM table_22050544_1 WHERE event__number = \"15H\"", "context": "CREATE TABLE table_22050544_1 (winner VARCHAR, event__number VARCHAR)", "question": "What is the winner in event number 15h?" }
### QUESTION What is the location and attendance on October 18? ### CONTEXT CREATE TABLE table_27713030_3 (location_attendance VARCHAR, date VARCHAR) ### ANSWER SELECT location_attendance FROM table_27713030_3 WHERE date = "October 18"</s>
{ "answer": "SELECT location_attendance FROM table_27713030_3 WHERE date = \"October 18\"", "context": "CREATE TABLE table_27713030_3 (location_attendance VARCHAR, date VARCHAR)", "question": "What is the location and attendance on October 18?" }
### QUESTION What Location is in the second division and has 4th, third division (promoted) as its Position in 2012-13? ### CONTEXT CREATE TABLE table_name_67 (location VARCHAR, league_division VARCHAR, position_in_2012_13 VARCHAR) ### ANSWER SELECT location FROM table_name_67 WHERE league_division = "second division" AND position_in_2012_13 = "4th, third division (promoted)"</s>
{ "answer": "SELECT location FROM table_name_67 WHERE league_division = \"second division\" AND position_in_2012_13 = \"4th, third division (promoted)\"", "context": "CREATE TABLE table_name_67 (location VARCHAR, league_division VARCHAR, position_in_2012_13 VARCHAR)", "question": "What Location is in the second division and has 4th, third division (promoted) as its Position in 2012-13?" }
### QUESTION What is the shirt no with a position of setter, a nationality of Italy, and height larger than 172? ### CONTEXT CREATE TABLE table_name_11 (shirt_no INTEGER, height VARCHAR, position VARCHAR, nationality VARCHAR) ### ANSWER SELECT SUM(shirt_no) FROM table_name_11 WHERE position = "setter" AND nationality = "italy" AND height > 172</s>
{ "answer": "SELECT SUM(shirt_no) FROM table_name_11 WHERE position = \"setter\" AND nationality = \"italy\" AND height > 172", "context": "CREATE TABLE table_name_11 (shirt_no INTEGER, height VARCHAR, position VARCHAR, nationality VARCHAR)", "question": "What is the shirt no with a position of setter, a nationality of Italy, and height larger than 172?" }
### QUESTION What is the FCC info for the translator with frequency over 89.3MHz and licensd in Portales, New Mexico? ### CONTEXT CREATE TABLE table_name_98 (fcc_info VARCHAR, frequency_mhz VARCHAR, city_of_license VARCHAR) ### ANSWER SELECT fcc_info FROM table_name_98 WHERE frequency_mhz > 89.3 AND city_of_license = "portales, new mexico"</s>
{ "answer": "SELECT fcc_info FROM table_name_98 WHERE frequency_mhz > 89.3 AND city_of_license = \"portales, new mexico\"", "context": "CREATE TABLE table_name_98 (fcc_info VARCHAR, frequency_mhz VARCHAR, city_of_license VARCHAR)", "question": "What is the FCC info for the translator with frequency over 89.3MHz and licensd in Portales, New Mexico?" }
### QUESTION How many records are there for the game on november 24? ### CONTEXT CREATE TABLE table_27715173_6 (record VARCHAR, date VARCHAR) ### ANSWER SELECT COUNT(record) FROM table_27715173_6 WHERE date = "November 24"</s>
{ "answer": "SELECT COUNT(record) FROM table_27715173_6 WHERE date = \"November 24\"", "context": "CREATE TABLE table_27715173_6 (record VARCHAR, date VARCHAR)", "question": "How many records are there for the game on november 24?" }
### QUESTION Which Size has a County of 62 perry? ### CONTEXT CREATE TABLE table_name_69 (size INTEGER, county VARCHAR) ### ANSWER SELECT MAX(size) FROM table_name_69 WHERE county = "62 perry"</s>
{ "answer": "SELECT MAX(size) FROM table_name_69 WHERE county = \"62 perry\"", "context": "CREATE TABLE table_name_69 (size INTEGER, county VARCHAR)", "question": "Which Size has a County of 62 perry?" }
### QUESTION What is the sigma (with 1.5σ shift) when there are 69% defective? ### CONTEXT CREATE TABLE table_222448_1 (sigma__with_15σ_shift_ VARCHAR, percent_defective VARCHAR) ### ANSWER SELECT sigma__with_15σ_shift_ FROM table_222448_1 WHERE percent_defective = "69%"</s>
{ "answer": "SELECT sigma__with_15σ_shift_ FROM table_222448_1 WHERE percent_defective = \"69%\"", "context": "CREATE TABLE table_222448_1 (sigma__with_15σ_shift_ VARCHAR, percent_defective VARCHAR)", "question": "What is the sigma (with 1.5σ shift) when there are 69% defective?" }
### QUESTION Who's in the high assists with a w 97–94 (ot) score? ### CONTEXT CREATE TABLE table_27721131_2 (high_assists VARCHAR, score VARCHAR) ### ANSWER SELECT high_assists FROM table_27721131_2 WHERE score = "W 97–94 (OT)"</s>
{ "answer": "SELECT high_assists FROM table_27721131_2 WHERE score = \"W 97–94 (OT)\"", "context": "CREATE TABLE table_27721131_2 (high_assists VARCHAR, score VARCHAR)", "question": "Who's in the high assists with a w 97–94 (ot) score?" }
### QUESTION What day did the episode with a production code of 218 originally air? ### CONTEXT CREATE TABLE table_22265225_1 (original_air_date VARCHAR, production_code VARCHAR) ### ANSWER SELECT original_air_date FROM table_22265225_1 WHERE production_code = "218"</s>
{ "answer": "SELECT original_air_date FROM table_22265225_1 WHERE production_code = \"218\"", "context": "CREATE TABLE table_22265225_1 (original_air_date VARCHAR, production_code VARCHAR)", "question": "What day did the episode with a production code of 218 originally air?" }
### QUESTION What's the team number with John Wall (9) in high assists and a w 97–83 (ot) score? ### CONTEXT CREATE TABLE table_27721131_2 (team VARCHAR, high_assists VARCHAR, score VARCHAR) ### ANSWER SELECT COUNT(team) FROM table_27721131_2 WHERE high_assists = "John Wall (9)" AND score = "W 97–83 (OT)"</s>
{ "answer": "SELECT COUNT(team) FROM table_27721131_2 WHERE high_assists = \"John Wall (9)\" AND score = \"W 97–83 (OT)\"", "context": "CREATE TABLE table_27721131_2 (team VARCHAR, high_assists VARCHAR, score VARCHAR)", "question": "What's the team number with John Wall (9) in high assists and a w 97–83 (ot) score?" }
### QUESTION How old was the horse when the SP was 200/1? ### CONTEXT CREATE TABLE table_22265261_1 (age VARCHAR, sp VARCHAR) ### ANSWER SELECT COUNT(age) FROM table_22265261_1 WHERE sp = "200/1"</s>
{ "answer": "SELECT COUNT(age) FROM table_22265261_1 WHERE sp = \"200/1\"", "context": "CREATE TABLE table_22265261_1 (age VARCHAR, sp VARCHAR)", "question": "How old was the horse when the SP was 200/1?" }
### QUESTION What was the distance for the 11th position? ### CONTEXT CREATE TABLE table_22265261_1 (distance VARCHAR, position VARCHAR) ### ANSWER SELECT distance FROM table_22265261_1 WHERE position = "11th"</s>
{ "answer": "SELECT distance FROM table_22265261_1 WHERE position = \"11th\"", "context": "CREATE TABLE table_22265261_1 (distance VARCHAR, position VARCHAR)", "question": "What was the distance for the 11th position?" }
### QUESTION What is the total when the B Score was 9.15 for Cheng Fei ( chn )? ### CONTEXT CREATE TABLE table_name_70 (total INTEGER, b_score VARCHAR, gymnast VARCHAR) ### ANSWER SELECT AVG(total) FROM table_name_70 WHERE b_score = 9.15 AND gymnast = "cheng fei ( chn )"</s>
{ "answer": "SELECT AVG(total) FROM table_name_70 WHERE b_score = 9.15 AND gymnast = \"cheng fei ( chn )\"", "context": "CREATE TABLE table_name_70 (total INTEGER, b_score VARCHAR, gymnast VARCHAR)", "question": "What is the total when the B Score was 9.15 for Cheng Fei ( chn )?" }
### QUESTION What was the report for the Sunday race where the winner had an average speed of 128.27 mph? ### CONTEXT CREATE TABLE table_22298383_1 (report VARCHAR, day VARCHAR, average_speed__mph_ VARCHAR) ### ANSWER SELECT report FROM table_22298383_1 WHERE day = "Sunday" AND average_speed__mph_ = "128.27"</s>
{ "answer": "SELECT report FROM table_22298383_1 WHERE day = \"Sunday\" AND average_speed__mph_ = \"128.27\"", "context": "CREATE TABLE table_22298383_1 (report VARCHAR, day VARCHAR, average_speed__mph_ VARCHAR)", "question": "What was the report for the Sunday race where the winner had an average speed of 128.27 mph?" }
### QUESTION What market rank and city had the station KABC-TV? ### CONTEXT CREATE TABLE table_22329326_1 (market_rank_ VARCHAR, _city_of_license__market VARCHAR, station VARCHAR) ### ANSWER SELECT market_rank_ & _city_of_license__market FROM table_22329326_1 WHERE station = "KABC-TV"</s>
{ "answer": "SELECT market_rank_ & _city_of_license__market FROM table_22329326_1 WHERE station = \"KABC-TV\"", "context": "CREATE TABLE table_22329326_1 (market_rank_ VARCHAR, _city_of_license__market VARCHAR, station VARCHAR)", "question": "What market rank and city had the station KABC-TV?" }
### QUESTION What is the Cardinalatial order and title that Pedro Martínez de Luna y Gotor elevated? ### CONTEXT CREATE TABLE table_name_84 (cardinalatial_order_and_title VARCHAR, elector VARCHAR) ### ANSWER SELECT cardinalatial_order_and_title FROM table_name_84 WHERE elector = "pedro martínez de luna y gotor"</s>
{ "answer": "SELECT cardinalatial_order_and_title FROM table_name_84 WHERE elector = \"pedro martínez de luna y gotor\"", "context": "CREATE TABLE table_name_84 (cardinalatial_order_and_title VARCHAR, elector VARCHAR)", "question": "What is the Cardinalatial order and title that Pedro Martínez de Luna y Gotor elevated?" }
### QUESTION What is the nationality of the elector withe the Cardinalatial order and title of Cardinal-Priest of Ss. XII Apostoli? ### CONTEXT CREATE TABLE table_name_49 (nationality VARCHAR, cardinalatial_order_and_title VARCHAR) ### ANSWER SELECT nationality FROM table_name_49 WHERE cardinalatial_order_and_title = "cardinal-priest of ss. xii apostoli"</s>
{ "answer": "SELECT nationality FROM table_name_49 WHERE cardinalatial_order_and_title = \"cardinal-priest of ss. xii apostoli\"", "context": "CREATE TABLE table_name_49 (nationality VARCHAR, cardinalatial_order_and_title VARCHAR)", "question": "What is the nationality of the elector withe the Cardinalatial order and title of Cardinal-Priest of Ss. XII Apostoli?" }
### QUESTION What is the record when the score was l 84–96 (ot)? ### CONTEXT CREATE TABLE table_27723228_8 (record VARCHAR, score VARCHAR) ### ANSWER SELECT record FROM table_27723228_8 WHERE score = "L 84–96 (OT)"</s>
{ "answer": "SELECT record FROM table_27723228_8 WHERE score = \"L 84–96 (OT)\"", "context": "CREATE TABLE table_27723228_8 (record VARCHAR, score VARCHAR)", "question": "What is the record when the score was l 84–96 (ot)?" }
### QUESTION Which malaysian team classification had mohd nur rizuan zainal as points classification? ### CONTEXT CREATE TABLE table_22464308_2 (malaysian_team_classification VARCHAR, points_classification VARCHAR) ### ANSWER SELECT malaysian_team_classification FROM table_22464308_2 WHERE points_classification = "Mohd Nur Rizuan Zainal"</s>
{ "answer": "SELECT malaysian_team_classification FROM table_22464308_2 WHERE points_classification = \"Mohd Nur Rizuan Zainal\"", "context": "CREATE TABLE table_22464308_2 (malaysian_team_classification VARCHAR, points_classification VARCHAR)", "question": "Which malaysian team classification had mohd nur rizuan zainal as points classification?" }
### QUESTION Who had highest assists at game on December 21? ### CONTEXT CREATE TABLE table_27723526_9 (high_assists VARCHAR, date VARCHAR) ### ANSWER SELECT COUNT(high_assists) FROM table_27723526_9 WHERE date = "December 21"</s>
{ "answer": "SELECT COUNT(high_assists) FROM table_27723526_9 WHERE date = \"December 21\"", "context": "CREATE TABLE table_27723526_9 (high_assists VARCHAR, date VARCHAR)", "question": "Who had highest assists at game on December 21?" }
### QUESTION Winchester Community school, which plays IHSAA class AA football, is located where? ### CONTEXT CREATE TABLE table_name_99 (location VARCHAR, ihsaa_football_class VARCHAR, school VARCHAR) ### ANSWER SELECT location FROM table_name_99 WHERE ihsaa_football_class = "aa" AND school = "winchester community"</s>
{ "answer": "SELECT location FROM table_name_99 WHERE ihsaa_football_class = \"aa\" AND school = \"winchester community\"", "context": "CREATE TABLE table_name_99 (location VARCHAR, ihsaa_football_class VARCHAR, school VARCHAR)", "question": "Winchester Community school, which plays IHSAA class AA football, is located where?" }