text
stringlengths
150
1.06k
source
dict
### QUESTION For the Enernoc Australia Pty Ltd, what's the country with an unknown date? ### CONTEXT CREATE TABLE table_name_15 (country VARCHAR, date VARCHAR, company VARCHAR) ### ANSWER SELECT country FROM table_name_15 WHERE date = "unknown" AND company = "enernoc australia pty ltd"</s>
{ "answer": "SELECT country FROM table_name_15 WHERE date = \"unknown\" AND company = \"enernoc australia pty ltd\"", "context": "CREATE TABLE table_name_15 (country VARCHAR, date VARCHAR, company VARCHAR)", "question": "For the Enernoc Australia Pty Ltd, what's the country with an unknown date?" }
### QUESTION Which Record has a December smaller than 28, and Points smaller than 38, and a Game smaller than 26, and a Score of 0–1 ot? ### CONTEXT CREATE TABLE table_name_53 (record VARCHAR, score VARCHAR, game VARCHAR, december VARCHAR, points VARCHAR) ### ANSWER SELECT record FROM table_name_53 WHERE december < 28 AND points < 38 AND game < 26 AND score = "0–1 ot"</s>
{ "answer": "SELECT record FROM table_name_53 WHERE december < 28 AND points < 38 AND game < 26 AND score = \"0–1 ot\"", "context": "CREATE TABLE table_name_53 (record VARCHAR, score VARCHAR, game VARCHAR, december VARCHAR, points VARCHAR)", "question": "Which Record has a December smaller than 28, and Points smaller than 38, and a Game smaller than 26, and a Score of 0–1 ot?" }
### QUESTION What is the year with a kurtis kraft 500a chassis? ### CONTEXT CREATE TABLE table_name_86 (year INTEGER, chassis VARCHAR) ### ANSWER SELECT SUM(year) FROM table_name_86 WHERE chassis = "kurtis kraft 500a"</s>
{ "answer": "SELECT SUM(year) FROM table_name_86 WHERE chassis = \"kurtis kraft 500a\"", "context": "CREATE TABLE table_name_86 (year INTEGER, chassis VARCHAR)", "question": "What is the year with a kurtis kraft 500a chassis?" }
### QUESTION What is the Launched which is on 3 may 2001? ### CONTEXT CREATE TABLE table_name_31 (launched VARCHAR, date_of_commission VARCHAR) ### ANSWER SELECT launched FROM table_name_31 WHERE date_of_commission = "3 may 2001"</s>
{ "answer": "SELECT launched FROM table_name_31 WHERE date_of_commission = \"3 may 2001\"", "context": "CREATE TABLE table_name_31 (launched VARCHAR, date_of_commission VARCHAR)", "question": "What is the Launched which is on 3 may 2001?" }
### QUESTION What is the lowest number of silver medals received by Austria when they receive more than 3 total medals, more than 22 bronze medals, and fewer than 395 gold medals? ### CONTEXT CREATE TABLE table_name_72 (silver INTEGER, nation VARCHAR, gold VARCHAR, total VARCHAR, bronze VARCHAR) ### ANSWER SELECT MIN(silver) FROM table_name_72 WHERE total > 3 AND bronze > 22 AND gold < 395 AND nation = "austria"</s>
{ "answer": "SELECT MIN(silver) FROM table_name_72 WHERE total > 3 AND bronze > 22 AND gold < 395 AND nation = \"austria\"", "context": "CREATE TABLE table_name_72 (silver INTEGER, nation VARCHAR, gold VARCHAR, total VARCHAR, bronze VARCHAR)", "question": "What is the lowest number of silver medals received by Austria when they receive more than 3 total medals, more than 22 bronze medals, and fewer than 395 gold medals?" }
### QUESTION How many totals have andy north as the player? ### CONTEXT CREATE TABLE table_name_96 (total INTEGER, player VARCHAR) ### ANSWER SELECT SUM(total) FROM table_name_96 WHERE player = "andy north"</s>
{ "answer": "SELECT SUM(total) FROM table_name_96 WHERE player = \"andy north\"", "context": "CREATE TABLE table_name_96 (total INTEGER, player VARCHAR)", "question": "How many totals have andy north as the player?" }
### QUESTION How many ranks are for Switzerland with more than 2 total medals? ### CONTEXT CREATE TABLE table_name_39 (rank VARCHAR, nation VARCHAR, total VARCHAR) ### ANSWER SELECT COUNT(rank) FROM table_name_39 WHERE nation = "switzerland" AND total > 2</s>
{ "answer": "SELECT COUNT(rank) FROM table_name_39 WHERE nation = \"switzerland\" AND total > 2", "context": "CREATE TABLE table_name_39 (rank VARCHAR, nation VARCHAR, total VARCHAR)", "question": "How many ranks are for Switzerland with more than 2 total medals?" }
### QUESTION What is the score of the United States, which has more than $24,542? ### CONTEXT CREATE TABLE table_name_21 (score VARCHAR, country VARCHAR, money___$__ VARCHAR) ### ANSWER SELECT score FROM table_name_21 WHERE country = "united states" AND money___$__ > 24 OFFSET 542</s>
{ "answer": "SELECT score FROM table_name_21 WHERE country = \"united states\" AND money___$__ > 24 OFFSET 542", "context": "CREATE TABLE table_name_21 (score VARCHAR, country VARCHAR, money___$__ VARCHAR)", "question": "What is the score of the United States, which has more than $24,542?" }
### QUESTION How many episodes have a segment d that is goalie masks (part 2)? ### CONTEXT CREATE TABLE table_name_53 (episode VARCHAR, segment_d VARCHAR) ### ANSWER SELECT COUNT(episode) FROM table_name_53 WHERE segment_d = "goalie masks (part 2)"</s>
{ "answer": "SELECT COUNT(episode) FROM table_name_53 WHERE segment_d = \"goalie masks (part 2)\"", "context": "CREATE TABLE table_name_53 (episode VARCHAR, segment_d VARCHAR)", "question": "How many episodes have a segment d that is goalie masks (part 2)?" }
### QUESTION Who were the co-drivers in 2008? ### CONTEXT CREATE TABLE table_name_81 (co_drivers VARCHAR, year VARCHAR) ### ANSWER SELECT co_drivers FROM table_name_81 WHERE year = 2008</s>
{ "answer": "SELECT co_drivers FROM table_name_81 WHERE year = 2008", "context": "CREATE TABLE table_name_81 (co_drivers VARCHAR, year VARCHAR)", "question": "Who were the co-drivers in 2008?" }
### QUESTION Which Callsign includes a frequency under 1210, Newsradio 740 KTRH, and webcasts with listen live? ### CONTEXT CREATE TABLE table_name_97 (callsign VARCHAR, brand VARCHAR, webcast VARCHAR, frequency VARCHAR) ### ANSWER SELECT callsign FROM table_name_97 WHERE webcast = "listen live" AND frequency < 1210 AND brand = "newsradio 740 ktrh"</s>
{ "answer": "SELECT callsign FROM table_name_97 WHERE webcast = \"listen live\" AND frequency < 1210 AND brand = \"newsradio 740 ktrh\"", "context": "CREATE TABLE table_name_97 (callsign VARCHAR, brand VARCHAR, webcast VARCHAR, frequency VARCHAR)", "question": "Which Callsign includes a frequency under 1210, Newsradio 740 KTRH, and webcasts with listen live?" }
### QUESTION Which website includes a webcast of listen live, a frequency under 680, and was licensed in the city of San Antonio. ### CONTEXT CREATE TABLE table_name_53 (website VARCHAR, frequency VARCHAR, city_of_license VARCHAR, webcast VARCHAR) ### ANSWER SELECT website FROM table_name_53 WHERE city_of_license = "san antonio" AND webcast = "listen live" AND frequency = 680</s>
{ "answer": "SELECT website FROM table_name_53 WHERE city_of_license = \"san antonio\" AND webcast = \"listen live\" AND frequency = 680", "context": "CREATE TABLE table_name_53 (website VARCHAR, frequency VARCHAR, city_of_license VARCHAR, webcast VARCHAR)", "question": "Which website includes a webcast of listen live, a frequency under 680, and was licensed in the city of San Antonio." }
### QUESTION How many did alco -schenectady preserve of class b-3? ### CONTEXT CREATE TABLE table_name_68 (quantity_preserved VARCHAR, manufacturer VARCHAR, class VARCHAR) ### ANSWER SELECT quantity_preserved FROM table_name_68 WHERE manufacturer = "alco -schenectady" AND class = "b-3"</s>
{ "answer": "SELECT quantity_preserved FROM table_name_68 WHERE manufacturer = \"alco -schenectady\" AND class = \"b-3\"", "context": "CREATE TABLE table_name_68 (quantity_preserved VARCHAR, manufacturer VARCHAR, class VARCHAR)", "question": "How many did alco -schenectady preserve of class b-3?" }
### QUESTION What is the sum of the round of Fred Smoot, who has a pick number greater than 14? ### CONTEXT CREATE TABLE table_name_39 (round INTEGER, name VARCHAR, pick VARCHAR) ### ANSWER SELECT SUM(round) FROM table_name_39 WHERE name = "fred smoot" AND pick > 14</s>
{ "answer": "SELECT SUM(round) FROM table_name_39 WHERE name = \"fred smoot\" AND pick > 14", "context": "CREATE TABLE table_name_39 (round INTEGER, name VARCHAR, pick VARCHAR)", "question": "What is the sum of the round of Fred Smoot, who has a pick number greater than 14?" }
### QUESTION What was the lowest re-elected result for Sylvester C. Smith? ### CONTEXT CREATE TABLE table_name_47 (first_elected INTEGER, result VARCHAR, incumbent VARCHAR) ### ANSWER SELECT MIN(first_elected) FROM table_name_47 WHERE result = "re-elected" AND incumbent = "sylvester c. smith"</s>
{ "answer": "SELECT MIN(first_elected) FROM table_name_47 WHERE result = \"re-elected\" AND incumbent = \"sylvester c. smith\"", "context": "CREATE TABLE table_name_47 (first_elected INTEGER, result VARCHAR, incumbent VARCHAR)", "question": "What was the lowest re-elected result for Sylvester C. Smith?" }
### QUESTION What is the highest number of losses associated with 2 matches played, a first game after 1997, and more than 0 draws? ### CONTEXT CREATE TABLE table_name_37 (lost INTEGER, drawn VARCHAR, played VARCHAR, first_game VARCHAR) ### ANSWER SELECT MAX(lost) FROM table_name_37 WHERE played = 2 AND first_game > 1997 AND drawn > 0</s>
{ "answer": "SELECT MAX(lost) FROM table_name_37 WHERE played = 2 AND first_game > 1997 AND drawn > 0", "context": "CREATE TABLE table_name_37 (lost INTEGER, drawn VARCHAR, played VARCHAR, first_game VARCHAR)", "question": "What is the highest number of losses associated with 2 matches played, a first game after 1997, and more than 0 draws?" }
### QUESTION Which party had a result of retired democratic hold and a first elected earlier than 1884 with an incumbent of samuel dibble? ### CONTEXT CREATE TABLE table_name_32 (party VARCHAR, incumbent VARCHAR, result VARCHAR, first_elected VARCHAR) ### ANSWER SELECT party FROM table_name_32 WHERE result = "retired democratic hold" AND first_elected < 1884 AND incumbent = "samuel dibble"</s>
{ "answer": "SELECT party FROM table_name_32 WHERE result = \"retired democratic hold\" AND first_elected < 1884 AND incumbent = \"samuel dibble\"", "context": "CREATE TABLE table_name_32 (party VARCHAR, incumbent VARCHAR, result VARCHAR, first_elected VARCHAR)", "question": "Which party had a result of retired democratic hold and a first elected earlier than 1884 with an incumbent of samuel dibble?" }
### QUESTION What was the record when the TKO (elbows) method was used? ### CONTEXT CREATE TABLE table_name_12 (record VARCHAR, method VARCHAR) ### ANSWER SELECT record FROM table_name_12 WHERE method = "tko (elbows)"</s>
{ "answer": "SELECT record FROM table_name_12 WHERE method = \"tko (elbows)\"", "context": "CREATE TABLE table_name_12 (record VARCHAR, method VARCHAR)", "question": "What was the record when the TKO (elbows) method was used?" }
### QUESTION What nation are carolina hermann / daniel hermann from? ### CONTEXT CREATE TABLE table_name_64 (nation VARCHAR, name VARCHAR) ### ANSWER SELECT nation FROM table_name_64 WHERE name = "carolina hermann / daniel hermann"</s>
{ "answer": "SELECT nation FROM table_name_64 WHERE name = \"carolina hermann / daniel hermann\"", "context": "CREATE TABLE table_name_64 (nation VARCHAR, name VARCHAR)", "question": "What nation are carolina hermann / daniel hermann from?" }
### QUESTION What is Airport, when Country is "Egypt", and when ICAO is "Heba"? ### CONTEXT CREATE TABLE table_name_35 (airport VARCHAR, country VARCHAR, icao VARCHAR) ### ANSWER SELECT airport FROM table_name_35 WHERE country = "egypt" AND icao = "heba"</s>
{ "answer": "SELECT airport FROM table_name_35 WHERE country = \"egypt\" AND icao = \"heba\"", "context": "CREATE TABLE table_name_35 (airport VARCHAR, country VARCHAR, icao VARCHAR)", "question": "What is Airport, when Country is \"Egypt\", and when ICAO is \"Heba\"?" }
### QUESTION Performer 1 of greg proops, and a Date of 25 august 1995 is what performer 4? ### CONTEXT CREATE TABLE table_name_76 (performer_4 VARCHAR, performer_1 VARCHAR, date VARCHAR) ### ANSWER SELECT performer_4 FROM table_name_76 WHERE performer_1 = "greg proops" AND date = "25 august 1995"</s>
{ "answer": "SELECT performer_4 FROM table_name_76 WHERE performer_1 = \"greg proops\" AND date = \"25 august 1995\"", "context": "CREATE TABLE table_name_76 (performer_4 VARCHAR, performer_1 VARCHAR, date VARCHAR)", "question": "Performer 1 of greg proops, and a Date of 25 august 1995 is what performer 4?" }
### QUESTION Performer 1 of greg proops, and a Performer 3 of ryan stiles, and a Date of 25 august 1995 is which average episode? ### CONTEXT CREATE TABLE table_name_74 (episode INTEGER, date VARCHAR, performer_1 VARCHAR, performer_3 VARCHAR) ### ANSWER SELECT AVG(episode) FROM table_name_74 WHERE performer_1 = "greg proops" AND performer_3 = "ryan stiles" AND date = "25 august 1995"</s>
{ "answer": "SELECT AVG(episode) FROM table_name_74 WHERE performer_1 = \"greg proops\" AND performer_3 = \"ryan stiles\" AND date = \"25 august 1995\"", "context": "CREATE TABLE table_name_74 (episode INTEGER, date VARCHAR, performer_1 VARCHAR, performer_3 VARCHAR)", "question": "Performer 1 of greg proops, and a Performer 3 of ryan stiles, and a Date of 25 august 1995 is which average episode?" }
### QUESTION Performer 1 of Stephen Frost, and a Performer 2 of Josie Lawrence, and a Date of 15 September 1995 is what performer 3? ### CONTEXT CREATE TABLE table_name_79 (performer_3 VARCHAR, date VARCHAR, performer_1 VARCHAR, performer_2 VARCHAR) ### ANSWER SELECT performer_3 FROM table_name_79 WHERE performer_1 = "stephen frost" AND performer_2 = "josie lawrence" AND date = "15 september 1995"</s>
{ "answer": "SELECT performer_3 FROM table_name_79 WHERE performer_1 = \"stephen frost\" AND performer_2 = \"josie lawrence\" AND date = \"15 september 1995\"", "context": "CREATE TABLE table_name_79 (performer_3 VARCHAR, date VARCHAR, performer_1 VARCHAR, performer_2 VARCHAR)", "question": "Performer 1 of Stephen Frost, and a Performer 2 of Josie Lawrence, and a Date of 15 September 1995 is what performer 3?" }
### QUESTION WHich Mountains classification has an Asian team classification of seoul cycling team, and a Winner of alexandre usov? ### CONTEXT CREATE TABLE table_name_99 (mountains_classification VARCHAR, asian_team_classification VARCHAR, winner VARCHAR) ### ANSWER SELECT mountains_classification FROM table_name_99 WHERE asian_team_classification = "seoul cycling team" AND winner = "alexandre usov"</s>
{ "answer": "SELECT mountains_classification FROM table_name_99 WHERE asian_team_classification = \"seoul cycling team\" AND winner = \"alexandre usov\"", "context": "CREATE TABLE table_name_99 (mountains_classification VARCHAR, asian_team_classification VARCHAR, winner VARCHAR)", "question": "WHich Mountains classification has an Asian team classification of seoul cycling team, and a Winner of alexandre usov?" }
### QUESTION WHich General classification has an Asian rider classification of shinichi fukushima, and a Winner of jeremy hunt? ### CONTEXT CREATE TABLE table_name_1 (general_classification VARCHAR, asian_rider_classification VARCHAR, winner VARCHAR) ### ANSWER SELECT general_classification FROM table_name_1 WHERE asian_rider_classification = "shinichi fukushima" AND winner = "jeremy hunt"</s>
{ "answer": "SELECT general_classification FROM table_name_1 WHERE asian_rider_classification = \"shinichi fukushima\" AND winner = \"jeremy hunt\"", "context": "CREATE TABLE table_name_1 (general_classification VARCHAR, asian_rider_classification VARCHAR, winner VARCHAR)", "question": "WHich General classification has an Asian rider classification of shinichi fukushima, and a Winner of jeremy hunt?" }
### QUESTION Which L2-Cache has a Frequency of 1333 mhz, and a Model Number of c3 1.3a? ### CONTEXT CREATE TABLE table_name_42 (l2_cache VARCHAR, frequency VARCHAR, model_number VARCHAR) ### ANSWER SELECT l2_cache FROM table_name_42 WHERE frequency = "1333 mhz" AND model_number = "c3 1.3a"</s>
{ "answer": "SELECT l2_cache FROM table_name_42 WHERE frequency = \"1333 mhz\" AND model_number = \"c3 1.3a\"", "context": "CREATE TABLE table_name_42 (l2_cache VARCHAR, frequency VARCHAR, model_number VARCHAR)", "question": "Which L2-Cache has a Frequency of 1333 mhz, and a Model Number of c3 1.3a?" }
### QUESTION Name the average econ for runs more than 703 and ovrs more than 25.5 ### CONTEXT CREATE TABLE table_name_2 (econ INTEGER, ovrs VARCHAR, runs VARCHAR) ### ANSWER SELECT AVG(econ) FROM table_name_2 WHERE ovrs > 25.5 AND runs > 703</s>
{ "answer": "SELECT AVG(econ) FROM table_name_2 WHERE ovrs > 25.5 AND runs > 703", "context": "CREATE TABLE table_name_2 (econ INTEGER, ovrs VARCHAR, runs VARCHAR)", "question": "Name the average econ for runs more than 703 and ovrs more than 25.5" }
### QUESTION Can you tell me the sum of Grid that has the Laps of 30, and the Rider of toni elias? ### CONTEXT CREATE TABLE table_name_54 (grid INTEGER, laps VARCHAR, rider VARCHAR) ### ANSWER SELECT SUM(grid) FROM table_name_54 WHERE laps = 30 AND rider = "toni elias"</s>
{ "answer": "SELECT SUM(grid) FROM table_name_54 WHERE laps = 30 AND rider = \"toni elias\"", "context": "CREATE TABLE table_name_54 (grid INTEGER, laps VARCHAR, rider VARCHAR)", "question": "Can you tell me the sum of Grid that has the Laps of 30, and the Rider of toni elias?" }
### QUESTION How many Females (%) have Females Rank smaller than 21, and a State of kerala, and Males Rank larger than 1? ### CONTEXT CREATE TABLE table_name_1 (females___percentage_ VARCHAR, males_rank VARCHAR, females_rank VARCHAR, state VARCHAR) ### ANSWER SELECT COUNT(females___percentage_) FROM table_name_1 WHERE females_rank < 21 AND state = "kerala" AND males_rank > 1</s>
{ "answer": "SELECT COUNT(females___percentage_) FROM table_name_1 WHERE females_rank < 21 AND state = \"kerala\" AND males_rank > 1", "context": "CREATE TABLE table_name_1 (females___percentage_ VARCHAR, males_rank VARCHAR, females_rank VARCHAR, state VARCHAR)", "question": "How many Females (%) have Females Rank smaller than 21, and a State of kerala, and Males Rank larger than 1?" }
### QUESTION Which Females (%) has an HIV awareness (males%) larger than 92, and Females Rank larger than 2, and Males Rank smaller than 3? ### CONTEXT CREATE TABLE table_name_71 (females___percentage_ INTEGER, males_rank VARCHAR, hiv_awareness__males_percentage_ VARCHAR, females_rank VARCHAR) ### ANSWER SELECT SUM(females___percentage_) FROM table_name_71 WHERE hiv_awareness__males_percentage_ > 92 AND females_rank > 2 AND males_rank < 3</s>
{ "answer": "SELECT SUM(females___percentage_) FROM table_name_71 WHERE hiv_awareness__males_percentage_ > 92 AND females_rank > 2 AND males_rank < 3", "context": "CREATE TABLE table_name_71 (females___percentage_ INTEGER, males_rank VARCHAR, hiv_awareness__males_percentage_ VARCHAR, females_rank VARCHAR)", "question": "Which Females (%) has an HIV awareness (males%) larger than 92, and Females Rank larger than 2, and Males Rank smaller than 3?" }
### QUESTION Which Fleet Series (Quantity) has an Order Year of 2010, and a Model of de40lfr? ### CONTEXT CREATE TABLE table_name_60 (fleet_series__quantity_ VARCHAR, order_year VARCHAR, model VARCHAR) ### ANSWER SELECT fleet_series__quantity_ FROM table_name_60 WHERE order_year = "2010" AND model = "de40lfr"</s>
{ "answer": "SELECT fleet_series__quantity_ FROM table_name_60 WHERE order_year = \"2010\" AND model = \"de40lfr\"", "context": "CREATE TABLE table_name_60 (fleet_series__quantity_ VARCHAR, order_year VARCHAR, model VARCHAR)", "question": "Which Fleet Series (Quantity) has an Order Year of 2010, and a Model of de40lfr?" }
### QUESTION Name the total number of roll for state authority and stanley avenue school with decile more than 5 ### CONTEXT CREATE TABLE table_name_31 (roll VARCHAR, decile VARCHAR, authority VARCHAR, name VARCHAR) ### ANSWER SELECT COUNT(roll) FROM table_name_31 WHERE authority = "state" AND name = "stanley avenue school" AND decile > 5</s>
{ "answer": "SELECT COUNT(roll) FROM table_name_31 WHERE authority = \"state\" AND name = \"stanley avenue school\" AND decile > 5", "context": "CREATE TABLE table_name_31 (roll VARCHAR, decile VARCHAR, authority VARCHAR, name VARCHAR)", "question": "Name the total number of roll for state authority and stanley avenue school with decile more than 5" }
### QUESTION Which Score has aN Outcome of winner on 4 november 1990? ### CONTEXT CREATE TABLE table_name_66 (score VARCHAR, outcome VARCHAR, date VARCHAR) ### ANSWER SELECT score FROM table_name_66 WHERE outcome = "winner" AND date = "4 november 1990"</s>
{ "answer": "SELECT score FROM table_name_66 WHERE outcome = \"winner\" AND date = \"4 november 1990\"", "context": "CREATE TABLE table_name_66 (score VARCHAR, outcome VARCHAR, date VARCHAR)", "question": "Which Score has aN Outcome of winner on 4 november 1990?" }
### QUESTION What rider is on an aprilia that went under 18 laps with a grid total of 17? ### CONTEXT CREATE TABLE table_name_14 (rider VARCHAR, grid VARCHAR, manufacturer VARCHAR, laps VARCHAR) ### ANSWER SELECT rider FROM table_name_14 WHERE manufacturer = "aprilia" AND laps < 18 AND grid = 17</s>
{ "answer": "SELECT rider FROM table_name_14 WHERE manufacturer = \"aprilia\" AND laps < 18 AND grid = 17", "context": "CREATE TABLE table_name_14 (rider VARCHAR, grid VARCHAR, manufacturer VARCHAR, laps VARCHAR)", "question": "What rider is on an aprilia that went under 18 laps with a grid total of 17?" }
### QUESTION What's the highest reign on march 10, 2007? ### CONTEXT CREATE TABLE table_name_66 (reign INTEGER, date VARCHAR) ### ANSWER SELECT MAX(reign) FROM table_name_66 WHERE date = "march 10, 2007"</s>
{ "answer": "SELECT MAX(reign) FROM table_name_66 WHERE date = \"march 10, 2007\"", "context": "CREATE TABLE table_name_66 (reign INTEGER, date VARCHAR)", "question": "What's the highest reign on march 10, 2007?" }
### QUESTION Name the capacity for the engine of 2.0 duratorq ### CONTEXT CREATE TABLE table_name_84 (capacity VARCHAR, model_engine VARCHAR) ### ANSWER SELECT capacity FROM table_name_84 WHERE model_engine = "2.0 duratorq"</s>
{ "answer": "SELECT capacity FROM table_name_84 WHERE model_engine = \"2.0 duratorq\"", "context": "CREATE TABLE table_name_84 (capacity VARCHAR, model_engine VARCHAR)", "question": "Name the capacity for the engine of 2.0 duratorq" }
### QUESTION What is the total number of Goals with a nationality of England, and position of DF, and a Crewe Alexandra career is 1958–1962, and less than 170 appearances? ### CONTEXT CREATE TABLE table_name_98 (goals VARCHAR, appearances VARCHAR, crewe_alexandra_career VARCHAR, nationality VARCHAR, position VARCHAR) ### ANSWER SELECT COUNT(goals) FROM table_name_98 WHERE nationality = "england" AND position = "df" AND crewe_alexandra_career = "1958–1962" AND appearances < 170</s>
{ "answer": "SELECT COUNT(goals) FROM table_name_98 WHERE nationality = \"england\" AND position = \"df\" AND crewe_alexandra_career = \"1958–1962\" AND appearances < 170", "context": "CREATE TABLE table_name_98 (goals VARCHAR, appearances VARCHAR, crewe_alexandra_career VARCHAR, nationality VARCHAR, position VARCHAR)", "question": "What is the total number of Goals with a nationality of England, and position of DF, and a Crewe Alexandra career is 1958–1962, and less than 170 appearances?" }
### QUESTION What's the average goal ratio with Goals larger than 1, Games larger than 161, and a Debut in Europe smaller than 1985? ### CONTEXT CREATE TABLE table_name_71 (goal_ratio INTEGER, debut_in_europe VARCHAR, goals VARCHAR, games VARCHAR) ### ANSWER SELECT AVG(goal_ratio) FROM table_name_71 WHERE goals > 1 AND games > 161 AND debut_in_europe < 1985</s>
{ "answer": "SELECT AVG(goal_ratio) FROM table_name_71 WHERE goals > 1 AND games > 161 AND debut_in_europe < 1985", "context": "CREATE TABLE table_name_71 (goal_ratio INTEGER, debut_in_europe VARCHAR, goals VARCHAR, games VARCHAR)", "question": "What's the average goal ratio with Goals larger than 1, Games larger than 161, and a Debut in Europe smaller than 1985?" }
### QUESTION what is the game when the opponent is @ chicago stags? ### CONTEXT CREATE TABLE table_name_87 (game INTEGER, opponent VARCHAR) ### ANSWER SELECT SUM(game) FROM table_name_87 WHERE opponent = "@ chicago stags"</s>
{ "answer": "SELECT SUM(game) FROM table_name_87 WHERE opponent = \"@ chicago stags\"", "context": "CREATE TABLE table_name_87 (game INTEGER, opponent VARCHAR)", "question": "what is the game when the opponent is @ chicago stags?" }
### QUESTION What was the score in the game where Carolina was the home team and Niittymaki received the decision? ### CONTEXT CREATE TABLE table_name_90 (score VARCHAR, decision VARCHAR, home VARCHAR) ### ANSWER SELECT score FROM table_name_90 WHERE decision = "niittymaki" AND home = "carolina"</s>
{ "answer": "SELECT score FROM table_name_90 WHERE decision = \"niittymaki\" AND home = \"carolina\"", "context": "CREATE TABLE table_name_90 (score VARCHAR, decision VARCHAR, home VARCHAR)", "question": "What was the score in the game where Carolina was the home team and Niittymaki received the decision?" }
### QUESTION What was the score for the December 11 game against the Ottawa Senators? ### CONTEXT CREATE TABLE table_name_52 (score VARCHAR, visitor VARCHAR, date VARCHAR) ### ANSWER SELECT score FROM table_name_52 WHERE visitor = "ottawa senators" AND date = "december 11"</s>
{ "answer": "SELECT score FROM table_name_52 WHERE visitor = \"ottawa senators\" AND date = \"december 11\"", "context": "CREATE TABLE table_name_52 (score VARCHAR, visitor VARCHAR, date VARCHAR)", "question": "What was the score for the December 11 game against the Ottawa Senators?" }
### QUESTION Name the project with length overall being 25 and name of levante ### CONTEXT CREATE TABLE table_name_40 (project VARCHAR, length_overall_in_meters__without_bowsprit_ VARCHAR, name VARCHAR) ### ANSWER SELECT project FROM table_name_40 WHERE length_overall_in_meters__without_bowsprit_ = 25 AND name = "levante"</s>
{ "answer": "SELECT project FROM table_name_40 WHERE length_overall_in_meters__without_bowsprit_ = 25 AND name = \"levante\"", "context": "CREATE TABLE table_name_40 (project VARCHAR, length_overall_in_meters__without_bowsprit_ VARCHAR, name VARCHAR)", "question": "Name the project with length overall being 25 and name of levante" }
### QUESTION What was the Score in the game against the Buffalo Sabres? ### CONTEXT CREATE TABLE table_name_83 (score VARCHAR, opponent VARCHAR) ### ANSWER SELECT score FROM table_name_83 WHERE opponent = "buffalo sabres"</s>
{ "answer": "SELECT score FROM table_name_83 WHERE opponent = \"buffalo sabres\"", "context": "CREATE TABLE table_name_83 (score VARCHAR, opponent VARCHAR)", "question": "What was the Score in the game against the Buffalo Sabres?" }
### QUESTION Which episode was directed by Bob Anderson with a production code of KABF16 and a season before than 25? ### CONTEXT CREATE TABLE table_name_16 (episode VARCHAR, production_code VARCHAR, season VARCHAR, directed_by VARCHAR) ### ANSWER SELECT episode FROM table_name_16 WHERE season < 25 AND directed_by = "bob anderson" AND production_code = "kabf16"</s>
{ "answer": "SELECT episode FROM table_name_16 WHERE season < 25 AND directed_by = \"bob anderson\" AND production_code = \"kabf16\"", "context": "CREATE TABLE table_name_16 (episode VARCHAR, production_code VARCHAR, season VARCHAR, directed_by VARCHAR)", "question": "Which episode was directed by Bob Anderson with a production code of KABF16 and a season before than 25?" }
### QUESTION Which name was in a position less than 4 with 2 losses? ### CONTEXT CREATE TABLE table_name_78 (name VARCHAR, position VARCHAR, lost VARCHAR) ### ANSWER SELECT name FROM table_name_78 WHERE position < 4 AND lost = 2</s>
{ "answer": "SELECT name FROM table_name_78 WHERE position < 4 AND lost = 2", "context": "CREATE TABLE table_name_78 (name VARCHAR, position VARCHAR, lost VARCHAR)", "question": "Which name was in a position less than 4 with 2 losses?" }
### QUESTION Date of 10 july 2009 includes what athlete? ### CONTEXT CREATE TABLE table_name_92 (athlete VARCHAR, date VARCHAR) ### ANSWER SELECT athlete FROM table_name_92 WHERE date = "10 july 2009"</s>
{ "answer": "SELECT athlete FROM table_name_92 WHERE date = \"10 july 2009\"", "context": "CREATE TABLE table_name_92 (athlete VARCHAR, date VARCHAR)", "question": "Date of 10 july 2009 includes what athlete?" }
### QUESTION Who was the opponent that played at Launceston Cricket Club Ground, launceston during the season of 1853/54? ### CONTEXT CREATE TABLE table_name_47 (opponent VARCHAR, venue VARCHAR, season VARCHAR) ### ANSWER SELECT opponent FROM table_name_47 WHERE venue = "launceston cricket club ground, launceston" AND season = "1853/54"</s>
{ "answer": "SELECT opponent FROM table_name_47 WHERE venue = \"launceston cricket club ground, launceston\" AND season = \"1853/54\"", "context": "CREATE TABLE table_name_47 (opponent VARCHAR, venue VARCHAR, season VARCHAR)", "question": "Who was the opponent that played at Launceston Cricket Club Ground, launceston during the season of 1853/54?" }
### QUESTION What is the status for a journal with the ISSN of 0149-1830? ### CONTEXT CREATE TABLE table_name_62 (status VARCHAR, issn VARCHAR) ### ANSWER SELECT status FROM table_name_62 WHERE issn = "0149-1830"</s>
{ "answer": "SELECT status FROM table_name_62 WHERE issn = \"0149-1830\"", "context": "CREATE TABLE table_name_62 (status VARCHAR, issn VARCHAR)", "question": "What is the status for a journal with the ISSN of 0149-1830?" }
### QUESTION Which College has a Round of 11, and a Position of wr? ### CONTEXT CREATE TABLE table_name_42 (college VARCHAR, round VARCHAR, position VARCHAR) ### ANSWER SELECT college FROM table_name_42 WHERE round = 11 AND position = "wr"</s>
{ "answer": "SELECT college FROM table_name_42 WHERE round = 11 AND position = \"wr\"", "context": "CREATE TABLE table_name_42 (college VARCHAR, round VARCHAR, position VARCHAR)", "question": "Which College has a Round of 11, and a Position of wr?" }
### QUESTION What is the region 1 release that has july 20, 2009 as the region 2? ### CONTEXT CREATE TABLE table_name_39 (region_1_release VARCHAR, region_2_release VARCHAR) ### ANSWER SELECT region_1_release FROM table_name_39 WHERE region_2_release = "july 20, 2009"</s>
{ "answer": "SELECT region_1_release FROM table_name_39 WHERE region_2_release = \"july 20, 2009\"", "context": "CREATE TABLE table_name_39 (region_1_release VARCHAR, region_2_release VARCHAR)", "question": "What is the region 1 release that has july 20, 2009 as the region 2?" }
### QUESTION What is teh born-died dates of the king with a throne name 315 and left office in 1021? ### CONTEXT CREATE TABLE table_name_74 (born_died VARCHAR, left_office VARCHAR, throne_name VARCHAR) ### ANSWER SELECT born_died FROM table_name_74 WHERE left_office = "1021" AND throne_name = "315"</s>
{ "answer": "SELECT born_died FROM table_name_74 WHERE left_office = \"1021\" AND throne_name = \"315\"", "context": "CREATE TABLE table_name_74 (born_died VARCHAR, left_office VARCHAR, throne_name VARCHAR)", "question": "What is teh born-died dates of the king with a throne name 315 and left office in 1021?" }
### QUESTION What is Date, when Location is Polo Grounds, when Winner is Philadelphia Eagles, and when Year is 1948? ### CONTEXT CREATE TABLE table_name_70 (date VARCHAR, year VARCHAR, location VARCHAR, winner VARCHAR) ### ANSWER SELECT date FROM table_name_70 WHERE location = "polo grounds" AND winner = "philadelphia eagles" AND year = 1948</s>
{ "answer": "SELECT date FROM table_name_70 WHERE location = \"polo grounds\" AND winner = \"philadelphia eagles\" AND year = 1948", "context": "CREATE TABLE table_name_70 (date VARCHAR, year VARCHAR, location VARCHAR, winner VARCHAR)", "question": "What is Date, when Location is Polo Grounds, when Winner is Philadelphia Eagles, and when Year is 1948?" }
### QUESTION Which Opponents have a Surface of hard, and an Outcome of runner-up, and a Partner of jarmila gajdošová? ### CONTEXT CREATE TABLE table_name_80 (opponents VARCHAR, partner VARCHAR, surface VARCHAR, outcome VARCHAR) ### ANSWER SELECT opponents FROM table_name_80 WHERE surface = "hard" AND outcome = "runner-up" AND partner = "jarmila gajdošová"</s>
{ "answer": "SELECT opponents FROM table_name_80 WHERE surface = \"hard\" AND outcome = \"runner-up\" AND partner = \"jarmila gajdošová\"", "context": "CREATE TABLE table_name_80 (opponents VARCHAR, partner VARCHAR, surface VARCHAR, outcome VARCHAR)", "question": "Which Opponents have a Surface of hard, and an Outcome of runner-up, and a Partner of jarmila gajdošová?" }
### QUESTION What is Result, when Year is 1948, and when Date is November 7? ### CONTEXT CREATE TABLE table_name_31 (result VARCHAR, year VARCHAR, date VARCHAR) ### ANSWER SELECT result FROM table_name_31 WHERE year = 1948 AND date = "november 7"</s>
{ "answer": "SELECT result FROM table_name_31 WHERE year = 1948 AND date = \"november 7\"", "context": "CREATE TABLE table_name_31 (result VARCHAR, year VARCHAR, date VARCHAR)", "question": "What is Result, when Year is 1948, and when Date is November 7?" }
### QUESTION Who did the Rangers play in a game that was later than 72 when the team record was 39-27-9? ### CONTEXT CREATE TABLE table_name_93 (opponent VARCHAR, game VARCHAR, record VARCHAR) ### ANSWER SELECT opponent FROM table_name_93 WHERE game > 72 AND record = "39-27-9"</s>
{ "answer": "SELECT opponent FROM table_name_93 WHERE game > 72 AND record = \"39-27-9\"", "context": "CREATE TABLE table_name_93 (opponent VARCHAR, game VARCHAR, record VARCHAR)", "question": "Who did the Rangers play in a game that was later than 72 when the team record was 39-27-9?" }
### QUESTION Which catalogue has essential, castle music as it's label? ### CONTEXT CREATE TABLE table_name_46 (catalogue VARCHAR, label VARCHAR) ### ANSWER SELECT catalogue FROM table_name_46 WHERE label = "essential, castle music"</s>
{ "answer": "SELECT catalogue FROM table_name_46 WHERE label = \"essential, castle music\"", "context": "CREATE TABLE table_name_46 (catalogue VARCHAR, label VARCHAR)", "question": "Which catalogue has essential, castle music as it's label?" }
### QUESTION Name the total number of overall for defensive tackle ### CONTEXT CREATE TABLE table_name_6 (overall VARCHAR, position VARCHAR) ### ANSWER SELECT COUNT(overall) FROM table_name_6 WHERE position = "defensive tackle"</s>
{ "answer": "SELECT COUNT(overall) FROM table_name_6 WHERE position = \"defensive tackle\"", "context": "CREATE TABLE table_name_6 (overall VARCHAR, position VARCHAR)", "question": "Name the total number of overall for defensive tackle" }
### QUESTION Which one has a rank bigger than 2, lane of 1, and is from Hong Kong? ### CONTEXT CREATE TABLE table_name_55 (name VARCHAR, nationality VARCHAR, rank VARCHAR, lane VARCHAR) ### ANSWER SELECT name FROM table_name_55 WHERE rank > 2 AND lane = 1 AND nationality = "hong kong"</s>
{ "answer": "SELECT name FROM table_name_55 WHERE rank > 2 AND lane = 1 AND nationality = \"hong kong\"", "context": "CREATE TABLE table_name_55 (name VARCHAR, nationality VARCHAR, rank VARCHAR, lane VARCHAR)", "question": "Which one has a rank bigger than 2, lane of 1, and is from Hong Kong?" }
### QUESTION What rank is from Japan, has a lane smaller than 7 and a heat smaller than 3? ### CONTEXT CREATE TABLE table_name_52 (rank INTEGER, heat VARCHAR, nationality VARCHAR, lane VARCHAR) ### ANSWER SELECT SUM(rank) FROM table_name_52 WHERE nationality = "japan" AND lane < 7 AND heat < 3</s>
{ "answer": "SELECT SUM(rank) FROM table_name_52 WHERE nationality = \"japan\" AND lane < 7 AND heat < 3", "context": "CREATE TABLE table_name_52 (rank INTEGER, heat VARCHAR, nationality VARCHAR, lane VARCHAR)", "question": "What rank is from Japan, has a lane smaller than 7 and a heat smaller than 3?" }
### QUESTION Opponent of at boston patriots, and a Week larger than 3 had what average attendance? ### CONTEXT CREATE TABLE table_name_54 (attendance INTEGER, opponent VARCHAR, week VARCHAR) ### ANSWER SELECT AVG(attendance) FROM table_name_54 WHERE opponent = "at boston patriots" AND week > 3</s>
{ "answer": "SELECT AVG(attendance) FROM table_name_54 WHERE opponent = \"at boston patriots\" AND week > 3", "context": "CREATE TABLE table_name_54 (attendance INTEGER, opponent VARCHAR, week VARCHAR)", "question": "Opponent of at boston patriots, and a Week larger than 3 had what average attendance?" }
### QUESTION Name the most pick number for real salt lake and affiliation of ucla los angeles storm ### CONTEXT CREATE TABLE table_name_63 (pick__number INTEGER, mls_team VARCHAR, affiliation VARCHAR) ### ANSWER SELECT MAX(pick__number) FROM table_name_63 WHERE mls_team = "real salt lake" AND affiliation = "ucla los angeles storm"</s>
{ "answer": "SELECT MAX(pick__number) FROM table_name_63 WHERE mls_team = \"real salt lake\" AND affiliation = \"ucla los angeles storm\"", "context": "CREATE TABLE table_name_63 (pick__number INTEGER, mls_team VARCHAR, affiliation VARCHAR)", "question": "Name the most pick number for real salt lake and affiliation of ucla los angeles storm" }
### QUESTION What was the outcome of the match opponents in the final of Marius Călugăru Ciprian Petre Porumb? ### CONTEXT CREATE TABLE table_name_38 (outcome VARCHAR, opponents_in_the_final VARCHAR) ### ANSWER SELECT outcome FROM table_name_38 WHERE opponents_in_the_final = "marius călugăru ciprian petre porumb"</s>
{ "answer": "SELECT outcome FROM table_name_38 WHERE opponents_in_the_final = \"marius călugăru ciprian petre porumb\"", "context": "CREATE TABLE table_name_38 (outcome VARCHAR, opponents_in_the_final VARCHAR)", "question": "What was the outcome of the match opponents in the final of Marius Călugăru Ciprian Petre Porumb?" }
### QUESTION Which Game has an Opponent of detroit red wings, and a March smaller than 12? ### CONTEXT CREATE TABLE table_name_13 (game VARCHAR, opponent VARCHAR, march VARCHAR) ### ANSWER SELECT COUNT(game) FROM table_name_13 WHERE opponent = "detroit red wings" AND march < 12</s>
{ "answer": "SELECT COUNT(game) FROM table_name_13 WHERE opponent = \"detroit red wings\" AND march < 12", "context": "CREATE TABLE table_name_13 (game VARCHAR, opponent VARCHAR, march VARCHAR)", "question": "Which Game has an Opponent of detroit red wings, and a March smaller than 12?" }
### QUESTION what is the tournament when the court surface is clay and began in 1892? ### CONTEXT CREATE TABLE table_name_46 (tournament VARCHAR, court_surface VARCHAR, began VARCHAR) ### ANSWER SELECT tournament FROM table_name_46 WHERE court_surface = "clay" AND began = 1892</s>
{ "answer": "SELECT tournament FROM table_name_46 WHERE court_surface = \"clay\" AND began = 1892", "context": "CREATE TABLE table_name_46 (tournament VARCHAR, court_surface VARCHAR, began VARCHAR)", "question": "what is the tournament when the court surface is clay and began in 1892?" }
### QUESTION Which Visiting Team is on december 23? ### CONTEXT CREATE TABLE table_name_59 (visiting_team VARCHAR, date VARCHAR) ### ANSWER SELECT visiting_team FROM table_name_59 WHERE date = "december 23"</s>
{ "answer": "SELECT visiting_team FROM table_name_59 WHERE date = \"december 23\"", "context": "CREATE TABLE table_name_59 (visiting_team VARCHAR, date VARCHAR)", "question": "Which Visiting Team is on december 23?" }
### QUESTION Which segment c's segment b is refrigerators? ### CONTEXT CREATE TABLE table_name_58 (segment_c VARCHAR, segment_b VARCHAR) ### ANSWER SELECT segment_c FROM table_name_58 WHERE segment_b = "refrigerators"</s>
{ "answer": "SELECT segment_c FROM table_name_58 WHERE segment_b = \"refrigerators\"", "context": "CREATE TABLE table_name_58 (segment_c VARCHAR, segment_b VARCHAR)", "question": "Which segment c's segment b is refrigerators?" }
### QUESTION What is the area in km2 for Cape Agulhas, whose density is larger than 9.4 inhabitants/km2 and whose population in 2011 was less than 33,038? ### CONTEXT CREATE TABLE table_name_28 (area__km_2__ INTEGER, population__2011_ VARCHAR, density__inhabitants_km_2__ VARCHAR, name VARCHAR) ### ANSWER SELECT MAX(area__km_2__) FROM table_name_28 WHERE density__inhabitants_km_2__ > 9.4 AND name = "cape agulhas" AND population__2011_ < 33 OFFSET 038</s>
{ "answer": "SELECT MAX(area__km_2__) FROM table_name_28 WHERE density__inhabitants_km_2__ > 9.4 AND name = \"cape agulhas\" AND population__2011_ < 33 OFFSET 038", "context": "CREATE TABLE table_name_28 (area__km_2__ INTEGER, population__2011_ VARCHAR, density__inhabitants_km_2__ VARCHAR, name VARCHAR)", "question": "What is the area in km2 for Cape Agulhas, whose density is larger than 9.4 inhabitants/km2 and whose population in 2011 was less than 33,038?" }
### QUESTION Successes smaller than 6, and Launches larger than 1, and a Failures of 2 is what sum of the partial failures? ### CONTEXT CREATE TABLE table_name_35 (partial_failures INTEGER, failures VARCHAR, successes VARCHAR, launches VARCHAR) ### ANSWER SELECT SUM(partial_failures) FROM table_name_35 WHERE successes < 6 AND launches > 1 AND failures = 2</s>
{ "answer": "SELECT SUM(partial_failures) FROM table_name_35 WHERE successes < 6 AND launches > 1 AND failures = 2", "context": "CREATE TABLE table_name_35 (partial_failures INTEGER, failures VARCHAR, successes VARCHAR, launches VARCHAR)", "question": "Successes smaller than 6, and Launches larger than 1, and a Failures of 2 is what sum of the partial failures?" }
### QUESTION What is the Point of Chassis of Lancia d50 in 1954 ### CONTEXT CREATE TABLE table_name_91 (points VARCHAR, chassis VARCHAR, year VARCHAR) ### ANSWER SELECT points FROM table_name_91 WHERE chassis = "lancia d50" AND year = 1954</s>
{ "answer": "SELECT points FROM table_name_91 WHERE chassis = \"lancia d50\" AND year = 1954", "context": "CREATE TABLE table_name_91 (points VARCHAR, chassis VARCHAR, year VARCHAR)", "question": "What is the Point of Chassis of Lancia d50 in 1954" }
### QUESTION What is the match total for a score over 299 and under 412 innings? ### CONTEXT CREATE TABLE table_name_26 (matches INTEGER, high_score VARCHAR, innings VARCHAR) ### ANSWER SELECT SUM(matches) FROM table_name_26 WHERE high_score = "299" AND innings < 412</s>
{ "answer": "SELECT SUM(matches) FROM table_name_26 WHERE high_score = \"299\" AND innings < 412", "context": "CREATE TABLE table_name_26 (matches INTEGER, high_score VARCHAR, innings VARCHAR)", "question": "What is the match total for a score over 299 and under 412 innings?" }
### QUESTION What place had a score smaller than 74 and a par of e? ### CONTEXT CREATE TABLE table_name_43 (place VARCHAR, score VARCHAR, to_par VARCHAR) ### ANSWER SELECT place FROM table_name_43 WHERE score < 74 AND to_par = "e"</s>
{ "answer": "SELECT place FROM table_name_43 WHERE score < 74 AND to_par = \"e\"", "context": "CREATE TABLE table_name_43 (place VARCHAR, score VARCHAR, to_par VARCHAR)", "question": "What place had a score smaller than 74 and a par of e?" }
### QUESTION Which Round is the lowest one that has a Position of wide receiver, and an Overall smaller than 222? ### CONTEXT CREATE TABLE table_name_34 (round INTEGER, position VARCHAR, overall VARCHAR) ### ANSWER SELECT MIN(round) FROM table_name_34 WHERE position = "wide receiver" AND overall < 222</s>
{ "answer": "SELECT MIN(round) FROM table_name_34 WHERE position = \"wide receiver\" AND overall < 222", "context": "CREATE TABLE table_name_34 (round INTEGER, position VARCHAR, overall VARCHAR)", "question": "Which Round is the lowest one that has a Position of wide receiver, and an Overall smaller than 222?" }
### QUESTION What is Score, when High Assists is "Rajon Rondo (12)", and when High Points is "Paul Pierce (27)"? ### CONTEXT CREATE TABLE table_name_64 (score VARCHAR, high_assists VARCHAR, high_points VARCHAR) ### ANSWER SELECT score FROM table_name_64 WHERE high_assists = "rajon rondo (12)" AND high_points = "paul pierce (27)"</s>
{ "answer": "SELECT score FROM table_name_64 WHERE high_assists = \"rajon rondo (12)\" AND high_points = \"paul pierce (27)\"", "context": "CREATE TABLE table_name_64 (score VARCHAR, high_assists VARCHAR, high_points VARCHAR)", "question": "What is Score, when High Assists is \"Rajon Rondo (12)\", and when High Points is \"Paul Pierce (27)\"?" }
### QUESTION Which opponent has a game larger than 23, December larger than 8, and record of 8-10-7? ### CONTEXT CREATE TABLE table_name_55 (opponent VARCHAR, record VARCHAR, game VARCHAR, december VARCHAR) ### ANSWER SELECT opponent FROM table_name_55 WHERE game > 23 AND december > 8 AND record = "8-10-7"</s>
{ "answer": "SELECT opponent FROM table_name_55 WHERE game > 23 AND december > 8 AND record = \"8-10-7\"", "context": "CREATE TABLE table_name_55 (opponent VARCHAR, record VARCHAR, game VARCHAR, december VARCHAR)", "question": "Which opponent has a game larger than 23, December larger than 8, and record of 8-10-7?" }
### QUESTION Who is the representative with a presentation of credentials date on February 23, 1854? ### CONTEXT CREATE TABLE table_name_32 (representative VARCHAR, presentation_of_credentials VARCHAR) ### ANSWER SELECT representative FROM table_name_32 WHERE presentation_of_credentials = "february 23, 1854"</s>
{ "answer": "SELECT representative FROM table_name_32 WHERE presentation_of_credentials = \"february 23, 1854\"", "context": "CREATE TABLE table_name_32 (representative VARCHAR, presentation_of_credentials VARCHAR)", "question": "Who is the representative with a presentation of credentials date on February 23, 1854?" }
### QUESTION What is the title of the representative appointed by James K. Polk? ### CONTEXT CREATE TABLE table_name_52 (title VARCHAR, appointed_by VARCHAR) ### ANSWER SELECT title FROM table_name_52 WHERE appointed_by = "james k. polk"</s>
{ "answer": "SELECT title FROM table_name_52 WHERE appointed_by = \"james k. polk\"", "context": "CREATE TABLE table_name_52 (title VARCHAR, appointed_by VARCHAR)", "question": "What is the title of the representative appointed by James K. Polk?" }
### QUESTION Who was the architect that built the Electric Railway Chambers before 1915? ### CONTEXT CREATE TABLE table_name_43 (architect VARCHAR, built VARCHAR, building VARCHAR) ### ANSWER SELECT architect FROM table_name_43 WHERE built < 1915 AND building = "electric railway chambers"</s>
{ "answer": "SELECT architect FROM table_name_43 WHERE built < 1915 AND building = \"electric railway chambers\"", "context": "CREATE TABLE table_name_43 (architect VARCHAR, built VARCHAR, building VARCHAR)", "question": "Who was the architect that built the Electric Railway Chambers before 1915?" }
### QUESTION What is the highest up:down ratio with 4 mbit/s upstream? ### CONTEXT CREATE TABLE table_name_72 (up INTEGER, upstream VARCHAR) ### ANSWER SELECT MAX(up) AS :down_ratio FROM table_name_72 WHERE upstream = "4 mbit/s"</s>
{ "answer": "SELECT MAX(up) AS :down_ratio FROM table_name_72 WHERE upstream = \"4 mbit/s\"", "context": "CREATE TABLE table_name_72 (up INTEGER, upstream VARCHAR)", "question": "What is the highest up:down ratio with 4 mbit/s upstream?" }
### QUESTION What was the Company or Product name where Entrepreneurs Geoff and Colette Bell requested £75,000? ### CONTEXT CREATE TABLE table_name_25 (company_or_product_name VARCHAR, money_requested__£_ VARCHAR, entrepreneur_s_ VARCHAR) ### ANSWER SELECT company_or_product_name FROM table_name_25 WHERE money_requested__£_ = "75,000" AND entrepreneur_s_ = "geoff and colette bell"</s>
{ "answer": "SELECT company_or_product_name FROM table_name_25 WHERE money_requested__£_ = \"75,000\" AND entrepreneur_s_ = \"geoff and colette bell\"", "context": "CREATE TABLE table_name_25 (company_or_product_name VARCHAR, money_requested__£_ VARCHAR, entrepreneur_s_ VARCHAR)", "question": "What was the Company or Product name where Entrepreneurs Geoff and Colette Bell requested £75,000?" }
### QUESTION For all games with calgary as home, what is the average number of attendees? ### CONTEXT CREATE TABLE table_name_1 (attendance INTEGER, home VARCHAR) ### ANSWER SELECT AVG(attendance) FROM table_name_1 WHERE home = "calgary"</s>
{ "answer": "SELECT AVG(attendance) FROM table_name_1 WHERE home = \"calgary\"", "context": "CREATE TABLE table_name_1 (attendance INTEGER, home VARCHAR)", "question": "For all games with calgary as home, what is the average number of attendees?" }
### QUESTION Which Time has an Event of 200 m butterfly? ### CONTEXT CREATE TABLE table_name_7 (time VARCHAR, event VARCHAR) ### ANSWER SELECT time FROM table_name_7 WHERE event = "200 m butterfly"</s>
{ "answer": "SELECT time FROM table_name_7 WHERE event = \"200 m butterfly\"", "context": "CREATE TABLE table_name_7 (time VARCHAR, event VARCHAR)", "question": "Which Time has an Event of 200 m butterfly?" }
### QUESTION Played on Clay Surface, what was the Score of the Dortmund Tournament? ### CONTEXT CREATE TABLE table_name_70 (score_in_the_final VARCHAR, surface VARCHAR, tournament VARCHAR) ### ANSWER SELECT score_in_the_final FROM table_name_70 WHERE surface = "clay" AND tournament = "dortmund"</s>
{ "answer": "SELECT score_in_the_final FROM table_name_70 WHERE surface = \"clay\" AND tournament = \"dortmund\"", "context": "CREATE TABLE table_name_70 (score_in_the_final VARCHAR, surface VARCHAR, tournament VARCHAR)", "question": "Played on Clay Surface, what was the Score of the Dortmund Tournament?" }
### QUESTION Which date has a Week smaller than 14, and an Opponent of san francisco 49ers? ### CONTEXT CREATE TABLE table_name_92 (date VARCHAR, week VARCHAR, opponent VARCHAR) ### ANSWER SELECT date FROM table_name_92 WHERE week < 14 AND opponent = "san francisco 49ers"</s>
{ "answer": "SELECT date FROM table_name_92 WHERE week < 14 AND opponent = \"san francisco 49ers\"", "context": "CREATE TABLE table_name_92 (date VARCHAR, week VARCHAR, opponent VARCHAR)", "question": "Which date has a Week smaller than 14, and an Opponent of san francisco 49ers?" }
### QUESTION What is the rank of the qual 141.471? ### CONTEXT CREATE TABLE table_name_3 (rank VARCHAR, qual VARCHAR) ### ANSWER SELECT rank FROM table_name_3 WHERE qual = "141.471"</s>
{ "answer": "SELECT rank FROM table_name_3 WHERE qual = \"141.471\"", "context": "CREATE TABLE table_name_3 (rank VARCHAR, qual VARCHAR)", "question": "What is the rank of the qual 141.471?" }
### QUESTION What was the time when the method was TKO? ### CONTEXT CREATE TABLE table_name_61 (time VARCHAR, method VARCHAR) ### ANSWER SELECT time FROM table_name_61 WHERE method = "tko"</s>
{ "answer": "SELECT time FROM table_name_61 WHERE method = \"tko\"", "context": "CREATE TABLE table_name_61 (time VARCHAR, method VARCHAR)", "question": "What was the time when the method was TKO?" }
### QUESTION What year was she on a 350cc class bike, ranked 16th, with over 0 wins? ### CONTEXT CREATE TABLE table_name_85 (year INTEGER, wins VARCHAR, class VARCHAR, rank VARCHAR) ### ANSWER SELECT SUM(year) FROM table_name_85 WHERE class = "350cc" AND rank = "16th" AND wins > 0</s>
{ "answer": "SELECT SUM(year) FROM table_name_85 WHERE class = \"350cc\" AND rank = \"16th\" AND wins > 0", "context": "CREATE TABLE table_name_85 (year INTEGER, wins VARCHAR, class VARCHAR, rank VARCHAR)", "question": "What year was she on a 350cc class bike, ranked 16th, with over 0 wins?" }
### QUESTION What is the highest Rank of Karen Pickering when she had a time of less than 55.71? ### CONTEXT CREATE TABLE table_name_59 (rank INTEGER, name VARCHAR, time VARCHAR) ### ANSWER SELECT MAX(rank) FROM table_name_59 WHERE name = "karen pickering" AND time < 55.71</s>
{ "answer": "SELECT MAX(rank) FROM table_name_59 WHERE name = \"karen pickering\" AND time < 55.71", "context": "CREATE TABLE table_name_59 (rank INTEGER, name VARCHAR, time VARCHAR)", "question": "What is the highest Rank of Karen Pickering when she had a time of less than 55.71?" }
### QUESTION How much Attendance has an Opponent of rockies, and a Record of 32-30? ### CONTEXT CREATE TABLE table_name_34 (attendance INTEGER, opponent VARCHAR, record VARCHAR) ### ANSWER SELECT SUM(attendance) FROM table_name_34 WHERE opponent = "rockies" AND record = "32-30"</s>
{ "answer": "SELECT SUM(attendance) FROM table_name_34 WHERE opponent = \"rockies\" AND record = \"32-30\"", "context": "CREATE TABLE table_name_34 (attendance INTEGER, opponent VARCHAR, record VARCHAR)", "question": "How much Attendance has an Opponent of rockies, and a Record of 32-30?" }
### QUESTION What is the rank for Omni nashville hotel? ### CONTEXT CREATE TABLE table_name_89 (rank INTEGER, name VARCHAR) ### ANSWER SELECT SUM(rank) FROM table_name_89 WHERE name = "omni nashville hotel"</s>
{ "answer": "SELECT SUM(rank) FROM table_name_89 WHERE name = \"omni nashville hotel\"", "context": "CREATE TABLE table_name_89 (rank INTEGER, name VARCHAR)", "question": "What is the rank for Omni nashville hotel?" }
### QUESTION What is the average number of goals with more than 9 points, less than 14 goals against, and a goal difference less than 17? ### CONTEXT CREATE TABLE table_name_81 (goals_for INTEGER, goal_difference VARCHAR, points VARCHAR, goals_against VARCHAR) ### ANSWER SELECT AVG(goals_for) FROM table_name_81 WHERE points > 9 AND goals_against < 14 AND goal_difference < 17</s>
{ "answer": "SELECT AVG(goals_for) FROM table_name_81 WHERE points > 9 AND goals_against < 14 AND goal_difference < 17", "context": "CREATE TABLE table_name_81 (goals_for INTEGER, goal_difference VARCHAR, points VARCHAR, goals_against VARCHAR)", "question": "What is the average number of goals with more than 9 points, less than 14 goals against, and a goal difference less than 17?" }
### QUESTION Which rule has The Event of n/a, The Result of loss, and The Location of winsford england? ### CONTEXT CREATE TABLE table_name_2 (rules VARCHAR, location VARCHAR, event VARCHAR, result VARCHAR) ### ANSWER SELECT rules FROM table_name_2 WHERE event = "n/a" AND result = "loss" AND location = "winsford england"</s>
{ "answer": "SELECT rules FROM table_name_2 WHERE event = \"n/a\" AND result = \"loss\" AND location = \"winsford england\"", "context": "CREATE TABLE table_name_2 (rules VARCHAR, location VARCHAR, event VARCHAR, result VARCHAR)", "question": "Which rule has The Event of n/a, The Result of loss, and The Location of winsford england?" }
### QUESTION Which Opponent has a Round of 3, a Time of n/a, and a Rules of n/a? ### CONTEXT CREATE TABLE table_name_38 (opponent VARCHAR, rules VARCHAR, round VARCHAR, time VARCHAR) ### ANSWER SELECT opponent FROM table_name_38 WHERE round = "3" AND time = "n/a" AND rules = "n/a"</s>
{ "answer": "SELECT opponent FROM table_name_38 WHERE round = \"3\" AND time = \"n/a\" AND rules = \"n/a\"", "context": "CREATE TABLE table_name_38 (opponent VARCHAR, rules VARCHAR, round VARCHAR, time VARCHAR)", "question": "Which Opponent has a Round of 3, a Time of n/a, and a Rules of n/a?" }
### QUESTION What is the Title, when the Lyricist(s) is Yarosake, and when the Composer(s) is Yarosake? ### CONTEXT CREATE TABLE table_name_69 (title VARCHAR, lyricist_s_ VARCHAR, composer_s_ VARCHAR) ### ANSWER SELECT title FROM table_name_69 WHERE lyricist_s_ = "yarosake" AND composer_s_ = "yarosake"</s>
{ "answer": "SELECT title FROM table_name_69 WHERE lyricist_s_ = \"yarosake\" AND composer_s_ = \"yarosake\"", "context": "CREATE TABLE table_name_69 (title VARCHAR, lyricist_s_ VARCHAR, composer_s_ VARCHAR)", "question": "What is the Title, when the Lyricist(s) is Yarosake, and when the Composer(s) is Yarosake?" }
### QUESTION Who is/are the Composer(s), when the Arranger(s) is Banana Boat, and when the Length is 4:25? ### CONTEXT CREATE TABLE table_name_96 (composer_s_ VARCHAR, arranger_s_ VARCHAR, length VARCHAR) ### ANSWER SELECT composer_s_ FROM table_name_96 WHERE arranger_s_ = "banana boat" AND length = "4:25"</s>
{ "answer": "SELECT composer_s_ FROM table_name_96 WHERE arranger_s_ = \"banana boat\" AND length = \"4:25\"", "context": "CREATE TABLE table_name_96 (composer_s_ VARCHAR, arranger_s_ VARCHAR, length VARCHAR)", "question": "Who is/are the Composer(s), when the Arranger(s) is Banana Boat, and when the Length is 4:25?" }
### QUESTION What Hyper Transport version has 22.4 gb/s of Max. Aggregate bandwidth? ### CONTEXT CREATE TABLE table_name_51 (hypertransport_version VARCHAR, max_aggregate_bandwidth__bi_directional_ VARCHAR) ### ANSWER SELECT hypertransport_version FROM table_name_51 WHERE max_aggregate_bandwidth__bi_directional_ = "22.4 gb/s"</s>
{ "answer": "SELECT hypertransport_version FROM table_name_51 WHERE max_aggregate_bandwidth__bi_directional_ = \"22.4 gb/s\"", "context": "CREATE TABLE table_name_51 (hypertransport_version VARCHAR, max_aggregate_bandwidth__bi_directional_ VARCHAR)", "question": "What Hyper Transport version has 22.4 gb/s of Max. Aggregate bandwidth?" }
### QUESTION What is the Max Aggregate bandwidth with a HyperTransport of 2? ### CONTEXT CREATE TABLE table_name_17 (max_aggregate_bandwidth__bi_directional_ VARCHAR, hypertransport_version VARCHAR) ### ANSWER SELECT max_aggregate_bandwidth__bi_directional_ FROM table_name_17 WHERE hypertransport_version = 2</s>
{ "answer": "SELECT max_aggregate_bandwidth__bi_directional_ FROM table_name_17 WHERE hypertransport_version = 2", "context": "CREATE TABLE table_name_17 (max_aggregate_bandwidth__bi_directional_ VARCHAR, hypertransport_version VARCHAR)", "question": "What is the Max Aggregate bandwidth with a HyperTransport of 2?" }
### QUESTION Name the total number of ERP/Power W for frequency of 89.3 fm and facility ID less than 40430 ### CONTEXT CREATE TABLE table_name_34 (erp___power_w VARCHAR, frequency VARCHAR, facility_id VARCHAR) ### ANSWER SELECT COUNT(erp___power_w) FROM table_name_34 WHERE frequency = "89.3 fm" AND facility_id < 40430</s>
{ "answer": "SELECT COUNT(erp___power_w) FROM table_name_34 WHERE frequency = \"89.3 fm\" AND facility_id < 40430", "context": "CREATE TABLE table_name_34 (erp___power_w VARCHAR, frequency VARCHAR, facility_id VARCHAR)", "question": "Name the total number of ERP/Power W for frequency of 89.3 fm and facility ID less than 40430" }
### QUESTION Who is performer 2 of the episode on 9 April 1993 with Josie Lawrence as performer 4? ### CONTEXT CREATE TABLE table_name_83 (performer_2 VARCHAR, performer_4 VARCHAR, date VARCHAR) ### ANSWER SELECT performer_2 FROM table_name_83 WHERE performer_4 = "josie lawrence" AND date = "9 april 1993"</s>
{ "answer": "SELECT performer_2 FROM table_name_83 WHERE performer_4 = \"josie lawrence\" AND date = \"9 april 1993\"", "context": "CREATE TABLE table_name_83 (performer_2 VARCHAR, performer_4 VARCHAR, date VARCHAR)", "question": "Who is performer 2 of the episode on 9 April 1993 with Josie Lawrence as performer 4?" }
### QUESTION What is the date of the episode with Ryan Stiles as performer 2, Colin Mochrie as performer 3, and Tony Slattery as performer 4? ### CONTEXT CREATE TABLE table_name_26 (date VARCHAR, performer_4 VARCHAR, performer_2 VARCHAR, performer_3 VARCHAR) ### ANSWER SELECT date FROM table_name_26 WHERE performer_2 = "ryan stiles" AND performer_3 = "colin mochrie" AND performer_4 = "tony slattery"</s>
{ "answer": "SELECT date FROM table_name_26 WHERE performer_2 = \"ryan stiles\" AND performer_3 = \"colin mochrie\" AND performer_4 = \"tony slattery\"", "context": "CREATE TABLE table_name_26 (date VARCHAR, performer_4 VARCHAR, performer_2 VARCHAR, performer_3 VARCHAR)", "question": "What is the date of the episode with Ryan Stiles as performer 2, Colin Mochrie as performer 3, and Tony Slattery as performer 4?" }
### QUESTION Who is performer 4 on episode 3, where Jim Sweeney was performer 1? ### CONTEXT CREATE TABLE table_name_86 (performer_4 VARCHAR, performer_1 VARCHAR, episode VARCHAR) ### ANSWER SELECT performer_4 FROM table_name_86 WHERE performer_1 = "jim sweeney" AND episode = 3</s>
{ "answer": "SELECT performer_4 FROM table_name_86 WHERE performer_1 = \"jim sweeney\" AND episode = 3", "context": "CREATE TABLE table_name_86 (performer_4 VARCHAR, performer_1 VARCHAR, episode VARCHAR)", "question": "Who is performer 4 on episode 3, where Jim Sweeney was performer 1?" }