text
stringlengths
146
1.06k
source
dict
### QUESTION Which district was the race between john i. nolan (r) 87% thomas f. feeley (s) 13%? ### CONTEXT CREATE TABLE table_1346118_5 (district VARCHAR, candidates VARCHAR) ### ANSWER SELECT district FROM table_1346118_5 WHERE candidates = "John I. Nolan (R) 87% Thomas F. Feeley (S) 13%"
{ "answer": "SELECT district FROM table_1346118_5 WHERE candidates = \"John I. Nolan (R) 87% Thomas F. Feeley (S) 13%\"", "context": "CREATE TABLE table_1346118_5 (district VARCHAR, candidates VARCHAR)", "question": "Which district was the race between john i. nolan (r) 87% thomas f. feeley (s) 13%?" }
### QUESTION What was the net seat gain in the race john a. elston (r) 88.4% luella twining (s) 11.6%? ### CONTEXT CREATE TABLE table_1346118_5 (result VARCHAR, candidates VARCHAR) ### ANSWER SELECT result FROM table_1346118_5 WHERE candidates = "John A. Elston (R) 88.4% Luella Twining (S) 11.6%"
{ "answer": "SELECT result FROM table_1346118_5 WHERE candidates = \"John A. Elston (R) 88.4% Luella Twining (S) 11.6%\"", "context": "CREATE TABLE table_1346118_5 (result VARCHAR, candidates VARCHAR)", "question": "What was the net seat gain in the race john a. elston (r) 88.4% luella twining (s) 11.6%?" }
### QUESTION How many allsvenskan titles did club aik have after its introduction after 2000, with stars symbolizing the number of swedish championship titles ? ### CONTEXT CREATE TABLE table_name_78 (allsvenskan_titles INTEGER, introduced VARCHAR, stars_symbolizes VARCHAR, club VARCHAR) ### ANSWER SELECT SUM(allsvenskan_titles) FROM table_name_78 WHERE stars_symbolizes = "number of swedish championship titles" AND club = "aik" AND introduced > 2000
{ "answer": "SELECT SUM(allsvenskan_titles) FROM table_name_78 WHERE stars_symbolizes = \"number of swedish championship titles\" AND club = \"aik\" AND introduced > 2000", "context": "CREATE TABLE table_name_78 (allsvenskan_titles INTEGER, introduced VARCHAR, stars_symbolizes VARCHAR, club VARCHAR)", "question": "How many allsvenskan titles did club aik have after its introduction after 2000, with stars symbolizing the number of swedish championship titles ?" }
### QUESTION what's the record with date being january 13 ### CONTEXT CREATE TABLE table_13480122_5 (record VARCHAR, date VARCHAR) ### ANSWER SELECT record FROM table_13480122_5 WHERE date = "January 13"
{ "answer": "SELECT record FROM table_13480122_5 WHERE date = \"January 13\"", "context": "CREATE TABLE table_13480122_5 (record VARCHAR, date VARCHAR)", "question": "what's the record with date being january 13" }
### QUESTION What are the market city/market(s) for Rapid City Alternative format? ### CONTEXT CREATE TABLE table_134987_3 (target_city__market VARCHAR, city_of_license VARCHAR, format VARCHAR) ### ANSWER SELECT target_city__market FROM table_134987_3 WHERE city_of_license = "Rapid City" AND format = "Alternative"
{ "answer": "SELECT target_city__market FROM table_134987_3 WHERE city_of_license = \"Rapid City\" AND format = \"Alternative\"", "context": "CREATE TABLE table_134987_3 (target_city__market VARCHAR, city_of_license VARCHAR, format VARCHAR)", "question": "What are the market city/market(s) for Rapid City Alternative format?" }
### QUESTION What is the target market for the station on 97.9 fm? ### CONTEXT CREATE TABLE table_134987_3 (target_city__market VARCHAR, frequency VARCHAR) ### ANSWER SELECT target_city__market FROM table_134987_3 WHERE frequency = "97.9 FM"
{ "answer": "SELECT target_city__market FROM table_134987_3 WHERE frequency = \"97.9 FM\"", "context": "CREATE TABLE table_134987_3 (target_city__market VARCHAR, frequency VARCHAR)", "question": "What is the target market for the station on 97.9 fm?" }
### QUESTION What Utah Jazz Forward played for Southern Methodist? ### CONTEXT CREATE TABLE table_name_74 (player VARCHAR, position VARCHAR, school_club_team VARCHAR) ### ANSWER SELECT player FROM table_name_74 WHERE position = "forward" AND school_club_team = "southern methodist"
{ "answer": "SELECT player FROM table_name_74 WHERE position = \"forward\" AND school_club_team = \"southern methodist\"", "context": "CREATE TABLE table_name_74 (player VARCHAR, position VARCHAR, school_club_team VARCHAR)", "question": "What Utah Jazz Forward played for Southern Methodist?" }
### QUESTION What is the lowest 1st prize for florida tournaments and a Score of 200 (-16)? ### CONTEXT ### ANSWER SELECT MIN(*) AS lowest_1st_prize FROM table_name_65 WHERE location = "florida" AND score = "200 (-16)"
{ "answer": "SELECT MIN(*) AS lowest_1st_prize FROM table_name_65 WHERE location = \"florida\" AND score = \"200 (-16)\"", "context": "", "question": "What is the lowest 1st prize for florida tournaments and a Score of 200 (-16)?" }
### QUESTION On what Surface will the Venezuela F5 Futures in Caracas be played? ### CONTEXT CREATE TABLE table_name_30 (surface VARCHAR, city VARCHAR, tournament VARCHAR) ### ANSWER SELECT surface FROM table_name_30 WHERE city = "caracas" AND tournament = "venezuela f5 futures"
{ "answer": "SELECT surface FROM table_name_30 WHERE city = \"caracas\" AND tournament = \"venezuela f5 futures\"", "context": "CREATE TABLE table_name_30 (surface VARCHAR, city VARCHAR, tournament VARCHAR)", "question": "On what Surface will the Venezuela F5 Futures in Caracas be played?" }
### QUESTION How many episodes have a series number of 35? ### CONTEXT CREATE TABLE table_13505192_3 (episode_title VARCHAR, series_number VARCHAR) ### ANSWER SELECT COUNT(episode_title) FROM table_13505192_3 WHERE series_number = 35
{ "answer": "SELECT COUNT(episode_title) FROM table_13505192_3 WHERE series_number = 35", "context": "CREATE TABLE table_13505192_3 (episode_title VARCHAR, series_number VARCHAR)", "question": "How many episodes have a series number of 35?" }
### QUESTION In what Country will Dennis Blömke play the Germany F13 Futures Tournament? ### CONTEXT CREATE TABLE table_name_9 (country VARCHAR, singles_champions VARCHAR, tournament VARCHAR) ### ANSWER SELECT country FROM table_name_9 WHERE singles_champions = "dennis blömke" AND tournament = "germany f13 futures"
{ "answer": "SELECT country FROM table_name_9 WHERE singles_champions = \"dennis blömke\" AND tournament = \"germany f13 futures\"", "context": "CREATE TABLE table_name_9 (country VARCHAR, singles_champions VARCHAR, tournament VARCHAR)", "question": "In what Country will Dennis Blömke play the Germany F13 Futures Tournament?" }
### QUESTION which brand have drivers who won with the names of ryan briscoe and tomas scheckter ### CONTEXT CREATE TABLE table_13512105_3 (winning_team VARCHAR, winning_driver VARCHAR, fastest_lap VARCHAR) ### ANSWER SELECT winning_team FROM table_13512105_3 WHERE winning_driver = "Ryan Briscoe" AND fastest_lap = "Tomas Scheckter"
{ "answer": "SELECT winning_team FROM table_13512105_3 WHERE winning_driver = \"Ryan Briscoe\" AND fastest_lap = \"Tomas Scheckter\"", "context": "CREATE TABLE table_13512105_3 (winning_team VARCHAR, winning_driver VARCHAR, fastest_lap VARCHAR)", "question": "which brand have drivers who won with the names of ryan briscoe and tomas scheckter" }
### QUESTION Who was the trainer with Robert Courtney was owner? ### CONTEXT CREATE TABLE table_name_8 (trainer VARCHAR, owner VARCHAR) ### ANSWER SELECT trainer FROM table_name_8 WHERE owner = "robert courtney"
{ "answer": "SELECT trainer FROM table_name_8 WHERE owner = \"robert courtney\"", "context": "CREATE TABLE table_name_8 (trainer VARCHAR, owner VARCHAR)", "question": "Who was the trainer with Robert Courtney was owner?" }
### QUESTION Which station has a license in Fort Collins, Colorado? ### CONTEXT CREATE TABLE table_1353096_2 (station VARCHAR, city_of_license_market VARCHAR) ### ANSWER SELECT station FROM table_1353096_2 WHERE city_of_license_market = "Fort Collins, Colorado"
{ "answer": "SELECT station FROM table_1353096_2 WHERE city_of_license_market = \"Fort Collins, Colorado\"", "context": "CREATE TABLE table_1353096_2 (station VARCHAR, city_of_license_market VARCHAR)", "question": "Which station has a license in Fort Collins, Colorado?" }
### QUESTION Who were the umpires when Paul Medhurst (C) won the Simpson Medal? ### CONTEXT CREATE TABLE table_13514348_7 (umpires VARCHAR, simpson_medal VARCHAR) ### ANSWER SELECT umpires FROM table_13514348_7 WHERE simpson_medal = "Paul Medhurst (C)"
{ "answer": "SELECT umpires FROM table_13514348_7 WHERE simpson_medal = \"Paul Medhurst (C)\"", "context": "CREATE TABLE table_13514348_7 (umpires VARCHAR, simpson_medal VARCHAR)", "question": "Who were the umpires when Paul Medhurst (C) won the Simpson Medal?" }
### QUESTION Tell me the outgoing manager for resigned and replaced by manolo villanova for real zaragoza ### CONTEXT CREATE TABLE table_name_29 (outgoing_manager VARCHAR, replaced_by VARCHAR, manner_of_departure VARCHAR, team VARCHAR) ### ANSWER SELECT outgoing_manager FROM table_name_29 WHERE manner_of_departure = "resigned" AND team = "real zaragoza" AND replaced_by = "manolo villanova"
{ "answer": "SELECT outgoing_manager FROM table_name_29 WHERE manner_of_departure = \"resigned\" AND team = \"real zaragoza\" AND replaced_by = \"manolo villanova\"", "context": "CREATE TABLE table_name_29 (outgoing_manager VARCHAR, replaced_by VARCHAR, manner_of_departure VARCHAR, team VARCHAR)", "question": "Tell me the outgoing manager for resigned and replaced by manolo villanova for real zaragoza" }
### QUESTION who danced 11 and finished at more than a 2.0 ### CONTEXT CREATE TABLE table_1354805_6 (couple VARCHAR, number_of_dances VARCHAR, competition_finish VARCHAR) ### ANSWER SELECT couple FROM table_1354805_6 WHERE number_of_dances = 11 AND competition_finish > 2.0
{ "answer": "SELECT couple FROM table_1354805_6 WHERE number_of_dances = 11 AND competition_finish > 2.0", "context": "CREATE TABLE table_1354805_6 (couple VARCHAR, number_of_dances VARCHAR, competition_finish VARCHAR)", "question": "who danced 11 and finished at more than a 2.0" }
### QUESTION What was the result of the UEFA Euro 2008 Qualifying competition? ### CONTEXT CREATE TABLE table_name_97 (result VARCHAR, competition VARCHAR) ### ANSWER SELECT result FROM table_name_97 WHERE competition = "uefa euro 2008 qualifying"
{ "answer": "SELECT result FROM table_name_97 WHERE competition = \"uefa euro 2008 qualifying\"", "context": "CREATE TABLE table_name_97 (result VARCHAR, competition VARCHAR)", "question": "What was the result of the UEFA Euro 2008 Qualifying competition?" }
### QUESTION What amount of the university students and adults ehre the the senior high school is 26mm? ### CONTEXT CREATE TABLE table_13555999_1 (university_students_and_adults__18yrs VARCHAR, _ VARCHAR, senior_high_school__15_18_yrs_ VARCHAR) ### ANSWER SELECT university_students_and_adults__18yrs + _ FROM table_13555999_1 WHERE senior_high_school__15_18_yrs_ = "26mm"
{ "answer": "SELECT university_students_and_adults__18yrs + _ FROM table_13555999_1 WHERE senior_high_school__15_18_yrs_ = \"26mm\"", "context": "CREATE TABLE table_13555999_1 (university_students_and_adults__18yrs VARCHAR, _ VARCHAR, senior_high_school__15_18_yrs_ VARCHAR)", "question": "What amount of the university students and adults ehre the the senior high school is 26mm?" }
### QUESTION What amount of senior high school where junior high school is 114cm? ### CONTEXT CREATE TABLE table_13555999_1 (senior_high_school__15_18_yrs_ VARCHAR, junior_high_school__12_15_yrs_ VARCHAR) ### ANSWER SELECT senior_high_school__15_18_yrs_ FROM table_13555999_1 WHERE junior_high_school__12_15_yrs_ = "114cm"
{ "answer": "SELECT senior_high_school__15_18_yrs_ FROM table_13555999_1 WHERE junior_high_school__12_15_yrs_ = \"114cm\"", "context": "CREATE TABLE table_13555999_1 (senior_high_school__15_18_yrs_ VARCHAR, junior_high_school__12_15_yrs_ VARCHAR)", "question": "What amount of senior high school where junior high school is 114cm?" }
### QUESTION What amount is the junior high school where the gender is male and the specification is minimum diameter of sakigawa? ### CONTEXT CREATE TABLE table_13555999_1 (junior_high_school__12_15_yrs_ VARCHAR, gender VARCHAR, specification VARCHAR) ### ANSWER SELECT junior_high_school__12_15_yrs_ FROM table_13555999_1 WHERE gender = "Male" AND specification = "Minimum diameter of sakigawa"
{ "answer": "SELECT junior_high_school__12_15_yrs_ FROM table_13555999_1 WHERE gender = \"Male\" AND specification = \"Minimum diameter of sakigawa\"", "context": "CREATE TABLE table_13555999_1 (junior_high_school__12_15_yrs_ VARCHAR, gender VARCHAR, specification VARCHAR)", "question": "What amount is the junior high school where the gender is male and the specification is minimum diameter of sakigawa?" }
### QUESTION Which league has a pick number larger than 204 from Canada and LW as the position? ### CONTEXT CREATE TABLE table_name_61 (league_from VARCHAR, position VARCHAR, pick__number VARCHAR, nationality VARCHAR) ### ANSWER SELECT league_from FROM table_name_61 WHERE pick__number > 204 AND nationality = "canada" AND position = "lw"
{ "answer": "SELECT league_from FROM table_name_61 WHERE pick__number > 204 AND nationality = \"canada\" AND position = \"lw\"", "context": "CREATE TABLE table_name_61 (league_from VARCHAR, position VARCHAR, pick__number VARCHAR, nationality VARCHAR)", "question": "Which league has a pick number larger than 204 from Canada and LW as the position?" }
### QUESTION Name the tries against for played 22 and points against of 183 ### CONTEXT CREATE TABLE table_13564702_3 (tries_against VARCHAR, played VARCHAR, points_against VARCHAR) ### ANSWER SELECT tries_against FROM table_13564702_3 WHERE played = "22" AND points_against = "183"
{ "answer": "SELECT tries_against FROM table_13564702_3 WHERE played = \"22\" AND points_against = \"183\"", "context": "CREATE TABLE table_13564702_3 (tries_against VARCHAR, played VARCHAR, points_against VARCHAR)", "question": "Name the tries against for played 22 and points against of 183" }
### QUESTION what are the tries where the game was lost by 4? ### CONTEXT CREATE TABLE table_13564637_3 (tries_against VARCHAR, lost VARCHAR) ### ANSWER SELECT tries_against FROM table_13564637_3 WHERE lost = "4"
{ "answer": "SELECT tries_against FROM table_13564637_3 WHERE lost = \"4\"", "context": "CREATE TABLE table_13564637_3 (tries_against VARCHAR, lost VARCHAR)", "question": "what are the tries where the game was lost by 4?" }
### QUESTION What's the Nationality of Round 8 Vancouver Canucks NHL Team of Swift Current Broncos (WHL)? ### CONTEXT CREATE TABLE table_name_12 (nationality VARCHAR, round VARCHAR, nhl_team VARCHAR, college_junior_club_team__league_ VARCHAR) ### ANSWER SELECT nationality FROM table_name_12 WHERE nhl_team = "vancouver canucks" AND college_junior_club_team__league_ = "swift current broncos (whl)" AND round = 8
{ "answer": "SELECT nationality FROM table_name_12 WHERE nhl_team = \"vancouver canucks\" AND college_junior_club_team__league_ = \"swift current broncos (whl)\" AND round = 8", "context": "CREATE TABLE table_name_12 (nationality VARCHAR, round VARCHAR, nhl_team VARCHAR, college_junior_club_team__league_ VARCHAR)", "question": "What's the Nationality of Round 8 Vancouver Canucks NHL Team of Swift Current Broncos (WHL)?" }
### QUESTION what's the dbeingtribution with grsecurity being optional and compile time buffer checks being yes ### CONTEXT CREATE TABLE table_1357052_6 (distribution VARCHAR, grsecurity VARCHAR, compile_time_buffer_checks VARCHAR) ### ANSWER SELECT distribution FROM table_1357052_6 WHERE grsecurity = "Optional" AND compile_time_buffer_checks = "Yes"
{ "answer": "SELECT distribution FROM table_1357052_6 WHERE grsecurity = \"Optional\" AND compile_time_buffer_checks = \"Yes\"", "context": "CREATE TABLE table_1357052_6 (distribution VARCHAR, grsecurity VARCHAR, compile_time_buffer_checks VARCHAR)", "question": "what's the dbeingtribution with grsecurity being optional and compile time buffer checks being yes" }
### QUESTION What is the Type with a Location with justus lipsius building, brussels, and a Year of 2012, and a President with herman van rompuy (1st term), and a Date with 23 may? ### CONTEXT CREATE TABLE table_name_59 (type VARCHAR, date VARCHAR, president VARCHAR, location VARCHAR, year VARCHAR) ### ANSWER SELECT type FROM table_name_59 WHERE location = "justus lipsius building, brussels" AND year = 2012 AND president = "herman van rompuy (1st term)" AND date = "23 may"
{ "answer": "SELECT type FROM table_name_59 WHERE location = \"justus lipsius building, brussels\" AND year = 2012 AND president = \"herman van rompuy (1st term)\" AND date = \"23 may\"", "context": "CREATE TABLE table_name_59 (type VARCHAR, date VARCHAR, president VARCHAR, location VARCHAR, year VARCHAR)", "question": "What is the Type with a Location with justus lipsius building, brussels, and a Year of 2012, and a President with herman van rompuy (1st term), and a Date with 23 may?" }
### QUESTION What is the President with a Location of justus lipsius building, brussels, and a Type with scheduled, and a Year larger than 2011, and a Date with 18–19 october? ### CONTEXT CREATE TABLE table_name_22 (president VARCHAR, date VARCHAR, year VARCHAR, location VARCHAR, type VARCHAR) ### ANSWER SELECT president FROM table_name_22 WHERE location = "justus lipsius building, brussels" AND type = "scheduled" AND year > 2011 AND date = "18–19 october"
{ "answer": "SELECT president FROM table_name_22 WHERE location = \"justus lipsius building, brussels\" AND type = \"scheduled\" AND year > 2011 AND date = \"18–19 october\"", "context": "CREATE TABLE table_name_22 (president VARCHAR, date VARCHAR, year VARCHAR, location VARCHAR, type VARCHAR)", "question": "What is the President with a Location of justus lipsius building, brussels, and a Type with scheduled, and a Year larger than 2011, and a Date with 18–19 october?" }
### QUESTION What is the Location with a Year larger than 2011, and a President with herman van rompuy (2nd term), and a Date of 28–29 june, and a Type with scheduled? ### CONTEXT CREATE TABLE table_name_63 (location VARCHAR, type VARCHAR, date VARCHAR, year VARCHAR, president VARCHAR) ### ANSWER SELECT location FROM table_name_63 WHERE year > 2011 AND president = "herman van rompuy (2nd term)" AND date = "28–29 june" AND type = "scheduled"
{ "answer": "SELECT location FROM table_name_63 WHERE year > 2011 AND president = \"herman van rompuy (2nd term)\" AND date = \"28–29 june\" AND type = \"scheduled\"", "context": "CREATE TABLE table_name_63 (location VARCHAR, type VARCHAR, date VARCHAR, year VARCHAR, president VARCHAR)", "question": "What is the Location with a Year larger than 2011, and a President with herman van rompuy (2nd term), and a Date of 28–29 june, and a Type with scheduled?" }
### QUESTION What is the Type with a Year larger than 2010, and a Location with justus lipsius building, brussels, and a President of herman van rompuy (2nd term), and a Date with 28–29 june? ### CONTEXT CREATE TABLE table_name_96 (type VARCHAR, date VARCHAR, president VARCHAR, year VARCHAR, location VARCHAR) ### ANSWER SELECT type FROM table_name_96 WHERE year > 2010 AND location = "justus lipsius building, brussels" AND president = "herman van rompuy (2nd term)" AND date = "28–29 june"
{ "answer": "SELECT type FROM table_name_96 WHERE year > 2010 AND location = \"justus lipsius building, brussels\" AND president = \"herman van rompuy (2nd term)\" AND date = \"28–29 june\"", "context": "CREATE TABLE table_name_96 (type VARCHAR, date VARCHAR, president VARCHAR, year VARCHAR, location VARCHAR)", "question": "What is the Type with a Year larger than 2010, and a Location with justus lipsius building, brussels, and a President of herman van rompuy (2nd term), and a Date with 28–29 june?" }
### QUESTION What is the total of yards when asst. is 19, totaltk is 60 and sack is more than 0? ### CONTEXT CREATE TABLE table_name_60 (yards INTEGER, sack VARCHAR, asst VARCHAR, totaltk VARCHAR) ### ANSWER SELECT SUM(yards) FROM table_name_60 WHERE asst = 19 AND totaltk = 60 AND sack > 0
{ "answer": "SELECT SUM(yards) FROM table_name_60 WHERE asst = 19 AND totaltk = 60 AND sack > 0", "context": "CREATE TABLE table_name_60 (yards INTEGER, sack VARCHAR, asst VARCHAR, totaltk VARCHAR)", "question": "What is the total of yards when asst. is 19, totaltk is 60 and sack is more than 0?" }
### QUESTION what is the total sack when totaltk is 1 and asst. is more than 0? ### CONTEXT CREATE TABLE table_name_86 (sack INTEGER, totaltk VARCHAR, asst VARCHAR) ### ANSWER SELECT SUM(sack) FROM table_name_86 WHERE totaltk = 1 AND asst > 0
{ "answer": "SELECT SUM(sack) FROM table_name_86 WHERE totaltk = 1 AND asst > 0", "context": "CREATE TABLE table_name_86 (sack INTEGER, totaltk VARCHAR, asst VARCHAR)", "question": "what is the total sack when totaltk is 1 and asst. is more than 0?" }
### QUESTION what is the total number of tackles when fumr is 0, totaltk is 54 and yards is less than 0? ### CONTEXT CREATE TABLE table_name_21 (tackles VARCHAR, yards VARCHAR, fumr VARCHAR, totaltk VARCHAR) ### ANSWER SELECT COUNT(tackles) FROM table_name_21 WHERE fumr = 0 AND totaltk = 54 AND yards < 0
{ "answer": "SELECT COUNT(tackles) FROM table_name_21 WHERE fumr = 0 AND totaltk = 54 AND yards < 0", "context": "CREATE TABLE table_name_21 (tackles VARCHAR, yards VARCHAR, fumr VARCHAR, totaltk VARCHAR)", "question": "what is the total number of tackles when fumr is 0, totaltk is 54 and yards is less than 0?" }
### QUESTION Which team was in a game with a record of 15-63? ### CONTEXT CREATE TABLE table_13619053_9 (team VARCHAR, record VARCHAR) ### ANSWER SELECT team FROM table_13619053_9 WHERE record = "15-63"
{ "answer": "SELECT team FROM table_13619053_9 WHERE record = \"15-63\"", "context": "CREATE TABLE table_13619053_9 (team VARCHAR, record VARCHAR)", "question": "Which team was in a game with a record of 15-63?" }
### QUESTION Which team played on April 1? ### CONTEXT CREATE TABLE table_13619053_9 (team VARCHAR, date VARCHAR) ### ANSWER SELECT team FROM table_13619053_9 WHERE date = "April 1"
{ "answer": "SELECT team FROM table_13619053_9 WHERE date = \"April 1\"", "context": "CREATE TABLE table_13619053_9 (team VARCHAR, date VARCHAR)", "question": "Which team played on April 1?" }
### QUESTION what's the wii points with title and source being tsūshin taikyoku: igo dōjō 2700-mon ### CONTEXT CREATE TABLE table_13663434_1 (wii_points VARCHAR, title_and_source VARCHAR) ### ANSWER SELECT wii_points FROM table_13663434_1 WHERE title_and_source = "Tsūshin Taikyoku: Igo Dōjō 2700-Mon"
{ "answer": "SELECT wii_points FROM table_13663434_1 WHERE title_and_source = \"Tsūshin Taikyoku: Igo Dōjō 2700-Mon\"", "context": "CREATE TABLE table_13663434_1 (wii_points VARCHAR, title_and_source VARCHAR)", "question": "what's the wii points with title and source being tsūshin taikyoku: igo dōjō 2700-mon" }
### QUESTION how many na -350- with title and source being bokumo sekai wo sukuitai: battle tournament ### CONTEXT CREATE TABLE table_13663434_1 (na__350_ VARCHAR, title_and_source VARCHAR) ### ANSWER SELECT COUNT(na__350_) FROM table_13663434_1 WHERE title_and_source = "Bokumo Sekai wo Sukuitai: Battle Tournament"
{ "answer": "SELECT COUNT(na__350_) FROM table_13663434_1 WHERE title_and_source = \"Bokumo Sekai wo Sukuitai: Battle Tournament\"", "context": "CREATE TABLE table_13663434_1 (na__350_ VARCHAR, title_and_source VARCHAR)", "question": " how many na -350- with title and source being bokumo sekai wo sukuitai: battle tournament" }
### QUESTION Of the games with a record of 80-81, what was the highest attendance? ### CONTEXT CREATE TABLE table_name_89 (attendance INTEGER, record VARCHAR) ### ANSWER SELECT MAX(attendance) FROM table_name_89 WHERE record = "80-81"
{ "answer": "SELECT MAX(attendance) FROM table_name_89 WHERE record = \"80-81\"", "context": "CREATE TABLE table_name_89 (attendance INTEGER, record VARCHAR)", "question": "Of the games with a record of 80-81, what was the highest attendance?" }
### QUESTION What is the high average that has a Finale larger than 35, a HK viewers of 2.12 million, and a Peak larger than 40? ### CONTEXT CREATE TABLE table_name_36 (average INTEGER, peak VARCHAR, finale VARCHAR, hk_viewers VARCHAR) ### ANSWER SELECT MAX(average) FROM table_name_36 WHERE finale > 35 AND hk_viewers = "2.12 million" AND peak > 40
{ "answer": "SELECT MAX(average) FROM table_name_36 WHERE finale > 35 AND hk_viewers = \"2.12 million\" AND peak > 40", "context": "CREATE TABLE table_name_36 (average INTEGER, peak VARCHAR, finale VARCHAR, hk_viewers VARCHAR)", "question": "What is the high average that has a Finale larger than 35, a HK viewers of 2.12 million, and a Peak larger than 40?" }
### QUESTION what's the time required for prices to double with highest monthly inflation rate being 29,500% ### CONTEXT CREATE TABLE table_13681_2 (time_required_for_prices_to_double VARCHAR, highest_monthly_inflation_rate VARCHAR) ### ANSWER SELECT time_required_for_prices_to_double FROM table_13681_2 WHERE highest_monthly_inflation_rate = "29,500%"
{ "answer": "SELECT time_required_for_prices_to_double FROM table_13681_2 WHERE highest_monthly_inflation_rate = \"29,500%\"", "context": "CREATE TABLE table_13681_2 (time_required_for_prices_to_double VARCHAR, highest_monthly_inflation_rate VARCHAR)", "question": "what's the time required for prices to double with highest monthly inflation rate being 29,500%" }
### QUESTION what's the currency name with highest monthly inflation rate being 29,500% ### CONTEXT CREATE TABLE table_13681_2 (currency_name VARCHAR, highest_monthly_inflation_rate VARCHAR) ### ANSWER SELECT currency_name FROM table_13681_2 WHERE highest_monthly_inflation_rate = "29,500%"
{ "answer": "SELECT currency_name FROM table_13681_2 WHERE highest_monthly_inflation_rate = \"29,500%\"", "context": "CREATE TABLE table_13681_2 (currency_name VARCHAR, highest_monthly_inflation_rate VARCHAR)", "question": "what's the currency name with highest monthly inflation rate being 29,500%" }
### QUESTION What is the time/retired for a grid over 17 with 74 laps? ### CONTEXT CREATE TABLE table_name_31 (time_retired VARCHAR, grid VARCHAR, laps VARCHAR) ### ANSWER SELECT time_retired FROM table_name_31 WHERE grid > 17 AND laps = 74
{ "answer": "SELECT time_retired FROM table_name_31 WHERE grid > 17 AND laps = 74", "context": "CREATE TABLE table_name_31 (time_retired VARCHAR, grid VARCHAR, laps VARCHAR)", "question": "What is the time/retired for a grid over 17 with 74 laps?" }
### QUESTION how many equivalent daily inflation rate with time required for prices to double being 3.7 days ### CONTEXT CREATE TABLE table_13681_2 (equivalent_daily_inflation_rate VARCHAR, time_required_for_prices_to_double VARCHAR) ### ANSWER SELECT COUNT(equivalent_daily_inflation_rate) FROM table_13681_2 WHERE time_required_for_prices_to_double = "3.7 days"
{ "answer": "SELECT COUNT(equivalent_daily_inflation_rate) FROM table_13681_2 WHERE time_required_for_prices_to_double = \"3.7 days\"", "context": "CREATE TABLE table_13681_2 (equivalent_daily_inflation_rate VARCHAR, time_required_for_prices_to_double VARCHAR)", "question": " how many equivalent daily inflation rate with time required for prices to double being 3.7 days" }
### QUESTION During what years did the Guard from Oklahoma with a height of 6-6 play for the Rockets? ### CONTEXT CREATE TABLE table_name_41 (years_for_rockets VARCHAR, school_club_team_country VARCHAR, height_in_ft VARCHAR, position VARCHAR) ### ANSWER SELECT years_for_rockets FROM table_name_41 WHERE height_in_ft = "6-6" AND position = "guard" AND school_club_team_country = "oklahoma"
{ "answer": "SELECT years_for_rockets FROM table_name_41 WHERE height_in_ft = \"6-6\" AND position = \"guard\" AND school_club_team_country = \"oklahoma\"", "context": "CREATE TABLE table_name_41 (years_for_rockets VARCHAR, school_club_team_country VARCHAR, height_in_ft VARCHAR, position VARCHAR)", "question": "During what years did the Guard from Oklahoma with a height of 6-6 play for the Rockets?" }
### QUESTION how many times what the position 6th, the competition was super league xvii and played was larger than 27? ### CONTEXT CREATE TABLE table_name_22 (drawn VARCHAR, played VARCHAR, position VARCHAR, competition VARCHAR) ### ANSWER SELECT COUNT(drawn) FROM table_name_22 WHERE position = "6th" AND competition = "super league xvii" AND played > 27
{ "answer": "SELECT COUNT(drawn) FROM table_name_22 WHERE position = \"6th\" AND competition = \"super league xvii\" AND played > 27", "context": "CREATE TABLE table_name_22 (drawn VARCHAR, played VARCHAR, position VARCHAR, competition VARCHAR)", "question": "how many times what the position 6th, the competition was super league xvii and played was larger than 27?" }
### QUESTION Who was the wenning witcher when ezequiel astacio was the losing pitcher? ### CONTEXT CREATE TABLE table_13710464_1 (winning_pitcher VARCHAR, losing_pitcher VARCHAR) ### ANSWER SELECT winning_pitcher FROM table_13710464_1 WHERE losing_pitcher = "Ezequiel Astacio"
{ "answer": "SELECT winning_pitcher FROM table_13710464_1 WHERE losing_pitcher = \"Ezequiel Astacio\"", "context": "CREATE TABLE table_13710464_1 (winning_pitcher VARCHAR, losing_pitcher VARCHAR)", "question": "Who was the wenning witcher when ezequiel astacio was the losing pitcher?" }
### QUESTION What title was used in the nomination for the title Biola Tak Berdawai? ### CONTEXT CREATE TABLE table_13719788_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR) ### ANSWER SELECT film_title_used_in_nomination FROM table_13719788_1 WHERE original_title = "Biola tak berdawai"
{ "answer": "SELECT film_title_used_in_nomination FROM table_13719788_1 WHERE original_title = \"Biola tak berdawai\"", "context": "CREATE TABLE table_13719788_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR)", "question": "What title was used in the nomination for the title Biola Tak Berdawai?" }
### QUESTION When north melbourne played as the home team, what was the away team score? ### CONTEXT CREATE TABLE table_name_7 (away_team VARCHAR, home_team VARCHAR) ### ANSWER SELECT away_team AS score FROM table_name_7 WHERE home_team = "north melbourne"
{ "answer": "SELECT away_team AS score FROM table_name_7 WHERE home_team = \"north melbourne\"", "context": "CREATE TABLE table_name_7 (away_team VARCHAR, home_team VARCHAR)", "question": "When north melbourne played as the home team, what was the away team score?" }
### QUESTION Tell me the year for defensive tackle and college of lsu ### CONTEXT CREATE TABLE table_name_13 (year VARCHAR, position VARCHAR, college VARCHAR) ### ANSWER SELECT year FROM table_name_13 WHERE position = "defensive tackle" AND college = "lsu"
{ "answer": "SELECT year FROM table_name_13 WHERE position = \"defensive tackle\" AND college = \"lsu\"", "context": "CREATE TABLE table_name_13 (year VARCHAR, position VARCHAR, college VARCHAR)", "question": "Tell me the year for defensive tackle and college of lsu" }
### QUESTION what's the torque with fuel mileage (latest epa mpg - us ) being 22 city, 30 hwy, 25 comb ### CONTEXT CREATE TABLE table_1373768_1 (torque VARCHAR, fuel_mileage__latest_epa_mpg___us__ VARCHAR) ### ANSWER SELECT torque FROM table_1373768_1 WHERE fuel_mileage__latest_epa_mpg___us__ = "22 city, 30 hwy, 25 comb"
{ "answer": "SELECT torque FROM table_1373768_1 WHERE fuel_mileage__latest_epa_mpg___us__ = \"22 city, 30 hwy, 25 comb\"", "context": "CREATE TABLE table_1373768_1 (torque VARCHAR, fuel_mileage__latest_epa_mpg___us__ VARCHAR)", "question": "what's the torque with fuel mileage (latest epa mpg - us ) being 22 city, 30 hwy, 25 comb" }
### QUESTION what's the number of deputies with number of votes received being smaller than 1549176.2765483726 and election date being 1969 ### CONTEXT CREATE TABLE table_13746866_2 (number_of_deputies VARCHAR, number_of_votes_received VARCHAR, election_date VARCHAR) ### ANSWER SELECT number_of_deputies FROM table_13746866_2 WHERE number_of_votes_received < 1549176.2765483726 AND election_date = 1969
{ "answer": "SELECT number_of_deputies FROM table_13746866_2 WHERE number_of_votes_received < 1549176.2765483726 AND election_date = 1969", "context": "CREATE TABLE table_13746866_2 (number_of_deputies VARCHAR, number_of_votes_received VARCHAR, election_date VARCHAR)", "question": "what's the number of deputies with number of votes received being smaller than 1549176.2765483726 and election date being 1969" }
### QUESTION Where is Interlake located? ### CONTEXT CREATE TABLE table_13759592_2 (location VARCHAR, institution VARCHAR) ### ANSWER SELECT location FROM table_13759592_2 WHERE institution = "Interlake"
{ "answer": "SELECT location FROM table_13759592_2 WHERE institution = \"Interlake\"", "context": "CREATE TABLE table_13759592_2 (location VARCHAR, institution VARCHAR)", "question": "Where is Interlake located?" }
### QUESTION how many local title with televbeingion network being tv nova website ### CONTEXT CREATE TABLE table_13779832_1 (local_title VARCHAR, television_network VARCHAR) ### ANSWER SELECT COUNT(local_title) FROM table_13779832_1 WHERE television_network = "TV Nova Website"
{ "answer": "SELECT COUNT(local_title) FROM table_13779832_1 WHERE television_network = \"TV Nova Website\"", "context": "CREATE TABLE table_13779832_1 (local_title VARCHAR, television_network VARCHAR)", "question": " how many local title with televbeingion network being tv nova website" }
### QUESTION who is the the judges with local title being x factor and presenters being heikki paasonen jukka rossi (xtra factor) ### CONTEXT CREATE TABLE table_13779832_1 (judges VARCHAR, local_title VARCHAR, presenters VARCHAR) ### ANSWER SELECT judges FROM table_13779832_1 WHERE local_title = "X Factor" AND presenters = "Heikki Paasonen Jukka Rossi (Xtra Factor)"
{ "answer": "SELECT judges FROM table_13779832_1 WHERE local_title = \"X Factor\" AND presenters = \"Heikki Paasonen Jukka Rossi (Xtra Factor)\"", "context": "CREATE TABLE table_13779832_1 (judges VARCHAR, local_title VARCHAR, presenters VARCHAR)", "question": "who is the the judges with local title being x factor and presenters being heikki paasonen jukka rossi (xtra factor)" }
### QUESTION What years runner-up is Birmingham city, with over 1 runners-up? ### CONTEXT CREATE TABLE table_name_91 (years_runner_up VARCHAR, runners_up VARCHAR, club VARCHAR) ### ANSWER SELECT years_runner_up FROM table_name_91 WHERE runners_up > 1 AND club = "birmingham city"
{ "answer": "SELECT years_runner_up FROM table_name_91 WHERE runners_up > 1 AND club = \"birmingham city\"", "context": "CREATE TABLE table_name_91 (years_runner_up VARCHAR, runners_up VARCHAR, club VARCHAR)", "question": "What years runner-up is Birmingham city, with over 1 runners-up?" }
### QUESTION What is the rank of the airport with freight ( metric tonnes ) of 255121? ### CONTEXT CREATE TABLE table_13836704_6 (rank VARCHAR, freight___metric_tonnes__ VARCHAR) ### ANSWER SELECT rank FROM table_13836704_6 WHERE freight___metric_tonnes__ = 255121
{ "answer": "SELECT rank FROM table_13836704_6 WHERE freight___metric_tonnes__ = 255121", "context": "CREATE TABLE table_13836704_6 (rank VARCHAR, freight___metric_tonnes__ VARCHAR)", "question": "What is the rank of the airport with freight ( metric tonnes ) of 255121?" }
### QUESTION what being the maximum total passengers 2008 with change 2008/09 being 6.5% ### CONTEXT CREATE TABLE table_13836704_4 (total_passengers_2008 INTEGER, change_2008_09 VARCHAR) ### ANSWER SELECT MAX(total_passengers_2008) FROM table_13836704_4 WHERE change_2008_09 = "6.5%"
{ "answer": "SELECT MAX(total_passengers_2008) FROM table_13836704_4 WHERE change_2008_09 = \"6.5%\"", "context": "CREATE TABLE table_13836704_4 (total_passengers_2008 INTEGER, change_2008_09 VARCHAR)", "question": "what being the maximum total passengers 2008 with change 2008/09 being 6.5%" }
### QUESTION What is the most silver medals a team with 3 total medals and less than 1 bronze has? ### CONTEXT CREATE TABLE table_name_13 (silver INTEGER, total VARCHAR, bronze VARCHAR) ### ANSWER SELECT MAX(silver) FROM table_name_13 WHERE total = 3 AND bronze < 1
{ "answer": "SELECT MAX(silver) FROM table_name_13 WHERE total = 3 AND bronze < 1", "context": "CREATE TABLE table_name_13 (silver INTEGER, total VARCHAR, bronze VARCHAR)", "question": "What is the most silver medals a team with 3 total medals and less than 1 bronze has?" }
### QUESTION how many mens singles with mens doubles being pontus jantti lasse lindelöf ### CONTEXT CREATE TABLE table_13857700_1 (mens_singles VARCHAR, mens_doubles VARCHAR) ### ANSWER SELECT COUNT(mens_singles) FROM table_13857700_1 WHERE mens_doubles = "Pontus Jantti Lasse Lindelöf"
{ "answer": "SELECT COUNT(mens_singles) FROM table_13857700_1 WHERE mens_doubles = \"Pontus Jantti Lasse Lindelöf\"", "context": "CREATE TABLE table_13857700_1 (mens_singles VARCHAR, mens_doubles VARCHAR)", "question": " how many mens singles with mens doubles being pontus jantti lasse lindelöf" }
### QUESTION who is the the mens singles with mens doubles being kaj lindfors kaj osterberg ### CONTEXT CREATE TABLE table_13857700_1 (mens_singles VARCHAR, mens_doubles VARCHAR) ### ANSWER SELECT mens_singles FROM table_13857700_1 WHERE mens_doubles = "Kaj Lindfors Kaj Osterberg"
{ "answer": "SELECT mens_singles FROM table_13857700_1 WHERE mens_doubles = \"Kaj Lindfors Kaj Osterberg\"", "context": "CREATE TABLE table_13857700_1 (mens_singles VARCHAR, mens_doubles VARCHAR)", "question": "who is the the mens singles with mens doubles being kaj lindfors kaj osterberg" }
### QUESTION What is the sum of every REG GP that Peter Andersson played as a pick# less than 143? ### CONTEXT CREATE TABLE table_name_28 (reg_gp INTEGER, player VARCHAR, pick__number VARCHAR) ### ANSWER SELECT SUM(reg_gp) FROM table_name_28 WHERE player = "peter andersson" AND pick__number < 143
{ "answer": "SELECT SUM(reg_gp) FROM table_name_28 WHERE player = \"peter andersson\" AND pick__number < 143", "context": "CREATE TABLE table_name_28 (reg_gp INTEGER, player VARCHAR, pick__number VARCHAR)", "question": "What is the sum of every REG GP that Peter Andersson played as a pick# less than 143?" }
### QUESTION What is the total of PI GP played by Anton Rodin with a Reg GP less than 0? ### CONTEXT CREATE TABLE table_name_73 (pl_gp VARCHAR, player VARCHAR, reg_gp VARCHAR) ### ANSWER SELECT COUNT(pl_gp) FROM table_name_73 WHERE player = "anton rodin" AND reg_gp < 0
{ "answer": "SELECT COUNT(pl_gp) FROM table_name_73 WHERE player = \"anton rodin\" AND reg_gp < 0", "context": "CREATE TABLE table_name_73 (pl_gp VARCHAR, player VARCHAR, reg_gp VARCHAR)", "question": "What is the total of PI GP played by Anton Rodin with a Reg GP less than 0?" }
### QUESTION What is the total pick# played by Anton Rodin with a Reg GP over 0? ### CONTEXT CREATE TABLE table_name_32 (pick__number VARCHAR, player VARCHAR, reg_gp VARCHAR) ### ANSWER SELECT COUNT(pick__number) FROM table_name_32 WHERE player = "anton rodin" AND reg_gp > 0
{ "answer": "SELECT COUNT(pick__number) FROM table_name_32 WHERE player = \"anton rodin\" AND reg_gp > 0", "context": "CREATE TABLE table_name_32 (pick__number VARCHAR, player VARCHAR, reg_gp VARCHAR)", "question": "What is the total pick# played by Anton Rodin with a Reg GP over 0?" }
### QUESTION What is the highest NGC number that has a Declination ( J2000 ) of °04′58″ and a Apparent magnitude larger than 7.3? ### CONTEXT CREATE TABLE table_name_5 (ngc_number INTEGER, declination___j2000__ VARCHAR, apparent_magnitude VARCHAR) ### ANSWER SELECT MAX(ngc_number) FROM table_name_5 WHERE declination___j2000__ = "°04′58″" AND apparent_magnitude > 7.3
{ "answer": "SELECT MAX(ngc_number) FROM table_name_5 WHERE declination___j2000__ = \"°04′58″\" AND apparent_magnitude > 7.3", "context": "CREATE TABLE table_name_5 (ngc_number INTEGER, declination___j2000__ VARCHAR, apparent_magnitude VARCHAR)", "question": "What is the highest NGC number that has a Declination ( J2000 ) of °04′58″ and a Apparent magnitude larger than 7.3?" }
### QUESTION How many points did landskrona bois get when they were ranked below 18? ### CONTEXT CREATE TABLE table_name_68 (points VARCHAR, club VARCHAR, rank VARCHAR) ### ANSWER SELECT COUNT(points) FROM table_name_68 WHERE club = "landskrona bois" AND rank < 18
{ "answer": "SELECT COUNT(points) FROM table_name_68 WHERE club = \"landskrona bois\" AND rank < 18", "context": "CREATE TABLE table_name_68 (points VARCHAR, club VARCHAR, rank VARCHAR)", "question": "How many points did landskrona bois get when they were ranked below 18?" }
### QUESTION what's the vineyard surface (2010) with grand cru being bienvenues-bâtard-montrachet ### CONTEXT CREATE TABLE table_13981938_1 (vineyard_surface__2010_ VARCHAR, grand_cru VARCHAR) ### ANSWER SELECT vineyard_surface__2010_ FROM table_13981938_1 WHERE grand_cru = "Bienvenues-Bâtard-Montrachet"
{ "answer": "SELECT vineyard_surface__2010_ FROM table_13981938_1 WHERE grand_cru = \"Bienvenues-Bâtard-Montrachet\"", "context": "CREATE TABLE table_13981938_1 (vineyard_surface__2010_ VARCHAR, grand_cru VARCHAR)", "question": "what's the vineyard surface (2010) with grand cru being bienvenues-bâtard-montrachet" }
### QUESTION What's the sum of sign with more than 53 bits precision, double extended (80-bit) type, and more than 80 total bits? ### CONTEXT CREATE TABLE table_name_98 (sign INTEGER, total_bits VARCHAR, bits_precision VARCHAR, type VARCHAR) ### ANSWER SELECT SUM(sign) FROM table_name_98 WHERE bits_precision > 53 AND type = "double extended (80-bit)" AND total_bits > 80
{ "answer": "SELECT SUM(sign) FROM table_name_98 WHERE bits_precision > 53 AND type = \"double extended (80-bit)\" AND total_bits > 80", "context": "CREATE TABLE table_name_98 (sign INTEGER, total_bits VARCHAR, bits_precision VARCHAR, type VARCHAR)", "question": "What's the sum of sign with more than 53 bits precision, double extended (80-bit) type, and more than 80 total bits?" }
### QUESTION How many years did the team that has a Singles win-Loss of 4-9 and first played before 1999? ### CONTEXT CREATE TABLE table_name_28 (years_played INTEGER, singles_win_loss VARCHAR, first_year_played VARCHAR) ### ANSWER SELECT SUM(years_played) FROM table_name_28 WHERE singles_win_loss = "4-9" AND first_year_played < 1999
{ "answer": "SELECT SUM(years_played) FROM table_name_28 WHERE singles_win_loss = \"4-9\" AND first_year_played < 1999", "context": "CREATE TABLE table_name_28 (years_played INTEGER, singles_win_loss VARCHAR, first_year_played VARCHAR)", "question": "How many years did the team that has a Singles win-Loss of 4-9 and first played before 1999?" }
### QUESTION how many original airdate with writer(s) being becky hartman edwards and director being adam nimoy ### CONTEXT CREATE TABLE table_13956521_2 (original_airdate VARCHAR, writer_s_ VARCHAR, director VARCHAR) ### ANSWER SELECT COUNT(original_airdate) FROM table_13956521_2 WHERE writer_s_ = "Becky Hartman Edwards" AND director = "Adam Nimoy"
{ "answer": "SELECT COUNT(original_airdate) FROM table_13956521_2 WHERE writer_s_ = \"Becky Hartman Edwards\" AND director = \"Adam Nimoy\"", "context": "CREATE TABLE table_13956521_2 (original_airdate VARCHAR, writer_s_ VARCHAR, director VARCHAR)", "question": " how many original airdate with writer(s) being becky hartman edwards and director being adam nimoy" }
### QUESTION What is the record when the decision was valiquette on November 23? ### CONTEXT CREATE TABLE table_name_46 (record VARCHAR, decision VARCHAR, november VARCHAR) ### ANSWER SELECT record FROM table_name_46 WHERE decision = "valiquette" AND november = 23
{ "answer": "SELECT record FROM table_name_46 WHERE decision = \"valiquette\" AND november = 23", "context": "CREATE TABLE table_name_46 (record VARCHAR, decision VARCHAR, november VARCHAR)", "question": "What is the record when the decision was valiquette on November 23?" }
### QUESTION I want the driver for Laps more than 8 and ferrari with Grid of 8 ### CONTEXT CREATE TABLE table_name_45 (driver VARCHAR, grid VARCHAR, laps VARCHAR, constructor VARCHAR) ### ANSWER SELECT driver FROM table_name_45 WHERE laps > 8 AND constructor = "ferrari" AND grid = 8
{ "answer": "SELECT driver FROM table_name_45 WHERE laps > 8 AND constructor = \"ferrari\" AND grid = 8", "context": "CREATE TABLE table_name_45 (driver VARCHAR, grid VARCHAR, laps VARCHAR, constructor VARCHAR)", "question": "I want the driver for Laps more than 8 and ferrari with Grid of 8" }
### QUESTION Which title has the Translation of vesoul? ### CONTEXT CREATE TABLE table_name_28 (title VARCHAR, translation VARCHAR) ### ANSWER SELECT title FROM table_name_28 WHERE translation = "vesoul"
{ "answer": "SELECT title FROM table_name_28 WHERE translation = \"vesoul\"", "context": "CREATE TABLE table_name_28 (title VARCHAR, translation VARCHAR)", "question": "Which title has the Translation of vesoul?" }
### QUESTION What is the total amount of freight produced of u28c? ### CONTEXT CREATE TABLE table_name_49 (total_produced VARCHAR, service VARCHAR, builder’s_model VARCHAR) ### ANSWER SELECT total_produced FROM table_name_49 WHERE service = "freight" AND builder’s_model = "u28c"
{ "answer": "SELECT total_produced FROM table_name_49 WHERE service = \"freight\" AND builder’s_model = \"u28c\"", "context": "CREATE TABLE table_name_49 (total_produced VARCHAR, service VARCHAR, builder’s_model VARCHAR)", "question": "What is the total amount of freight produced of u28c?" }
### QUESTION what's the bleeding time with partial thromboplastin time being unaffected and condition being liver failure , early ### CONTEXT CREATE TABLE table_14006_1 (bleeding_time VARCHAR, partial_thromboplastin_time VARCHAR, condition VARCHAR) ### ANSWER SELECT bleeding_time FROM table_14006_1 WHERE partial_thromboplastin_time = "Unaffected" AND condition = "Liver failure , early"
{ "answer": "SELECT bleeding_time FROM table_14006_1 WHERE partial_thromboplastin_time = \"Unaffected\" AND condition = \"Liver failure , early\"", "context": "CREATE TABLE table_14006_1 (bleeding_time VARCHAR, partial_thromboplastin_time VARCHAR, condition VARCHAR)", "question": "what's the bleeding time with partial thromboplastin time being unaffected and condition being liver failure , early" }
### QUESTION Which country has a delegate who was first elected in 2006? ### CONTEXT CREATE TABLE table_14009909_1 (counties_represented VARCHAR, first_elected VARCHAR) ### ANSWER SELECT counties_represented FROM table_14009909_1 WHERE first_elected = 2006
{ "answer": "SELECT counties_represented FROM table_14009909_1 WHERE first_elected = 2006", "context": "CREATE TABLE table_14009909_1 (counties_represented VARCHAR, first_elected VARCHAR)", "question": "Which country has a delegate who was first elected in 2006?" }
### QUESTION What town is Volleyball Sportiv Complex (3 500) located in? ### CONTEXT CREATE TABLE table_14015965_1 (town VARCHAR, arena__capacity_ VARCHAR) ### ANSWER SELECT town FROM table_14015965_1 WHERE arena__capacity_ = "Volleyball Sportiv Complex (3 500)"
{ "answer": "SELECT town FROM table_14015965_1 WHERE arena__capacity_ = \"Volleyball Sportiv Complex (3 500)\"", "context": "CREATE TABLE table_14015965_1 (town VARCHAR, arena__capacity_ VARCHAR)", "question": "What town is Volleyball Sportiv Complex (3 500) located in?" }
### QUESTION Name the married filing jointly or qualified widow(er) with head of household being $117,451–$190,200 ### CONTEXT CREATE TABLE table_name_61 (married_filing_jointly_or_qualified_widow_er_ VARCHAR, head_of_household VARCHAR) ### ANSWER SELECT married_filing_jointly_or_qualified_widow_er_ FROM table_name_61 WHERE head_of_household = "$117,451–$190,200"
{ "answer": "SELECT married_filing_jointly_or_qualified_widow_er_ FROM table_name_61 WHERE head_of_household = \"$117,451–$190,200\"", "context": "CREATE TABLE table_name_61 (married_filing_jointly_or_qualified_widow_er_ VARCHAR, head_of_household VARCHAR)", "question": "Name the married filing jointly or qualified widow(er) with head of household being $117,451–$190,200" }
### QUESTION What team has a vehicle with an Offenhauser engine and a McLaren chassis? ### CONTEXT CREATE TABLE table_1405704_1 (team VARCHAR, chassis VARCHAR, engine VARCHAR) ### ANSWER SELECT team FROM table_1405704_1 WHERE chassis = "McLaren" AND engine = "Offenhauser"
{ "answer": "SELECT team FROM table_1405704_1 WHERE chassis = \"McLaren\" AND engine = \"Offenhauser\"", "context": "CREATE TABLE table_1405704_1 (team VARCHAR, chassis VARCHAR, engine VARCHAR)", "question": "What team has a vehicle with an Offenhauser engine and a McLaren chassis?" }
### QUESTION What catalogue has a track less than 16 and 2/3/56 recorded with a song titled Lawdy Miss Clawdy? ### CONTEXT CREATE TABLE table_name_83 (catalogue VARCHAR, song_title VARCHAR, track VARCHAR, recorded VARCHAR) ### ANSWER SELECT catalogue FROM table_name_83 WHERE track < 16 AND recorded = "2/3/56" AND song_title = "lawdy miss clawdy"
{ "answer": "SELECT catalogue FROM table_name_83 WHERE track < 16 AND recorded = \"2/3/56\" AND song_title = \"lawdy miss clawdy\"", "context": "CREATE TABLE table_name_83 (catalogue VARCHAR, song_title VARCHAR, track VARCHAR, recorded VARCHAR)", "question": "What catalogue has a track less than 16 and 2/3/56 recorded with a song titled Lawdy Miss Clawdy?" }
### QUESTION how many points for with points against being 177 ### CONTEXT CREATE TABLE table_14058433_5 (points_for VARCHAR, points_against VARCHAR) ### ANSWER SELECT COUNT(points_for) FROM table_14058433_5 WHERE points_against = "177"
{ "answer": "SELECT COUNT(points_for) FROM table_14058433_5 WHERE points_against = \"177\"", "context": "CREATE TABLE table_14058433_5 (points_for VARCHAR, points_against VARCHAR)", "question": " how many points for with points against being 177" }
### QUESTION what's the won with points for being 643 ### CONTEXT CREATE TABLE table_14058433_5 (won VARCHAR, points_for VARCHAR) ### ANSWER SELECT won FROM table_14058433_5 WHERE points_for = "643"
{ "answer": "SELECT won FROM table_14058433_5 WHERE points_for = \"643\"", "context": "CREATE TABLE table_14058433_5 (won VARCHAR, points_for VARCHAR)", "question": "what's the won with points for being 643" }
### QUESTION What is the Malayalam word for punarvasu ಪುನರ್ವಸು in Kannada? ### CONTEXT CREATE TABLE table_1408397_3 (malayalam_മലയാളം VARCHAR, kannada_ಕನ್ನಡ VARCHAR) ### ANSWER SELECT malayalam_മലയാളം FROM table_1408397_3 WHERE kannada_ಕನ್ನಡ = "Punarvasu ಪುನರ್ವಸು"
{ "answer": "SELECT malayalam_മലയാളം FROM table_1408397_3 WHERE kannada_ಕನ್ನಡ = \"Punarvasu ಪುನರ್ವಸು\"", "context": "CREATE TABLE table_1408397_3 (malayalam_മലയാളം VARCHAR, kannada_ಕನ್ನಡ VARCHAR)", "question": "What is the Malayalam word for punarvasu ಪುನರ್ವಸು in Kannada?" }
### QUESTION Name the lpsos 3/14/09 for opinionway of 4/17/09 of 5% and lfof 11/12/08 of 7% ### CONTEXT CREATE TABLE table_name_33 (ipsos_3_14_09 VARCHAR, ifop_11_12_08 VARCHAR, opinionway_4_17_09 VARCHAR) ### ANSWER SELECT ipsos_3_14_09 FROM table_name_33 WHERE ifop_11_12_08 = "7%" AND opinionway_4_17_09 = "5%"
{ "answer": "SELECT ipsos_3_14_09 FROM table_name_33 WHERE ifop_11_12_08 = \"7%\" AND opinionway_4_17_09 = \"5%\"", "context": "CREATE TABLE table_name_33 (ipsos_3_14_09 VARCHAR, ifop_11_12_08 VARCHAR, opinionway_4_17_09 VARCHAR)", "question": "Name the lpsos 3/14/09 for opinionway of 4/17/09 of 5% and lfof 11/12/08 of 7%" }
### QUESTION Which visitor visited on February 21? ### CONTEXT CREATE TABLE table_name_14 (visitor VARCHAR, date VARCHAR) ### ANSWER SELECT visitor FROM table_name_14 WHERE date = "february 21"
{ "answer": "SELECT visitor FROM table_name_14 WHERE date = \"february 21\"", "context": "CREATE TABLE table_name_14 (visitor VARCHAR, date VARCHAR)", "question": "Which visitor visited on February 21?" }
### QUESTION who is the the voice actor (englbeingh 1998 / pioneer) with voice actor (englbeingh 1997 / saban) being alec willows and voice actor (englbeingh 2006 / funimation) being andy mcavin ### CONTEXT CREATE TABLE table_1410384_1 (voice_actor__english_1998___pioneer_ VARCHAR, voice_actor__english_1997___saban_ VARCHAR, voice_actor__english_2006___funimation_ VARCHAR) ### ANSWER SELECT voice_actor__english_1998___pioneer_ FROM table_1410384_1 WHERE voice_actor__english_1997___saban_ = "Alec Willows" AND voice_actor__english_2006___funimation_ = "Andy McAvin"
{ "answer": "SELECT voice_actor__english_1998___pioneer_ FROM table_1410384_1 WHERE voice_actor__english_1997___saban_ = \"Alec Willows\" AND voice_actor__english_2006___funimation_ = \"Andy McAvin\"", "context": "CREATE TABLE table_1410384_1 (voice_actor__english_1998___pioneer_ VARCHAR, voice_actor__english_1997___saban_ VARCHAR, voice_actor__english_2006___funimation_ VARCHAR)", "question": "who is the the voice actor (englbeingh 1998 / pioneer) with voice actor (englbeingh 1997 / saban) being alec willows and voice actor (englbeingh 2006 / funimation) being andy mcavin" }
### QUESTION how many voice actor (englbeingh 1998 / pioneer) with voice actor (japanese) being shinobu satouchi ### CONTEXT CREATE TABLE table_1410384_1 (voice_actor__english_1998___pioneer_ VARCHAR, voice_actor__japanese_ VARCHAR) ### ANSWER SELECT COUNT(voice_actor__english_1998___pioneer_) FROM table_1410384_1 WHERE voice_actor__japanese_ = "Shinobu Satouchi"
{ "answer": "SELECT COUNT(voice_actor__english_1998___pioneer_) FROM table_1410384_1 WHERE voice_actor__japanese_ = \"Shinobu Satouchi\"", "context": "CREATE TABLE table_1410384_1 (voice_actor__english_1998___pioneer_ VARCHAR, voice_actor__japanese_ VARCHAR)", "question": " how many voice actor (englbeingh 1998 / pioneer) with voice actor (japanese) being shinobu satouchi" }
### QUESTION What is the year when the performance is 60.73m and the age (years) is more than 45? ### CONTEXT CREATE TABLE table_name_85 (year VARCHAR, performance VARCHAR, age__years_ VARCHAR) ### ANSWER SELECT COUNT(year) FROM table_name_85 WHERE performance = "60.73m" AND age__years_ > 45
{ "answer": "SELECT COUNT(year) FROM table_name_85 WHERE performance = \"60.73m\" AND age__years_ > 45", "context": "CREATE TABLE table_name_85 (year VARCHAR, performance VARCHAR, age__years_ VARCHAR)", "question": "What is the year when the performance is 60.73m and the age (years) is more than 45?" }
### QUESTION What is the place when the performance is 60.73m? ### CONTEXT CREATE TABLE table_name_65 (place VARCHAR, performance VARCHAR) ### ANSWER SELECT place FROM table_name_65 WHERE performance = "60.73m"
{ "answer": "SELECT place FROM table_name_65 WHERE performance = \"60.73m\"", "context": "CREATE TABLE table_name_65 (place VARCHAR, performance VARCHAR)", "question": "What is the place when the performance is 60.73m?" }
### QUESTION how many overall championships does concordia university have ### CONTEXT CREATE TABLE table_14115168_4 (national_titles INTEGER, school VARCHAR) ### ANSWER SELECT MIN(national_titles) FROM table_14115168_4 WHERE school = "Concordia University"
{ "answer": "SELECT MIN(national_titles) FROM table_14115168_4 WHERE school = \"Concordia University\"", "context": "CREATE TABLE table_14115168_4 (national_titles INTEGER, school VARCHAR)", "question": "how many overall championships does concordia university have" }
### QUESTION Name the NOSAWA Rongai for petey williams ### CONTEXT CREATE TABLE table_name_97 (nosawa_rongai VARCHAR, block_a VARCHAR) ### ANSWER SELECT nosawa_rongai FROM table_name_97 WHERE block_a = "petey williams"
{ "answer": "SELECT nosawa_rongai FROM table_name_97 WHERE block_a = \"petey williams\"", "context": "CREATE TABLE table_name_97 (nosawa_rongai VARCHAR, block_a VARCHAR)", "question": "Name the NOSAWA Rongai for petey williams" }
### QUESTION what's the primary payload(s) with launch date being july 8, 1994 ### CONTEXT CREATE TABLE table_14118521_1 (primary_payload_s_ VARCHAR, launch_date VARCHAR) ### ANSWER SELECT primary_payload_s_ FROM table_14118521_1 WHERE launch_date = "July 8, 1994"
{ "answer": "SELECT primary_payload_s_ FROM table_14118521_1 WHERE launch_date = \"July 8, 1994\"", "context": "CREATE TABLE table_14118521_1 (primary_payload_s_ VARCHAR, launch_date VARCHAR)", "question": "what's the primary payload(s) with launch date being july 8, 1994" }
### QUESTION how many primary payload(s) with shuttle being columbia and duration being 13 days, 19 hours, 30 minutes, 4 seconds ### CONTEXT CREATE TABLE table_14118521_1 (primary_payload_s_ VARCHAR, shuttle VARCHAR, duration VARCHAR) ### ANSWER SELECT COUNT(primary_payload_s_) FROM table_14118521_1 WHERE shuttle = "Columbia" AND duration = "13 days, 19 hours, 30 minutes, 4 seconds"
{ "answer": "SELECT COUNT(primary_payload_s_) FROM table_14118521_1 WHERE shuttle = \"Columbia\" AND duration = \"13 days, 19 hours, 30 minutes, 4 seconds\"", "context": "CREATE TABLE table_14118521_1 (primary_payload_s_ VARCHAR, shuttle VARCHAR, duration VARCHAR)", "question": " how many primary payload(s) with shuttle being columbia and duration being 13 days, 19 hours, 30 minutes, 4 seconds" }
### QUESTION what's the poles with pts being 81 ### CONTEXT CREATE TABLE table_14139408_1 (poles VARCHAR, pts VARCHAR) ### ANSWER SELECT poles FROM table_14139408_1 WHERE pts = "81"
{ "answer": "SELECT poles FROM table_14139408_1 WHERE pts = \"81\"", "context": "CREATE TABLE table_14139408_1 (poles VARCHAR, pts VARCHAR)", "question": "what's the poles with pts being 81" }
### QUESTION Who was the defensive award winner in February when the rookie award was given to Rhys Duch? ### CONTEXT CREATE TABLE table_14132239_3 (defensive VARCHAR, month VARCHAR, rookie VARCHAR) ### ANSWER SELECT defensive FROM table_14132239_3 WHERE month = "February" AND rookie = "Rhys Duch"
{ "answer": "SELECT defensive FROM table_14132239_3 WHERE month = \"February\" AND rookie = \"Rhys Duch\"", "context": "CREATE TABLE table_14132239_3 (defensive VARCHAR, month VARCHAR, rookie VARCHAR)", "question": "Who was the defensive award winner in February when the rookie award was given to Rhys Duch?" }
### QUESTION What is the Away team score when they played Geelong as the Home team? ### CONTEXT CREATE TABLE table_name_15 (away_team VARCHAR, home_team VARCHAR) ### ANSWER SELECT away_team AS score FROM table_name_15 WHERE home_team = "geelong"
{ "answer": "SELECT away_team AS score FROM table_name_15 WHERE home_team = \"geelong\"", "context": "CREATE TABLE table_name_15 (away_team VARCHAR, home_team VARCHAR)", "question": "What is the Away team score when they played Geelong as the Home team?" }
### QUESTION What is the name of the Home team that played Fitzroy as the Away team? ### CONTEXT CREATE TABLE table_name_53 (home_team VARCHAR, away_team VARCHAR) ### ANSWER SELECT home_team FROM table_name_53 WHERE away_team = "fitzroy"
{ "answer": "SELECT home_team FROM table_name_53 WHERE away_team = \"fitzroy\"", "context": "CREATE TABLE table_name_53 (home_team VARCHAR, away_team VARCHAR)", "question": "What is the name of the Home team that played Fitzroy as the Away team?" }
### QUESTION how many mean elevation with lowest point being gulf of mexico and state being texas ### CONTEXT CREATE TABLE table_1416612_1 (mean_elevation VARCHAR, lowest_point VARCHAR, state VARCHAR) ### ANSWER SELECT COUNT(mean_elevation) FROM table_1416612_1 WHERE lowest_point = "Gulf of Mexico" AND state = "Texas"
{ "answer": "SELECT COUNT(mean_elevation) FROM table_1416612_1 WHERE lowest_point = \"Gulf of Mexico\" AND state = \"Texas\"", "context": "CREATE TABLE table_1416612_1 (mean_elevation VARCHAR, lowest_point VARCHAR, state VARCHAR)", "question": " how many mean elevation with lowest point being gulf of mexico and state being texas" }
### QUESTION What is the average Year for the Royal Canadian Mint Engravers Artist when the Mintage is under 200? ### CONTEXT CREATE TABLE table_name_35 (year INTEGER, artist VARCHAR, mintage VARCHAR) ### ANSWER SELECT AVG(year) FROM table_name_35 WHERE artist = "royal canadian mint engravers" AND mintage < 200
{ "answer": "SELECT AVG(year) FROM table_name_35 WHERE artist = \"royal canadian mint engravers\" AND mintage < 200", "context": "CREATE TABLE table_name_35 (year INTEGER, artist VARCHAR, mintage VARCHAR)", "question": "What is the average Year for the Royal Canadian Mint Engravers Artist when the Mintage is under 200?" }
### QUESTION When the Year is over 2008, what is the highest Mintage for the Royal Canadian Mint Engravers Artist? ### CONTEXT CREATE TABLE table_name_46 (mintage INTEGER, artist VARCHAR, year VARCHAR) ### ANSWER SELECT MAX(mintage) FROM table_name_46 WHERE artist = "royal canadian mint engravers" AND year > 2008
{ "answer": "SELECT MAX(mintage) FROM table_name_46 WHERE artist = \"royal canadian mint engravers\" AND year > 2008", "context": "CREATE TABLE table_name_46 (mintage INTEGER, artist VARCHAR, year VARCHAR)", "question": "When the Year is over 2008, what is the highest Mintage for the Royal Canadian Mint Engravers Artist?" }
### QUESTION In games where st kilda was the away team, what was the smallest crowd? ### CONTEXT CREATE TABLE table_name_68 (crowd INTEGER, away_team VARCHAR) ### ANSWER SELECT MIN(crowd) FROM table_name_68 WHERE away_team = "st kilda"
{ "answer": "SELECT MIN(crowd) FROM table_name_68 WHERE away_team = \"st kilda\"", "context": "CREATE TABLE table_name_68 (crowd INTEGER, away_team VARCHAR)", "question": "In games where st kilda was the away team, what was the smallest crowd?" }