text
stringlengths 150
1.06k
| source
dict |
---|---|
### QUESTION
Name the try bonus of points against at 430
### CONTEXT
CREATE TABLE table_12792876_4 (try_bonus VARCHAR, points_against VARCHAR)
### ANSWER
SELECT try_bonus FROM table_12792876_4 WHERE points_against = "430"</s> | {
"answer": "SELECT try_bonus FROM table_12792876_4 WHERE points_against = \"430\"",
"context": "CREATE TABLE table_12792876_4 (try_bonus VARCHAR, points_against VARCHAR)",
"question": "Name the try bonus of points against at 430"
} |
### QUESTION
What is the High assists for march 25?
### CONTEXT
CREATE TABLE table_name_69 (high_assists VARCHAR, date VARCHAR)
### ANSWER
SELECT high_assists FROM table_name_69 WHERE date = "march 25"</s> | {
"answer": "SELECT high_assists FROM table_name_69 WHERE date = \"march 25\"",
"context": "CREATE TABLE table_name_69 (high_assists VARCHAR, date VARCHAR)",
"question": "What is the High assists for march 25?"
} |
### QUESTION
What is the highest Game when Morris Peterson (8) had the high assists?
### CONTEXT
CREATE TABLE table_name_81 (game INTEGER, high_assists VARCHAR)
### ANSWER
SELECT MAX(game) FROM table_name_81 WHERE high_assists = "morris peterson (8)"</s> | {
"answer": "SELECT MAX(game) FROM table_name_81 WHERE high_assists = \"morris peterson (8)\"",
"context": "CREATE TABLE table_name_81 (game INTEGER, high_assists VARCHAR)",
"question": "What is the highest Game when Morris Peterson (8) had the high assists?"
} |
### QUESTION
What are the Colt model numbers of the models named GAU-5A/A, with no bayonet lug, no case deflector and stock of 2nd generation?
### CONTEXT
CREATE TABLE table_12834315_1 (colt_model_no VARCHAR, name VARCHAR, case_deflector VARCHAR, bayonet_lug VARCHAR, stock VARCHAR)
### ANSWER
SELECT colt_model_no FROM table_12834315_1 WHERE bayonet_lug = "No" AND stock = "2nd Generation" AND case_deflector = "No" AND name = "GAU-5A/A"</s> | {
"answer": "SELECT colt_model_no FROM table_12834315_1 WHERE bayonet_lug = \"No\" AND stock = \"2nd Generation\" AND case_deflector = \"No\" AND name = \"GAU-5A/A\"",
"context": "CREATE TABLE table_12834315_1 (colt_model_no VARCHAR, name VARCHAR, case_deflector VARCHAR, bayonet_lug VARCHAR, stock VARCHAR)",
"question": "What are the Colt model numbers of the models named GAU-5A/A, with no bayonet lug, no case deflector and stock of 2nd generation? "
} |
### QUESTION
During the first phase portion of phase and having 16 clubs involved; what would you find for the winners from previous round?
### CONTEXT
CREATE TABLE table_1281200_1 (winners_from_previous_round VARCHAR, phase VARCHAR, clubs_involved VARCHAR)
### ANSWER
SELECT winners_from_previous_round FROM table_1281200_1 WHERE phase = "First phase" AND clubs_involved = 16</s> | {
"answer": "SELECT winners_from_previous_round FROM table_1281200_1 WHERE phase = \"First phase\" AND clubs_involved = 16",
"context": "CREATE TABLE table_1281200_1 (winners_from_previous_round VARCHAR, phase VARCHAR, clubs_involved VARCHAR)",
"question": "During the first phase portion of phase and having 16 clubs involved; what would you find for the winners from previous round?"
} |
### QUESTION
What country submitted the movie the orphanage?
### CONTEXT
CREATE TABLE table_12842068_1 (submitting_country VARCHAR, film_title_used_in_nomination VARCHAR)
### ANSWER
SELECT submitting_country FROM table_12842068_1 WHERE film_title_used_in_nomination = "The Orphanage"</s> | {
"answer": "SELECT submitting_country FROM table_12842068_1 WHERE film_title_used_in_nomination = \"The Orphanage\"",
"context": "CREATE TABLE table_12842068_1 (submitting_country VARCHAR, film_title_used_in_nomination VARCHAR)",
"question": "What country submitted the movie the orphanage?"
} |
### QUESTION
How many endowments does Mosaic Stadium have?
### CONTEXT
CREATE TABLE table_12896884_1 (endowment VARCHAR, football_stadium VARCHAR)
### ANSWER
SELECT COUNT(endowment) FROM table_12896884_1 WHERE football_stadium = "Mosaic Stadium"</s> | {
"answer": "SELECT COUNT(endowment) FROM table_12896884_1 WHERE football_stadium = \"Mosaic Stadium\"",
"context": "CREATE TABLE table_12896884_1 (endowment VARCHAR, football_stadium VARCHAR)",
"question": "How many endowments does Mosaic Stadium have?"
} |
### QUESTION
What is the lowest events that have 17 as the cuts made, with a top-25 less than 8?
### CONTEXT
CREATE TABLE table_name_14 (events INTEGER, cuts_made VARCHAR, top_25 VARCHAR)
### ANSWER
SELECT MIN(events) FROM table_name_14 WHERE cuts_made = 17 AND top_25 < 8</s> | {
"answer": "SELECT MIN(events) FROM table_name_14 WHERE cuts_made = 17 AND top_25 < 8",
"context": "CREATE TABLE table_name_14 (events INTEGER, cuts_made VARCHAR, top_25 VARCHAR)",
"question": "What is the lowest events that have 17 as the cuts made, with a top-25 less than 8?"
} |
### QUESTION
How many points are there with more losses than 16, more goals than 44, and a smaller position than 13?
### CONTEXT
CREATE TABLE table_name_99 (points VARCHAR, position VARCHAR, loses VARCHAR, goals_scored VARCHAR)
### ANSWER
SELECT COUNT(points) FROM table_name_99 WHERE loses > 16 AND goals_scored > 44 AND position < 13</s> | {
"answer": "SELECT COUNT(points) FROM table_name_99 WHERE loses > 16 AND goals_scored > 44 AND position < 13",
"context": "CREATE TABLE table_name_99 (points VARCHAR, position VARCHAR, loses VARCHAR, goals_scored VARCHAR)",
"question": "How many points are there with more losses than 16, more goals than 44, and a smaller position than 13?"
} |
### QUESTION
How many candidates were elected first in 1980?
### CONTEXT
CREATE TABLE table_1341453_20 (candidates VARCHAR, first_elected VARCHAR)
### ANSWER
SELECT COUNT(candidates) FROM table_1341453_20 WHERE first_elected = 1980</s> | {
"answer": "SELECT COUNT(candidates) FROM table_1341453_20 WHERE first_elected = 1980",
"context": "CREATE TABLE table_1341453_20 (candidates VARCHAR, first_elected VARCHAR)",
"question": "How many candidates were elected first in 1980?"
} |
### QUESTION
When has a Surface of hard, a Tournament of wrexham , great britain?
### CONTEXT
CREATE TABLE table_name_46 (date VARCHAR, surface VARCHAR, tournament VARCHAR)
### ANSWER
SELECT date FROM table_name_46 WHERE surface = "hard" AND tournament = "wrexham , great britain"</s> | {
"answer": "SELECT date FROM table_name_46 WHERE surface = \"hard\" AND tournament = \"wrexham , great britain\"",
"context": "CREATE TABLE table_name_46 (date VARCHAR, surface VARCHAR, tournament VARCHAR)",
"question": "When has a Surface of hard, a Tournament of wrexham , great britain?"
} |
### QUESTION
What was the result of the election of doc hastings (r) 53.3% jay inslee (d) 46.7%
### CONTEXT
CREATE TABLE table_1341522_50 (status VARCHAR, opponent VARCHAR)
### ANSWER
SELECT status FROM table_1341522_50 WHERE opponent = "Doc Hastings (R) 53.3% Jay Inslee (D) 46.7%"</s> | {
"answer": "SELECT status FROM table_1341522_50 WHERE opponent = \"Doc Hastings (R) 53.3% Jay Inslee (D) 46.7%\"",
"context": "CREATE TABLE table_1341522_50 (status VARCHAR, opponent VARCHAR)",
"question": "What was the result of the election of doc hastings (r) 53.3% jay inslee (d) 46.7%"
} |
### QUESTION
Which Frequency has a Branding of country 600?
### CONTEXT
CREATE TABLE table_name_26 (frequency VARCHAR, branding VARCHAR)
### ANSWER
SELECT frequency FROM table_name_26 WHERE branding = "country 600"</s> | {
"answer": "SELECT frequency FROM table_name_26 WHERE branding = \"country 600\"",
"context": "CREATE TABLE table_name_26 (frequency VARCHAR, branding VARCHAR)",
"question": "Which Frequency has a Branding of country 600?"
} |
### QUESTION
If the Class A is Anton and Class AAA is Burnet, what is Class AA?
### CONTEXT
CREATE TABLE table_name_88 (class_aA VARCHAR, class_a VARCHAR, class_aAA VARCHAR, burnet VARCHAR)
### ANSWER
SELECT class_aA FROM table_name_88 WHERE class_a = "anton" AND class_aAA = burnet</s> | {
"answer": "SELECT class_aA FROM table_name_88 WHERE class_a = \"anton\" AND class_aAA = burnet",
"context": "CREATE TABLE table_name_88 (class_aA VARCHAR, class_a VARCHAR, class_aAA VARCHAR, burnet VARCHAR)",
"question": "If the Class A is Anton and Class AAA is Burnet, what is Class AA?"
} |
### QUESTION
After week 2, how many people attended the game at Rich Stadium against the Miami Dolphins?
### CONTEXT
CREATE TABLE table_name_61 (attendance VARCHAR, week VARCHAR, game_site VARCHAR, opponent VARCHAR)
### ANSWER
SELECT COUNT(attendance) FROM table_name_61 WHERE game_site = "rich stadium" AND opponent = "miami dolphins" AND week > 2</s> | {
"answer": "SELECT COUNT(attendance) FROM table_name_61 WHERE game_site = \"rich stadium\" AND opponent = \"miami dolphins\" AND week > 2",
"context": "CREATE TABLE table_name_61 (attendance VARCHAR, week VARCHAR, game_site VARCHAR, opponent VARCHAR)",
"question": "After week 2, how many people attended the game at Rich Stadium against the Miami Dolphins?"
} |
### QUESTION
what's the district with result being new seat democratic gain
### CONTEXT
CREATE TABLE table_1341604_10 (district VARCHAR, result VARCHAR)
### ANSWER
SELECT district FROM table_1341604_10 WHERE result = "New seat Democratic gain"</s> | {
"answer": "SELECT district FROM table_1341604_10 WHERE result = \"New seat Democratic gain\"",
"context": "CREATE TABLE table_1341604_10 (district VARCHAR, result VARCHAR)",
"question": "what's the district with result being new seat democratic gain"
} |
### QUESTION
Name the number of first elected for phil crane
### CONTEXT
CREATE TABLE table_1341672_14 (first_elected VARCHAR, incumbent VARCHAR)
### ANSWER
SELECT COUNT(first_elected) FROM table_1341672_14 WHERE incumbent = "Phil Crane"</s> | {
"answer": "SELECT COUNT(first_elected) FROM table_1341672_14 WHERE incumbent = \"Phil Crane\"",
"context": "CREATE TABLE table_1341672_14 (first_elected VARCHAR, incumbent VARCHAR)",
"question": "Name the number of first elected for phil crane"
} |
### QUESTION
When the Sn/Sb (%) of 13/17, and a Liquidat (c) bigger than 283 what's the solidat (c)?
### CONTEXT
CREATE TABLE table_name_46 (solidat__ INTEGER, sn_sb___percentage_ VARCHAR, liquidat__°c_ VARCHAR)
### ANSWER
SELECT SUM(solidat__) AS °c_ FROM table_name_46 WHERE sn_sb___percentage_ = "13/17" AND liquidat__°c_ > 283</s> | {
"answer": "SELECT SUM(solidat__) AS °c_ FROM table_name_46 WHERE sn_sb___percentage_ = \"13/17\" AND liquidat__°c_ > 283",
"context": "CREATE TABLE table_name_46 (solidat__ INTEGER, sn_sb___percentage_ VARCHAR, liquidat__°c_ VARCHAR)",
"question": "When the Sn/Sb (%) of 13/17, and a Liquidat (c) bigger than 283 what's the solidat (c)?"
} |
### QUESTION
Which song by David Essex spent 2 weeks on top of the charts?
### CONTEXT
CREATE TABLE table_name_1 (song VARCHAR, weeks_on_top VARCHAR, artist VARCHAR)
### ANSWER
SELECT song FROM table_name_1 WHERE weeks_on_top = 2 AND artist = "david essex"</s> | {
"answer": "SELECT song FROM table_name_1 WHERE weeks_on_top = 2 AND artist = \"david essex\"",
"context": "CREATE TABLE table_name_1 (song VARCHAR, weeks_on_top VARCHAR, artist VARCHAR)",
"question": "Which song by David Essex spent 2 weeks on top of the charts?"
} |
### QUESTION
List all candidates in the democratic party where the election had the incumbent Frank Chelf running.
### CONTEXT
CREATE TABLE table_1342218_17 (candidates VARCHAR, party VARCHAR, incumbent VARCHAR)
### ANSWER
SELECT candidates FROM table_1342218_17 WHERE party = "Democratic" AND incumbent = "Frank Chelf"</s> | {
"answer": "SELECT candidates FROM table_1342218_17 WHERE party = \"Democratic\" AND incumbent = \"Frank Chelf\"",
"context": "CREATE TABLE table_1342218_17 (candidates VARCHAR, party VARCHAR, incumbent VARCHAR)",
"question": "List all candidates in the democratic party where the election had the incumbent Frank Chelf running."
} |
### QUESTION
How many grids had a Time/Retired of +4 laps?
### CONTEXT
CREATE TABLE table_name_72 (grid VARCHAR, time_retired VARCHAR)
### ANSWER
SELECT COUNT(grid) FROM table_name_72 WHERE time_retired = "+4 laps"</s> | {
"answer": "SELECT COUNT(grid) FROM table_name_72 WHERE time_retired = \"+4 laps\"",
"context": "CREATE TABLE table_name_72 (grid VARCHAR, time_retired VARCHAR)",
"question": "How many grids had a Time/Retired of +4 laps?"
} |
### QUESTION
How many laps had a constructor of toyota and a Time/Retired of +13.409?
### CONTEXT
CREATE TABLE table_name_3 (laps VARCHAR, constructor VARCHAR, time_retired VARCHAR)
### ANSWER
SELECT COUNT(laps) FROM table_name_3 WHERE constructor = "toyota" AND time_retired = "+13.409"</s> | {
"answer": "SELECT COUNT(laps) FROM table_name_3 WHERE constructor = \"toyota\" AND time_retired = \"+13.409\"",
"context": "CREATE TABLE table_name_3 (laps VARCHAR, constructor VARCHAR, time_retired VARCHAR)",
"question": "How many laps had a constructor of toyota and a Time/Retired of +13.409?"
} |
### QUESTION
How many grids had a constructor of renault and less than 4 laps?
### CONTEXT
CREATE TABLE table_name_35 (grid INTEGER, constructor VARCHAR, laps VARCHAR)
### ANSWER
SELECT SUM(grid) FROM table_name_35 WHERE constructor = "renault" AND laps < 4</s> | {
"answer": "SELECT SUM(grid) FROM table_name_35 WHERE constructor = \"renault\" AND laps < 4",
"context": "CREATE TABLE table_name_35 (grid INTEGER, constructor VARCHAR, laps VARCHAR)",
"question": "How many grids had a constructor of renault and less than 4 laps?"
} |
### QUESTION
How many in total were elected first in lost renomination?
### CONTEXT
CREATE TABLE table_1342338_3 (first_elected VARCHAR, result VARCHAR)
### ANSWER
SELECT COUNT(first_elected) FROM table_1342338_3 WHERE result = "Lost renomination"</s> | {
"answer": "SELECT COUNT(first_elected) FROM table_1342338_3 WHERE result = \"Lost renomination\"",
"context": "CREATE TABLE table_1342338_3 (first_elected VARCHAR, result VARCHAR)",
"question": "How many in total were elected first in lost renomination?"
} |
### QUESTION
What is the result for the distance of 10f, and a winner or 2nd of Lampra?
### CONTEXT
CREATE TABLE table_name_30 (result VARCHAR, distance VARCHAR, winner_or_2nd VARCHAR)
### ANSWER
SELECT result FROM table_name_30 WHERE distance = "10f" AND winner_or_2nd = "lampra"</s> | {
"answer": "SELECT result FROM table_name_30 WHERE distance = \"10f\" AND winner_or_2nd = \"lampra\"",
"context": "CREATE TABLE table_name_30 (result VARCHAR, distance VARCHAR, winner_or_2nd VARCHAR)",
"question": "What is the result for the distance of 10f, and a winner or 2nd of Lampra?"
} |
### QUESTION
What is the result for thomas s. mcmillan?
### CONTEXT
CREATE TABLE table_1342359_39 (result VARCHAR, incumbent VARCHAR)
### ANSWER
SELECT result FROM table_1342359_39 WHERE incumbent = "Thomas S. McMillan"</s> | {
"answer": "SELECT result FROM table_1342359_39 WHERE incumbent = \"Thomas S. McMillan\"",
"context": "CREATE TABLE table_1342359_39 (result VARCHAR, incumbent VARCHAR)",
"question": "What is the result for thomas s. mcmillan?"
} |
### QUESTION
what's the party with incumbent being william e. evans
### CONTEXT
CREATE TABLE table_1342359_5 (party VARCHAR, incumbent VARCHAR)
### ANSWER
SELECT party FROM table_1342359_5 WHERE incumbent = "William E. Evans"</s> | {
"answer": "SELECT party FROM table_1342359_5 WHERE incumbent = \"William E. Evans\"",
"context": "CREATE TABLE table_1342359_5 (party VARCHAR, incumbent VARCHAR)",
"question": "what's the party with incumbent being william e. evans"
} |
### QUESTION
Who wrote the episode that received 1.83 million U.S. viewers?
### CONTEXT
CREATE TABLE table_13477468_3 (written_by VARCHAR, us_viewers__millions_ VARCHAR)
### ANSWER
SELECT written_by FROM table_13477468_3 WHERE us_viewers__millions_ = "1.83"</s> | {
"answer": "SELECT written_by FROM table_13477468_3 WHERE us_viewers__millions_ = \"1.83\"",
"context": "CREATE TABLE table_13477468_3 (written_by VARCHAR, us_viewers__millions_ VARCHAR)",
"question": "Who wrote the episode that received 1.83 million U.S. viewers?"
} |
### QUESTION
Which Volleyball has a Golf of 2, and an Indoor track of 3?
### CONTEXT
CREATE TABLE table_name_52 (volleyball VARCHAR, golf VARCHAR, indoor_track VARCHAR)
### ANSWER
SELECT volleyball FROM table_name_52 WHERE golf = "2" AND indoor_track = "3"</s> | {
"answer": "SELECT volleyball FROM table_name_52 WHERE golf = \"2\" AND indoor_track = \"3\"",
"context": "CREATE TABLE table_name_52 (volleyball VARCHAR, golf VARCHAR, indoor_track VARCHAR)",
"question": "Which Volleyball has a Golf of 2, and an Indoor track of 3?"
} |
### QUESTION
Date for scotiabank place with less than 20 points, game larger than 16, and an opponent of montreal canadiens?
### CONTEXT
CREATE TABLE table_name_40 (date VARCHAR, opponent VARCHAR, game VARCHAR, location VARCHAR, points VARCHAR)
### ANSWER
SELECT date FROM table_name_40 WHERE location = "scotiabank place" AND points < 20 AND game > 16 AND opponent = "montreal canadiens"</s> | {
"answer": "SELECT date FROM table_name_40 WHERE location = \"scotiabank place\" AND points < 20 AND game > 16 AND opponent = \"montreal canadiens\"",
"context": "CREATE TABLE table_name_40 (date VARCHAR, opponent VARCHAR, game VARCHAR, location VARCHAR, points VARCHAR)",
"question": "Date for scotiabank place with less than 20 points, game larger than 16, and an opponent of montreal canadiens?"
} |
### QUESTION
What is the type when Rangers are the moving from?
### CONTEXT
CREATE TABLE table_name_40 (type VARCHAR, moving_from VARCHAR)
### ANSWER
SELECT type FROM table_name_40 WHERE moving_from = "rangers"</s> | {
"answer": "SELECT type FROM table_name_40 WHERE moving_from = \"rangers\"",
"context": "CREATE TABLE table_name_40 (type VARCHAR, moving_from VARCHAR)",
"question": "What is the type when Rangers are the moving from?"
} |
### QUESTION
What date is aston villa away?
### CONTEXT
CREATE TABLE table_name_67 (date VARCHAR, away_team VARCHAR)
### ANSWER
SELECT date FROM table_name_67 WHERE away_team = "aston villa"</s> | {
"answer": "SELECT date FROM table_name_67 WHERE away_team = \"aston villa\"",
"context": "CREATE TABLE table_name_67 (date VARCHAR, away_team VARCHAR)",
"question": "What date is aston villa away?"
} |
### QUESTION
Where did the team play and what was the attendance against new jersey?
### CONTEXT
CREATE TABLE table_13619135_7 (location_attendance VARCHAR, team VARCHAR)
### ANSWER
SELECT location_attendance FROM table_13619135_7 WHERE team = "New Jersey"</s> | {
"answer": "SELECT location_attendance FROM table_13619135_7 WHERE team = \"New Jersey\"",
"context": "CREATE TABLE table_13619135_7 (location_attendance VARCHAR, team VARCHAR)",
"question": "Where did the team play and what was the attendance against new jersey?"
} |
### QUESTION
What is the most elevated TF1 # that has an Official # larger than 47, and an Air date (France) of 13 july 2010?
### CONTEXT
CREATE TABLE table_name_95 (tf1__number INTEGER, official__number VARCHAR, air_date__france_ VARCHAR)
### ANSWER
SELECT MAX(tf1__number) FROM table_name_95 WHERE official__number > 47 AND air_date__france_ = "13 july 2010"</s> | {
"answer": "SELECT MAX(tf1__number) FROM table_name_95 WHERE official__number > 47 AND air_date__france_ = \"13 july 2010\"",
"context": "CREATE TABLE table_name_95 (tf1__number INTEGER, official__number VARCHAR, air_date__france_ VARCHAR)",
"question": "What is the most elevated TF1 # that has an Official # larger than 47, and an Air date (France) of 13 july 2010?"
} |
### QUESTION
What's the location of Mom's Radio 95.9 Naga having a power of 10kw?
### CONTEXT
CREATE TABLE table_name_58 (location VARCHAR, power__kw_ VARCHAR, branding VARCHAR)
### ANSWER
SELECT location FROM table_name_58 WHERE power__kw_ = "10kw" AND branding = "mom's radio 95.9 naga"</s> | {
"answer": "SELECT location FROM table_name_58 WHERE power__kw_ = \"10kw\" AND branding = \"mom's radio 95.9 naga\"",
"context": "CREATE TABLE table_name_58 (location VARCHAR, power__kw_ VARCHAR, branding VARCHAR)",
"question": "What's the location of Mom's Radio 95.9 Naga having a power of 10kw?"
} |
### QUESTION
What is the number of losses for the game with a win % of 71.43%, and No Result is more than 0?
### CONTEXT
CREATE TABLE table_name_23 (losses INTEGER, win__percentage VARCHAR, no_result VARCHAR)
### ANSWER
SELECT SUM(losses) FROM table_name_23 WHERE win__percentage = "71.43%" AND no_result > 0</s> | {
"answer": "SELECT SUM(losses) FROM table_name_23 WHERE win__percentage = \"71.43%\" AND no_result > 0",
"context": "CREATE TABLE table_name_23 (losses INTEGER, win__percentage VARCHAR, no_result VARCHAR)",
"question": "What is the number of losses for the game with a win % of 71.43%, and No Result is more than 0?"
} |
### QUESTION
what's the won with points against being 597
### CONTEXT
CREATE TABLE table_13758945_3 (won VARCHAR, points_against VARCHAR)
### ANSWER
SELECT won FROM table_13758945_3 WHERE points_against = "597"</s> | {
"answer": "SELECT won FROM table_13758945_3 WHERE points_against = \"597\"",
"context": "CREATE TABLE table_13758945_3 (won VARCHAR, points_against VARCHAR)",
"question": "what's the won with points against being 597"
} |
### QUESTION
What year was the Win percentage 50.00%, with more than 14 matches, and wins more than 8?
### CONTEXT
CREATE TABLE table_name_6 (year VARCHAR, wins VARCHAR, win__percentage VARCHAR, matches VARCHAR)
### ANSWER
SELECT year FROM table_name_6 WHERE win__percentage = "50.00%" AND matches > 14 AND wins > 8</s> | {
"answer": "SELECT year FROM table_name_6 WHERE win__percentage = \"50.00%\" AND matches > 14 AND wins > 8",
"context": "CREATE TABLE table_name_6 (year VARCHAR, wins VARCHAR, win__percentage VARCHAR, matches VARCHAR)",
"question": "What year was the Win percentage 50.00%, with more than 14 matches, and wins more than 8?"
} |
### QUESTION
What is the area for a population of 0.58 km?
### CONTEXT
CREATE TABLE table_name_8 (area__km²_ VARCHAR, pop__km² VARCHAR)
### ANSWER
SELECT area__km²_ FROM table_name_8 WHERE pop__km² = 0.58</s> | {
"answer": "SELECT area__km²_ FROM table_name_8 WHERE pop__km² = 0.58",
"context": "CREATE TABLE table_name_8 (area__km²_ VARCHAR, pop__km² VARCHAR)",
"question": "What is the area for a population of 0.58 km?"
} |
### QUESTION
What was the box score for the game where the away team was the sydney spirit?
### CONTEXT
CREATE TABLE table_name_40 (Box VARCHAR, away_team VARCHAR)
### ANSWER
SELECT Box AS score FROM table_name_40 WHERE away_team = "sydney spirit"</s> | {
"answer": "SELECT Box AS score FROM table_name_40 WHERE away_team = \"sydney spirit\"",
"context": "CREATE TABLE table_name_40 (Box VARCHAR, away_team VARCHAR)",
"question": "What was the box score for the game where the away team was the sydney spirit?"
} |
### QUESTION
What method of resolution was the fight that took place at hardcore championship fighting: destiny?
### CONTEXT
CREATE TABLE table_name_41 (method VARCHAR, event VARCHAR)
### ANSWER
SELECT method FROM table_name_41 WHERE event = "hardcore championship fighting: destiny"</s> | {
"answer": "SELECT method FROM table_name_41 WHERE event = \"hardcore championship fighting: destiny\"",
"context": "CREATE TABLE table_name_41 (method VARCHAR, event VARCHAR)",
"question": "What method of resolution was the fight that took place at hardcore championship fighting: destiny?"
} |
### QUESTION
How many position does Teodor Salparov play on?
### CONTEXT
CREATE TABLE table_14038363_1 (position VARCHAR, player VARCHAR)
### ANSWER
SELECT COUNT(position) FROM table_14038363_1 WHERE player = "Teodor Salparov"</s> | {
"answer": "SELECT COUNT(position) FROM table_14038363_1 WHERE player = \"Teodor Salparov\"",
"context": "CREATE TABLE table_14038363_1 (position VARCHAR, player VARCHAR)",
"question": "How many position does Teodor Salparov play on? "
} |
### QUESTION
what is the minimum games played with goals for/against being 7-5
### CONTEXT
CREATE TABLE table_14181578_1 (games_played INTEGER, goals_for_against VARCHAR)
### ANSWER
SELECT MIN(games_played) FROM table_14181578_1 WHERE goals_for_against = "7-5"</s> | {
"answer": "SELECT MIN(games_played) FROM table_14181578_1 WHERE goals_for_against = \"7-5\"",
"context": "CREATE TABLE table_14181578_1 (games_played INTEGER, goals_for_against VARCHAR)",
"question": "what is the minimum games played with goals for/against being 7-5"
} |
### QUESTION
what is the numbr for fri may 30 and mon may 26 is 19' 02.890 118.847mph?
### CONTEXT
CREATE TABLE table_14209455_1 (fri_30_may VARCHAR, mon_26_may VARCHAR)
### ANSWER
SELECT fri_30_may FROM table_14209455_1 WHERE mon_26_may = "19' 02.890 118.847mph"</s> | {
"answer": "SELECT fri_30_may FROM table_14209455_1 WHERE mon_26_may = \"19' 02.890 118.847mph\"",
"context": "CREATE TABLE table_14209455_1 (fri_30_may VARCHAR, mon_26_may VARCHAR)",
"question": "what is the numbr for fri may 30 and mon may 26 is 19' 02.890 118.847mph?"
} |
### QUESTION
What is the Pressure in hPa (mbar), when Vacuum Range is "medium vacuum"?
### CONTEXT
CREATE TABLE table_name_69 (pressure_in_hpa__mbar_ VARCHAR, vacuum_range VARCHAR)
### ANSWER
SELECT pressure_in_hpa__mbar_ FROM table_name_69 WHERE vacuum_range = "medium vacuum"</s> | {
"answer": "SELECT pressure_in_hpa__mbar_ FROM table_name_69 WHERE vacuum_range = \"medium vacuum\"",
"context": "CREATE TABLE table_name_69 (pressure_in_hpa__mbar_ VARCHAR, vacuum_range VARCHAR)",
"question": "What is the Pressure in hPa (mbar), when Vacuum Range is \"medium vacuum\"?"
} |
### QUESTION
what is the score on 22 february 1993?
### CONTEXT
CREATE TABLE table_name_10 (score VARCHAR, date VARCHAR)
### ANSWER
SELECT score FROM table_name_10 WHERE date = "22 february 1993"</s> | {
"answer": "SELECT score FROM table_name_10 WHERE date = \"22 february 1993\"",
"context": "CREATE TABLE table_name_10 (score VARCHAR, date VARCHAR)",
"question": "what is the score on 22 february 1993?"
} |
### QUESTION
Name the extra points for left guard
### CONTEXT
CREATE TABLE table_14342592_8 (extra_points VARCHAR, position VARCHAR)
### ANSWER
SELECT extra_points FROM table_14342592_8 WHERE position = "Left guard"</s> | {
"answer": "SELECT extra_points FROM table_14342592_8 WHERE position = \"Left guard\"",
"context": "CREATE TABLE table_14342592_8 (extra_points VARCHAR, position VARCHAR)",
"question": "Name the extra points for left guard"
} |
### QUESTION
What type of 3D game did Valve Corporation release?
### CONTEXT
CREATE TABLE table_name_4 (genre VARCHAR, type VARCHAR, developer_s_ VARCHAR)
### ANSWER
SELECT genre FROM table_name_4 WHERE type = "3d" AND developer_s_ = "valve corporation"</s> | {
"answer": "SELECT genre FROM table_name_4 WHERE type = \"3d\" AND developer_s_ = \"valve corporation\"",
"context": "CREATE TABLE table_name_4 (genre VARCHAR, type VARCHAR, developer_s_ VARCHAR)",
"question": "What type of 3D game did Valve Corporation release?"
} |
### QUESTION
What is the Date of attack of the ship with iron ore sunk by u-101 *?
### CONTEXT
CREATE TABLE table_name_39 (date_of_attack VARCHAR, fate VARCHAR, cargo VARCHAR)
### ANSWER
SELECT date_of_attack FROM table_name_39 WHERE fate = "sunk by u-101 *" AND cargo = "iron ore"</s> | {
"answer": "SELECT date_of_attack FROM table_name_39 WHERE fate = \"sunk by u-101 *\" AND cargo = \"iron ore\"",
"context": "CREATE TABLE table_name_39 (date_of_attack VARCHAR, fate VARCHAR, cargo VARCHAR)",
"question": "What is the Date of attack of the ship with iron ore sunk by u-101 *?"
} |
### QUESTION
What is the fewest points for positions with under 12 losses, goals against under 50, goal difference over 11, and under 30 played?
### CONTEXT
CREATE TABLE table_name_22 (points INTEGER, played VARCHAR, goal_difference VARCHAR, losses VARCHAR, goals_against VARCHAR)
### ANSWER
SELECT MIN(points) FROM table_name_22 WHERE losses < 12 AND goals_against < 50 AND goal_difference > 11 AND played < 30</s> | {
"answer": "SELECT MIN(points) FROM table_name_22 WHERE losses < 12 AND goals_against < 50 AND goal_difference > 11 AND played < 30",
"context": "CREATE TABLE table_name_22 (points INTEGER, played VARCHAR, goal_difference VARCHAR, losses VARCHAR, goals_against VARCHAR)",
"question": "What is the fewest points for positions with under 12 losses, goals against under 50, goal difference over 11, and under 30 played?"
} |
### QUESTION
When the cmd.exe / command.com is type, what are all associated values for powershell (cmdlet)?
### CONTEXT
CREATE TABLE table_14465871_1 (powershell__cmdlet_ VARCHAR, cmdexe___commandcom VARCHAR)
### ANSWER
SELECT powershell__cmdlet_ FROM table_14465871_1 WHERE cmdexe___commandcom = "type"</s> | {
"answer": "SELECT powershell__cmdlet_ FROM table_14465871_1 WHERE cmdexe___commandcom = \"type\"",
"context": "CREATE TABLE table_14465871_1 (powershell__cmdlet_ VARCHAR, cmdexe___commandcom VARCHAR)",
"question": "When the cmd.exe / command.com is type, what are all associated values for powershell (cmdlet)?"
} |
### QUESTION
How many values of powershell (cmdlet) are valid when unix shell is env, export, set, setenv?
### CONTEXT
CREATE TABLE table_14465871_1 (powershell__cmdlet_ VARCHAR, unix_shell VARCHAR)
### ANSWER
SELECT COUNT(powershell__cmdlet_) FROM table_14465871_1 WHERE unix_shell = "env, export, set, setenv"</s> | {
"answer": "SELECT COUNT(powershell__cmdlet_) FROM table_14465871_1 WHERE unix_shell = \"env, export, set, setenv\"",
"context": "CREATE TABLE table_14465871_1 (powershell__cmdlet_ VARCHAR, unix_shell VARCHAR)",
"question": "How many values of powershell (cmdlet) are valid when unix shell is env, export, set, setenv?"
} |
### QUESTION
What is Event, when Round is "1", when Location is "New Town, North Dakota , United States" and when Time is "4:12"?
### CONTEXT
CREATE TABLE table_name_9 (event VARCHAR, time VARCHAR, round VARCHAR, location VARCHAR)
### ANSWER
SELECT event FROM table_name_9 WHERE round = 1 AND location = "new town, north dakota , united states" AND time = "4:12"</s> | {
"answer": "SELECT event FROM table_name_9 WHERE round = 1 AND location = \"new town, north dakota , united states\" AND time = \"4:12\"",
"context": "CREATE TABLE table_name_9 (event VARCHAR, time VARCHAR, round VARCHAR, location VARCHAR)",
"question": "What is Event, when Round is \"1\", when Location is \"New Town, North Dakota , United States\" and when Time is \"4:12\"?"
} |
### QUESTION
What is the median household income for Woodside?
### CONTEXT
CREATE TABLE table_1447085_1 (median_house__hold_income VARCHAR, place VARCHAR)
### ANSWER
SELECT median_house__hold_income FROM table_1447085_1 WHERE place = "Woodside"</s> | {
"answer": "SELECT median_house__hold_income FROM table_1447085_1 WHERE place = \"Woodside\"",
"context": "CREATE TABLE table_1447085_1 (median_house__hold_income VARCHAR, place VARCHAR)",
"question": "What is the median household income for Woodside?"
} |
### QUESTION
Which common has an area (km2) of 38.38?
### CONTEXT
CREATE TABLE table_1449169_1 (common VARCHAR, area__km_2__ VARCHAR)
### ANSWER
SELECT common FROM table_1449169_1 WHERE area__km_2__ = "38.38"</s> | {
"answer": "SELECT common FROM table_1449169_1 WHERE area__km_2__ = \"38.38\"",
"context": "CREATE TABLE table_1449169_1 (common VARCHAR, area__km_2__ VARCHAR)",
"question": "Which common has an area (km2) of 38.38?"
} |
### QUESTION
What is the density of the common with an area of 20.4 km^2?
### CONTEXT
CREATE TABLE table_1449176_1 (density__inhabitants_km_2__ VARCHAR, area__km_2__ VARCHAR)
### ANSWER
SELECT density__inhabitants_km_2__ FROM table_1449176_1 WHERE area__km_2__ = "20.4"</s> | {
"answer": "SELECT density__inhabitants_km_2__ FROM table_1449176_1 WHERE area__km_2__ = \"20.4\"",
"context": "CREATE TABLE table_1449176_1 (density__inhabitants_km_2__ VARCHAR, area__km_2__ VARCHAR)",
"question": "What is the density of the common with an area of 20.4 km^2?"
} |
### QUESTION
What is the biggest number of females where the males are at 28.2 with a rank greater than 5?
### CONTEXT
CREATE TABLE table_name_46 (females INTEGER, males VARCHAR, rank VARCHAR)
### ANSWER
SELECT MAX(females) FROM table_name_46 WHERE males = 28.2 AND rank > 5</s> | {
"answer": "SELECT MAX(females) FROM table_name_46 WHERE males = 28.2 AND rank > 5",
"context": "CREATE TABLE table_name_46 (females INTEGER, males VARCHAR, rank VARCHAR)",
"question": "What is the biggest number of females where the males are at 28.2 with a rank greater than 5?"
} |
### QUESTION
What are week 4 results?
### CONTEXT
CREATE TABLE table_14608759_1 (result VARCHAR, week VARCHAR)
### ANSWER
SELECT result FROM table_14608759_1 WHERE week = 4</s> | {
"answer": "SELECT result FROM table_14608759_1 WHERE week = 4",
"context": "CREATE TABLE table_14608759_1 (result VARCHAR, week VARCHAR)",
"question": "What are week 4 results? "
} |
### QUESTION
Name the player for chicago black hawks
### CONTEXT
CREATE TABLE table_1473672_8 (player VARCHAR, nhl_team VARCHAR)
### ANSWER
SELECT player FROM table_1473672_8 WHERE nhl_team = "Chicago Black Hawks"</s> | {
"answer": "SELECT player FROM table_1473672_8 WHERE nhl_team = \"Chicago Black Hawks\"",
"context": "CREATE TABLE table_1473672_8 (player VARCHAR, nhl_team VARCHAR)",
"question": "Name the player for chicago black hawks"
} |
### QUESTION
What is the NFL club of the cornerback player with a pick greater than 63?
### CONTEXT
CREATE TABLE table_name_34 (nfl_club VARCHAR, pick VARCHAR, position VARCHAR)
### ANSWER
SELECT nfl_club FROM table_name_34 WHERE pick > 63 AND position = "cornerback"</s> | {
"answer": "SELECT nfl_club FROM table_name_34 WHERE pick > 63 AND position = \"cornerback\"",
"context": "CREATE TABLE table_name_34 (nfl_club VARCHAR, pick VARCHAR, position VARCHAR)",
"question": "What is the NFL club of the cornerback player with a pick greater than 63?"
} |
### QUESTION
Which Location has a Competition of Group Stage, a Lineup of Start and a Date of 2000-09-17?
### CONTEXT
CREATE TABLE table_name_67 (location VARCHAR, date VARCHAR, competition VARCHAR, lineup VARCHAR)
### ANSWER
SELECT location FROM table_name_67 WHERE competition = "group stage" AND lineup = "start" AND date = "2000-09-17"</s> | {
"answer": "SELECT location FROM table_name_67 WHERE competition = \"group stage\" AND lineup = \"start\" AND date = \"2000-09-17\"",
"context": "CREATE TABLE table_name_67 (location VARCHAR, date VARCHAR, competition VARCHAR, lineup VARCHAR)",
"question": "Which Location has a Competition of Group Stage, a Lineup of Start and a Date of 2000-09-17?"
} |
### QUESTION
What is the value scored when there were 19 points for the team 3 de Febrero?
### CONTEXT
CREATE TABLE table_14871601_2 (scored INTEGER, points VARCHAR, team VARCHAR)
### ANSWER
SELECT MAX(scored) FROM table_14871601_2 WHERE points = 19 AND team = "3 de Febrero"</s> | {
"answer": "SELECT MAX(scored) FROM table_14871601_2 WHERE points = 19 AND team = \"3 de Febrero\"",
"context": "CREATE TABLE table_14871601_2 (scored INTEGER, points VARCHAR, team VARCHAR)",
"question": "What is the value scored when there were 19 points for the team 3 de Febrero?"
} |
### QUESTION
What is the most points 1 when the goals against are fewer than 97, lost less than 22, 9 draws and goal difference of +28?
### CONTEXT
CREATE TABLE table_name_57 (points_1 INTEGER, goal_difference VARCHAR, drawn VARCHAR, goals_against VARCHAR, lost VARCHAR)
### ANSWER
SELECT MAX(points_1) FROM table_name_57 WHERE goals_against < 97 AND lost < 22 AND drawn = 9 AND goal_difference = "+28"</s> | {
"answer": "SELECT MAX(points_1) FROM table_name_57 WHERE goals_against < 97 AND lost < 22 AND drawn = 9 AND goal_difference = \"+28\"",
"context": "CREATE TABLE table_name_57 (points_1 INTEGER, goal_difference VARCHAR, drawn VARCHAR, goals_against VARCHAR, lost VARCHAR)",
"question": "What is the most points 1 when the goals against are fewer than 97, lost less than 22, 9 draws and goal difference of +28?"
} |
### QUESTION
What is the maximum lost with points 1 more than 58 and 66 goals against?
### CONTEXT
CREATE TABLE table_name_9 (lost INTEGER, points_1 VARCHAR, goals_against VARCHAR)
### ANSWER
SELECT MAX(lost) FROM table_name_9 WHERE points_1 > 58 AND goals_against = 66</s> | {
"answer": "SELECT MAX(lost) FROM table_name_9 WHERE points_1 > 58 AND goals_against = 66",
"context": "CREATE TABLE table_name_9 (lost INTEGER, points_1 VARCHAR, goals_against VARCHAR)",
"question": "What is the maximum lost with points 1 more than 58 and 66 goals against?"
} |
### QUESTION
Who directed Predator that was filmed with Fox Studio?
### CONTEXT
CREATE TABLE table_name_29 (director VARCHAR, studio VARCHAR, title VARCHAR)
### ANSWER
SELECT director FROM table_name_29 WHERE studio = "fox" AND title = "predator"</s> | {
"answer": "SELECT director FROM table_name_29 WHERE studio = \"fox\" AND title = \"predator\"",
"context": "CREATE TABLE table_name_29 (director VARCHAR, studio VARCHAR, title VARCHAR)",
"question": "Who directed Predator that was filmed with Fox Studio?"
} |
### QUESTION
Which current venues location is Mason, Ohio?
### CONTEXT
CREATE TABLE table_14903081_1 (current_venue VARCHAR, location VARCHAR)
### ANSWER
SELECT current_venue FROM table_14903081_1 WHERE location = "Mason, Ohio"</s> | {
"answer": "SELECT current_venue FROM table_14903081_1 WHERE location = \"Mason, Ohio\"",
"context": "CREATE TABLE table_14903081_1 (current_venue VARCHAR, location VARCHAR)",
"question": "Which current venues location is Mason, Ohio?"
} |
### QUESTION
How many viewers did the episode directed by David Nutter draw in?
### CONTEXT
CREATE TABLE table_14929574_3 (us_viewers__million_ VARCHAR, directed_by VARCHAR)
### ANSWER
SELECT us_viewers__million_ FROM table_14929574_3 WHERE directed_by = "David Nutter"</s> | {
"answer": "SELECT us_viewers__million_ FROM table_14929574_3 WHERE directed_by = \"David Nutter\"",
"context": "CREATE TABLE table_14929574_3 (us_viewers__million_ VARCHAR, directed_by VARCHAR)",
"question": "How many viewers did the episode directed by David Nutter draw in?"
} |
### QUESTION
Which episode number drew in 3.35 million viewers in the United States?
### CONTEXT
CREATE TABLE table_14929574_3 (series__number VARCHAR, us_viewers__million_ VARCHAR)
### ANSWER
SELECT COUNT(series__number) FROM table_14929574_3 WHERE us_viewers__million_ = "3.35"</s> | {
"answer": "SELECT COUNT(series__number) FROM table_14929574_3 WHERE us_viewers__million_ = \"3.35\"",
"context": "CREATE TABLE table_14929574_3 (series__number VARCHAR, us_viewers__million_ VARCHAR)",
"question": "Which episode number drew in 3.35 million viewers in the United States?"
} |
### QUESTION
What is the country of player chi-chi rodríguez, who has an e to par?
### CONTEXT
CREATE TABLE table_name_2 (country VARCHAR, to_par VARCHAR, player VARCHAR)
### ANSWER
SELECT country FROM table_name_2 WHERE to_par = "e" AND player = "chi-chi rodríguez"</s> | {
"answer": "SELECT country FROM table_name_2 WHERE to_par = \"e\" AND player = \"chi-chi rodríguez\"",
"context": "CREATE TABLE table_name_2 (country VARCHAR, to_par VARCHAR, player VARCHAR)",
"question": "What is the country of player chi-chi rodríguez, who has an e to par?"
} |
### QUESTION
What is average frequency MHZ when is in portales, new mexico?
### CONTEXT
CREATE TABLE table_name_13 (frequency_mhz INTEGER, city_of_license VARCHAR)
### ANSWER
SELECT AVG(frequency_mhz) FROM table_name_13 WHERE city_of_license = "portales, new mexico"</s> | {
"answer": "SELECT AVG(frequency_mhz) FROM table_name_13 WHERE city_of_license = \"portales, new mexico\"",
"context": "CREATE TABLE table_name_13 (frequency_mhz INTEGER, city_of_license VARCHAR)",
"question": "What is average frequency MHZ when is in portales, new mexico?"
} |
### QUESTION
When is the rhel release date when scientific linux release is 3.0.4
### CONTEXT
CREATE TABLE table_1500146_1 (rhel_release_date VARCHAR, scientific_linux_release VARCHAR)
### ANSWER
SELECT rhel_release_date FROM table_1500146_1 WHERE scientific_linux_release = "3.0.4"</s> | {
"answer": "SELECT rhel_release_date FROM table_1500146_1 WHERE scientific_linux_release = \"3.0.4\"",
"context": "CREATE TABLE table_1500146_1 (rhel_release_date VARCHAR, scientific_linux_release VARCHAR)",
"question": "When is the rhel release date when scientific linux release is 3.0.4"
} |
### QUESTION
What is the price of the internet provider that has an upstream rate of 256 kbit and a downstream rate of 512 kbit?
### CONTEXT
CREATE TABLE table_name_24 (price VARCHAR, upstream VARCHAR, downstream VARCHAR)
### ANSWER
SELECT price FROM table_name_24 WHERE upstream = "256 kbit" AND downstream = "512 kbit"</s> | {
"answer": "SELECT price FROM table_name_24 WHERE upstream = \"256 kbit\" AND downstream = \"512 kbit\"",
"context": "CREATE TABLE table_name_24 (price VARCHAR, upstream VARCHAR, downstream VARCHAR)",
"question": "What is the price of the internet provider that has an upstream rate of 256 kbit and a downstream rate of 512 kbit?"
} |
### QUESTION
What season has an episode written by john o'bryan and directed by ethan spaulding?
### CONTEXT
CREATE TABLE table_15185133_1 (no_in_season VARCHAR, written_by VARCHAR, directed_by VARCHAR)
### ANSWER
SELECT no_in_season FROM table_15185133_1 WHERE written_by = "John O'Bryan" AND directed_by = "Ethan Spaulding"</s> | {
"answer": "SELECT no_in_season FROM table_15185133_1 WHERE written_by = \"John O'Bryan\" AND directed_by = \"Ethan Spaulding\"",
"context": "CREATE TABLE table_15185133_1 (no_in_season VARCHAR, written_by VARCHAR, directed_by VARCHAR)",
"question": "What season has an episode written by john o'bryan and directed by ethan spaulding?"
} |
### QUESTION
Name the year for sammo hung for ip man 2
### CONTEXT
CREATE TABLE table_15301258_1 (year VARCHAR, best_supporting_actor VARCHAR)
### ANSWER
SELECT year FROM table_15301258_1 WHERE best_supporting_actor = "Sammo Hung for Ip Man 2"</s> | {
"answer": "SELECT year FROM table_15301258_1 WHERE best_supporting_actor = \"Sammo Hung for Ip Man 2\"",
"context": "CREATE TABLE table_15301258_1 (year VARCHAR, best_supporting_actor VARCHAR)",
"question": "Name the year for sammo hung for ip man 2"
} |
### QUESTION
Name the best supporting actress for sun honglei for mongol
### CONTEXT
CREATE TABLE table_15301258_1 (best_supporting_actress VARCHAR, best_supporting_actor VARCHAR)
### ANSWER
SELECT best_supporting_actress FROM table_15301258_1 WHERE best_supporting_actor = "Sun Honglei for Mongol"</s> | {
"answer": "SELECT best_supporting_actress FROM table_15301258_1 WHERE best_supporting_actor = \"Sun Honglei for Mongol\"",
"context": "CREATE TABLE table_15301258_1 (best_supporting_actress VARCHAR, best_supporting_actor VARCHAR)",
"question": "Name the best supporting actress for sun honglei for mongol"
} |
### QUESTION
What was the score for United States when the player was Mike Reid and the To par was e?
### CONTEXT
CREATE TABLE table_name_30 (score VARCHAR, player VARCHAR, country VARCHAR, to_par VARCHAR)
### ANSWER
SELECT score FROM table_name_30 WHERE country = "united states" AND to_par = "e" AND player = "mike reid"</s> | {
"answer": "SELECT score FROM table_name_30 WHERE country = \"united states\" AND to_par = \"e\" AND player = \"mike reid\"",
"context": "CREATE TABLE table_name_30 (score VARCHAR, player VARCHAR, country VARCHAR, to_par VARCHAR)",
"question": "What was the score for United States when the player was Mike Reid and the To par was e?"
} |
### QUESTION
Which Played has a Position of 3, and a Points smaller than 15?
### CONTEXT
CREATE TABLE table_name_85 (played VARCHAR, position VARCHAR, points VARCHAR)
### ANSWER
SELECT COUNT(played) FROM table_name_85 WHERE position = 3 AND points < 15</s> | {
"answer": "SELECT COUNT(played) FROM table_name_85 WHERE position = 3 AND points < 15",
"context": "CREATE TABLE table_name_85 (played VARCHAR, position VARCHAR, points VARCHAR)",
"question": "Which Played has a Position of 3, and a Points smaller than 15?"
} |
### QUESTION
Which Date has a Streak of loss 2, and a Team of @ boston celtics?
### CONTEXT
CREATE TABLE table_name_71 (date VARCHAR, streak VARCHAR, team VARCHAR)
### ANSWER
SELECT date FROM table_name_71 WHERE streak = "loss 2" AND team = "@ boston celtics"</s> | {
"answer": "SELECT date FROM table_name_71 WHERE streak = \"loss 2\" AND team = \"@ boston celtics\"",
"context": "CREATE TABLE table_name_71 (date VARCHAR, streak VARCHAR, team VARCHAR)",
"question": "Which Date has a Streak of loss 2, and a Team of @ boston celtics?"
} |
### QUESTION
What is the extortion and theft rates where the United Nations Observer Mission Uganda-Rwanda is active?
### CONTEXT
CREATE TABLE table_15652027_1 (extortion_theft_3 VARCHAR, united_nations_mission VARCHAR)
### ANSWER
SELECT extortion_theft_3 FROM table_15652027_1 WHERE united_nations_mission = "United Nations Observer Mission Uganda-Rwanda"</s> | {
"answer": "SELECT extortion_theft_3 FROM table_15652027_1 WHERE united_nations_mission = \"United Nations Observer Mission Uganda-Rwanda\"",
"context": "CREATE TABLE table_15652027_1 (extortion_theft_3 VARCHAR, united_nations_mission VARCHAR)",
"question": "What is the extortion and theft rates where the United Nations Observer Mission Uganda-Rwanda is active?"
} |
### QUESTION
Who was the centerfold model when the issue's pictorial was kimberly bell , bunnies of the new playboy club?
### CONTEXT
CREATE TABLE table_1566852_8 (centerfold_model VARCHAR, pictorials VARCHAR)
### ANSWER
SELECT centerfold_model FROM table_1566852_8 WHERE pictorials = "Kimberly Bell , Bunnies of the New Playboy Club"</s> | {
"answer": "SELECT centerfold_model FROM table_1566852_8 WHERE pictorials = \"Kimberly Bell , Bunnies of the New Playboy Club\"",
"context": "CREATE TABLE table_1566852_8 (centerfold_model VARCHAR, pictorials VARCHAR)",
"question": "Who was the centerfold model when the issue's pictorial was kimberly bell , bunnies of the new playboy club?"
} |
### QUESTION
Who answered the 20 questions on 10-07?
### CONTEXT
CREATE TABLE table_1566852_8 (date VARCHAR)
### ANSWER
SELECT 20 AS _questions FROM table_1566852_8 WHERE date = "10-07"</s> | {
"answer": "SELECT 20 AS _questions FROM table_1566852_8 WHERE date = \"10-07\"",
"context": "CREATE TABLE table_1566852_8 (date VARCHAR)",
"question": "Who answered the 20 questions on 10-07?"
} |
### QUESTION
Name the name for when overs bowled is 31.2
### CONTEXT
CREATE TABLE table_15700367_2 (name VARCHAR, overs_bowled VARCHAR)
### ANSWER
SELECT name FROM table_15700367_2 WHERE overs_bowled = "31.2"</s> | {
"answer": "SELECT name FROM table_15700367_2 WHERE overs_bowled = \"31.2\"",
"context": "CREATE TABLE table_15700367_2 (name VARCHAR, overs_bowled VARCHAR)",
"question": "Name the name for when overs bowled is 31.2"
} |
### QUESTION
What is the longitude of Carmenta Farra in 1994?
### CONTEXT
CREATE TABLE table_name_74 (longitude VARCHAR, year_named VARCHAR, name VARCHAR)
### ANSWER
SELECT longitude FROM table_name_74 WHERE year_named = 1994 AND name = "carmenta farra"</s> | {
"answer": "SELECT longitude FROM table_name_74 WHERE year_named = 1994 AND name = \"carmenta farra\"",
"context": "CREATE TABLE table_name_74 (longitude VARCHAR, year_named VARCHAR, name VARCHAR)",
"question": "What is the longitude of Carmenta Farra in 1994?"
} |
### QUESTION
Name the No. 8 which has a No. 4 of benjamin, and a No. 3 of liam?
### CONTEXT
CREATE TABLE table_name_23 (no_8 VARCHAR, no_4 VARCHAR, no_3 VARCHAR)
### ANSWER
SELECT no_8 FROM table_name_23 WHERE no_4 = "benjamin" AND no_3 = "liam"</s> | {
"answer": "SELECT no_8 FROM table_name_23 WHERE no_4 = \"benjamin\" AND no_3 = \"liam\"",
"context": "CREATE TABLE table_name_23 (no_8 VARCHAR, no_4 VARCHAR, no_3 VARCHAR)",
"question": "Name the No. 8 which has a No. 4 of benjamin, and a No. 3 of liam?"
} |
### QUESTION
Which municipalities located in the county of Finnmark have populations bigger than 6187.0?
### CONTEXT
CREATE TABLE table_157826_1 (municipality VARCHAR, county VARCHAR, population VARCHAR)
### ANSWER
SELECT municipality FROM table_157826_1 WHERE county = "Finnmark" AND population > 6187.0</s> | {
"answer": "SELECT municipality FROM table_157826_1 WHERE county = \"Finnmark\" AND population > 6187.0",
"context": "CREATE TABLE table_157826_1 (municipality VARCHAR, county VARCHAR, population VARCHAR)",
"question": "Which municipalities located in the county of Finnmark have populations bigger than 6187.0?"
} |
### QUESTION
Which municipality has a population of 24421?
### CONTEXT
CREATE TABLE table_157826_1 (municipality VARCHAR, population VARCHAR)
### ANSWER
SELECT municipality FROM table_157826_1 WHERE population = 24421</s> | {
"answer": "SELECT municipality FROM table_157826_1 WHERE population = 24421",
"context": "CREATE TABLE table_157826_1 (municipality VARCHAR, population VARCHAR)",
"question": "Which municipality has a population of 24421?"
} |
### QUESTION
what is the most silver when the event is 2008 summer paralympics and bronze is less than 1?
### CONTEXT
CREATE TABLE table_name_86 (silver INTEGER, event VARCHAR, bronze VARCHAR)
### ANSWER
SELECT MAX(silver) FROM table_name_86 WHERE event = "2008 summer paralympics" AND bronze < 1</s> | {
"answer": "SELECT MAX(silver) FROM table_name_86 WHERE event = \"2008 summer paralympics\" AND bronze < 1",
"context": "CREATE TABLE table_name_86 (silver INTEGER, event VARCHAR, bronze VARCHAR)",
"question": "what is the most silver when the event is 2008 summer paralympics and bronze is less than 1?"
} |
### QUESTION
Which Track number has a Album title of 文武双全升级版, and a Title of 老爸你别装酷?
### CONTEXT
CREATE TABLE table_name_44 (track_number VARCHAR, album_title VARCHAR, title VARCHAR)
### ANSWER
SELECT track_number FROM table_name_44 WHERE album_title = "文武双全升级版" AND title = "老爸你别装酷"</s> | {
"answer": "SELECT track_number FROM table_name_44 WHERE album_title = \"文武双全升级版\" AND title = \"老爸你别装酷\"",
"context": "CREATE TABLE table_name_44 (track_number VARCHAR, album_title VARCHAR, title VARCHAR)",
"question": "Which Track number has a Album title of 文武双全升级版, and a Title of 老爸你别装酷?"
} |
### QUESTION
What kind of Disc number has a Track number of 02 on 7 september 2004?
### CONTEXT
CREATE TABLE table_name_19 (disc_number VARCHAR, track_number VARCHAR, release_date VARCHAR)
### ANSWER
SELECT disc_number FROM table_name_19 WHERE track_number = "02" AND release_date = "7 september 2004"</s> | {
"answer": "SELECT disc_number FROM table_name_19 WHERE track_number = \"02\" AND release_date = \"7 september 2004\"",
"context": "CREATE TABLE table_name_19 (disc_number VARCHAR, track_number VARCHAR, release_date VARCHAR)",
"question": "What kind of Disc number has a Track number of 02 on 7 september 2004?"
} |
### QUESTION
What television service is in italy and is in english?
### CONTEXT
CREATE TABLE table_15887683_15 (television_service VARCHAR, country VARCHAR, language VARCHAR)
### ANSWER
SELECT television_service FROM table_15887683_15 WHERE country = "Italy" AND language = "English"</s> | {
"answer": "SELECT television_service FROM table_15887683_15 WHERE country = \"Italy\" AND language = \"English\"",
"context": "CREATE TABLE table_15887683_15 (television_service VARCHAR, country VARCHAR, language VARCHAR)",
"question": "What television service is in italy and is in english?"
} |
### QUESTION
WHAT IS THE AWAY TEAM WHEN HOME IS LEEDS UNITED?
### CONTEXT
CREATE TABLE table_name_44 (away_team VARCHAR, home_team VARCHAR)
### ANSWER
SELECT away_team FROM table_name_44 WHERE home_team = "leeds united"</s> | {
"answer": "SELECT away_team FROM table_name_44 WHERE home_team = \"leeds united\"",
"context": "CREATE TABLE table_name_44 (away_team VARCHAR, home_team VARCHAR)",
"question": "WHAT IS THE AWAY TEAM WHEN HOME IS LEEDS UNITED?"
} |
### QUESTION
WHAT IS THE AWAY TEAM WITH HOME OF LEICESTER CITY?
### CONTEXT
CREATE TABLE table_name_33 (away_team VARCHAR, home_team VARCHAR)
### ANSWER
SELECT away_team FROM table_name_33 WHERE home_team = "leicester city"</s> | {
"answer": "SELECT away_team FROM table_name_33 WHERE home_team = \"leicester city\"",
"context": "CREATE TABLE table_name_33 (away_team VARCHAR, home_team VARCHAR)",
"question": "WHAT IS THE AWAY TEAM WITH HOME OF LEICESTER CITY?"
} |
### QUESTION
Which Club has a League Cup goals of 0, and a FA Cup goals of 1, and a Total larger than 11, and a League goals of 13?
### CONTEXT
CREATE TABLE table_name_99 (club VARCHAR, league_goals VARCHAR, total VARCHAR, league_cup_goals VARCHAR, fa_cup_goals VARCHAR)
### ANSWER
SELECT club FROM table_name_99 WHERE league_cup_goals = "0" AND fa_cup_goals = "1" AND total > 11 AND league_goals = "13"</s> | {
"answer": "SELECT club FROM table_name_99 WHERE league_cup_goals = \"0\" AND fa_cup_goals = \"1\" AND total > 11 AND league_goals = \"13\"",
"context": "CREATE TABLE table_name_99 (club VARCHAR, league_goals VARCHAR, total VARCHAR, league_cup_goals VARCHAR, fa_cup_goals VARCHAR)",
"question": "Which Club has a League Cup goals of 0, and a FA Cup goals of 1, and a Total larger than 11, and a League goals of 13?"
} |
### QUESTION
Which League Cup goals have a Total larger than 14, and a League goals of 14, and a FA Cup goals of 0?
### CONTEXT
CREATE TABLE table_name_61 (league_cup_goals VARCHAR, fa_cup_goals VARCHAR, total VARCHAR, league_goals VARCHAR)
### ANSWER
SELECT league_cup_goals FROM table_name_61 WHERE total > "14" AND league_goals = "14" AND fa_cup_goals = "0"</s> | {
"answer": "SELECT league_cup_goals FROM table_name_61 WHERE total > \"14\" AND league_goals = \"14\" AND fa_cup_goals = \"0\"",
"context": "CREATE TABLE table_name_61 (league_cup_goals VARCHAR, fa_cup_goals VARCHAR, total VARCHAR, league_goals VARCHAR)",
"question": "Which League Cup goals have a Total larger than 14, and a League goals of 14, and a FA Cup goals of 0?"
} |
### QUESTION
Name the total number of episodes for coat of cash wearing celebrity is matt di angelo
### CONTEXT
CREATE TABLE table_1590967_6 (episode_number VARCHAR, coat_of_cash_wearing_celebrity VARCHAR)
### ANSWER
SELECT COUNT(episode_number) FROM table_1590967_6 WHERE coat_of_cash_wearing_celebrity = "Matt Di Angelo"</s> | {
"answer": "SELECT COUNT(episode_number) FROM table_1590967_6 WHERE coat_of_cash_wearing_celebrity = \"Matt Di Angelo\"",
"context": "CREATE TABLE table_1590967_6 (episode_number VARCHAR, coat_of_cash_wearing_celebrity VARCHAR)",
"question": "Name the total number of episodes for coat of cash wearing celebrity is matt di angelo"
} |
### QUESTION
What event had a win, record of 8-1 and n/a round?
### CONTEXT
CREATE TABLE table_name_98 (event VARCHAR, record VARCHAR, res VARCHAR, round VARCHAR)
### ANSWER
SELECT event FROM table_name_98 WHERE res = "win" AND round = "n/a" AND record = "8-1"</s> | {
"answer": "SELECT event FROM table_name_98 WHERE res = \"win\" AND round = \"n/a\" AND record = \"8-1\"",
"context": "CREATE TABLE table_name_98 (event VARCHAR, record VARCHAR, res VARCHAR, round VARCHAR)",
"question": "What event had a win, record of 8-1 and n/a round?"
} |
### QUESTION
What programs were held at highland speedway?
### CONTEXT
CREATE TABLE table_16275828_4 (program VARCHAR, track_name VARCHAR)
### ANSWER
SELECT program FROM table_16275828_4 WHERE track_name = "Highland Speedway"</s> | {
"answer": "SELECT program FROM table_16275828_4 WHERE track_name = \"Highland Speedway\"",
"context": "CREATE TABLE table_16275828_4 (program VARCHAR, track_name VARCHAR)",
"question": "What programs were held at highland speedway?"
} |
### QUESTION
What score did the away team receive against home team Port Adelaide?
### CONTEXT
CREATE TABLE table_16388478_3 (away_team VARCHAR, home_team VARCHAR)
### ANSWER
SELECT away_team AS score FROM table_16388478_3 WHERE home_team = "Port Adelaide"</s> | {
"answer": "SELECT away_team AS score FROM table_16388478_3 WHERE home_team = \"Port Adelaide\"",
"context": "CREATE TABLE table_16388478_3 (away_team VARCHAR, home_team VARCHAR)",
"question": "What score did the away team receive against home team Port Adelaide?"
} |
### QUESTION
what's the highest player number from the list from 2000-2001
### CONTEXT
CREATE TABLE table_16494599_5 (no INTEGER, years_for_grizzlies VARCHAR)
### ANSWER
SELECT MAX(no) FROM table_16494599_5 WHERE years_for_grizzlies = "2000-2001"</s> | {
"answer": "SELECT MAX(no) FROM table_16494599_5 WHERE years_for_grizzlies = \"2000-2001\"",
"context": "CREATE TABLE table_16494599_5 (no INTEGER, years_for_grizzlies VARCHAR)",
"question": "what's the highest player number from the list from 2000-2001"
} |
### QUESTION
What is Score, when Player is "Bob Murphy"?
### CONTEXT
CREATE TABLE table_name_9 (score VARCHAR, player VARCHAR)
### ANSWER
SELECT score FROM table_name_9 WHERE player = "bob murphy"</s> | {
"answer": "SELECT score FROM table_name_9 WHERE player = \"bob murphy\"",
"context": "CREATE TABLE table_name_9 (score VARCHAR, player VARCHAR)",
"question": "What is Score, when Player is \"Bob Murphy\"?"
} |
Subsets and Splits