text
stringlengths
150
1.06k
source
dict
### QUESTION What is the Frequency at the Market/Rank of Burlington - Plattsburgh , Vermont - New York /143? ### CONTEXT CREATE TABLE table_10333757_1 (frequency VARCHAR, market_rank VARCHAR) ### ANSWER SELECT COUNT(frequency) FROM table_10333757_1 WHERE market_rank = "Burlington - Plattsburgh , Vermont - New York /143"</s>
{ "answer": "SELECT COUNT(frequency) FROM table_10333757_1 WHERE market_rank = \"Burlington - Plattsburgh , Vermont - New York /143\"", "context": "CREATE TABLE table_10333757_1 (frequency VARCHAR, market_rank VARCHAR)", "question": "What is the Frequency at the Market/Rank of Burlington - Plattsburgh , Vermont - New York /143?" }
### QUESTION What is the regulated retail price for the tariff code ff0 prs? ### CONTEXT CREATE TABLE table_10408617_5 (bts_retail_price__regulated_ VARCHAR, tariff_code VARCHAR) ### ANSWER SELECT bts_retail_price__regulated_ FROM table_10408617_5 WHERE tariff_code = "ff0 PRS"</s>
{ "answer": "SELECT bts_retail_price__regulated_ FROM table_10408617_5 WHERE tariff_code = \"ff0 PRS\"", "context": "CREATE TABLE table_10408617_5 (bts_retail_price__regulated_ VARCHAR, tariff_code VARCHAR)", "question": "What is the regulated retail price for the tariff code ff0 prs?" }
### QUESTION What was the away team when the result was 2–1 and home team was the bohemians? ### CONTEXT CREATE TABLE table_24949975_1 (away_team VARCHAR, result VARCHAR, home_team VARCHAR) ### ANSWER SELECT away_team FROM table_24949975_1 WHERE result = "2–1" AND home_team = "Bohemians"</s>
{ "answer": "SELECT away_team FROM table_24949975_1 WHERE result = \"2–1\" AND home_team = \"Bohemians\"", "context": "CREATE TABLE table_24949975_1 (away_team VARCHAR, result VARCHAR, home_team VARCHAR)", "question": "What was the away team when the result was 2–1 and home team was the bohemians?" }
### QUESTION What is the production code of the episode written by Cathryn Humphris? ### CONTEXT CREATE TABLE table_24938621_3 (production_code VARCHAR, written_by VARCHAR) ### ANSWER SELECT production_code FROM table_24938621_3 WHERE written_by = "Cathryn Humphris"</s>
{ "answer": "SELECT production_code FROM table_24938621_3 WHERE written_by = \"Cathryn Humphris\"", "context": "CREATE TABLE table_24938621_3 (production_code VARCHAR, written_by VARCHAR)", "question": "What is the production code of the episode written by Cathryn Humphris?" }
### QUESTION Which college did the player picked number 136 go to? ### CONTEXT CREATE TABLE table_name_54 (college VARCHAR, pick VARCHAR) ### ANSWER SELECT college FROM table_name_54 WHERE pick = 136</s>
{ "answer": "SELECT college FROM table_name_54 WHERE pick = 136", "context": "CREATE TABLE table_name_54 (college VARCHAR, pick VARCHAR)", "question": "Which college did the player picked number 136 go to?" }
### QUESTION How many hours were flown in each of the years where more than 64379058.0 kilometers were flown? ### CONTEXT CREATE TABLE table_105344_2 (flying_hours VARCHAR, aircraft_kilometers INTEGER) ### ANSWER SELECT flying_hours FROM table_105344_2 WHERE aircraft_kilometers > 64379058.0</s>
{ "answer": "SELECT flying_hours FROM table_105344_2 WHERE aircraft_kilometers > 64379058.0", "context": "CREATE TABLE table_105344_2 (flying_hours VARCHAR, aircraft_kilometers INTEGER)", "question": "How many hours were flown in each of the years where more than 64379058.0 kilometers were flown?" }
### QUESTION Who is the rb player from team oakland? ### CONTEXT CREATE TABLE table_name_69 (player VARCHAR, position VARCHAR, team VARCHAR) ### ANSWER SELECT player FROM table_name_69 WHERE position = "rb" AND team = "oakland"</s>
{ "answer": "SELECT player FROM table_name_69 WHERE position = \"rb\" AND team = \"oakland\"", "context": "CREATE TABLE table_name_69 (player VARCHAR, position VARCHAR, team VARCHAR)", "question": "Who is the rb player from team oakland?" }
### QUESTION What is the date of the game at Olympic Stadium? ### CONTEXT CREATE TABLE table_24989925_2 (date VARCHAR, game_site VARCHAR) ### ANSWER SELECT date FROM table_24989925_2 WHERE game_site = "Olympic Stadium"</s>
{ "answer": "SELECT date FROM table_24989925_2 WHERE game_site = \"Olympic Stadium\"", "context": "CREATE TABLE table_24989925_2 (date VARCHAR, game_site VARCHAR)", "question": "What is the date of the game at Olympic Stadium?" }
### QUESTION what's the total number of south australia with victoria value of 2173 ### CONTEXT CREATE TABLE table_1057262_2 (south_australia VARCHAR, victoria VARCHAR) ### ANSWER SELECT COUNT(south_australia) FROM table_1057262_2 WHERE victoria = 2173</s>
{ "answer": "SELECT COUNT(south_australia) FROM table_1057262_2 WHERE victoria = 2173", "context": "CREATE TABLE table_1057262_2 (south_australia VARCHAR, victoria VARCHAR)", "question": "what's the total number of south australia with victoria value of 2173" }
### QUESTION Which Capacity has a Class of cm22, and a Vehicle of 1999 subaru impreza wrx sti? ### CONTEXT CREATE TABLE table_name_61 (capacity INTEGER, class VARCHAR, vehicle VARCHAR) ### ANSWER SELECT MIN(capacity) FROM table_name_61 WHERE class = "cm22" AND vehicle = "1999 subaru impreza wrx sti"</s>
{ "answer": "SELECT MIN(capacity) FROM table_name_61 WHERE class = \"cm22\" AND vehicle = \"1999 subaru impreza wrx sti\"", "context": "CREATE TABLE table_name_61 (capacity INTEGER, class VARCHAR, vehicle VARCHAR)", "question": "Which Capacity has a Class of cm22, and a Vehicle of 1999 subaru impreza wrx sti?" }
### QUESTION Who did the Lyrics (l) / Music (m) for the song in 23 Place? ### CONTEXT CREATE TABLE table_name_76 (lyrics__l____music__m_ VARCHAR, place VARCHAR) ### ANSWER SELECT lyrics__l____music__m_ FROM table_name_76 WHERE place = "23"</s>
{ "answer": "SELECT lyrics__l____music__m_ FROM table_name_76 WHERE place = \"23\"", "context": "CREATE TABLE table_name_76 (lyrics__l____music__m_ VARCHAR, place VARCHAR)", "question": "Who did the Lyrics (l) / Music (m) for the song in 23 Place?" }
### QUESTION How many entries are there for vote when the air date was 15 november 1997? ### CONTEXT CREATE TABLE table_25016824_2 (vote VARCHAR, air_date VARCHAR) ### ANSWER SELECT COUNT(vote) FROM table_25016824_2 WHERE air_date = "15 November 1997"</s>
{ "answer": "SELECT COUNT(vote) FROM table_25016824_2 WHERE air_date = \"15 November 1997\"", "context": "CREATE TABLE table_25016824_2 (vote VARCHAR, air_date VARCHAR)", "question": "How many entries are there for vote when the air date was 15 november 1997?" }
### QUESTION What was the reward when immunity went to martin and finish is 13th voted out 8th jury member day 46? ### CONTEXT CREATE TABLE table_25016824_2 (reward VARCHAR, immunity VARCHAR, finish VARCHAR) ### ANSWER SELECT reward FROM table_25016824_2 WHERE immunity = "Martin" AND finish = "13th voted Out 8th Jury Member Day 46"</s>
{ "answer": "SELECT reward FROM table_25016824_2 WHERE immunity = \"Martin\" AND finish = \"13th voted Out 8th Jury Member Day 46\"", "context": "CREATE TABLE table_25016824_2 (reward VARCHAR, immunity VARCHAR, finish VARCHAR)", "question": "What was the reward when immunity went to martin and finish is 13th voted out 8th jury member day 46?" }
### QUESTION What country had the total 18,900 (r)? ### CONTEXT CREATE TABLE table_10586064_2 (county VARCHAR, total VARCHAR) ### ANSWER SELECT county FROM table_10586064_2 WHERE total = "18,900 (R)"</s>
{ "answer": "SELECT county FROM table_10586064_2 WHERE total = \"18,900 (R)\"", "context": "CREATE TABLE table_10586064_2 (county VARCHAR, total VARCHAR)", "question": "What country had the total 18,900 (r)?" }
### QUESTION What rank has a gold greater than 0, 0 as the bronze, with germany (ger) as the nation? ### CONTEXT CREATE TABLE table_name_20 (rank VARCHAR, nation VARCHAR, gold VARCHAR, bronze VARCHAR) ### ANSWER SELECT rank FROM table_name_20 WHERE gold > 0 AND bronze = 0 AND nation = "germany (ger)"</s>
{ "answer": "SELECT rank FROM table_name_20 WHERE gold > 0 AND bronze = 0 AND nation = \"germany (ger)\"", "context": "CREATE TABLE table_name_20 (rank VARCHAR, nation VARCHAR, gold VARCHAR, bronze VARCHAR)", "question": "What rank has a gold greater than 0, 0 as the bronze, with germany (ger) as the nation?" }
### QUESTION Name the least pick number for steven turner ### CONTEXT CREATE TABLE table_25017530_5 (pick__number INTEGER, player VARCHAR) ### ANSWER SELECT MIN(pick__number) FROM table_25017530_5 WHERE player = "Steven Turner"</s>
{ "answer": "SELECT MIN(pick__number) FROM table_25017530_5 WHERE player = \"Steven Turner\"", "context": "CREATE TABLE table_25017530_5 (pick__number INTEGER, player VARCHAR)", "question": "Name the least pick number for steven turner" }
### QUESTION What religious groups made up 0.72% of the Indian population in 2001? ### CONTEXT CREATE TABLE table_10710364_1 (religious_group VARCHAR, population__percentage_2001 VARCHAR) ### ANSWER SELECT religious_group FROM table_10710364_1 WHERE population__percentage_2001 = "0.72%"</s>
{ "answer": "SELECT religious_group FROM table_10710364_1 WHERE population__percentage_2001 = \"0.72%\"", "context": "CREATE TABLE table_10710364_1 (religious_group VARCHAR, population__percentage_2001 VARCHAR)", "question": "What religious groups made up 0.72% of the Indian population in 2001?" }
### QUESTION What kind of brakes for the model type rb 4at with 16x8.0jj (front) 16x8.0jj (rear) wheels and 225/50r16 92v(front) 225/50r16 92v(rear) tyres? ### CONTEXT CREATE TABLE table_250230_2 (brakes VARCHAR, model VARCHAR, wheels VARCHAR, tyres VARCHAR) ### ANSWER SELECT brakes FROM table_250230_2 WHERE wheels = "16x8.0JJ (front) 16x8.0JJ (rear)" AND tyres = "225/50R16 92V(front) 225/50R16 92V(rear)" AND model = "Type RB 4AT"</s>
{ "answer": "SELECT brakes FROM table_250230_2 WHERE wheels = \"16x8.0JJ (front) 16x8.0JJ (rear)\" AND tyres = \"225/50R16 92V(front) 225/50R16 92V(rear)\" AND model = \"Type RB 4AT\"", "context": "CREATE TABLE table_250230_2 (brakes VARCHAR, model VARCHAR, wheels VARCHAR, tyres VARCHAR)", "question": "What kind of brakes for the model type rb 4at with 16x8.0jj (front) 16x8.0jj (rear) wheels and 225/50r16 92v(front) 225/50r16 92v(rear) tyres?" }
### QUESTION Who is the music-director for the song from the film khaleja who had a co-singer of hemachandra? ### CONTEXT CREATE TABLE table_name_69 (music___director VARCHAR, co___singer VARCHAR, film VARCHAR) ### ANSWER SELECT music___director FROM table_name_69 WHERE co___singer = "hemachandra" AND film = "khaleja"</s>
{ "answer": "SELECT music___director FROM table_name_69 WHERE co___singer = \"hemachandra\" AND film = \"khaleja\"", "context": "CREATE TABLE table_name_69 (music___director VARCHAR, co___singer VARCHAR, film VARCHAR)", "question": "Who is the music-director for the song from the film khaleja who had a co-singer of hemachandra?" }
### QUESTION What is the composition at Valles lava dome? ### CONTEXT CREATE TABLE table_1081235_1 (composition VARCHAR, name_of_lava_dome VARCHAR) ### ANSWER SELECT composition FROM table_1081235_1 WHERE name_of_lava_dome = "Valles lava dome"</s>
{ "answer": "SELECT composition FROM table_1081235_1 WHERE name_of_lava_dome = \"Valles lava dome\"", "context": "CREATE TABLE table_1081235_1 (composition VARCHAR, name_of_lava_dome VARCHAR)", "question": "What is the composition at Valles lava dome?" }
### QUESTION Which song has picturization by only vijay? ### CONTEXT CREATE TABLE table_10848177_1 (song VARCHAR, picturization VARCHAR) ### ANSWER SELECT song FROM table_10848177_1 WHERE picturization = "Vijay"</s>
{ "answer": "SELECT song FROM table_10848177_1 WHERE picturization = \"Vijay\"", "context": "CREATE TABLE table_10848177_1 (song VARCHAR, picturization VARCHAR)", "question": "Which song has picturization by only vijay?" }
### QUESTION What is the lowest result for Christian Malcolm with a reaction time greater than 0.185 and a lane higher than 3? ### CONTEXT CREATE TABLE table_name_66 (result INTEGER, lane VARCHAR, reaction_time VARCHAR, name VARCHAR) ### ANSWER SELECT MIN(result) FROM table_name_66 WHERE reaction_time > 0.185 AND name = "christian malcolm" AND lane > 3</s>
{ "answer": "SELECT MIN(result) FROM table_name_66 WHERE reaction_time > 0.185 AND name = \"christian malcolm\" AND lane > 3", "context": "CREATE TABLE table_name_66 (result INTEGER, lane VARCHAR, reaction_time VARCHAR, name VARCHAR)", "question": "What is the lowest result for Christian Malcolm with a reaction time greater than 0.185 and a lane higher than 3?" }
### QUESTION What are the lowest conceded with 1 draw, and a score larger than 14? ### CONTEXT CREATE TABLE table_name_71 (conceded INTEGER, draws VARCHAR, scored VARCHAR) ### ANSWER SELECT MIN(conceded) FROM table_name_71 WHERE draws = 1 AND scored > 14</s>
{ "answer": "SELECT MIN(conceded) FROM table_name_71 WHERE draws = 1 AND scored > 14", "context": "CREATE TABLE table_name_71 (conceded INTEGER, draws VARCHAR, scored VARCHAR)", "question": "What are the lowest conceded with 1 draw, and a score larger than 14?" }
### QUESTION What is the total number of James Bond 007: Everything or Nothing for each system? ### CONTEXT CREATE TABLE table_10875694_11 (system VARCHAR, title VARCHAR) ### ANSWER SELECT COUNT(system) FROM table_10875694_11 WHERE title = "James Bond 007: Everything or Nothing"</s>
{ "answer": "SELECT COUNT(system) FROM table_10875694_11 WHERE title = \"James Bond 007: Everything or Nothing\"", "context": "CREATE TABLE table_10875694_11 (system VARCHAR, title VARCHAR)", "question": "What is the total number of James Bond 007: Everything or Nothing for each system?" }
### QUESTION Which James Bond 007: Agent Under Fire from Electronic Arts is compatible with 60 gb pal/80 gb NTSC PS3 (CECHC/CECHE)? ### CONTEXT CREATE TABLE table_10875694_11 (compatible_with_60gb_pal_80gb_ntsc_ps3__cechc_ceche_ VARCHAR, publisher VARCHAR, title VARCHAR) ### ANSWER SELECT compatible_with_60gb_pal_80gb_ntsc_ps3__cechc_ceche_ FROM table_10875694_11 WHERE publisher = "Electronic Arts" AND title = "James Bond 007: Agent Under Fire"</s>
{ "answer": "SELECT compatible_with_60gb_pal_80gb_ntsc_ps3__cechc_ceche_ FROM table_10875694_11 WHERE publisher = \"Electronic Arts\" AND title = \"James Bond 007: Agent Under Fire\"", "context": "CREATE TABLE table_10875694_11 (compatible_with_60gb_pal_80gb_ntsc_ps3__cechc_ceche_ VARCHAR, publisher VARCHAR, title VARCHAR)", "question": "Which James Bond 007: Agent Under Fire from Electronic Arts is compatible with 60 gb pal/80 gb NTSC PS3 (CECHC/CECHE)?" }
### QUESTION What is the status when livery is blue? ### CONTEXT CREATE TABLE table_1090916_2 (status VARCHAR, livery VARCHAR) ### ANSWER SELECT status FROM table_1090916_2 WHERE livery = "Blue"</s>
{ "answer": "SELECT status FROM table_1090916_2 WHERE livery = \"Blue\"", "context": "CREATE TABLE table_1090916_2 (status VARCHAR, livery VARCHAR)", "question": "What is the status when livery is blue?" }
### QUESTION What is the location when the status is in service as coaching stock? ### CONTEXT CREATE TABLE table_1090916_2 (location VARCHAR, status VARCHAR) ### ANSWER SELECT location FROM table_1090916_2 WHERE status = "In service as coaching stock"</s>
{ "answer": "SELECT location FROM table_1090916_2 WHERE status = \"In service as coaching stock\"", "context": "CREATE TABLE table_1090916_2 (location VARCHAR, status VARCHAR)", "question": "What is the location when the status is in service as coaching stock?" }
### QUESTION What is the enrollment ratio in tertiary in the region where the enrollment ration in secondary is 71.43? ### CONTEXT CREATE TABLE table_25042332_22 (tertiary__18_24_years_ VARCHAR, secondary__14_17_years_ VARCHAR) ### ANSWER SELECT tertiary__18_24_years_ FROM table_25042332_22 WHERE secondary__14_17_years_ = "71.43"</s>
{ "answer": "SELECT tertiary__18_24_years_ FROM table_25042332_22 WHERE secondary__14_17_years_ = \"71.43\"", "context": "CREATE TABLE table_25042332_22 (tertiary__18_24_years_ VARCHAR, secondary__14_17_years_ VARCHAR)", "question": "What is the enrollment ratio in tertiary in the region where the enrollment ration in secondary is 71.43?" }
### QUESTION what is the percentage of male voters where the level of maturity is 123726 ### CONTEXT CREATE TABLE table_25042332_30 (e_vap_ratio_total VARCHAR, men_of_voting_age VARCHAR) ### ANSWER SELECT e_vap_ratio_total FROM table_25042332_30 WHERE men_of_voting_age = 123726</s>
{ "answer": "SELECT e_vap_ratio_total FROM table_25042332_30 WHERE men_of_voting_age = 123726", "context": "CREATE TABLE table_25042332_30 (e_vap_ratio_total VARCHAR, men_of_voting_age VARCHAR)", "question": "what is the percentage of male voters where the level of maturity is 123726" }
### QUESTION How many regions had 153 women prison inmates? ### CONTEXT CREATE TABLE table_25042332_31 (incarceration_rate_total VARCHAR, prison_inmates_women VARCHAR) ### ANSWER SELECT COUNT(incarceration_rate_total) FROM table_25042332_31 WHERE prison_inmates_women = 153</s>
{ "answer": "SELECT COUNT(incarceration_rate_total) FROM table_25042332_31 WHERE prison_inmates_women = 153", "context": "CREATE TABLE table_25042332_31 (incarceration_rate_total VARCHAR, prison_inmates_women VARCHAR)", "question": "How many regions had 153 women prison inmates?" }
### QUESTION Who was the republican candidate in 2013 when Staten Island was 451? ### CONTEXT CREATE TABLE table_1108394_6 (staten_island VARCHAR) ### ANSWER SELECT 2013 AS _republican_primary FROM table_1108394_6 WHERE staten_island = "451"</s>
{ "answer": "SELECT 2013 AS _republican_primary FROM table_1108394_6 WHERE staten_island = \"451\"", "context": "CREATE TABLE table_1108394_6 (staten_island VARCHAR)", "question": "Who was the republican candidate in 2013 when Staten Island was 451?" }
### QUESTION How many regions had an incarceration rate for females of 63? ### CONTEXT CREATE TABLE table_25042332_31 (incarceration_rate_total VARCHAR, incarceration_rate_female VARCHAR) ### ANSWER SELECT COUNT(incarceration_rate_total) FROM table_25042332_31 WHERE incarceration_rate_female = 63</s>
{ "answer": "SELECT COUNT(incarceration_rate_total) FROM table_25042332_31 WHERE incarceration_rate_female = 63", "context": "CREATE TABLE table_25042332_31 (incarceration_rate_total VARCHAR, incarceration_rate_female VARCHAR)", "question": "How many regions had an incarceration rate for females of 63?" }
### QUESTION Name the most late 1943 with late 194 in slovenia ### CONTEXT CREATE TABLE table_1115992_1 (late_1943 INTEGER, _late_1941 VARCHAR) ### ANSWER SELECT MAX(late_1943) FROM table_1115992_1 WHERE NOT _late_1941 = "Slovenia"</s>
{ "answer": "SELECT MAX(late_1943) FROM table_1115992_1 WHERE NOT _late_1941 = \"Slovenia\"", "context": "CREATE TABLE table_1115992_1 (late_1943 INTEGER, _late_1941 VARCHAR)", "question": "Name the most late 1943 with late 194 in slovenia" }
### QUESTION Which Opponent has a Venue of h, and a Result of 0–1, and a Date of 29 august 1998? ### CONTEXT CREATE TABLE table_name_12 (opponent VARCHAR, date VARCHAR, venue VARCHAR, result VARCHAR) ### ANSWER SELECT opponent FROM table_name_12 WHERE venue = "h" AND result = "0–1" AND date = "29 august 1998"</s>
{ "answer": "SELECT opponent FROM table_name_12 WHERE venue = \"h\" AND result = \"0–1\" AND date = \"29 august 1998\"", "context": "CREATE TABLE table_name_12 (opponent VARCHAR, date VARCHAR, venue VARCHAR, result VARCHAR)", "question": "Which Opponent has a Venue of h, and a Result of 0–1, and a Date of 29 august 1998?" }
### QUESTION Name the height for asko esna ### CONTEXT CREATE TABLE table_25058562_2 (height VARCHAR, player VARCHAR) ### ANSWER SELECT height FROM table_25058562_2 WHERE player = "Asko Esna"</s>
{ "answer": "SELECT height FROM table_25058562_2 WHERE player = \"Asko Esna\"", "context": "CREATE TABLE table_25058562_2 (height VARCHAR, player VARCHAR)", "question": "Name the height for asko esna" }
### QUESTION If the episode was directed by Michael Offer, how many US Viewers watched it? ### CONTEXT CREATE TABLE table_25084227_1 (us_viewers__in_millions_ VARCHAR, directed_by VARCHAR) ### ANSWER SELECT us_viewers__in_millions_ FROM table_25084227_1 WHERE directed_by = "Michael Offer"</s>
{ "answer": "SELECT us_viewers__in_millions_ FROM table_25084227_1 WHERE directed_by = \"Michael Offer\"", "context": "CREATE TABLE table_25084227_1 (us_viewers__in_millions_ VARCHAR, directed_by VARCHAR)", "question": "If the episode was directed by Michael Offer, how many US Viewers watched it?" }
### QUESTION How many draft picks were for Winnipeg blue bombers? ### CONTEXT CREATE TABLE table_25085059_3 (pick__number VARCHAR, cfl_team VARCHAR) ### ANSWER SELECT COUNT(pick__number) FROM table_25085059_3 WHERE cfl_team = "Winnipeg Blue Bombers"</s>
{ "answer": "SELECT COUNT(pick__number) FROM table_25085059_3 WHERE cfl_team = \"Winnipeg Blue Bombers\"", "context": "CREATE TABLE table_25085059_3 (pick__number VARCHAR, cfl_team VARCHAR)", "question": "How many draft picks were for Winnipeg blue bombers?" }
### QUESTION Which Nationality has a Rank larger than 1, and a Time smaller than 22.12, and a Lane smaller than 4, and a Name of ashley callus? ### CONTEXT CREATE TABLE table_name_99 (nationality VARCHAR, name VARCHAR, lane VARCHAR, rank VARCHAR, time VARCHAR) ### ANSWER SELECT nationality FROM table_name_99 WHERE rank > 1 AND time < 22.12 AND lane < 4 AND name = "ashley callus"</s>
{ "answer": "SELECT nationality FROM table_name_99 WHERE rank > 1 AND time < 22.12 AND lane < 4 AND name = \"ashley callus\"", "context": "CREATE TABLE table_name_99 (nationality VARCHAR, name VARCHAR, lane VARCHAR, rank VARCHAR, time VARCHAR)", "question": "Which Nationality has a Rank larger than 1, and a Time smaller than 22.12, and a Lane smaller than 4, and a Name of ashley callus?" }
### QUESTION What is the catalog number of the title called "super callanetics"? ### CONTEXT CREATE TABLE table_11222744_3 (catalog_number VARCHAR, title VARCHAR) ### ANSWER SELECT catalog_number FROM table_11222744_3 WHERE title = "Super Callanetics"</s>
{ "answer": "SELECT catalog_number FROM table_11222744_3 WHERE title = \"Super Callanetics\"", "context": "CREATE TABLE table_11222744_3 (catalog_number VARCHAR, title VARCHAR)", "question": "What is the catalog number of the title called \"super callanetics\"?" }
### QUESTION Which Leading scorer 1 has a League Contested of northern premier league premier division, and an FA Cup of 2q? ### CONTEXT CREATE TABLE table_name_2 (leading_scorer_1 VARCHAR, leaguecontested VARCHAR, fa_cup VARCHAR) ### ANSWER SELECT leading_scorer_1 FROM table_name_2 WHERE leaguecontested = "northern premier league premier division" AND fa_cup = "2q"</s>
{ "answer": "SELECT leading_scorer_1 FROM table_name_2 WHERE leaguecontested = \"northern premier league premier division\" AND fa_cup = \"2q\"", "context": "CREATE TABLE table_name_2 (leading_scorer_1 VARCHAR, leaguecontested VARCHAR, fa_cup VARCHAR)", "question": "Which Leading scorer 1 has a League Contested of northern premier league premier division, and an FA Cup of 2q?" }
### QUESTION What was the number of channels in New Zealand? ### CONTEXT CREATE TABLE table_11323532_2 (channel VARCHAR, country_region VARCHAR) ### ANSWER SELECT COUNT(channel) FROM table_11323532_2 WHERE country_region = "New Zealand"</s>
{ "answer": "SELECT COUNT(channel) FROM table_11323532_2 WHERE country_region = \"New Zealand\"", "context": "CREATE TABLE table_11323532_2 (channel VARCHAR, country_region VARCHAR)", "question": "What was the number of channels in New Zealand?" }
### QUESTION who were the winners in west virginia ### CONTEXT CREATE TABLE table_1133844_4 (candidates_winning_candidate_in_bold VARCHAR, state__linked_to_summaries_below_ VARCHAR) ### ANSWER SELECT candidates_winning_candidate_in_bold FROM table_1133844_4 WHERE state__linked_to_summaries_below_ = "West Virginia"</s>
{ "answer": "SELECT candidates_winning_candidate_in_bold FROM table_1133844_4 WHERE state__linked_to_summaries_below_ = \"West Virginia\"", "context": "CREATE TABLE table_1133844_4 (candidates_winning_candidate_in_bold VARCHAR, state__linked_to_summaries_below_ VARCHAR)", "question": "who were the winners in west virginia" }
### QUESTION What is the population where the median household income is $87,832 and there are fewer than 64,886 households? ### CONTEXT CREATE TABLE table_name_83 (population INTEGER, median_household_income VARCHAR, number_of_households VARCHAR) ### ANSWER SELECT AVG(population) FROM table_name_83 WHERE median_household_income = "$87,832" AND number_of_households < 64 OFFSET 886</s>
{ "answer": "SELECT AVG(population) FROM table_name_83 WHERE median_household_income = \"$87,832\" AND number_of_households < 64 OFFSET 886", "context": "CREATE TABLE table_name_83 (population INTEGER, median_household_income VARCHAR, number_of_households VARCHAR)", "question": "What is the population where the median household income is $87,832 and there are fewer than 64,886 households?" }
### QUESTION What is the score 1 for the major league soccer all-star game? ### CONTEXT CREATE TABLE table_name_20 (score1 VARCHAR, competition_or_tour VARCHAR) ### ANSWER SELECT score1 FROM table_name_20 WHERE competition_or_tour = "major league soccer all-star game"</s>
{ "answer": "SELECT score1 FROM table_name_20 WHERE competition_or_tour = \"major league soccer all-star game\"", "context": "CREATE TABLE table_name_20 (score1 VARCHAR, competition_or_tour VARCHAR)", "question": "What is the score 1 for the major league soccer all-star game?" }
### QUESTION What college did the tight end draft pick for New England Patriots come from? ### CONTEXT CREATE TABLE table_2508633_9 (college VARCHAR, nfl_team VARCHAR, position VARCHAR) ### ANSWER SELECT college FROM table_2508633_9 WHERE nfl_team = "New England Patriots" AND position = "Tight end"</s>
{ "answer": "SELECT college FROM table_2508633_9 WHERE nfl_team = \"New England Patriots\" AND position = \"Tight end\"", "context": "CREATE TABLE table_2508633_9 (college VARCHAR, nfl_team VARCHAR, position VARCHAR)", "question": "What college did the tight end draft pick for New England Patriots come from?" }
### QUESTION Which Team has Losses larger than 5, and a Position of 12? ### CONTEXT CREATE TABLE table_name_53 (team VARCHAR, losses VARCHAR, position VARCHAR) ### ANSWER SELECT team FROM table_name_53 WHERE losses > 5 AND position = 12</s>
{ "answer": "SELECT team FROM table_name_53 WHERE losses > 5 AND position = 12", "context": "CREATE TABLE table_name_53 (team VARCHAR, losses VARCHAR, position VARCHAR)", "question": "Which Team has Losses larger than 5, and a Position of 12?" }
### QUESTION How many Grand Prix were the winning constructor Benetton - Ford and the pole position was Michael Schumacher? ### CONTEXT CREATE TABLE table_1137702_3 (grand_prix VARCHAR, winning_constructor VARCHAR, pole_position VARCHAR) ### ANSWER SELECT COUNT(grand_prix) FROM table_1137702_3 WHERE winning_constructor = "Benetton - Ford" AND pole_position = "Michael Schumacher"</s>
{ "answer": "SELECT COUNT(grand_prix) FROM table_1137702_3 WHERE winning_constructor = \"Benetton - Ford\" AND pole_position = \"Michael Schumacher\"", "context": "CREATE TABLE table_1137702_3 (grand_prix VARCHAR, winning_constructor VARCHAR, pole_position VARCHAR)", "question": "How many Grand Prix were the winning constructor Benetton - Ford and the pole position was Michael Schumacher?" }
### QUESTION What is the Sipe Sipe Municipality minimum if the language is Quechua? ### CONTEXT CREATE TABLE table_2509113_2 (sipe_sipe_municipality INTEGER, language VARCHAR) ### ANSWER SELECT MIN(sipe_sipe_municipality) FROM table_2509113_2 WHERE language = "Quechua"</s>
{ "answer": "SELECT MIN(sipe_sipe_municipality) FROM table_2509113_2 WHERE language = \"Quechua\"", "context": "CREATE TABLE table_2509113_2 (sipe_sipe_municipality INTEGER, language VARCHAR)", "question": "What is the Sipe Sipe Municipality minimum if the language is Quechua?" }
### QUESTION Name the least tomina for el villar being 4 ### CONTEXT CREATE TABLE table_2509350_3 (tomina_municipality INTEGER, el_villar_municipality VARCHAR) ### ANSWER SELECT MIN(tomina_municipality) FROM table_2509350_3 WHERE el_villar_municipality = 4</s>
{ "answer": "SELECT MIN(tomina_municipality) FROM table_2509350_3 WHERE el_villar_municipality = 4", "context": "CREATE TABLE table_2509350_3 (tomina_municipality INTEGER, el_villar_municipality VARCHAR)", "question": "Name the least tomina for el villar being 4" }
### QUESTION What is the pole position of the belgian grand prix? ### CONTEXT CREATE TABLE table_1140078_2 (pole_position VARCHAR, race VARCHAR) ### ANSWER SELECT pole_position FROM table_1140078_2 WHERE race = "Belgian Grand Prix"</s>
{ "answer": "SELECT pole_position FROM table_1140078_2 WHERE race = \"Belgian Grand Prix\"", "context": "CREATE TABLE table_1140078_2 (pole_position VARCHAR, race VARCHAR)", "question": "What is the pole position of the belgian grand prix?" }
### QUESTION What is the number for combaya municipality when quiabaya municipality is 33? ### CONTEXT CREATE TABLE table_2509202_2 (combaya_municipality VARCHAR, quiabaya_municipality VARCHAR) ### ANSWER SELECT combaya_municipality FROM table_2509202_2 WHERE quiabaya_municipality = "33"</s>
{ "answer": "SELECT combaya_municipality FROM table_2509202_2 WHERE quiabaya_municipality = \"33\"", "context": "CREATE TABLE table_2509202_2 (combaya_municipality VARCHAR, quiabaya_municipality VARCHAR)", "question": "What is the number for combaya municipality when quiabaya municipality is 33?" }
### QUESTION What was the score of the game at Great Western Forum? ### CONTEXT CREATE TABLE table_name_54 (score VARCHAR, location_attendance VARCHAR) ### ANSWER SELECT score FROM table_name_54 WHERE location_attendance = "great western forum"</s>
{ "answer": "SELECT score FROM table_name_54 WHERE location_attendance = \"great western forum\"", "context": "CREATE TABLE table_name_54 (score VARCHAR, location_attendance VARCHAR)", "question": "What was the score of the game at Great Western Forum?" }
### QUESTION How many managers for club in Turku where kitmaker is Puma? ### CONTEXT CREATE TABLE table_25129482_1 (manager VARCHAR, kitmaker VARCHAR, location VARCHAR) ### ANSWER SELECT COUNT(manager) FROM table_25129482_1 WHERE kitmaker = "Puma" AND location = "Turku"</s>
{ "answer": "SELECT COUNT(manager) FROM table_25129482_1 WHERE kitmaker = \"Puma\" AND location = \"Turku\"", "context": "CREATE TABLE table_25129482_1 (manager VARCHAR, kitmaker VARCHAR, location VARCHAR)", "question": "How many managers for club in Turku where kitmaker is Puma?" }
### QUESTION What is the power capacity when the generators were 781? ### CONTEXT CREATE TABLE table_11456251_5 (power_capacity__gw_ VARCHAR, number_of_generators VARCHAR) ### ANSWER SELECT power_capacity__gw_ FROM table_11456251_5 WHERE number_of_generators = 781</s>
{ "answer": "SELECT power_capacity__gw_ FROM table_11456251_5 WHERE number_of_generators = 781", "context": "CREATE TABLE table_11456251_5 (power_capacity__gw_ VARCHAR, number_of_generators VARCHAR)", "question": "What is the power capacity when the generators were 781?" }
### QUESTION If the engine make/capacity is MWM 6.10 TCA-EURO III (Turbo Intercooler) and GVM (kg) Technical Capacity is 23000, what is the Torque Nm@rpm? ### CONTEXT CREATE TABLE table_11497980_1 (torque_nm VARCHAR, gcm__kg__technical_capacity VARCHAR, engine_make_capacity VARCHAR) ### ANSWER SELECT torque_nm AS @rpm FROM table_11497980_1 WHERE gcm__kg__technical_capacity = "23000" AND engine_make_capacity = "MWM 6.10 TCA-EURO III (Turbo Intercooler)"</s>
{ "answer": "SELECT torque_nm AS @rpm FROM table_11497980_1 WHERE gcm__kg__technical_capacity = \"23000\" AND engine_make_capacity = \"MWM 6.10 TCA-EURO III (Turbo Intercooler)\"", "context": "CREATE TABLE table_11497980_1 (torque_nm VARCHAR, gcm__kg__technical_capacity VARCHAR, engine_make_capacity VARCHAR)", "question": "If the engine make/capacity is MWM 6.10 TCA-EURO III (Turbo Intercooler) and GVM (kg) Technical Capacity is 23000, what is the Torque Nm@rpm?" }
### QUESTION What were the former schools of the player from East Brunswick, NJ? ### CONTEXT CREATE TABLE table_25177625_1 (former_school VARCHAR, hometown VARCHAR) ### ANSWER SELECT former_school FROM table_25177625_1 WHERE hometown = "East Brunswick, NJ"</s>
{ "answer": "SELECT former_school FROM table_25177625_1 WHERE hometown = \"East Brunswick, NJ\"", "context": "CREATE TABLE table_25177625_1 (former_school VARCHAR, hometown VARCHAR)", "question": "What were the former schools of the player from East Brunswick, NJ?" }
### QUESTION When the transmission make/type/speed is eaton fs 5306-a manual synchromesh 6 speed, what is the value of the gcm (kg) technical capacity? ### CONTEXT CREATE TABLE table_11497980_1 (gcm__kg__technical_capacity VARCHAR, transmission_make_type_speed VARCHAR) ### ANSWER SELECT gcm__kg__technical_capacity FROM table_11497980_1 WHERE transmission_make_type_speed = "Eaton FS 5306-A Manual Synchromesh 6 Speed"</s>
{ "answer": "SELECT gcm__kg__technical_capacity FROM table_11497980_1 WHERE transmission_make_type_speed = \"Eaton FS 5306-A Manual Synchromesh 6 Speed\"", "context": "CREATE TABLE table_11497980_1 (gcm__kg__technical_capacity VARCHAR, transmission_make_type_speed VARCHAR)", "question": "When the transmission make/type/speed is eaton fs 5306-a manual synchromesh 6 speed, what is the value of the gcm (kg) technical capacity?" }
### QUESTION If the prime minister is Palmer, Geoffrey Geoffrey Palmer, what is the end date of (final) term? ### CONTEXT CREATE TABLE table_25182437_1 (end_date_of__final__term VARCHAR, prime_minister VARCHAR) ### ANSWER SELECT end_date_of__final__term FROM table_25182437_1 WHERE prime_minister = "Palmer, Geoffrey Geoffrey Palmer"</s>
{ "answer": "SELECT end_date_of__final__term FROM table_25182437_1 WHERE prime_minister = \"Palmer, Geoffrey Geoffrey Palmer\"", "context": "CREATE TABLE table_25182437_1 (end_date_of__final__term VARCHAR, prime_minister VARCHAR)", "question": "If the prime minister is Palmer, Geoffrey Geoffrey Palmer, what is the end date of (final) term?" }
### QUESTION How many previous years did Maebashi Ikuei high school have a total number of 1 participation? ### CONTEXT CREATE TABLE table_2518850_4 (year_of_previous_participation VARCHAR, total_number_of_participation VARCHAR, high_school_name VARCHAR) ### ANSWER SELECT COUNT(year_of_previous_participation) FROM table_2518850_4 WHERE total_number_of_participation = 1 AND high_school_name = "Maebashi Ikuei"</s>
{ "answer": "SELECT COUNT(year_of_previous_participation) FROM table_2518850_4 WHERE total_number_of_participation = 1 AND high_school_name = \"Maebashi Ikuei\"", "context": "CREATE TABLE table_2518850_4 (year_of_previous_participation VARCHAR, total_number_of_participation VARCHAR, high_school_name VARCHAR)", "question": "How many previous years did Maebashi Ikuei high school have a total number of 1 participation?" }
### QUESTION What is the acronym used for Beirut Arab University? ### CONTEXT CREATE TABLE table_1160660_1 (acronym VARCHAR, university_name VARCHAR) ### ANSWER SELECT acronym FROM table_1160660_1 WHERE university_name = "Beirut Arab University"</s>
{ "answer": "SELECT acronym FROM table_1160660_1 WHERE university_name = \"Beirut Arab University\"", "context": "CREATE TABLE table_1160660_1 (acronym VARCHAR, university_name VARCHAR)", "question": "What is the acronym used for Beirut Arab University?" }
### QUESTION How many datas were recorded on January 15-16 if August 21-22 is 155? ### CONTEXT CREATE TABLE table_25216791_3 (january_15_16 VARCHAR, august_21_22 VARCHAR) ### ANSWER SELECT COUNT(january_15_16) FROM table_25216791_3 WHERE august_21_22 = "155"</s>
{ "answer": "SELECT COUNT(january_15_16) FROM table_25216791_3 WHERE august_21_22 = \"155\"", "context": "CREATE TABLE table_25216791_3 (january_15_16 VARCHAR, august_21_22 VARCHAR)", "question": "How many datas were recorded on January 15-16 if August 21-22 is 155?" }
### QUESTION How many cores does the processor released in April 2012 with a price of $393 and part number av8063801117503 have? ### CONTEXT CREATE TABLE table_name_3 (cores VARCHAR, part_number_s_ VARCHAR, release_date VARCHAR, release_price___usd__ VARCHAR) ### ANSWER SELECT cores FROM table_name_3 WHERE release_date = "april 2012" AND release_price___usd__ = "$393" AND part_number_s_ = "av8063801117503"</s>
{ "answer": "SELECT cores FROM table_name_3 WHERE release_date = \"april 2012\" AND release_price___usd__ = \"$393\" AND part_number_s_ = \"av8063801117503\"", "context": "CREATE TABLE table_name_3 (cores VARCHAR, part_number_s_ VARCHAR, release_date VARCHAR, release_price___usd__ VARCHAR)", "question": "How many cores does the processor released in April 2012 with a price of $393 and part number av8063801117503 have?" }
### QUESTION List all areas within 1000 km in the city of Lubelskie? ### CONTEXT CREATE TABLE table_11654169_1 (area_in_1000km²__1930_ VARCHAR, voivodeship_separate_city VARCHAR) ### ANSWER SELECT area_in_1000km²__1930_ FROM table_11654169_1 WHERE voivodeship_separate_city = "lubelskie"</s>
{ "answer": "SELECT area_in_1000km²__1930_ FROM table_11654169_1 WHERE voivodeship_separate_city = \"lubelskie\"", "context": "CREATE TABLE table_11654169_1 (area_in_1000km²__1930_ VARCHAR, voivodeship_separate_city VARCHAR)", "question": "List all areas within 1000 km in the city of Lubelskie?" }
### QUESTION List all car plates in the capital of Wilno since the year of 1937. ### CONTEXT CREATE TABLE table_11654169_1 (car_plates__since_1937_ VARCHAR, capital VARCHAR) ### ANSWER SELECT car_plates__since_1937_ FROM table_11654169_1 WHERE capital = "Wilno"</s>
{ "answer": "SELECT car_plates__since_1937_ FROM table_11654169_1 WHERE capital = \"Wilno\"", "context": "CREATE TABLE table_11654169_1 (car_plates__since_1937_ VARCHAR, capital VARCHAR)", "question": "List all car plates in the capital of Wilno since the year of 1937." }
### QUESTION What is the smallest bronze value for countries with totals over 2, golds of 0, silvers under 1, and ranks over 10? ### CONTEXT CREATE TABLE table_name_45 (bronze INTEGER, gold VARCHAR, rank VARCHAR, total VARCHAR, silver VARCHAR) ### ANSWER SELECT MIN(bronze) FROM table_name_45 WHERE total > 2 AND silver < 1 AND rank > 10 AND gold < 0</s>
{ "answer": "SELECT MIN(bronze) FROM table_name_45 WHERE total > 2 AND silver < 1 AND rank > 10 AND gold < 0", "context": "CREATE TABLE table_name_45 (bronze INTEGER, gold VARCHAR, rank VARCHAR, total VARCHAR, silver VARCHAR)", "question": "What is the smallest bronze value for countries with totals over 2, golds of 0, silvers under 1, and ranks over 10?" }
### QUESTION WHAT TEAM CLASSIFIED IN THE STAGE WHERE BRADLEY WIGGINS WON THE POINTS CLASSIFICATION ? ### CONTEXT CREATE TABLE table_11667521_17 (team_classification VARCHAR, points_classification VARCHAR) ### ANSWER SELECT team_classification FROM table_11667521_17 WHERE points_classification = "Bradley Wiggins"</s>
{ "answer": "SELECT team_classification FROM table_11667521_17 WHERE points_classification = \"Bradley Wiggins\"", "context": "CREATE TABLE table_11667521_17 (team_classification VARCHAR, points_classification VARCHAR)", "question": "WHAT TEAM CLASSIFIED IN THE STAGE WHERE BRADLEY WIGGINS WON THE POINTS CLASSIFICATION ?" }
### QUESTION Which teams homeeground is Stemmemyren? ### CONTEXT CREATE TABLE table_2522473_1 (team VARCHAR, home_ground VARCHAR) ### ANSWER SELECT team FROM table_2522473_1 WHERE home_ground = "Stemmemyren"</s>
{ "answer": "SELECT team FROM table_2522473_1 WHERE home_ground = \"Stemmemyren\"", "context": "CREATE TABLE table_2522473_1 (team VARCHAR, home_ground VARCHAR)", "question": "Which teams homeeground is Stemmemyren? " }
### QUESTION What is the home ground for the team whose home city is Trondheim with 27 seasons? ### CONTEXT CREATE TABLE table_2522473_1 (home_ground VARCHAR, seasons VARCHAR, home_city VARCHAR) ### ANSWER SELECT home_ground FROM table_2522473_1 WHERE seasons = 27 AND home_city = "Trondheim"</s>
{ "answer": "SELECT home_ground FROM table_2522473_1 WHERE seasons = 27 AND home_city = \"Trondheim\"", "context": "CREATE TABLE table_2522473_1 (home_ground VARCHAR, seasons VARCHAR, home_city VARCHAR)", "question": "What is the home ground for the team whose home city is Trondheim with 27 seasons? " }
### QUESTION Name the interview for peru delegate ### CONTEXT CREATE TABLE table_11674683_2 (interview VARCHAR, delegate VARCHAR) ### ANSWER SELECT interview FROM table_11674683_2 WHERE delegate = "Peru"</s>
{ "answer": "SELECT interview FROM table_11674683_2 WHERE delegate = \"Peru\"", "context": "CREATE TABLE table_11674683_2 (interview VARCHAR, delegate VARCHAR)", "question": "Name the interview for peru delegate" }
### QUESTION What is the transmission when the engine is 2.0l, and acceleration 0–100km/h (0–62mph) is 10.5 s? ### CONTEXT CREATE TABLE table_name_99 (transmission VARCHAR, engine VARCHAR, acceleration_0_100km_h__0_62mph_ VARCHAR) ### ANSWER SELECT transmission FROM table_name_99 WHERE engine = "2.0l" AND acceleration_0_100km_h__0_62mph_ = "10.5 s"</s>
{ "answer": "SELECT transmission FROM table_name_99 WHERE engine = \"2.0l\" AND acceleration_0_100km_h__0_62mph_ = \"10.5 s\"", "context": "CREATE TABLE table_name_99 (transmission VARCHAR, engine VARCHAR, acceleration_0_100km_h__0_62mph_ VARCHAR)", "question": "What is the transmission when the engine is 2.0l, and acceleration 0–100km/h (0–62mph) is 10.5 s?" }
### QUESTION What are the swimsuits for south africa? ### CONTEXT CREATE TABLE table_11674683_2 (swimsuit VARCHAR, delegate VARCHAR) ### ANSWER SELECT swimsuit FROM table_11674683_2 WHERE delegate = "South Africa"</s>
{ "answer": "SELECT swimsuit FROM table_11674683_2 WHERE delegate = \"South Africa\"", "context": "CREATE TABLE table_11674683_2 (swimsuit VARCHAR, delegate VARCHAR)", "question": "What are the swimsuits for south africa?" }
### QUESTION What is the production when engine is 2.7l, and acceleration 0–100km/h (0–62mph) is 8.5 s? ### CONTEXT CREATE TABLE table_name_5 (production VARCHAR, engine VARCHAR, acceleration_0_100km_h__0_62mph_ VARCHAR) ### ANSWER SELECT production FROM table_name_5 WHERE engine = "2.7l" AND acceleration_0_100km_h__0_62mph_ = "8.5 s"</s>
{ "answer": "SELECT production FROM table_name_5 WHERE engine = \"2.7l\" AND acceleration_0_100km_h__0_62mph_ = \"8.5 s\"", "context": "CREATE TABLE table_name_5 (production VARCHAR, engine VARCHAR, acceleration_0_100km_h__0_62mph_ VARCHAR)", "question": "What is the production when engine is 2.7l, and acceleration 0–100km/h (0–62mph) is 8.5 s?" }
### QUESTION What is the imed/avicenna listed for a medical school offshore in saint kitts and nevis which was established before 2000 and will give you an MD? ### CONTEXT CREATE TABLE table_name_31 (imed_avicenna_listed VARCHAR, established VARCHAR, degree VARCHAR, regional_offshore VARCHAR, country_territory VARCHAR) ### ANSWER SELECT imed_avicenna_listed FROM table_name_31 WHERE regional_offshore = "offshore" AND country_territory = "saint kitts and nevis" AND degree = "md" AND established < 2000</s>
{ "answer": "SELECT imed_avicenna_listed FROM table_name_31 WHERE regional_offshore = \"offshore\" AND country_territory = \"saint kitts and nevis\" AND degree = \"md\" AND established < 2000", "context": "CREATE TABLE table_name_31 (imed_avicenna_listed VARCHAR, established VARCHAR, degree VARCHAR, regional_offshore VARCHAR, country_territory VARCHAR)", "question": "What is the imed/avicenna listed for a medical school offshore in saint kitts and nevis which was established before 2000 and will give you an MD?" }
### QUESTION WHAT HOMETOWN DOES HE PLAY AS THE CATCHER FOR? ### CONTEXT CREATE TABLE table_11677100_11 (hometown VARCHAR, position VARCHAR) ### ANSWER SELECT hometown FROM table_11677100_11 WHERE position = "Catcher"</s>
{ "answer": "SELECT hometown FROM table_11677100_11 WHERE position = \"Catcher\"", "context": "CREATE TABLE table_11677100_11 (hometown VARCHAR, position VARCHAR)", "question": "WHAT HOMETOWN DOES HE PLAY AS THE CATCHER FOR?" }
### QUESTION Name the total number of rank for east midnapore ### CONTEXT CREATE TABLE table_2527063_3 (rank VARCHAR, district VARCHAR) ### ANSWER SELECT COUNT(rank) FROM table_2527063_3 WHERE district = "East Midnapore"</s>
{ "answer": "SELECT COUNT(rank) FROM table_2527063_3 WHERE district = \"East Midnapore\"", "context": "CREATE TABLE table_2527063_3 (rank VARCHAR, district VARCHAR)", "question": "Name the total number of rank for east midnapore" }
### QUESTION What is the average rank of a player with fewer than 3 matches? ### CONTEXT CREATE TABLE table_name_38 (rank INTEGER, matches INTEGER) ### ANSWER SELECT AVG(rank) FROM table_name_38 WHERE matches < 3</s>
{ "answer": "SELECT AVG(rank) FROM table_name_38 WHERE matches < 3", "context": "CREATE TABLE table_name_38 (rank INTEGER, matches INTEGER)", "question": "What is the average rank of a player with fewer than 3 matches?" }
### QUESTION How many players hometown was Cincinnati, Ohio? ### CONTEXT CREATE TABLE table_11677691_4 (player VARCHAR, hometown VARCHAR) ### ANSWER SELECT COUNT(player) FROM table_11677691_4 WHERE hometown = "Cincinnati, Ohio"</s>
{ "answer": "SELECT COUNT(player) FROM table_11677691_4 WHERE hometown = \"Cincinnati, Ohio\"", "context": "CREATE TABLE table_11677691_4 (player VARCHAR, hometown VARCHAR)", "question": "How many players hometown was Cincinnati, Ohio?" }
### QUESTION Which school did the player then go to Auburn? ### CONTEXT CREATE TABLE table_11677691_7 (school VARCHAR, college VARCHAR) ### ANSWER SELECT school FROM table_11677691_7 WHERE college = "Auburn"</s>
{ "answer": "SELECT school FROM table_11677691_7 WHERE college = \"Auburn\"", "context": "CREATE TABLE table_11677691_7 (school VARCHAR, college VARCHAR)", "question": "Which school did the player then go to Auburn?" }
### QUESTION Where did robert nkemdiche ‡ go to college ### CONTEXT CREATE TABLE table_11677691_8 (college VARCHAR, player VARCHAR) ### ANSWER SELECT college FROM table_11677691_8 WHERE player = "Robert Nkemdiche ‡"</s>
{ "answer": "SELECT college FROM table_11677691_8 WHERE player = \"Robert Nkemdiche ‡\"", "context": "CREATE TABLE table_11677691_8 (college VARCHAR, player VARCHAR)", "question": "Where did robert nkemdiche ‡ go to college" }
### QUESTION What is the lowest number of goals joe keenan, who has more than 1 assists, had in 2007/08? ### CONTEXT CREATE TABLE table_name_84 (goals INTEGER, assists VARCHAR, years VARCHAR, name VARCHAR) ### ANSWER SELECT MIN(goals) FROM table_name_84 WHERE years = "2007/08" AND name = "joe keenan" AND assists > 1</s>
{ "answer": "SELECT MIN(goals) FROM table_name_84 WHERE years = \"2007/08\" AND name = \"joe keenan\" AND assists > 1", "context": "CREATE TABLE table_name_84 (goals INTEGER, assists VARCHAR, years VARCHAR, name VARCHAR)", "question": "What is the lowest number of goals joe keenan, who has more than 1 assists, had in 2007/08?" }
### QUESTION How may times did a player that attended Iowa state appear on the all time roster? ### CONTEXT CREATE TABLE table_11734041_1 (years_for_rockets VARCHAR, school_club_team_country VARCHAR) ### ANSWER SELECT COUNT(years_for_rockets) FROM table_11734041_1 WHERE school_club_team_country = "Iowa State"</s>
{ "answer": "SELECT COUNT(years_for_rockets) FROM table_11734041_1 WHERE school_club_team_country = \"Iowa State\"", "context": "CREATE TABLE table_11734041_1 (years_for_rockets VARCHAR, school_club_team_country VARCHAR)", "question": "How may times did a player that attended Iowa state appear on the all time roster?" }
### QUESTION What height was the player that played for the Rockets between 1992-93? ### CONTEXT CREATE TABLE table_11734041_1 (height_in_ft VARCHAR, years_for_rockets VARCHAR) ### ANSWER SELECT height_in_ft FROM table_11734041_1 WHERE years_for_rockets = "1992-93"</s>
{ "answer": "SELECT height_in_ft FROM table_11734041_1 WHERE years_for_rockets = \"1992-93\"", "context": "CREATE TABLE table_11734041_1 (height_in_ft VARCHAR, years_for_rockets VARCHAR)", "question": "What height was the player that played for the Rockets between 1992-93?" }
### QUESTION How many times did a center that attended Oral Roberts play for the Rockets? ### CONTEXT CREATE TABLE table_11734041_1 (years_for_rockets VARCHAR, position VARCHAR, school_club_team_country VARCHAR) ### ANSWER SELECT COUNT(years_for_rockets) FROM table_11734041_1 WHERE position = "Center" AND school_club_team_country = "Oral Roberts"</s>
{ "answer": "SELECT COUNT(years_for_rockets) FROM table_11734041_1 WHERE position = \"Center\" AND school_club_team_country = \"Oral Roberts\"", "context": "CREATE TABLE table_11734041_1 (years_for_rockets VARCHAR, position VARCHAR, school_club_team_country VARCHAR)", "question": "How many times did a center that attended Oral Roberts play for the Rockets?" }
### QUESTION How many solar eclipse during August 21-22 where June 10-11 on June 11, 1983? ### CONTEXT CREATE TABLE table_25287007_2 (august_21_22 VARCHAR, june_10_11 VARCHAR) ### ANSWER SELECT COUNT(august_21_22) FROM table_25287007_2 WHERE june_10_11 = "June 11, 1983"</s>
{ "answer": "SELECT COUNT(august_21_22) FROM table_25287007_2 WHERE june_10_11 = \"June 11, 1983\"", "context": "CREATE TABLE table_25287007_2 (august_21_22 VARCHAR, june_10_11 VARCHAR)", "question": "How many solar eclipse during August 21-22 where June 10-11 on June 11, 1983?" }
### QUESTION What is the height in ft for the rockets from 1973-78? ### CONTEXT CREATE TABLE table_11734041_16 (height_in_ft VARCHAR, years_for_rockets VARCHAR) ### ANSWER SELECT height_in_ft FROM table_11734041_16 WHERE years_for_rockets = "1973-78"</s>
{ "answer": "SELECT height_in_ft FROM table_11734041_16 WHERE years_for_rockets = \"1973-78\"", "context": "CREATE TABLE table_11734041_16 (height_in_ft VARCHAR, years_for_rockets VARCHAR)", "question": "What is the height in ft for the rockets from 1973-78?" }
### QUESTION What is the Lane of the Athlete from Great Britain with a Reaction time of less than 0.218 and a Time larger than 44.74? ### CONTEXT CREATE TABLE table_name_82 (lane INTEGER, nationality VARCHAR, reaction_time VARCHAR, time VARCHAR) ### ANSWER SELECT SUM(lane) FROM table_name_82 WHERE reaction_time < 0.218 AND time > 44.74 AND nationality = "great britain"</s>
{ "answer": "SELECT SUM(lane) FROM table_name_82 WHERE reaction_time < 0.218 AND time > 44.74 AND nationality = \"great britain\"", "context": "CREATE TABLE table_name_82 (lane INTEGER, nationality VARCHAR, reaction_time VARCHAR, time VARCHAR)", "question": "What is the Lane of the Athlete from Great Britain with a Reaction time of less than 0.218 and a Time larger than 44.74?" }
### QUESTION How many solar eclipse during august 21-22 and January 15-16 is 141? ### CONTEXT CREATE TABLE table_25287007_2 (august_21_22 VARCHAR, january_15_16 VARCHAR) ### ANSWER SELECT august_21_22 FROM table_25287007_2 WHERE january_15_16 = "141"</s>
{ "answer": "SELECT august_21_22 FROM table_25287007_2 WHERE january_15_16 = \"141\"", "context": "CREATE TABLE table_25287007_2 (august_21_22 VARCHAR, january_15_16 VARCHAR)", "question": "How many solar eclipse during august 21-22 and January 15-16 is 141?" }
### QUESTION How much Body Width/mm has a Part Number of tsop40/44, and a Body Length/mm smaller than 18.42? ### CONTEXT CREATE TABLE table_name_66 (body_width_mm INTEGER, part_number VARCHAR, body_length_mm VARCHAR) ### ANSWER SELECT SUM(body_width_mm) FROM table_name_66 WHERE part_number = "tsop40/44" AND body_length_mm < 18.42</s>
{ "answer": "SELECT SUM(body_width_mm) FROM table_name_66 WHERE part_number = \"tsop40/44\" AND body_length_mm < 18.42", "context": "CREATE TABLE table_name_66 (body_width_mm INTEGER, part_number VARCHAR, body_length_mm VARCHAR)", "question": "How much Body Width/mm has a Part Number of tsop40/44, and a Body Length/mm smaller than 18.42?" }
### QUESTION What's the highest Rank for the County of Offaly, the Player of Mark Corrigan, and the Total that is smaller than 8? ### CONTEXT CREATE TABLE table_name_49 (rank INTEGER, total VARCHAR, county VARCHAR, player VARCHAR) ### ANSWER SELECT MAX(rank) FROM table_name_49 WHERE county = "offaly" AND player = "mark corrigan" AND total < 8</s>
{ "answer": "SELECT MAX(rank) FROM table_name_49 WHERE county = \"offaly\" AND player = \"mark corrigan\" AND total < 8", "context": "CREATE TABLE table_name_49 (rank INTEGER, total VARCHAR, county VARCHAR, player VARCHAR)", "question": "What's the highest Rank for the County of Offaly, the Player of Mark Corrigan, and the Total that is smaller than 8?" }
### QUESTION Which attendance has a Channel of espn, and a Date of september 5, 2002? ### CONTEXT CREATE TABLE table_name_57 (attendance VARCHAR, channel VARCHAR, date VARCHAR) ### ANSWER SELECT attendance FROM table_name_57 WHERE channel = "espn" AND date = "september 5, 2002"</s>
{ "answer": "SELECT attendance FROM table_name_57 WHERE channel = \"espn\" AND date = \"september 5, 2002\"", "context": "CREATE TABLE table_name_57 (attendance VARCHAR, channel VARCHAR, date VARCHAR)", "question": "Which attendance has a Channel of espn, and a Date of september 5, 2002?" }
### QUESTION what's the introduced where notes is 9 withdrawn in 1946 after fire ### CONTEXT CREATE TABLE table_1181375_1 (introduced VARCHAR, notes VARCHAR) ### ANSWER SELECT introduced FROM table_1181375_1 WHERE notes = "9 withdrawn in 1946 after fire"</s>
{ "answer": "SELECT introduced FROM table_1181375_1 WHERE notes = \"9 withdrawn in 1946 after fire\"", "context": "CREATE TABLE table_1181375_1 (introduced VARCHAR, notes VARCHAR)", "question": " what's the introduced where notes is 9 withdrawn in 1946 after fire" }
### QUESTION Which Date has a Stadium of giants stadium, and a Week smaller than 13, and an Opponent of seattle seahawks? ### CONTEXT CREATE TABLE table_name_79 (date VARCHAR, opponent VARCHAR, stadium VARCHAR, week VARCHAR) ### ANSWER SELECT date FROM table_name_79 WHERE stadium = "giants stadium" AND week < 13 AND opponent = "seattle seahawks"</s>
{ "answer": "SELECT date FROM table_name_79 WHERE stadium = \"giants stadium\" AND week < 13 AND opponent = \"seattle seahawks\"", "context": "CREATE TABLE table_name_79 (date VARCHAR, opponent VARCHAR, stadium VARCHAR, week VARCHAR)", "question": "Which Date has a Stadium of giants stadium, and a Week smaller than 13, and an Opponent of seattle seahawks?" }
### QUESTION What was the number of music directors where the suresh wadkar co singer of bhayanak? ### CONTEXT CREATE TABLE table_11827596_4 (music_director VARCHAR, co_singer VARCHAR, film_name VARCHAR) ### ANSWER SELECT COUNT(music_director) FROM table_11827596_4 WHERE co_singer = "Suresh Wadkar" AND film_name = "Bhayanak"</s>
{ "answer": "SELECT COUNT(music_director) FROM table_11827596_4 WHERE co_singer = \"Suresh Wadkar\" AND film_name = \"Bhayanak\"", "context": "CREATE TABLE table_11827596_4 (music_director VARCHAR, co_singer VARCHAR, film_name VARCHAR)", "question": "What was the number of music directors where the suresh wadkar co singer of bhayanak?" }
### QUESTION What is the total number of white (Hispanic/Non-Hispanic) having a black (Hispanic/Non-Hispanic) of 9.9 and Hispanic under 99.5? ### CONTEXT CREATE TABLE table_name_77 (white__both_hispanic_and_non_hispanic_ VARCHAR, black__both_hispanic_and_non_hispanic_ VARCHAR, hispanic__of_any_race_ VARCHAR) ### ANSWER SELECT COUNT(white__both_hispanic_and_non_hispanic_) FROM table_name_77 WHERE black__both_hispanic_and_non_hispanic_ = 9.9 AND hispanic__of_any_race_ < 99.5</s>
{ "answer": "SELECT COUNT(white__both_hispanic_and_non_hispanic_) FROM table_name_77 WHERE black__both_hispanic_and_non_hispanic_ = 9.9 AND hispanic__of_any_race_ < 99.5", "context": "CREATE TABLE table_name_77 (white__both_hispanic_and_non_hispanic_ VARCHAR, black__both_hispanic_and_non_hispanic_ VARCHAR, hispanic__of_any_race_ VARCHAR)", "question": "What is the total number of white (Hispanic/Non-Hispanic) having a black (Hispanic/Non-Hispanic) of 9.9 and Hispanic under 99.5?" }
### QUESTION What is the average black value (Hispanic/Non-Hispanic) having a white (Hispanic/Non-Hispanic) under 61.9, Multiracial (Hispanic/Non-Hispanic) under 12.5 and Hispanic under 99.4? ### CONTEXT CREATE TABLE table_name_99 (black__both_hispanic_and_non_hispanic_ INTEGER, hispanic__of_any_race_ VARCHAR, white__both_hispanic_and_non_hispanic_ VARCHAR, multiracial__both_hispanic_and_non_hispanic_ VARCHAR) ### ANSWER SELECT AVG(black__both_hispanic_and_non_hispanic_) FROM table_name_99 WHERE white__both_hispanic_and_non_hispanic_ < 61.9 AND multiracial__both_hispanic_and_non_hispanic_ < 12.5 AND hispanic__of_any_race_ < 99.4</s>
{ "answer": "SELECT AVG(black__both_hispanic_and_non_hispanic_) FROM table_name_99 WHERE white__both_hispanic_and_non_hispanic_ < 61.9 AND multiracial__both_hispanic_and_non_hispanic_ < 12.5 AND hispanic__of_any_race_ < 99.4", "context": "CREATE TABLE table_name_99 (black__both_hispanic_and_non_hispanic_ INTEGER, hispanic__of_any_race_ VARCHAR, white__both_hispanic_and_non_hispanic_ VARCHAR, multiracial__both_hispanic_and_non_hispanic_ VARCHAR)", "question": "What is the average black value (Hispanic/Non-Hispanic) having a white (Hispanic/Non-Hispanic) under 61.9, Multiracial (Hispanic/Non-Hispanic) under 12.5 and Hispanic under 99.4?" }
### QUESTION What is the highest Amerindian (Hispanic/Non-Hispanic) value having a Black (Hispanic/Non-Hispanic) of 15.7 and White (Hispanic/Non-Hispanic) over 69.5? ### CONTEXT CREATE TABLE table_name_67 (amerindian__both_hispanic_and_non_hispanic_ INTEGER, black__both_hispanic_and_non_hispanic_ VARCHAR, white__both_hispanic_and_non_hispanic_ VARCHAR) ### ANSWER SELECT MAX(amerindian__both_hispanic_and_non_hispanic_) FROM table_name_67 WHERE black__both_hispanic_and_non_hispanic_ = 15.7 AND white__both_hispanic_and_non_hispanic_ > 69.5</s>
{ "answer": "SELECT MAX(amerindian__both_hispanic_and_non_hispanic_) FROM table_name_67 WHERE black__both_hispanic_and_non_hispanic_ = 15.7 AND white__both_hispanic_and_non_hispanic_ > 69.5", "context": "CREATE TABLE table_name_67 (amerindian__both_hispanic_and_non_hispanic_ INTEGER, black__both_hispanic_and_non_hispanic_ VARCHAR, white__both_hispanic_and_non_hispanic_ VARCHAR)", "question": "What is the highest Amerindian (Hispanic/Non-Hispanic) value having a Black (Hispanic/Non-Hispanic) of 15.7 and White (Hispanic/Non-Hispanic) over 69.5?" }
### QUESTION What is the Black (Hispanic/Non-Hispanic) value having a white (Hispanic/Non-Hispanic) under 80.6, Asian (Hispanic/Non-Hispanic) of 0.1, Amerindian (Hispanic/Non-Hispanic) under 0.6000000000000001, and municipality of Vega Baja? ### CONTEXT CREATE TABLE table_name_63 (black__both_hispanic_and_non_hispanic_ VARCHAR, municipality__2010_ VARCHAR, amerindian__both_hispanic_and_non_hispanic_ VARCHAR, white__both_hispanic_and_non_hispanic_ VARCHAR, n_asia__both_hispanic_and_non_hispanic_ VARCHAR) ### ANSWER SELECT black__both_hispanic_and_non_hispanic_ FROM table_name_63 WHERE white__both_hispanic_and_non_hispanic_ < 80.6 AND n_asia__both_hispanic_and_non_hispanic_ = 0.1 AND amerindian__both_hispanic_and_non_hispanic_ < 0.6000000000000001 AND municipality__2010_ = "vega baja"</s>
{ "answer": "SELECT black__both_hispanic_and_non_hispanic_ FROM table_name_63 WHERE white__both_hispanic_and_non_hispanic_ < 80.6 AND n_asia__both_hispanic_and_non_hispanic_ = 0.1 AND amerindian__both_hispanic_and_non_hispanic_ < 0.6000000000000001 AND municipality__2010_ = \"vega baja\"", "context": "CREATE TABLE table_name_63 (black__both_hispanic_and_non_hispanic_ VARCHAR, municipality__2010_ VARCHAR, amerindian__both_hispanic_and_non_hispanic_ VARCHAR, white__both_hispanic_and_non_hispanic_ VARCHAR, n_asia__both_hispanic_and_non_hispanic_ VARCHAR)", "question": "What is the Black (Hispanic/Non-Hispanic) value having a white (Hispanic/Non-Hispanic) under 80.6, Asian (Hispanic/Non-Hispanic) of 0.1, Amerindian (Hispanic/Non-Hispanic) under 0.6000000000000001, and municipality of Vega Baja?" }
### QUESTION What is the desired rate when the rate limit (p) is 50.33? ### CONTEXT CREATE TABLE table_25316812_1 (desired_rate__p_ VARCHAR, rate_limit__p_ VARCHAR) ### ANSWER SELECT desired_rate__p_ FROM table_25316812_1 WHERE rate_limit__p_ = "50.33"</s>
{ "answer": "SELECT desired_rate__p_ FROM table_25316812_1 WHERE rate_limit__p_ = \"50.33\"", "context": "CREATE TABLE table_25316812_1 (desired_rate__p_ VARCHAR, rate_limit__p_ VARCHAR)", "question": "What is the desired rate when the rate limit (p) is 50.33?" }
### QUESTION Where did Test Mission: War Heads and Missile Payload launch when there was a partial failure? ### CONTEXT CREATE TABLE table_11869952_3 (launch_site VARCHAR, mission VARCHAR, results VARCHAR) ### ANSWER SELECT launch_site FROM table_11869952_3 WHERE mission = "Test mission: war heads and Missile payload" AND results = "Partial Failure"</s>
{ "answer": "SELECT launch_site FROM table_11869952_3 WHERE mission = \"Test mission: war heads and Missile payload\" AND results = \"Partial Failure\"", "context": "CREATE TABLE table_11869952_3 (launch_site VARCHAR, mission VARCHAR, results VARCHAR)", "question": "Where did Test Mission: War Heads and Missile Payload launch when there was a partial failure?" }
### QUESTION What is the enrollment at the school of Hamilton community? ### CONTEXT CREATE TABLE table_name_3 (enrollment INTEGER, school VARCHAR) ### ANSWER SELECT AVG(enrollment) FROM table_name_3 WHERE school = "hamilton community"</s>
{ "answer": "SELECT AVG(enrollment) FROM table_name_3 WHERE school = \"hamilton community\"", "context": "CREATE TABLE table_name_3 (enrollment INTEGER, school VARCHAR)", "question": "What is the enrollment at the school of Hamilton community?" }