text
stringlengths
150
1.06k
source
dict
### QUESTION What denominations are the stamps with themes opera, léopold simoneau and pierrette alarie? ### CONTEXT CREATE TABLE table_11900773_4 (denomination VARCHAR, theme VARCHAR) ### ANSWER SELECT denomination FROM table_11900773_4 WHERE theme = "Opera, Léopold Simoneau and Pierrette Alarie"</s>
{ "answer": "SELECT denomination FROM table_11900773_4 WHERE theme = \"Opera, Léopold Simoneau and Pierrette Alarie\"", "context": "CREATE TABLE table_11900773_4 (denomination VARCHAR, theme VARCHAR)", "question": "What denominations are the stamps with themes opera, léopold simoneau and pierrette alarie?" }
### QUESTION What nation scored 7 in shooting in 1920? ### CONTEXT CREATE TABLE table_name_39 (nation VARCHAR, years VARCHAR, sport VARCHAR, total VARCHAR) ### ANSWER SELECT nation FROM table_name_39 WHERE sport = "shooting" AND total = 7 AND years = "1920"</s>
{ "answer": "SELECT nation FROM table_name_39 WHERE sport = \"shooting\" AND total = 7 AND years = \"1920\"", "context": "CREATE TABLE table_name_39 (nation VARCHAR, years VARCHAR, sport VARCHAR, total VARCHAR)", "question": "What nation scored 7 in shooting in 1920?" }
### QUESTION How many stamps were designed for the theme of XII Summit de la Francophonie? ### CONTEXT CREATE TABLE table_11900773_6 (design VARCHAR, theme VARCHAR) ### ANSWER SELECT COUNT(design) FROM table_11900773_6 WHERE theme = "XII Summit de la Francophonie"</s>
{ "answer": "SELECT COUNT(design) FROM table_11900773_6 WHERE theme = \"XII Summit de la Francophonie\"", "context": "CREATE TABLE table_11900773_6 (design VARCHAR, theme VARCHAR)", "question": "How many stamps were designed for the theme of XII Summit de la Francophonie?" }
### QUESTION Where is the first day cover cancellation for the 3 April 2008 IIHF World Championships, Quebec City stamp? ### CONTEXT CREATE TABLE table_11900773_6 (first_day_cover_cancellation VARCHAR, date_of_issue VARCHAR, theme VARCHAR) ### ANSWER SELECT first_day_cover_cancellation FROM table_11900773_6 WHERE date_of_issue = "3 April 2008" AND theme = "IIHF World Championships, Quebec City"</s>
{ "answer": "SELECT first_day_cover_cancellation FROM table_11900773_6 WHERE date_of_issue = \"3 April 2008\" AND theme = \"IIHF World Championships, Quebec City\"", "context": "CREATE TABLE table_11900773_6 (first_day_cover_cancellation VARCHAR, date_of_issue VARCHAR, theme VARCHAR)", "question": "Where is the first day cover cancellation for the 3 April 2008 IIHF World Championships, Quebec City stamp?" }
### QUESTION Is the Washington Corrections Center for Women (WCCW) a major facility? ### CONTEXT CREATE TABLE table_25346763_1 (Major VARCHAR, facility VARCHAR) ### ANSWER SELECT Major AS facility FROM table_25346763_1 WHERE facility = "Washington Corrections Center for Women (WCCW)"</s>
{ "answer": "SELECT Major AS facility FROM table_25346763_1 WHERE facility = \"Washington Corrections Center for Women (WCCW)\"", "context": "CREATE TABLE table_25346763_1 (Major VARCHAR, facility VARCHAR)", "question": "Is the Washington Corrections Center for Women (WCCW) a major facility?" }
### QUESTION What is the rank of finale 37? ### CONTEXT CREATE TABLE table_11926114_1 (rank VARCHAR, finale VARCHAR) ### ANSWER SELECT rank FROM table_11926114_1 WHERE finale = 37</s>
{ "answer": "SELECT rank FROM table_11926114_1 WHERE finale = 37", "context": "CREATE TABLE table_11926114_1 (rank VARCHAR, finale VARCHAR)", "question": "What is the rank of finale 37?" }
### QUESTION what's the electorate where election date is 16 cannot handle non-empty timestamp argument! ### CONTEXT CREATE TABLE table_1193568_1 (electorate VARCHAR, election_date VARCHAR) ### ANSWER SELECT electorate FROM table_1193568_1 WHERE election_date = "16 Cannot handle non-empty timestamp argument!"</s>
{ "answer": "SELECT electorate FROM table_1193568_1 WHERE election_date = \"16 Cannot handle non-empty timestamp argument!\"", "context": "CREATE TABLE table_1193568_1 (electorate VARCHAR, election_date VARCHAR)", "question": " what's the electorate where election date is 16 cannot handle non-empty timestamp argument!" }
### QUESTION Who was the away team when Brighton & Hove Albion was home? ### CONTEXT CREATE TABLE table_name_95 (away_team VARCHAR, home_team VARCHAR) ### ANSWER SELECT away_team FROM table_name_95 WHERE home_team = "brighton & hove albion"</s>
{ "answer": "SELECT away_team FROM table_name_95 WHERE home_team = \"brighton & hove albion\"", "context": "CREATE TABLE table_name_95 (away_team VARCHAR, home_team VARCHAR)", "question": "Who was the away team when Brighton & Hove Albion was home?" }
### QUESTION How many values for points have Sophia Witherspoon as the player? ### CONTEXT CREATE TABLE table_25352324_5 (points VARCHAR, player VARCHAR) ### ANSWER SELECT COUNT(points) FROM table_25352324_5 WHERE player = "Sophia Witherspoon"</s>
{ "answer": "SELECT COUNT(points) FROM table_25352324_5 WHERE player = \"Sophia Witherspoon\"", "context": "CREATE TABLE table_25352324_5 (points VARCHAR, player VARCHAR)", "question": "How many values for points have Sophia Witherspoon as the player?" }
### QUESTION Name the number of teams for 11th position september 10 ### CONTEXT CREATE TABLE table_25361570_2 (team VARCHAR, position_in_table VARCHAR, date_of_appointment VARCHAR) ### ANSWER SELECT COUNT(team) FROM table_25361570_2 WHERE position_in_table = "11th" AND date_of_appointment = "September 10"</s>
{ "answer": "SELECT COUNT(team) FROM table_25361570_2 WHERE position_in_table = \"11th\" AND date_of_appointment = \"September 10\"", "context": "CREATE TABLE table_25361570_2 (team VARCHAR, position_in_table VARCHAR, date_of_appointment VARCHAR)", "question": "Name the number of teams for 11th position september 10" }
### QUESTION Name the height for demetrius jemison ### CONTEXT CREATE TABLE table_25360865_1 (height VARCHAR, name VARCHAR) ### ANSWER SELECT height FROM table_25360865_1 WHERE name = "Demetrius Jemison"</s>
{ "answer": "SELECT height FROM table_25360865_1 WHERE name = \"Demetrius Jemison\"", "context": "CREATE TABLE table_25360865_1 (height VARCHAR, name VARCHAR)", "question": "Name the height for demetrius jemison" }
### QUESTION What was the recorded flaps of HBR Motorsport team? ### CONTEXT CREATE TABLE table_25369796_1 (f_laps VARCHAR, team VARCHAR) ### ANSWER SELECT f_laps FROM table_25369796_1 WHERE team = "HBR Motorsport"</s>
{ "answer": "SELECT f_laps FROM table_25369796_1 WHERE team = \"HBR Motorsport\"", "context": "CREATE TABLE table_25369796_1 (f_laps VARCHAR, team VARCHAR)", "question": "What was the recorded flaps of HBR Motorsport team?" }
### QUESTION Who were the runners-up in the tournament on May 26, 1996? ### CONTEXT CREATE TABLE table_name_93 (runner_s__up VARCHAR, date VARCHAR) ### ANSWER SELECT runner_s__up FROM table_name_93 WHERE date = "may 26, 1996"</s>
{ "answer": "SELECT runner_s__up FROM table_name_93 WHERE date = \"may 26, 1996\"", "context": "CREATE TABLE table_name_93 (runner_s__up VARCHAR, date VARCHAR)", "question": "Who were the runners-up in the tournament on May 26, 1996?" }
### QUESTION what's the success where date of completion is september 28, 2007 ### CONTEXT CREATE TABLE table_12078626_1 (success VARCHAR, date_of_completion VARCHAR) ### ANSWER SELECT success FROM table_12078626_1 WHERE date_of_completion = "September 28, 2007"</s>
{ "answer": "SELECT success FROM table_12078626_1 WHERE date_of_completion = \"September 28, 2007\"", "context": "CREATE TABLE table_12078626_1 (success VARCHAR, date_of_completion VARCHAR)", "question": " what's the success where date of completion is september 28, 2007" }
### QUESTION what's the date of completion where deadline for completion is september 30, 2007 ### CONTEXT CREATE TABLE table_12078626_1 (date_of_completion VARCHAR, deadline_for_completion VARCHAR) ### ANSWER SELECT date_of_completion FROM table_12078626_1 WHERE deadline_for_completion = "September 30, 2007"</s>
{ "answer": "SELECT date_of_completion FROM table_12078626_1 WHERE deadline_for_completion = \"September 30, 2007\"", "context": "CREATE TABLE table_12078626_1 (date_of_completion VARCHAR, deadline_for_completion VARCHAR)", "question": " what's the date of completion where deadline for completion is september 30, 2007" }
### QUESTION What is the torque when engine code is N46B20 and power is ps (kw; hp)@6400? ### CONTEXT CREATE TABLE table_name_97 (torque VARCHAR, engine_code VARCHAR, power VARCHAR) ### ANSWER SELECT torque FROM table_name_97 WHERE engine_code = "n46b20" AND power = "ps (kw; hp)@6400"</s>
{ "answer": "SELECT torque FROM table_name_97 WHERE engine_code = \"n46b20\" AND power = \"ps (kw; hp)@6400\"", "context": "CREATE TABLE table_name_97 (torque VARCHAR, engine_code VARCHAR, power VARCHAR)", "question": "What is the torque when engine code is N46B20 and power is ps (kw; hp)@6400?" }
### QUESTION how many types of organization were founded in san diego state university? ### CONTEXT CREATE TABLE table_2538117_2 (type VARCHAR, founding_university VARCHAR) ### ANSWER SELECT COUNT(type) FROM table_2538117_2 WHERE founding_university = "San Diego State University"</s>
{ "answer": "SELECT COUNT(type) FROM table_2538117_2 WHERE founding_university = \"San Diego State University\"", "context": "CREATE TABLE table_2538117_2 (type VARCHAR, founding_university VARCHAR)", "question": "how many types of organization were founded in san diego state university? " }
### QUESTION What is the Romanji Title of a show on TBS with less than 11 episodes? ### CONTEXT CREATE TABLE table_name_43 (romaji_title VARCHAR, tv_station VARCHAR, episodes VARCHAR) ### ANSWER SELECT romaji_title FROM table_name_43 WHERE tv_station = "tbs" AND episodes < 11</s>
{ "answer": "SELECT romaji_title FROM table_name_43 WHERE tv_station = \"tbs\" AND episodes < 11", "context": "CREATE TABLE table_name_43 (romaji_title VARCHAR, tv_station VARCHAR, episodes VARCHAR)", "question": "What is the Romanji Title of a show on TBS with less than 11 episodes?" }
### QUESTION What is the lowest First Elected, when Party is "Republican", and when District is "Minnesota 1"? ### CONTEXT CREATE TABLE table_name_19 (first_elected INTEGER, party VARCHAR, district VARCHAR) ### ANSWER SELECT MIN(first_elected) FROM table_name_19 WHERE party = "republican" AND district = "minnesota 1"</s>
{ "answer": "SELECT MIN(first_elected) FROM table_name_19 WHERE party = \"republican\" AND district = \"minnesota 1\"", "context": "CREATE TABLE table_name_19 (first_elected INTEGER, party VARCHAR, district VARCHAR)", "question": "What is the lowest First Elected, when Party is \"Republican\", and when District is \"Minnesota 1\"?" }
### QUESTION What was the women's singles were men's doubles were steen fladberg jens peter nierhoff? ### CONTEXT CREATE TABLE table_12186309_1 (womens_singles VARCHAR, mens_doubles VARCHAR) ### ANSWER SELECT womens_singles FROM table_12186309_1 WHERE mens_doubles = "Steen Fladberg Jens Peter Nierhoff"</s>
{ "answer": "SELECT womens_singles FROM table_12186309_1 WHERE mens_doubles = \"Steen Fladberg Jens Peter Nierhoff\"", "context": "CREATE TABLE table_12186309_1 (womens_singles VARCHAR, mens_doubles VARCHAR)", "question": "What was the women's singles were men's doubles were steen fladberg jens peter nierhoff?" }
### QUESTION If the founding university is in Charlotte, NC, what is the nickname? ### CONTEXT CREATE TABLE table_2538117_7 (nickname VARCHAR, founding_university VARCHAR) ### ANSWER SELECT nickname FROM table_2538117_7 WHERE founding_university = "Charlotte, NC"</s>
{ "answer": "SELECT nickname FROM table_2538117_7 WHERE founding_university = \"Charlotte, NC\"", "context": "CREATE TABLE table_2538117_7 (nickname VARCHAR, founding_university VARCHAR)", "question": "If the founding university is in Charlotte, NC, what is the nickname?" }
### QUESTION In womens doubles and mens singles, what years did Arvind Bhat or Valiyaveetil Diju Jwala Gutta win? ### CONTEXT CREATE TABLE table_12194021_1 (womens_doubles VARCHAR, mens_singles VARCHAR, mixed_doubles VARCHAR) ### ANSWER SELECT womens_doubles FROM table_12194021_1 WHERE mens_singles = "Arvind Bhat" AND mixed_doubles = "Valiyaveetil Diju Jwala Gutta"</s>
{ "answer": "SELECT womens_doubles FROM table_12194021_1 WHERE mens_singles = \"Arvind Bhat\" AND mixed_doubles = \"Valiyaveetil Diju Jwala Gutta\"", "context": "CREATE TABLE table_12194021_1 (womens_doubles VARCHAR, mens_singles VARCHAR, mixed_doubles VARCHAR)", "question": "In womens doubles and mens singles, what years did Arvind Bhat or Valiyaveetil Diju Jwala Gutta win?" }
### QUESTION Which Laps have a Bike of kawasaki zx-6r, and a Time of +26.891? ### CONTEXT CREATE TABLE table_name_14 (laps INTEGER, bike VARCHAR, time VARCHAR) ### ANSWER SELECT MIN(laps) FROM table_name_14 WHERE bike = "kawasaki zx-6r" AND time = "+26.891"</s>
{ "answer": "SELECT MIN(laps) FROM table_name_14 WHERE bike = \"kawasaki zx-6r\" AND time = \"+26.891\"", "context": "CREATE TABLE table_name_14 (laps INTEGER, bike VARCHAR, time VARCHAR)", "question": "Which Laps have a Bike of kawasaki zx-6r, and a Time of +26.891?" }
### QUESTION What date premiered (2009) has kareena kapoor as the contestant name? ### CONTEXT CREATE TABLE table_name_40 (date_premiered__2009_ VARCHAR, contestant_name VARCHAR) ### ANSWER SELECT date_premiered__2009_ FROM table_name_40 WHERE contestant_name = "kareena kapoor"</s>
{ "answer": "SELECT date_premiered__2009_ FROM table_name_40 WHERE contestant_name = \"kareena kapoor\"", "context": "CREATE TABLE table_name_40 (date_premiered__2009_ VARCHAR, contestant_name VARCHAR)", "question": "What date premiered (2009) has kareena kapoor as the contestant name?" }
### QUESTION What is the FY2008 $mil value associated with a FY2007 $mil value of exactly $120? ### CONTEXT CREATE TABLE table_25438110_5 (fy08_$millions VARCHAR, fy07_$millions VARCHAR) ### ANSWER SELECT fy08_$millions FROM table_25438110_5 WHERE fy07_$millions = "$120"</s>
{ "answer": "SELECT fy08_$millions FROM table_25438110_5 WHERE fy07_$millions = \"$120\"", "context": "CREATE TABLE table_25438110_5 (fy08_$millions VARCHAR, fy07_$millions VARCHAR)", "question": "What is the FY2008 $mil value associated with a FY2007 $mil value of exactly $120?" }
### QUESTION What is the highest River Mile that has a pool length of 42.2 miles or a lock/lift drop of 21 feet? ### CONTEXT CREATE TABLE table_name_71 (river_mile INTEGER, pool_length__miles_ VARCHAR, lock_lift_drop__in_feet_ VARCHAR) ### ANSWER SELECT MAX(river_mile) FROM table_name_71 WHERE pool_length__miles_ = "42.2" AND lock_lift_drop__in_feet_ = "21"</s>
{ "answer": "SELECT MAX(river_mile) FROM table_name_71 WHERE pool_length__miles_ = \"42.2\" AND lock_lift_drop__in_feet_ = \"21\"", "context": "CREATE TABLE table_name_71 (river_mile INTEGER, pool_length__miles_ VARCHAR, lock_lift_drop__in_feet_ VARCHAR)", "question": "What is the highest River Mile that has a pool length of 42.2 miles or a lock/lift drop of 21 feet?" }
### QUESTION How many rounds did João Victor Horto achieved the fastest lap? ### CONTEXT CREATE TABLE table_25459168_2 (round VARCHAR, fastest_lap VARCHAR) ### ANSWER SELECT COUNT(round) FROM table_25459168_2 WHERE fastest_lap = "João Victor Horto"</s>
{ "answer": "SELECT COUNT(round) FROM table_25459168_2 WHERE fastest_lap = \"João Victor Horto\"", "context": "CREATE TABLE table_25459168_2 (round VARCHAR, fastest_lap VARCHAR)", "question": "How many rounds did João Victor Horto achieved the fastest lap?" }
### QUESTION What is the location of the river mile that is larger than 938.9, and Olmsted Locks and Dam? ### CONTEXT CREATE TABLE table_name_8 (location_ VARCHAR, l_ VARCHAR, river_mile VARCHAR, locks_ VARCHAR, _dam VARCHAR) ### ANSWER SELECT location_[l_] FROM table_name_8 WHERE river_mile > 938.9 AND locks_ & _dam = "olmsted locks and dam"</s>
{ "answer": "SELECT location_[l_] FROM table_name_8 WHERE river_mile > 938.9 AND locks_ & _dam = \"olmsted locks and dam\"", "context": "CREATE TABLE table_name_8 (location_ VARCHAR, l_ VARCHAR, river_mile VARCHAR, locks_ VARCHAR, _dam VARCHAR)", "question": "What is the location of the river mile that is larger than 938.9, and Olmsted Locks and Dam?" }
### QUESTION What are the notes for South Africa? ### CONTEXT CREATE TABLE table_name_8 (notes VARCHAR, country VARCHAR) ### ANSWER SELECT notes FROM table_name_8 WHERE country = "south africa"</s>
{ "answer": "SELECT notes FROM table_name_8 WHERE country = \"south africa\"", "context": "CREATE TABLE table_name_8 (notes VARCHAR, country VARCHAR)", "question": "What are the notes for South Africa?" }
### QUESTION What is the total rank and fc notes from South Africa? ### CONTEXT CREATE TABLE table_name_24 (rank VARCHAR, notes VARCHAR, country VARCHAR) ### ANSWER SELECT COUNT(rank) FROM table_name_24 WHERE notes = "fc" AND country = "south africa"</s>
{ "answer": "SELECT COUNT(rank) FROM table_name_24 WHERE notes = \"fc\" AND country = \"south africa\"", "context": "CREATE TABLE table_name_24 (rank VARCHAR, notes VARCHAR, country VARCHAR)", "question": "What is the total rank and fc notes from South Africa?" }
### QUESTION When was the institution of Kansas city Kansas community college founded? ### CONTEXT CREATE TABLE table_12434380_1 (founded VARCHAR, institution VARCHAR) ### ANSWER SELECT COUNT(founded) FROM table_12434380_1 WHERE institution = "Kansas City Kansas Community College"</s>
{ "answer": "SELECT COUNT(founded) FROM table_12434380_1 WHERE institution = \"Kansas City Kansas Community College\"", "context": "CREATE TABLE table_12434380_1 (founded VARCHAR, institution VARCHAR)", "question": "When was the institution of Kansas city Kansas community college founded?" }
### QUESTION What is the mascot for the school founded in 1923 with the school colors of blue, red & white? ### CONTEXT CREATE TABLE table_12434380_1 (mascot VARCHAR, founded VARCHAR, school_colors VARCHAR) ### ANSWER SELECT mascot FROM table_12434380_1 WHERE founded = 1923 AND school_colors = "Blue, Red & White"</s>
{ "answer": "SELECT mascot FROM table_12434380_1 WHERE founded = 1923 AND school_colors = \"Blue, Red & White\"", "context": "CREATE TABLE table_12434380_1 (mascot VARCHAR, founded VARCHAR, school_colors VARCHAR)", "question": "What is the mascot for the school founded in 1923 with the school colors of blue, red & white?" }
### QUESTION What is the license that is described as a tool for designing and executing workflows? ### CONTEXT CREATE TABLE table_25474825_1 (license VARCHAR, description VARCHAR) ### ANSWER SELECT license FROM table_25474825_1 WHERE description = "Tool for designing and executing workflows"</s>
{ "answer": "SELECT license FROM table_25474825_1 WHERE description = \"Tool for designing and executing workflows\"", "context": "CREATE TABLE table_25474825_1 (license VARCHAR, description VARCHAR)", "question": "What is the license that is described as a tool for designing and executing workflows?" }
### QUESTION What is the fixed charge for the user with a unit/time range of i-2: peak (18:30-22:30)? ### CONTEXT CREATE TABLE table_25479607_3 (fixed_charge___rs__kwh_ VARCHAR, unit__kwh__time_range VARCHAR) ### ANSWER SELECT fixed_charge___rs__kwh_ FROM table_25479607_3 WHERE unit__kwh__time_range = "I-2: Peak (18:30-22:30)"</s>
{ "answer": "SELECT fixed_charge___rs__kwh_ FROM table_25479607_3 WHERE unit__kwh__time_range = \"I-2: Peak (18:30-22:30)\"", "context": "CREATE TABLE table_25479607_3 (fixed_charge___rs__kwh_ VARCHAR, unit__kwh__time_range VARCHAR)", "question": "What is the fixed charge for the user with a unit/time range of i-2: peak (18:30-22:30)?" }
### QUESTION How many points does mia martini have? ### CONTEXT CREATE TABLE table_name_1 (points VARCHAR, artist VARCHAR) ### ANSWER SELECT COUNT(points) FROM table_name_1 WHERE artist = "mia martini"</s>
{ "answer": "SELECT COUNT(points) FROM table_name_1 WHERE artist = \"mia martini\"", "context": "CREATE TABLE table_name_1 (points VARCHAR, artist VARCHAR)", "question": "How many points does mia martini have?" }
### QUESTION Which Artist has an English translation of all this is music? ### CONTEXT CREATE TABLE table_name_92 (artist VARCHAR, english_translation VARCHAR) ### ANSWER SELECT artist FROM table_name_92 WHERE english_translation = "all this is music"</s>
{ "answer": "SELECT artist FROM table_name_92 WHERE english_translation = \"all this is music\"", "context": "CREATE TABLE table_name_92 (artist VARCHAR, english_translation VARCHAR)", "question": "Which Artist has an English translation of all this is music?" }
### QUESTION How did the match end when she played with caroline wozniacki? ### CONTEXT CREATE TABLE table_25505246_8 (outcome VARCHAR, partner VARCHAR) ### ANSWER SELECT outcome FROM table_25505246_8 WHERE partner = "Caroline Wozniacki"</s>
{ "answer": "SELECT outcome FROM table_25505246_8 WHERE partner = \"Caroline Wozniacki\"", "context": "CREATE TABLE table_25505246_8 (outcome VARCHAR, partner VARCHAR)", "question": "How did the match end when she played with caroline wozniacki?" }
### QUESTION How many places featured the DXCL Callsign? ### CONTEXT CREATE TABLE table_12547903_3 (location VARCHAR, callsign VARCHAR) ### ANSWER SELECT COUNT(location) FROM table_12547903_3 WHERE callsign = "DXCL"</s>
{ "answer": "SELECT COUNT(location) FROM table_12547903_3 WHERE callsign = \"DXCL\"", "context": "CREATE TABLE table_12547903_3 (location VARCHAR, callsign VARCHAR)", "question": "How many places featured the DXCL Callsign?" }
### QUESTION Name the population of maryborough when population of woocoo is 2700 ### CONTEXT CREATE TABLE table_12576536_1 (population__maryborough_ VARCHAR, population__woocoo_ VARCHAR) ### ANSWER SELECT population__maryborough_ FROM table_12576536_1 WHERE population__woocoo_ = 2700</s>
{ "answer": "SELECT population__maryborough_ FROM table_12576536_1 WHERE population__woocoo_ = 2700", "context": "CREATE TABLE table_12576536_1 (population__maryborough_ VARCHAR, population__woocoo_ VARCHAR)", "question": "Name the population of maryborough when population of woocoo is 2700" }
### QUESTION What is the average number of gold medals Switzerland received when they ranked larger than 1st and received fewer than 10 bronze medals and more than 1 silver medal? ### CONTEXT CREATE TABLE table_name_90 (gold INTEGER, silver VARCHAR, nation VARCHAR, total VARCHAR, bronze VARCHAR) ### ANSWER SELECT AVG(gold) FROM table_name_90 WHERE total > 1 AND bronze < 10 AND nation = "switzerland" AND silver > 1</s>
{ "answer": "SELECT AVG(gold) FROM table_name_90 WHERE total > 1 AND bronze < 10 AND nation = \"switzerland\" AND silver > 1", "context": "CREATE TABLE table_name_90 (gold INTEGER, silver VARCHAR, nation VARCHAR, total VARCHAR, bronze VARCHAR)", "question": "What is the average number of gold medals Switzerland received when they ranked larger than 1st and received fewer than 10 bronze medals and more than 1 silver medal?" }
### QUESTION What is the 2007 estimate for tulsa-bartlesville, ok csa? ### CONTEXT CREATE TABLE table_12720275_1 (combined_statistical_area__or_metropolitan_statistical_area_if_noted_ VARCHAR) ### ANSWER SELECT 2007 AS _estimate FROM table_12720275_1 WHERE combined_statistical_area__or_metropolitan_statistical_area_if_noted_ = "Tulsa-Bartlesville, OK CSA"</s>
{ "answer": "SELECT 2007 AS _estimate FROM table_12720275_1 WHERE combined_statistical_area__or_metropolitan_statistical_area_if_noted_ = \"Tulsa-Bartlesville, OK CSA\"", "context": "CREATE TABLE table_12720275_1 (combined_statistical_area__or_metropolitan_statistical_area_if_noted_ VARCHAR)", "question": "What is the 2007 estimate for tulsa-bartlesville, ok csa?" }
### QUESTION How many times was the rank (csa) was (msa 348)? ### CONTEXT CREATE TABLE table_12720275_1 (rank__csa_ VARCHAR) ### ANSWER SELECT COUNT(*) FROM table_12720275_1 WHERE rank__csa_ = "(MSA 348)"</s>
{ "answer": "SELECT COUNT(*) FROM table_12720275_1 WHERE rank__csa_ = \"(MSA 348)\"", "context": "CREATE TABLE table_12720275_1 (rank__csa_ VARCHAR)", "question": "How many times was the rank (csa) was (msa 348)?" }
### QUESTION Who made the challenge in the Australian Grand Prix? ### CONTEXT CREATE TABLE table_25531112_2 (challenge VARCHAR, event VARCHAR) ### ANSWER SELECT challenge FROM table_25531112_2 WHERE event = "Australian Grand Prix"</s>
{ "answer": "SELECT challenge FROM table_25531112_2 WHERE event = \"Australian Grand Prix\"", "context": "CREATE TABLE table_25531112_2 (challenge VARCHAR, event VARCHAR)", "question": "Who made the challenge in the Australian Grand Prix?" }
### QUESTION Who is the shirt sponsor of the team with an average squad age of 25.46? ### CONTEXT CREATE TABLE table_25527255_2 (shirt_sponsor VARCHAR, average_squad_age VARCHAR) ### ANSWER SELECT shirt_sponsor FROM table_25527255_2 WHERE average_squad_age = "25.46"</s>
{ "answer": "SELECT shirt_sponsor FROM table_25527255_2 WHERE average_squad_age = \"25.46\"", "context": "CREATE TABLE table_25527255_2 (shirt_sponsor VARCHAR, average_squad_age VARCHAR)", "question": "Who is the shirt sponsor of the team with an average squad age of 25.46?" }
### QUESTION What is the verbal noun connected to the participle e-duki? ### CONTEXT CREATE TABLE table_12784134_1 (verbal_noun VARCHAR, participle VARCHAR) ### ANSWER SELECT verbal_noun FROM table_12784134_1 WHERE participle = "e-duki"</s>
{ "answer": "SELECT verbal_noun FROM table_12784134_1 WHERE participle = \"e-duki\"", "context": "CREATE TABLE table_12784134_1 (verbal_noun VARCHAR, participle VARCHAR)", "question": "What is the verbal noun connected to the participle e-duki?" }
### QUESTION What is the total fat with a smoke point of °c () and 37g of polyunsaturated fat? ### CONTEXT CREATE TABLE table_name_33 (total_fat VARCHAR, smoke_point VARCHAR, polyunsaturated_fat VARCHAR) ### ANSWER SELECT total_fat FROM table_name_33 WHERE smoke_point = "°c ()" AND polyunsaturated_fat = "37g"</s>
{ "answer": "SELECT total_fat FROM table_name_33 WHERE smoke_point = \"°c ()\" AND polyunsaturated_fat = \"37g\"", "context": "CREATE TABLE table_name_33 (total_fat VARCHAR, smoke_point VARCHAR, polyunsaturated_fat VARCHAR)", "question": "What is the total fat with a smoke point of °c () and 37g of polyunsaturated fat?" }
### QUESTION What is the monounsaturated fat with a smoke point of °c (), a total fat of 100g, 11g of polyunsaturated fat, and 14g of saturated fat? ### CONTEXT CREATE TABLE table_name_85 (monounsaturated_fat VARCHAR, saturated_fat VARCHAR, polyunsaturated_fat VARCHAR, smoke_point VARCHAR, total_fat VARCHAR) ### ANSWER SELECT monounsaturated_fat FROM table_name_85 WHERE smoke_point = "°c ()" AND total_fat = "100g" AND polyunsaturated_fat = "11g" AND saturated_fat = "14g"</s>
{ "answer": "SELECT monounsaturated_fat FROM table_name_85 WHERE smoke_point = \"°c ()\" AND total_fat = \"100g\" AND polyunsaturated_fat = \"11g\" AND saturated_fat = \"14g\"", "context": "CREATE TABLE table_name_85 (monounsaturated_fat VARCHAR, saturated_fat VARCHAR, polyunsaturated_fat VARCHAR, smoke_point VARCHAR, total_fat VARCHAR)", "question": "What is the monounsaturated fat with a smoke point of °c (), a total fat of 100g, 11g of polyunsaturated fat, and 14g of saturated fat?" }
### QUESTION What was the original air date of the episode that had 5.30 million U.S. viewers? ### CONTEXT CREATE TABLE table_25548505_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR) ### ANSWER SELECT original_air_date FROM table_25548505_1 WHERE us_viewers__millions_ = "5.30"</s>
{ "answer": "SELECT original_air_date FROM table_25548505_1 WHERE us_viewers__millions_ = \"5.30\"", "context": "CREATE TABLE table_25548505_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR)", "question": "What was the original air date of the episode that had 5.30 million U.S. viewers? " }
### QUESTION What is the area where population in 2010 is 38062? ### CONTEXT CREATE TABLE table_255602_1 (area__km²_ VARCHAR, population__2010_ VARCHAR) ### ANSWER SELECT area__km²_ FROM table_255602_1 WHERE population__2010_ = 38062</s>
{ "answer": "SELECT area__km²_ FROM table_255602_1 WHERE population__2010_ = 38062", "context": "CREATE TABLE table_255602_1 (area__km²_ VARCHAR, population__2010_ VARCHAR)", "question": "What is the area where population in 2010 is 38062?" }
### QUESTION What is the population density where area is 48.67? ### CONTEXT CREATE TABLE table_255602_1 (pop_density__per_km²_ VARCHAR, area__km²_ VARCHAR) ### ANSWER SELECT COUNT(pop_density__per_km²_) FROM table_255602_1 WHERE area__km²_ = "48.67"</s>
{ "answer": "SELECT COUNT(pop_density__per_km²_) FROM table_255602_1 WHERE area__km²_ = \"48.67\"", "context": "CREATE TABLE table_255602_1 (pop_density__per_km²_ VARCHAR, area__km²_ VARCHAR)", "question": "What is the population density where area is 48.67?" }
### QUESTION What was the sail number of Two True? ### CONTEXT CREATE TABLE table_25561560_3 (sail_number VARCHAR, yacht VARCHAR) ### ANSWER SELECT sail_number FROM table_25561560_3 WHERE yacht = "Two True"</s>
{ "answer": "SELECT sail_number FROM table_25561560_3 WHERE yacht = \"Two True\"", "context": "CREATE TABLE table_25561560_3 (sail_number VARCHAR, yacht VARCHAR)", "question": "What was the sail number of Two True?" }
### QUESTION What yacht did Andrew Saies sail on? ### CONTEXT CREATE TABLE table_25561560_3 (yacht VARCHAR, skipper VARCHAR) ### ANSWER SELECT yacht FROM table_25561560_3 WHERE skipper = "Andrew Saies"</s>
{ "answer": "SELECT yacht FROM table_25561560_3 WHERE skipper = \"Andrew Saies\"", "context": "CREATE TABLE table_25561560_3 (yacht VARCHAR, skipper VARCHAR)", "question": "What yacht did Andrew Saies sail on?" }
### QUESTION What average bronze has 0 as the silver, 17 as the rank, and a gold less than 1? ### CONTEXT CREATE TABLE table_name_80 (bronze INTEGER, gold VARCHAR, silver VARCHAR, rank VARCHAR) ### ANSWER SELECT AVG(bronze) FROM table_name_80 WHERE silver = 0 AND rank = "17" AND gold < 1</s>
{ "answer": "SELECT AVG(bronze) FROM table_name_80 WHERE silver = 0 AND rank = \"17\" AND gold < 1", "context": "CREATE TABLE table_name_80 (bronze INTEGER, gold VARCHAR, silver VARCHAR, rank VARCHAR)", "question": "What average bronze has 0 as the silver, 17 as the rank, and a gold less than 1?" }
### QUESTION What player is 2.01 m tall? ### CONTEXT CREATE TABLE table_12962773_2 (player VARCHAR, height VARCHAR) ### ANSWER SELECT player FROM table_12962773_2 WHERE height = "2.01"</s>
{ "answer": "SELECT player FROM table_12962773_2 WHERE height = \"2.01\"", "context": "CREATE TABLE table_12962773_2 (player VARCHAR, height VARCHAR)", "question": "What player is 2.01 m tall?" }
### QUESTION Who was the director of the episode written by Russell T Davies and James Moran? ### CONTEXT CREATE TABLE table_name_67 (director VARCHAR, writer VARCHAR) ### ANSWER SELECT director FROM table_name_67 WHERE writer = "russell t davies and james moran"</s>
{ "answer": "SELECT director FROM table_name_67 WHERE writer = \"russell t davies and james moran\"", "context": "CREATE TABLE table_name_67 (director VARCHAR, writer VARCHAR)", "question": "Who was the director of the episode written by Russell T Davies and James Moran?" }
### QUESTION What yacht type is involved where Bob Oatley is the skipper? ### CONTEXT CREATE TABLE table_25594888_1 (yacht VARCHAR, skipper VARCHAR) ### ANSWER SELECT yacht AS type FROM table_25594888_1 WHERE skipper = "Bob Oatley"</s>
{ "answer": "SELECT yacht AS type FROM table_25594888_1 WHERE skipper = \"Bob Oatley\"", "context": "CREATE TABLE table_25594888_1 (yacht VARCHAR, skipper VARCHAR)", "question": "What yacht type is involved where Bob Oatley is the skipper?" }
### QUESTION What No is the player Zoran Erceg ### CONTEXT CREATE TABLE table_12962773_4 (no INTEGER, player VARCHAR) ### ANSWER SELECT MIN(no) FROM table_12962773_4 WHERE player = "Zoran Erceg"</s>
{ "answer": "SELECT MIN(no) FROM table_12962773_4 WHERE player = \"Zoran Erceg\"", "context": "CREATE TABLE table_12962773_4 (no INTEGER, player VARCHAR)", "question": "What No is the player Zoran Erceg" }
### QUESTION What is the iclandic of the glossary for presenta for mi locaria ### CONTEXT CREATE TABLE table_13003460_1 (the_icelandic_of_the_glossary VARCHAR, the_basque_of_the_glossary VARCHAR) ### ANSWER SELECT the_icelandic_of_the_glossary FROM table_13003460_1 WHERE the_basque_of_the_glossary = "presenta for mi locaria"</s>
{ "answer": "SELECT the_icelandic_of_the_glossary FROM table_13003460_1 WHERE the_basque_of_the_glossary = \"presenta for mi locaria\"", "context": "CREATE TABLE table_13003460_1 (the_icelandic_of_the_glossary VARCHAR, the_basque_of_the_glossary VARCHAR)", "question": "What is the iclandic of the glossary for presenta for mi locaria" }
### QUESTION What is the number of the model with three parallel printer ports? ### CONTEXT CREATE TABLE table_1300080_1 (model_number VARCHAR, printer_ports VARCHAR) ### ANSWER SELECT model_number FROM table_1300080_1 WHERE printer_ports = "Three Parallel"</s>
{ "answer": "SELECT model_number FROM table_1300080_1 WHERE printer_ports = \"Three Parallel\"", "context": "CREATE TABLE table_1300080_1 (model_number VARCHAR, printer_ports VARCHAR)", "question": "What is the number of the model with three parallel printer ports?" }
### QUESTION who is the player when the pick is 15 and the year [A] is 2000? ### CONTEXT CREATE TABLE table_name_75 (player_name VARCHAR, pick VARCHAR, year_ VARCHAR, a_ VARCHAR) ### ANSWER SELECT player_name FROM table_name_75 WHERE pick = "15" AND year_[a_] = 2000</s>
{ "answer": "SELECT player_name FROM table_name_75 WHERE pick = \"15\" AND year_[a_] = 2000", "context": "CREATE TABLE table_name_75 (player_name VARCHAR, pick VARCHAR, year_ VARCHAR, a_ VARCHAR)", "question": "who is the player when the pick is 15 and the year [A] is 2000?" }
### QUESTION What is the to par of United States' Cristie Kerr? ### CONTEXT CREATE TABLE table_name_66 (to_par VARCHAR, country VARCHAR, player VARCHAR) ### ANSWER SELECT to_par FROM table_name_66 WHERE country = "united states" AND player = "cristie kerr"</s>
{ "answer": "SELECT to_par FROM table_name_66 WHERE country = \"united states\" AND player = \"cristie kerr\"", "context": "CREATE TABLE table_name_66 (to_par VARCHAR, country VARCHAR, player VARCHAR)", "question": "What is the to par of United States' Cristie Kerr?" }
### QUESTION What are the number in series of the pieces directed by Win Phelps and which number in season is 11? ### CONTEXT CREATE TABLE table_25604014_6 (no_in_series VARCHAR, directed_by VARCHAR, no_in_season VARCHAR) ### ANSWER SELECT no_in_series FROM table_25604014_6 WHERE directed_by = "Win Phelps" AND no_in_season = 11</s>
{ "answer": "SELECT no_in_series FROM table_25604014_6 WHERE directed_by = \"Win Phelps\" AND no_in_season = 11", "context": "CREATE TABLE table_25604014_6 (no_in_series VARCHAR, directed_by VARCHAR, no_in_season VARCHAR)", "question": "What are the number in series of the pieces directed by Win Phelps and which number in season is 11?" }
### QUESTION What is the 3rd ratio for tag number 1386-000-017 and input splines of 26? ### CONTEXT CREATE TABLE table_1310499_1 (input_splines VARCHAR, tag_id VARCHAR) ### ANSWER SELECT 3 AS rd FROM table_1310499_1 WHERE input_splines = 26 AND tag_id = "1386-000-017"</s>
{ "answer": "SELECT 3 AS rd FROM table_1310499_1 WHERE input_splines = 26 AND tag_id = \"1386-000-017\"", "context": "CREATE TABLE table_1310499_1 (input_splines VARCHAR, tag_id VARCHAR)", "question": "What is the 3rd ratio for tag number 1386-000-017 and input splines of 26?" }
### QUESTION What team was 2 when Tatung was team 1 at National Pei Men Senior High School? ### CONTEXT CREATE TABLE table_name_32 (team_2 VARCHAR, team_1 VARCHAR, ground VARCHAR) ### ANSWER SELECT team_2 FROM table_name_32 WHERE team_1 = "tatung" AND ground = "national pei men senior high school"</s>
{ "answer": "SELECT team_2 FROM table_name_32 WHERE team_1 = \"tatung\" AND ground = \"national pei men senior high school\"", "context": "CREATE TABLE table_name_32 (team_2 VARCHAR, team_1 VARCHAR, ground VARCHAR)", "question": "What team was 2 when Tatung was team 1 at National Pei Men Senior High School?" }
### QUESTION What is the number of 1991 populations named Bečej? ### CONTEXT CREATE TABLE table_2562572_2 (population__1991_ VARCHAR, city___municipality VARCHAR) ### ANSWER SELECT COUNT(population__1991_) FROM table_2562572_2 WHERE city___municipality = "Bečej"</s>
{ "answer": "SELECT COUNT(population__1991_) FROM table_2562572_2 WHERE city___municipality = \"Bečej\"", "context": "CREATE TABLE table_2562572_2 (population__1991_ VARCHAR, city___municipality VARCHAR)", "question": "What is the number of 1991 populations named Bečej?" }
### QUESTION What is the number of cities/municipalities having an urban settlement of Srbobran? ### CONTEXT CREATE TABLE table_2562572_2 (city___municipality VARCHAR, urban_settlement VARCHAR) ### ANSWER SELECT COUNT(city___municipality) FROM table_2562572_2 WHERE urban_settlement = "Srbobran"</s>
{ "answer": "SELECT COUNT(city___municipality) FROM table_2562572_2 WHERE urban_settlement = \"Srbobran\"", "context": "CREATE TABLE table_2562572_2 (city___municipality VARCHAR, urban_settlement VARCHAR)", "question": "What is the number of cities/municipalities having an urban settlement of Srbobran?" }
### QUESTION What is the highest draw number when there are more than 31 points, a rank greater than 6, and the English translation is listen to me? ### CONTEXT CREATE TABLE table_name_83 (draw INTEGER, english_translation VARCHAR, points VARCHAR, place VARCHAR) ### ANSWER SELECT MAX(draw) FROM table_name_83 WHERE points > 31 AND place > 6 AND english_translation = "listen to me"</s>
{ "answer": "SELECT MAX(draw) FROM table_name_83 WHERE points > 31 AND place > 6 AND english_translation = \"listen to me\"", "context": "CREATE TABLE table_name_83 (draw INTEGER, english_translation VARCHAR, points VARCHAR, place VARCHAR)", "question": "What is the highest draw number when there are more than 31 points, a rank greater than 6, and the English translation is listen to me?" }
### QUESTION When ратково is cyrillic name other names and village is the type and orthodox Christianity is the dominant religion of 2002 what is the settlement? ### CONTEXT CREATE TABLE table_2562572_25 (settlement VARCHAR, cyrillic_name_other_names VARCHAR, dominant_religion__2002_ VARCHAR, type VARCHAR) ### ANSWER SELECT settlement FROM table_2562572_25 WHERE dominant_religion__2002_ = "Orthodox Christianity" AND type = "village" AND cyrillic_name_other_names = "Ратково"</s>
{ "answer": "SELECT settlement FROM table_2562572_25 WHERE dominant_religion__2002_ = \"Orthodox Christianity\" AND type = \"village\" AND cyrillic_name_other_names = \"Ратково\"", "context": "CREATE TABLE table_2562572_25 (settlement VARCHAR, cyrillic_name_other_names VARCHAR, dominant_religion__2002_ VARCHAR, type VARCHAR)", "question": "When ратково is cyrillic name other names and village is the type and orthodox Christianity is the dominant religion of 2002 what is the settlement? " }
### QUESTION When дероње is the cyrillic name other names what is the largest ethnic group of 2002? ### CONTEXT CREATE TABLE table_2562572_25 (largest_ethnic_group__2002_ VARCHAR, cyrillic_name_other_names VARCHAR) ### ANSWER SELECT largest_ethnic_group__2002_ FROM table_2562572_25 WHERE cyrillic_name_other_names = "Дероње"</s>
{ "answer": "SELECT largest_ethnic_group__2002_ FROM table_2562572_25 WHERE cyrillic_name_other_names = \"Дероње\"", "context": "CREATE TABLE table_2562572_25 (largest_ethnic_group__2002_ VARCHAR, cyrillic_name_other_names VARCHAR)", "question": "When дероње is the cyrillic name other names what is the largest ethnic group of 2002?" }
### QUESTION What's the Backed after 2008 with a label of Wild World? ### CONTEXT CREATE TABLE table_name_24 (backed_with VARCHAR, record_label VARCHAR, date VARCHAR) ### ANSWER SELECT backed_with FROM table_name_24 WHERE record_label = "wild world" AND date > 2008</s>
{ "answer": "SELECT backed_with FROM table_name_24 WHERE record_label = \"wild world\" AND date > 2008", "context": "CREATE TABLE table_name_24 (backed_with VARCHAR, record_label VARCHAR, date VARCHAR)", "question": "What's the Backed after 2008 with a label of Wild World?" }
### QUESTION What's the date for Details of 1000 copies? ### CONTEXT CREATE TABLE table_name_74 (date INTEGER, other_details VARCHAR) ### ANSWER SELECT MIN(date) FROM table_name_74 WHERE other_details = "1000 copies"</s>
{ "answer": "SELECT MIN(date) FROM table_name_74 WHERE other_details = \"1000 copies\"", "context": "CREATE TABLE table_name_74 (date INTEGER, other_details VARCHAR)", "question": "What's the date for Details of 1000 copies?" }
### QUESTION How many part 6 parts are there in the episode number 5? ### CONTEXT CREATE TABLE table_13241993_3 (part_6 VARCHAR, episode__number VARCHAR) ### ANSWER SELECT COUNT(part_6) FROM table_13241993_3 WHERE episode__number = 5</s>
{ "answer": "SELECT COUNT(part_6) FROM table_13241993_3 WHERE episode__number = 5", "context": "CREATE TABLE table_13241993_3 (part_6 VARCHAR, episode__number VARCHAR)", "question": "How many part 6 parts are there in the episode number 5?" }
### QUESTION What record medal event has athletics as the sport, with robert garrett as the athlete, and a medal count less than 3? ### CONTEXT CREATE TABLE table_name_33 (record_medal_event VARCHAR, medal_count VARCHAR, sport VARCHAR, athlete VARCHAR) ### ANSWER SELECT record_medal_event FROM table_name_33 WHERE sport = "athletics" AND athlete = "robert garrett" AND medal_count < 3</s>
{ "answer": "SELECT record_medal_event FROM table_name_33 WHERE sport = \"athletics\" AND athlete = \"robert garrett\" AND medal_count < 3", "context": "CREATE TABLE table_name_33 (record_medal_event VARCHAR, medal_count VARCHAR, sport VARCHAR, athlete VARCHAR)", "question": "What record medal event has athletics as the sport, with robert garrett as the athlete, and a medal count less than 3?" }
### QUESTION What is the other name for martonoš? ### CONTEXT CREATE TABLE table_2562572_33 (cyrillic_name_other_names VARCHAR, settlement VARCHAR) ### ANSWER SELECT cyrillic_name_other_names FROM table_2562572_33 WHERE settlement = "Martonoš"</s>
{ "answer": "SELECT cyrillic_name_other_names FROM table_2562572_33 WHERE settlement = \"Martonoš\"", "context": "CREATE TABLE table_2562572_33 (cyrillic_name_other_names VARCHAR, settlement VARCHAR)", "question": "What is the other name for martonoš?" }
### QUESTION What type of settlement is ором (hungarian: orom)? ### CONTEXT CREATE TABLE table_2562572_33 (type VARCHAR, cyrillic_name_other_names VARCHAR) ### ANSWER SELECT type FROM table_2562572_33 WHERE cyrillic_name_other_names = "Ором (Hungarian: Orom)"</s>
{ "answer": "SELECT type FROM table_2562572_33 WHERE cyrillic_name_other_names = \"Ором (Hungarian: Orom)\"", "context": "CREATE TABLE table_2562572_33 (type VARCHAR, cyrillic_name_other_names VARCHAR)", "question": "What type of settlement is ором (hungarian: orom)?" }
### QUESTION Which Score has a Money ( £ ) of 90,400, and a Country of south africa, and a Player of thomas aiken? Question 1 ### CONTEXT CREATE TABLE table_name_38 (score VARCHAR, player VARCHAR, money___£__ VARCHAR, country VARCHAR) ### ANSWER SELECT score FROM table_name_38 WHERE money___£__ = "90,400" AND country = "south africa" AND player = "thomas aiken"</s>
{ "answer": "SELECT score FROM table_name_38 WHERE money___£__ = \"90,400\" AND country = \"south africa\" AND player = \"thomas aiken\"", "context": "CREATE TABLE table_name_38 (score VARCHAR, player VARCHAR, money___£__ VARCHAR, country VARCHAR)", "question": "Which Score has a Money ( £ ) of 90,400, and a Country of south africa, and a Player of thomas aiken? Question 1" }
### QUESTION Name the dominant religion of srpska crnja ### CONTEXT CREATE TABLE table_2562572_37 (dominant_religion__2002_ VARCHAR, settlement VARCHAR) ### ANSWER SELECT dominant_religion__2002_ FROM table_2562572_37 WHERE settlement = "Srpska Crnja"</s>
{ "answer": "SELECT dominant_religion__2002_ FROM table_2562572_37 WHERE settlement = \"Srpska Crnja\"", "context": "CREATE TABLE table_2562572_37 (dominant_religion__2002_ VARCHAR, settlement VARCHAR)", "question": "Name the dominant religion of srpska crnja" }
### QUESTION How much is the purse ( $ ) when the margin of victory is 1 stroke? ### CONTEXT CREATE TABLE table_13388681_1 (purse___$__ VARCHAR, margin_of_victory VARCHAR) ### ANSWER SELECT purse___$__ FROM table_13388681_1 WHERE margin_of_victory = "1 stroke"</s>
{ "answer": "SELECT purse___$__ FROM table_13388681_1 WHERE margin_of_victory = \"1 stroke\"", "context": "CREATE TABLE table_13388681_1 (purse___$__ VARCHAR, margin_of_victory VARCHAR)", "question": "How much is the purse ( $ ) when the margin of victory is 1 stroke?" }
### QUESTION What is the lowest expenditures on R&D for Poland after 2011? ### CONTEXT CREATE TABLE table_name_94 (_ppp__ VARCHAR, d__billions_of_us$_ VARCHAR, expenditures_on_r INTEGER, country_region VARCHAR, year VARCHAR) ### ANSWER SELECT MIN(expenditures_on_r) & d__billions_of_us$_, _ppp__ FROM table_name_94 WHERE country_region = "poland" AND year > 2011</s>
{ "answer": "SELECT MIN(expenditures_on_r) & d__billions_of_us$_, _ppp__ FROM table_name_94 WHERE country_region = \"poland\" AND year > 2011", "context": "CREATE TABLE table_name_94 (_ppp__ VARCHAR, d__billions_of_us$_ VARCHAR, expenditures_on_r INTEGER, country_region VARCHAR, year VARCHAR)", "question": "What is the lowest expenditures on R&D for Poland after 2011?" }
### QUESTION Which Location has a Year Joined of 1966, and a Previous Conference of noble county, and a School of wawaka? ### CONTEXT CREATE TABLE table_name_83 (location VARCHAR, school VARCHAR, year_joined VARCHAR, previous_conference VARCHAR) ### ANSWER SELECT location FROM table_name_83 WHERE year_joined = 1966 AND previous_conference = "noble county" AND school = "wawaka"</s>
{ "answer": "SELECT location FROM table_name_83 WHERE year_joined = 1966 AND previous_conference = \"noble county\" AND school = \"wawaka\"", "context": "CREATE TABLE table_name_83 (location VARCHAR, school VARCHAR, year_joined VARCHAR, previous_conference VARCHAR)", "question": "Which Location has a Year Joined of 1966, and a Previous Conference of noble county, and a School of wawaka?" }
### QUESTION What is the date of elevation for the Cardinal elevated by Nicholas III to the title of Cardinal-Deacon of S. Eustachio? ### CONTEXT CREATE TABLE table_name_7 (elevated VARCHAR, elevator VARCHAR, cardinalatial_order_and_title VARCHAR) ### ANSWER SELECT elevated FROM table_name_7 WHERE elevator = "nicholas iii" AND cardinalatial_order_and_title = "cardinal-deacon of s. eustachio"</s>
{ "answer": "SELECT elevated FROM table_name_7 WHERE elevator = \"nicholas iii\" AND cardinalatial_order_and_title = \"cardinal-deacon of s. eustachio\"", "context": "CREATE TABLE table_name_7 (elevated VARCHAR, elevator VARCHAR, cardinalatial_order_and_title VARCHAR)", "question": "What is the date of elevation for the Cardinal elevated by Nicholas III to the title of Cardinal-Deacon of S. Eustachio?" }
### QUESTION What was the date of elevation for the cardinal given the order and title of Cardinal-Priest of S. Pudenziana? ### CONTEXT CREATE TABLE table_name_91 (elevated VARCHAR, cardinalatial_order_and_title VARCHAR) ### ANSWER SELECT elevated FROM table_name_91 WHERE cardinalatial_order_and_title = "cardinal-priest of s. pudenziana"</s>
{ "answer": "SELECT elevated FROM table_name_91 WHERE cardinalatial_order_and_title = \"cardinal-priest of s. pudenziana\"", "context": "CREATE TABLE table_name_91 (elevated VARCHAR, cardinalatial_order_and_title VARCHAR)", "question": "What was the date of elevation for the cardinal given the order and title of Cardinal-Priest of S. Pudenziana?" }
### QUESTION What was the population in 2011 of banatski karlovac? ### CONTEXT CREATE TABLE table_2562572_44 (population__2011_ VARCHAR, settlement VARCHAR) ### ANSWER SELECT population__2011_ FROM table_2562572_44 WHERE settlement = "Banatski Karlovac"</s>
{ "answer": "SELECT population__2011_ FROM table_2562572_44 WHERE settlement = \"Banatski Karlovac\"", "context": "CREATE TABLE table_2562572_44 (population__2011_ VARCHAR, settlement VARCHAR)", "question": "What was the population in 2011 of banatski karlovac?" }
### QUESTION What was the dominant religion in 2002 of the settlement with the cyrillic and other name of војводинци (romanian: voivodinţ)? ### CONTEXT CREATE TABLE table_2562572_46 (dominant_religion__2002_ VARCHAR, cyrillic_name_other_names VARCHAR) ### ANSWER SELECT dominant_religion__2002_ FROM table_2562572_46 WHERE cyrillic_name_other_names = "Војводинци (Romanian: Voivodinţ)"</s>
{ "answer": "SELECT dominant_religion__2002_ FROM table_2562572_46 WHERE cyrillic_name_other_names = \"Војводинци (Romanian: Voivodinţ)\"", "context": "CREATE TABLE table_2562572_46 (dominant_religion__2002_ VARCHAR, cyrillic_name_other_names VARCHAR)", "question": "What was the dominant religion in 2002 of the settlement with the cyrillic and other name of војводинци (romanian: voivodinţ)?" }
### QUESTION What was the population in 2011 of the settlement with the cyrillic name of ватин? ### CONTEXT CREATE TABLE table_2562572_46 (population__2011_ INTEGER, cyrillic_name_other_names VARCHAR) ### ANSWER SELECT MAX(population__2011_) FROM table_2562572_46 WHERE cyrillic_name_other_names = "Ватин"</s>
{ "answer": "SELECT MAX(population__2011_) FROM table_2562572_46 WHERE cyrillic_name_other_names = \"Ватин\"", "context": "CREATE TABLE table_2562572_46 (population__2011_ INTEGER, cyrillic_name_other_names VARCHAR)", "question": "What was the population in 2011 of the settlement with the cyrillic name of ватин?" }
### QUESTION What is the highest elevation for the highest point of Schnebelhorn? ### CONTEXT CREATE TABLE table_name_7 (highest_elevation VARCHAR, highest_point VARCHAR) ### ANSWER SELECT highest_elevation FROM table_name_7 WHERE highest_point = "schnebelhorn"</s>
{ "answer": "SELECT highest_elevation FROM table_name_7 WHERE highest_point = \"schnebelhorn\"", "context": "CREATE TABLE table_name_7 (highest_elevation VARCHAR, highest_point VARCHAR)", "question": "What is the highest elevation for the highest point of Schnebelhorn?" }
### QUESTION What type of ship is a Kobben class vessel that has been in service longer than 2? ### CONTEXT CREATE TABLE table_name_18 (type VARCHAR, in_service VARCHAR, vessel VARCHAR) ### ANSWER SELECT type FROM table_name_18 WHERE in_service > 2 AND vessel = "kobben class"</s>
{ "answer": "SELECT type FROM table_name_18 WHERE in_service > 2 AND vessel = \"kobben class\"", "context": "CREATE TABLE table_name_18 (type VARCHAR, in_service VARCHAR, vessel VARCHAR)", "question": "What type of ship is a Kobben class vessel that has been in service longer than 2?" }
### QUESTION Tony P. Hall was the incumbent in the race between what two candidates? ### CONTEXT CREATE TABLE table_1341453_37 (candidates VARCHAR, incumbent VARCHAR) ### ANSWER SELECT candidates FROM table_1341453_37 WHERE incumbent = "Tony P. Hall"</s>
{ "answer": "SELECT candidates FROM table_1341453_37 WHERE incumbent = \"Tony P. Hall\"", "context": "CREATE TABLE table_1341453_37 (candidates VARCHAR, incumbent VARCHAR)", "question": "Tony P. Hall was the incumbent in the race between what two candidates? " }
### QUESTION what's the party with opponent being mike oxley (r) unopposed ### CONTEXT CREATE TABLE table_1341522_38 (party VARCHAR, opponent VARCHAR) ### ANSWER SELECT party FROM table_1341522_38 WHERE opponent = "Mike Oxley (R) unopposed"</s>
{ "answer": "SELECT party FROM table_1341522_38 WHERE opponent = \"Mike Oxley (R) unopposed\"", "context": "CREATE TABLE table_1341522_38 (party VARCHAR, opponent VARCHAR)", "question": "what's the party with opponent being mike oxley (r) unopposed" }
### QUESTION How many different types of settlements does Nova Pazova fall into? ### CONTEXT CREATE TABLE table_2562572_53 (type VARCHAR, settlement VARCHAR) ### ANSWER SELECT COUNT(type) FROM table_2562572_53 WHERE settlement = "Nova Pazova"</s>
{ "answer": "SELECT COUNT(type) FROM table_2562572_53 WHERE settlement = \"Nova Pazova\"", "context": "CREATE TABLE table_2562572_53 (type VARCHAR, settlement VARCHAR)", "question": "How many different types of settlements does Nova Pazova fall into?" }
### QUESTION What was the population of сурдук in 2011? ### CONTEXT CREATE TABLE table_2562572_53 (population__2011_ VARCHAR, cyrillic_name VARCHAR) ### ANSWER SELECT COUNT(population__2011_) FROM table_2562572_53 WHERE cyrillic_name = "Сурдук"</s>
{ "answer": "SELECT COUNT(population__2011_) FROM table_2562572_53 WHERE cyrillic_name = \"Сурдук\"", "context": "CREATE TABLE table_2562572_53 (population__2011_ VARCHAR, cyrillic_name VARCHAR)", "question": "What was the population of сурдук in 2011?" }
### QUESTION What's the release price of the processor with the part number bx80601975at80601002274aa, and has 1 × 6.4 gt/s qpi I/O? ### CONTEXT CREATE TABLE table_name_12 (release_price___usd__ VARCHAR, i_o_bus VARCHAR, part_number_s_ VARCHAR) ### ANSWER SELECT release_price___usd__ FROM table_name_12 WHERE i_o_bus = "1 × 6.4 gt/s qpi" AND part_number_s_ = "bx80601975at80601002274aa"</s>
{ "answer": "SELECT release_price___usd__ FROM table_name_12 WHERE i_o_bus = \"1 × 6.4 gt/s qpi\" AND part_number_s_ = \"bx80601975at80601002274aa\"", "context": "CREATE TABLE table_name_12 (release_price___usd__ VARCHAR, i_o_bus VARCHAR, part_number_s_ VARCHAR)", "question": "What's the release price of the processor with the part number bx80601975at80601002274aa, and has 1 × 6.4 gt/s qpi I/O?" }
### QUESTION What is the number of AIDS Orphans as % of Orphans when the Double (AIDS Related) number is 41,000, and the Paternal (Total) is larger than 442,000? ### CONTEXT CREATE TABLE table_name_41 (aids_orphans_as__percentage_of_orphans INTEGER, double__aids_related_ VARCHAR, paternal__total_ VARCHAR) ### ANSWER SELECT SUM(aids_orphans_as__percentage_of_orphans) FROM table_name_41 WHERE double__aids_related_ = "41,000" AND paternal__total_ > 442 OFFSET 000</s>
{ "answer": "SELECT SUM(aids_orphans_as__percentage_of_orphans) FROM table_name_41 WHERE double__aids_related_ = \"41,000\" AND paternal__total_ > 442 OFFSET 000", "context": "CREATE TABLE table_name_41 (aids_orphans_as__percentage_of_orphans INTEGER, double__aids_related_ VARCHAR, paternal__total_ VARCHAR)", "question": "What is the number of AIDS Orphans as % of Orphans when the Double (AIDS Related) number is 41,000, and the Paternal (Total) is larger than 442,000?" }
### QUESTION What is the Total Orphans number when the number of Total Orphans (AIDS Related) is < 100, and the Maternal (Total) is smaller than 31,000? ### CONTEXT CREATE TABLE table_name_66 (total_orphans__total_ INTEGER, total_orphans__aids_related_ VARCHAR, maternal__total_ VARCHAR) ### ANSWER SELECT MIN(total_orphans__total_) FROM table_name_66 WHERE total_orphans__aids_related_ = "< 100" AND maternal__total_ < 31 OFFSET 000</s>
{ "answer": "SELECT MIN(total_orphans__total_) FROM table_name_66 WHERE total_orphans__aids_related_ = \"< 100\" AND maternal__total_ < 31 OFFSET 000", "context": "CREATE TABLE table_name_66 (total_orphans__total_ INTEGER, total_orphans__aids_related_ VARCHAR, maternal__total_ VARCHAR)", "question": "What is the Total Orphans number when the number of Total Orphans (AIDS Related) is < 100, and the Maternal (Total) is smaller than 31,000?" }
### QUESTION What's the term start date for Meretz? ### CONTEXT CREATE TABLE table_name_94 (term_start VARCHAR, party VARCHAR) ### ANSWER SELECT term_start FROM table_name_94 WHERE party = "meretz"</s>
{ "answer": "SELECT term_start FROM table_name_94 WHERE party = \"meretz\"", "context": "CREATE TABLE table_name_94 (term_start VARCHAR, party VARCHAR)", "question": "What's the term start date for Meretz?" }
### QUESTION What Republican incumbent was elected in 1974? ### CONTEXT CREATE TABLE table_1341568_14 (incumbent VARCHAR, elected VARCHAR, party VARCHAR) ### ANSWER SELECT incumbent FROM table_1341568_14 WHERE elected = 1974 AND party = "Republican"</s>
{ "answer": "SELECT incumbent FROM table_1341568_14 WHERE elected = 1974 AND party = \"Republican\"", "context": "CREATE TABLE table_1341568_14 (incumbent VARCHAR, elected VARCHAR, party VARCHAR)", "question": "What Republican incumbent was elected in 1974?" }
### QUESTION How many new entries when the leagues entering in the round are tff third league & turkish regional amateur league? ### CONTEXT CREATE TABLE table_name_87 (new_entries_this_round VARCHAR, leagues_entering_at_this_round VARCHAR) ### ANSWER SELECT new_entries_this_round FROM table_name_87 WHERE leagues_entering_at_this_round = "tff third league & turkish regional amateur league"</s>
{ "answer": "SELECT new_entries_this_round FROM table_name_87 WHERE leagues_entering_at_this_round = \"tff third league & turkish regional amateur league\"", "context": "CREATE TABLE table_name_87 (new_entries_this_round VARCHAR, leagues_entering_at_this_round VARCHAR)", "question": "How many new entries when the leagues entering in the round are tff third league & turkish regional amateur league?" }
### QUESTION How many clubs are involved when there are 4 winners from the previous rounds and more than 4 clubs remaining? ### CONTEXT CREATE TABLE table_name_59 (clubs_involved INTEGER, winners_from_previous_round VARCHAR, clubs_remaining VARCHAR) ### ANSWER SELECT MIN(clubs_involved) FROM table_name_59 WHERE winners_from_previous_round = "4" AND clubs_remaining > 4</s>
{ "answer": "SELECT MIN(clubs_involved) FROM table_name_59 WHERE winners_from_previous_round = \"4\" AND clubs_remaining > 4", "context": "CREATE TABLE table_name_59 (clubs_involved INTEGER, winners_from_previous_round VARCHAR, clubs_remaining VARCHAR)", "question": "How many clubs are involved when there are 4 winners from the previous rounds and more than 4 clubs remaining?" }
### QUESTION what was the result where the candidates are sam m. gibbons (d) unopposed? ### CONTEXT CREATE TABLE table_1341663_10 (result VARCHAR, candidates VARCHAR) ### ANSWER SELECT result FROM table_1341663_10 WHERE candidates = "Sam M. Gibbons (D) Unopposed"</s>
{ "answer": "SELECT result FROM table_1341663_10 WHERE candidates = \"Sam M. Gibbons (D) Unopposed\"", "context": "CREATE TABLE table_1341663_10 (result VARCHAR, candidates VARCHAR)", "question": "what was the result where the candidates are sam m. gibbons (d) unopposed?" }
### QUESTION Can you tell me the Conference Joined that has the Location of terre haute, and the Mascot of golden bears? ### CONTEXT CREATE TABLE table_name_67 (conference_joined VARCHAR, location VARCHAR, mascot VARCHAR) ### ANSWER SELECT conference_joined FROM table_name_67 WHERE location = "terre haute" AND mascot = "golden bears"</s>
{ "answer": "SELECT conference_joined FROM table_name_67 WHERE location = \"terre haute\" AND mascot = \"golden bears\"", "context": "CREATE TABLE table_name_67 (conference_joined VARCHAR, location VARCHAR, mascot VARCHAR)", "question": "Can you tell me the Conference Joined that has the Location of terre haute, and the Mascot of golden bears?" }