text
stringlengths 146
1.06k
| source
dict |
---|---|
### QUESTION
What is the swimsuit when evening gown is 8.774 (6) ?
### CONTEXT
CREATE TABLE table_16268026_3 (swimsuit VARCHAR, evening_gown VARCHAR)
### ANSWER
SELECT swimsuit FROM table_16268026_3 WHERE evening_gown = "8.774 (6)" | {
"answer": "SELECT swimsuit FROM table_16268026_3 WHERE evening_gown = \"8.774 (6)\"",
"context": "CREATE TABLE table_16268026_3 (swimsuit VARCHAR, evening_gown VARCHAR)",
"question": "What is the swimsuit when evening gown is 8.774 (6) ?"
} |
### QUESTION
What is the minimum population of the region in which Roskilde is the largest city?
### CONTEXT
CREATE TABLE table_16278602_1 (_2008_ VARCHAR, population__january_1 INTEGER, largest_city VARCHAR)
### ANSWER
SELECT MIN(population__january_1), _2008_ FROM table_16278602_1 WHERE largest_city = "Roskilde" | {
"answer": "SELECT MIN(population__january_1), _2008_ FROM table_16278602_1 WHERE largest_city = \"Roskilde\"",
"context": "CREATE TABLE table_16278602_1 (_2008_ VARCHAR, population__january_1 INTEGER, largest_city VARCHAR)",
"question": "What is the minimum population of the region in which Roskilde is the largest city?"
} |
### QUESTION
Name the year for spiele leben
### CONTEXT
CREATE TABLE table_16255245_1 (year__ceremony_ VARCHAR, original_title VARCHAR)
### ANSWER
SELECT year__ceremony_ FROM table_16255245_1 WHERE original_title = "Spiele Leben" | {
"answer": "SELECT year__ceremony_ FROM table_16255245_1 WHERE original_title = \"Spiele Leben\"",
"context": "CREATE TABLE table_16255245_1 (year__ceremony_ VARCHAR, original_title VARCHAR)",
"question": "Name the year for spiele leben"
} |
### QUESTION
Name the film title for wohin und zurück - welcome in vienna
### CONTEXT
CREATE TABLE table_16255245_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR)
### ANSWER
SELECT film_title_used_in_nomination FROM table_16255245_1 WHERE original_title = "Wohin und zurück - Welcome in Vienna" | {
"answer": "SELECT film_title_used_in_nomination FROM table_16255245_1 WHERE original_title = \"Wohin und zurück - Welcome in Vienna\"",
"context": "CREATE TABLE table_16255245_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR)",
"question": "Name the film title for wohin und zurück - welcome in vienna"
} |
### QUESTION
NJame the total number of population for towns/villages for 217
### CONTEXT
CREATE TABLE table_16278825_1 (population VARCHAR, towns__villages VARCHAR)
### ANSWER
SELECT COUNT(population) FROM table_16278825_1 WHERE towns__villages = 217 | {
"answer": "SELECT COUNT(population) FROM table_16278825_1 WHERE towns__villages = 217",
"context": "CREATE TABLE table_16278825_1 (population VARCHAR, towns__villages VARCHAR)",
"question": "NJame the total number of population for towns/villages for 217"
} |
### QUESTION
When the foursome was w-l-h is 1–0–0 won w/ p. creamer 3&2, what was the points %?
### CONTEXT
CREATE TABLE table_1628607_5 (points__percentage VARCHAR, foursomes_w_l_h VARCHAR)
### ANSWER
SELECT points__percentage FROM table_1628607_5 WHERE foursomes_w_l_h = "1–0–0 won w/ P. Creamer 3&2" | {
"answer": "SELECT points__percentage FROM table_1628607_5 WHERE foursomes_w_l_h = \"1–0–0 won w/ P. Creamer 3&2\"",
"context": "CREATE TABLE table_1628607_5 (points__percentage VARCHAR, foursomes_w_l_h VARCHAR)",
"question": "When the foursome was w-l-h is 1–0–0 won w/ p. creamer 3&2, what was the points %?"
} |
### QUESTION
How many grids have a Constructor of talbot-lago - talbot, a Laps under 83, and a driver of johnny claes?
### CONTEXT
CREATE TABLE table_name_20 (grid VARCHAR, driver VARCHAR, constructor VARCHAR, laps VARCHAR)
### ANSWER
SELECT COUNT(grid) FROM table_name_20 WHERE constructor = "talbot-lago - talbot" AND laps < 83 AND driver = "johnny claes" | {
"answer": "SELECT COUNT(grid) FROM table_name_20 WHERE constructor = \"talbot-lago - talbot\" AND laps < 83 AND driver = \"johnny claes\"",
"context": "CREATE TABLE table_name_20 (grid VARCHAR, driver VARCHAR, constructor VARCHAR, laps VARCHAR)",
"question": "How many grids have a Constructor of talbot-lago - talbot, a Laps under 83, and a driver of johnny claes?"
} |
### QUESTION
Name the champion for london hunt and country club ( london , on )
### CONTEXT
CREATE TABLE table_1628792_1 (champion VARCHAR, tournament_location VARCHAR)
### ANSWER
SELECT champion FROM table_1628792_1 WHERE tournament_location = "London Hunt and country Club ( London , ON )" | {
"answer": "SELECT champion FROM table_1628792_1 WHERE tournament_location = \"London Hunt and country Club ( London , ON )\"",
"context": "CREATE TABLE table_1628792_1 (champion VARCHAR, tournament_location VARCHAR)",
"question": "Name the champion for london hunt and country club ( london , on )"
} |
### QUESTION
Who was the winning driver of the British Grand Prix where Giuseppe Farina had the fastest lap?
### CONTEXT
CREATE TABLE table_name_21 (winning_driver VARCHAR, fastest_lap VARCHAR, race VARCHAR)
### ANSWER
SELECT winning_driver FROM table_name_21 WHERE fastest_lap = "giuseppe farina" AND race = "british grand prix" | {
"answer": "SELECT winning_driver FROM table_name_21 WHERE fastest_lap = \"giuseppe farina\" AND race = \"british grand prix\"",
"context": "CREATE TABLE table_name_21 (winning_driver VARCHAR, fastest_lap VARCHAR, race VARCHAR)",
"question": "Who was the winning driver of the British Grand Prix where Giuseppe Farina had the fastest lap?"
} |
### QUESTION
What was the swimsuit score for the one who had a semifinal average of 8.759 (5)?
### CONTEXT
CREATE TABLE table_16323766_3 (swimsuit VARCHAR, semifinal_average VARCHAR)
### ANSWER
SELECT swimsuit FROM table_16323766_3 WHERE semifinal_average = "8.759 (5)" | {
"answer": "SELECT swimsuit FROM table_16323766_3 WHERE semifinal_average = \"8.759 (5)\"",
"context": "CREATE TABLE table_16323766_3 (swimsuit VARCHAR, semifinal_average VARCHAR)",
"question": "What was the swimsuit score for the one who had a semifinal average of 8.759 (5)?"
} |
### QUESTION
What was the evening gown score for the woman who scored 7.600 (9) in her interview?
### CONTEXT
CREATE TABLE table_16323766_3 (evening_gown VARCHAR, interview VARCHAR)
### ANSWER
SELECT evening_gown FROM table_16323766_3 WHERE interview = "7.600 (9)" | {
"answer": "SELECT evening_gown FROM table_16323766_3 WHERE interview = \"7.600 (9)\"",
"context": "CREATE TABLE table_16323766_3 (evening_gown VARCHAR, interview VARCHAR)",
"question": "What was the evening gown score for the woman who scored 7.600 (9) in her interview?"
} |
### QUESTION
What laps have a rank larger than 13 and the Time/Retired is accident, and a Qual smaller than 136.98?
### CONTEXT
CREATE TABLE table_name_40 (laps VARCHAR, qual VARCHAR, rank VARCHAR, time_retired VARCHAR)
### ANSWER
SELECT laps FROM table_name_40 WHERE rank > 13 AND time_retired = "accident" AND qual < 136.98 | {
"answer": "SELECT laps FROM table_name_40 WHERE rank > 13 AND time_retired = \"accident\" AND qual < 136.98",
"context": "CREATE TABLE table_name_40 (laps VARCHAR, qual VARCHAR, rank VARCHAR, time_retired VARCHAR)",
"question": "What laps have a rank larger than 13 and the Time/Retired is accident, and a Qual smaller than 136.98?"
} |
### QUESTION
Who many dates are in position 9 and the sellout is 81%?
### CONTEXT
CREATE TABLE table_16331025_2 (dates__mdy_ VARCHAR, position VARCHAR, sellout___percentage_ VARCHAR)
### ANSWER
SELECT COUNT(dates__mdy_) FROM table_16331025_2 WHERE position = 9 AND sellout___percentage_ = "81%" | {
"answer": "SELECT COUNT(dates__mdy_) FROM table_16331025_2 WHERE position = 9 AND sellout___percentage_ = \"81%\"",
"context": "CREATE TABLE table_16331025_2 (dates__mdy_ VARCHAR, position VARCHAR, sellout___percentage_ VARCHAR)",
"question": "Who many dates are in position 9 and the sellout is 81%?"
} |
### QUESTION
who is the driver for the car constructed by ferrari with a time/retired of +1:06.683?
### CONTEXT
CREATE TABLE table_name_43 (driver VARCHAR, constructor VARCHAR, time_retired VARCHAR)
### ANSWER
SELECT driver FROM table_name_43 WHERE constructor = "ferrari" AND time_retired = "+1:06.683" | {
"answer": "SELECT driver FROM table_name_43 WHERE constructor = \"ferrari\" AND time_retired = \"+1:06.683\"",
"context": "CREATE TABLE table_name_43 (driver VARCHAR, constructor VARCHAR, time_retired VARCHAR)",
"question": "who is the driver for the car constructed by ferrari with a time/retired of +1:06.683?"
} |
### QUESTION
Name the past habitual for गर्छस् garchas 'you (will) do'
### CONTEXT
CREATE TABLE table_16337329_5 (past_habitual VARCHAR, probable_future VARCHAR)
### ANSWER
SELECT past_habitual FROM table_16337329_5 WHERE probable_future = "गर्छस् garchas 'you (will) do'" | {
"answer": "SELECT past_habitual FROM table_16337329_5 WHERE probable_future = \"गर्छस् garchas 'you (will) do'\"",
"context": "CREATE TABLE table_16337329_5 (past_habitual VARCHAR, probable_future VARCHAR)",
"question": "Name the past habitual for गर्छस् garchas 'you (will) do'"
} |
### QUESTION
How many years did he have an average finish of 29.2?
### CONTEXT
CREATE TABLE table_1637041_2 (winnings VARCHAR, avg_finish VARCHAR)
### ANSWER
SELECT COUNT(winnings) FROM table_1637041_2 WHERE avg_finish = "29.2" | {
"answer": "SELECT COUNT(winnings) FROM table_1637041_2 WHERE avg_finish = \"29.2\"",
"context": "CREATE TABLE table_1637041_2 (winnings VARCHAR, avg_finish VARCHAR)",
"question": "How many years did he have an average finish of 29.2?"
} |
### QUESTION
What is the total capacity (MW) of the farm that is noted as being under construction?
### CONTEXT
CREATE TABLE table_name_17 (capacity__mw_ VARCHAR, notes VARCHAR)
### ANSWER
SELECT COUNT(capacity__mw_) FROM table_name_17 WHERE notes = "under construction" | {
"answer": "SELECT COUNT(capacity__mw_) FROM table_name_17 WHERE notes = \"under construction\"",
"context": "CREATE TABLE table_name_17 (capacity__mw_ VARCHAR, notes VARCHAR)",
"question": "What is the total capacity (MW) of the farm that is noted as being under construction?"
} |
### QUESTION
In the game held at Arden Street Oval, what was the score of the home team?
### CONTEXT
CREATE TABLE table_name_23 (home_team VARCHAR, venue VARCHAR)
### ANSWER
SELECT home_team AS score FROM table_name_23 WHERE venue = "arden street oval" | {
"answer": "SELECT home_team AS score FROM table_name_23 WHERE venue = \"arden street oval\"",
"context": "CREATE TABLE table_name_23 (home_team VARCHAR, venue VARCHAR)",
"question": "In the game held at Arden Street Oval, what was the score of the home team?"
} |
### QUESTION
What is the fare to Kalamazoo during the time frame when Saginaw's was $481.39?
### CONTEXT
CREATE TABLE table_1637981_7 (kalamazoo__azo_ VARCHAR, saginaw__mbs_ VARCHAR)
### ANSWER
SELECT kalamazoo__azo_ FROM table_1637981_7 WHERE saginaw__mbs_ = "$481.39" | {
"answer": "SELECT kalamazoo__azo_ FROM table_1637981_7 WHERE saginaw__mbs_ = \"$481.39\"",
"context": "CREATE TABLE table_1637981_7 (kalamazoo__azo_ VARCHAR, saginaw__mbs_ VARCHAR)",
"question": "What is the fare to Kalamazoo during the time frame when Saginaw's was $481.39?"
} |
### QUESTION
Name the total number of nicknames for st. bonaventure university
### CONTEXT
CREATE TABLE table_16383772_1 (nickname VARCHAR, school VARCHAR)
### ANSWER
SELECT COUNT(nickname) FROM table_16383772_1 WHERE school = "St. Bonaventure University" | {
"answer": "SELECT COUNT(nickname) FROM table_16383772_1 WHERE school = \"St. Bonaventure University\"",
"context": "CREATE TABLE table_16383772_1 (nickname VARCHAR, school VARCHAR)",
"question": "Name the total number of nicknames for st. bonaventure university"
} |
### QUESTION
Who wrote the episode for s02 e07?
### CONTEXT
CREATE TABLE table_16384596_4 (written_by VARCHAR, broadcast_order VARCHAR)
### ANSWER
SELECT written_by FROM table_16384596_4 WHERE broadcast_order = "S02 E07" | {
"answer": "SELECT written_by FROM table_16384596_4 WHERE broadcast_order = \"S02 E07\"",
"context": "CREATE TABLE table_16384596_4 (written_by VARCHAR, broadcast_order VARCHAR)",
"question": "Who wrote the episode for s02 e07?"
} |
### QUESTION
What year did the university of Pittsburgh school join the hockey league?
### CONTEXT
CREATE TABLE table_16384648_2 (joined_tschl VARCHAR, institution VARCHAR)
### ANSWER
SELECT joined_tschl FROM table_16384648_2 WHERE institution = "University of Pittsburgh" | {
"answer": "SELECT joined_tschl FROM table_16384648_2 WHERE institution = \"University of Pittsburgh\"",
"context": "CREATE TABLE table_16384648_2 (joined_tschl VARCHAR, institution VARCHAR)",
"question": "What year did the university of Pittsburgh school join the hockey league? "
} |
### QUESTION
When was the final loss of the club last won in 2001 and has a total of 3 wins?
### CONTEXT
CREATE TABLE table_name_84 (last_final_lost VARCHAR, wins VARCHAR, last_win VARCHAR)
### ANSWER
SELECT last_final_lost FROM table_name_84 WHERE wins = "3" AND last_win = "2001" | {
"answer": "SELECT last_final_lost FROM table_name_84 WHERE wins = \"3\" AND last_win = \"2001\"",
"context": "CREATE TABLE table_name_84 (last_final_lost VARCHAR, wins VARCHAR, last_win VARCHAR)",
"question": "When was the final loss of the club last won in 2001 and has a total of 3 wins?"
} |
### QUESTION
Name the date for adelaide for westpac stadium
### CONTEXT
CREATE TABLE table_16388439_3 (date VARCHAR, home_team VARCHAR, ground VARCHAR)
### ANSWER
SELECT date FROM table_16388439_3 WHERE home_team = "Adelaide" AND ground = "Westpac Stadium" | {
"answer": "SELECT date FROM table_16388439_3 WHERE home_team = \"Adelaide\" AND ground = \"Westpac Stadium\"",
"context": "CREATE TABLE table_16388439_3 (date VARCHAR, home_team VARCHAR, ground VARCHAR)",
"question": "Name the date for adelaide for westpac stadium"
} |
### QUESTION
Tell me the 2nd leg for alemannia aachen
### CONTEXT
CREATE TABLE table_name_61 (team__number1 VARCHAR)
### ANSWER
SELECT 2 AS nd_leg FROM table_name_61 WHERE team__number1 = "alemannia aachen" | {
"answer": "SELECT 2 AS nd_leg FROM table_name_61 WHERE team__number1 = \"alemannia aachen\"",
"context": "CREATE TABLE table_name_61 (team__number1 VARCHAR)",
"question": "Tell me the 2nd leg for alemannia aachen"
} |
### QUESTION
Which Particle has a Rest mass MeV/c 2 of 1192.642(24)?
### CONTEXT
CREATE TABLE table_name_61 (particle VARCHAR, rest_mass_mev___c_2 VARCHAR)
### ANSWER
SELECT particle FROM table_name_61 WHERE rest_mass_mev___c_2 = "1192.642(24)" | {
"answer": "SELECT particle FROM table_name_61 WHERE rest_mass_mev___c_2 = \"1192.642(24)\"",
"context": "CREATE TABLE table_name_61 (particle VARCHAR, rest_mass_mev___c_2 VARCHAR)",
"question": "Which Particle has a Rest mass MeV/c 2 of 1192.642(24)?"
} |
### QUESTION
Which Particle has an Isospin I of 1 and Commonly decays to p + + π 0 or n 0 + π +?
### CONTEXT
CREATE TABLE table_name_41 (particle VARCHAR, isospin_i VARCHAR, commonly_decays_to VARCHAR)
### ANSWER
SELECT particle FROM table_name_41 WHERE isospin_i = "1" AND commonly_decays_to = "p + + π 0 or n 0 + π +" | {
"answer": "SELECT particle FROM table_name_41 WHERE isospin_i = \"1\" AND commonly_decays_to = \"p + + π 0 or n 0 + π +\"",
"context": "CREATE TABLE table_name_41 (particle VARCHAR, isospin_i VARCHAR, commonly_decays_to VARCHAR)",
"question": "Which Particle has an Isospin I of 1 and Commonly decays to p + + π 0 or n 0 + π +?"
} |
### QUESTION
What are the evening gown scores of contestants whose average is 9.266?
### CONTEXT
CREATE TABLE table_16390001_2 (evening_gown VARCHAR, average VARCHAR)
### ANSWER
SELECT evening_gown FROM table_16390001_2 WHERE average = "9.266" | {
"answer": "SELECT evening_gown FROM table_16390001_2 WHERE average = \"9.266\"",
"context": "CREATE TABLE table_16390001_2 (evening_gown VARCHAR, average VARCHAR)",
"question": "What are the evening gown scores of contestants whose average is 9.266?"
} |
### QUESTION
How many of the Royal Waggon Train Unit were Missing while having a Killed of 0 off 0 men and a Wounded of 0 off 0 men?
### CONTEXT
CREATE TABLE table_name_89 (missing VARCHAR, unit VARCHAR, killed VARCHAR, wounded VARCHAR)
### ANSWER
SELECT missing FROM table_name_89 WHERE killed = "0 off 0 men" AND wounded = "0 off 0 men" AND unit = "royal waggon train" | {
"answer": "SELECT missing FROM table_name_89 WHERE killed = \"0 off 0 men\" AND wounded = \"0 off 0 men\" AND unit = \"royal waggon train\"",
"context": "CREATE TABLE table_name_89 (missing VARCHAR, unit VARCHAR, killed VARCHAR, wounded VARCHAR)",
"question": "How many of the Royal Waggon Train Unit were Missing while having a Killed of 0 off 0 men and a Wounded of 0 off 0 men?"
} |
### QUESTION
What is the socket location for sSPEC number sl3f7(kc0)sl3fj(kc0)?
### CONTEXT
CREATE TABLE table_16400024_1 (socket VARCHAR, sspec_number VARCHAR)
### ANSWER
SELECT socket FROM table_16400024_1 WHERE sspec_number = "SL3F7(kC0)SL3FJ(kC0)" | {
"answer": "SELECT socket FROM table_16400024_1 WHERE sspec_number = \"SL3F7(kC0)SL3FJ(kC0)\"",
"context": "CREATE TABLE table_16400024_1 (socket VARCHAR, sspec_number VARCHAR)",
"question": "What is the socket location for sSPEC number sl3f7(kc0)sl3fj(kc0)?"
} |
### QUESTION
What are the mm dimensions of the Plustek Mobileoffice D28 Corporate?
### CONTEXT
CREATE TABLE table_16409745_1 (dimensions__mm_ VARCHAR, product VARCHAR)
### ANSWER
SELECT dimensions__mm_ FROM table_16409745_1 WHERE product = "Plustek MobileOffice D28 Corporate" | {
"answer": "SELECT dimensions__mm_ FROM table_16409745_1 WHERE product = \"Plustek MobileOffice D28 Corporate\"",
"context": "CREATE TABLE table_16409745_1 (dimensions__mm_ VARCHAR, product VARCHAR)",
"question": "What are the mm dimensions of the Plustek Mobileoffice D28 Corporate?"
} |
### QUESTION
What are the mm dimensions for the Fujitsu fi-6130 a4 Series Scanner?
### CONTEXT
CREATE TABLE table_16409745_1 (dimensions__mm_ VARCHAR, product VARCHAR)
### ANSWER
SELECT dimensions__mm_ FROM table_16409745_1 WHERE product = "Fujitsu fi-6130 A4 Series Scanner" | {
"answer": "SELECT dimensions__mm_ FROM table_16409745_1 WHERE product = \"Fujitsu fi-6130 A4 Series Scanner\"",
"context": "CREATE TABLE table_16409745_1 (dimensions__mm_ VARCHAR, product VARCHAR)",
"question": "What are the mm dimensions for the Fujitsu fi-6130 a4 Series Scanner?"
} |
### QUESTION
What is the dpi for the scanner with a max page size of 216mm x 355mm?
### CONTEXT
CREATE TABLE table_16409745_1 (dpi VARCHAR, max_page_size VARCHAR)
### ANSWER
SELECT dpi FROM table_16409745_1 WHERE max_page_size = "216mm x 355mm" | {
"answer": "SELECT dpi FROM table_16409745_1 WHERE max_page_size = \"216mm x 355mm\"",
"context": "CREATE TABLE table_16409745_1 (dpi VARCHAR, max_page_size VARCHAR)",
"question": "What is the dpi for the scanner with a max page size of 216mm x 355mm?"
} |
### QUESTION
What was the result on 8 October 1961?
### CONTEXT
CREATE TABLE table_name_26 (result VARCHAR, date VARCHAR)
### ANSWER
SELECT result FROM table_name_26 WHERE date = "8 october 1961" | {
"answer": "SELECT result FROM table_name_26 WHERE date = \"8 october 1961\"",
"context": "CREATE TABLE table_name_26 (result VARCHAR, date VARCHAR)",
"question": "What was the result on 8 October 1961?"
} |
### QUESTION
What was the score of the match that was a played on a hard surface against Peter Gojowczyk?
### CONTEXT
CREATE TABLE table_name_85 (score VARCHAR, surface VARCHAR, opponent_in_the_final VARCHAR)
### ANSWER
SELECT score FROM table_name_85 WHERE surface = "hard" AND opponent_in_the_final = "peter gojowczyk" | {
"answer": "SELECT score FROM table_name_85 WHERE surface = \"hard\" AND opponent_in_the_final = \"peter gojowczyk\"",
"context": "CREATE TABLE table_name_85 (score VARCHAR, surface VARCHAR, opponent_in_the_final VARCHAR)",
"question": "What was the score of the match that was a played on a hard surface against Peter Gojowczyk?"
} |
### QUESTION
Location of the school with the nickname Mountaineers
### CONTEXT
CREATE TABLE table_16432543_1 (location VARCHAR, nickname VARCHAR)
### ANSWER
SELECT location FROM table_16432543_1 WHERE nickname = "Mountaineers" | {
"answer": "SELECT location FROM table_16432543_1 WHERE nickname = \"Mountaineers\"",
"context": "CREATE TABLE table_16432543_1 (location VARCHAR, nickname VARCHAR)",
"question": "Location of the school with the nickname Mountaineers"
} |
### QUESTION
How many attended the game with a record of 43-34?
### CONTEXT
CREATE TABLE table_name_59 (attendance VARCHAR, record VARCHAR)
### ANSWER
SELECT COUNT(attendance) FROM table_name_59 WHERE record = "43-34" | {
"answer": "SELECT COUNT(attendance) FROM table_name_59 WHERE record = \"43-34\"",
"context": "CREATE TABLE table_name_59 (attendance VARCHAR, record VARCHAR)",
"question": "How many attended the game with a record of 43-34?"
} |
### QUESTION
Which Position has a Player of patrick macdonald?
### CONTEXT
CREATE TABLE table_name_35 (position VARCHAR, player VARCHAR)
### ANSWER
SELECT position FROM table_name_35 WHERE player = "patrick macdonald" | {
"answer": "SELECT position FROM table_name_35 WHERE player = \"patrick macdonald\"",
"context": "CREATE TABLE table_name_35 (position VARCHAR, player VARCHAR)",
"question": "Which Position has a Player of patrick macdonald?"
} |
### QUESTION
Who was in sixth place in series 7?
### CONTEXT
CREATE TABLE table_name_34 (sixth_place VARCHAR, series VARCHAR)
### ANSWER
SELECT sixth_place FROM table_name_34 WHERE series = 7 | {
"answer": "SELECT sixth_place FROM table_name_34 WHERE series = 7",
"context": "CREATE TABLE table_name_34 (sixth_place VARCHAR, series VARCHAR)",
"question": "Who was in sixth place in series 7?"
} |
### QUESTION
What is the Elector with a Nationality with roman, and an Elevator of urban iv, and an Elevated with 1261, december 17?
### CONTEXT
CREATE TABLE table_name_5 (elector VARCHAR, elevated VARCHAR, nationality VARCHAR, elevator VARCHAR)
### ANSWER
SELECT elector FROM table_name_5 WHERE nationality = "roman" AND elevator = "urban iv" AND elevated = "1261, december 17" | {
"answer": "SELECT elector FROM table_name_5 WHERE nationality = \"roman\" AND elevator = \"urban iv\" AND elevated = \"1261, december 17\"",
"context": "CREATE TABLE table_name_5 (elector VARCHAR, elevated VARCHAR, nationality VARCHAR, elevator VARCHAR)",
"question": "What is the Elector with a Nationality with roman, and an Elevator of urban iv, and an Elevated with 1261, december 17?"
} |
### QUESTION
When was Jonny Leadbeater President?
### CONTEXT
CREATE TABLE table_16446652_1 (season VARCHAR, president VARCHAR)
### ANSWER
SELECT season FROM table_16446652_1 WHERE president = "Jonny Leadbeater" | {
"answer": "SELECT season FROM table_16446652_1 WHERE president = \"Jonny Leadbeater\"",
"context": "CREATE TABLE table_16446652_1 (season VARCHAR, president VARCHAR)",
"question": "When was Jonny Leadbeater President?"
} |
### QUESTION
What is the L2 cache of the microprocessor with model number pentium dual-core t3400?
### CONTEXT
CREATE TABLE table_name_91 (l2_cache VARCHAR, model_number VARCHAR)
### ANSWER
SELECT l2_cache FROM table_name_91 WHERE model_number = "pentium dual-core t3400" | {
"answer": "SELECT l2_cache FROM table_name_91 WHERE model_number = \"pentium dual-core t3400\"",
"context": "CREATE TABLE table_name_91 (l2_cache VARCHAR, model_number VARCHAR)",
"question": "What is the L2 cache of the microprocessor with model number pentium dual-core t3400?"
} |
### QUESTION
What is the release price (USD) of the microprocessor with a model number pentium dual-core t2330?
### CONTEXT
CREATE TABLE table_name_32 (release_price___usd__ VARCHAR, model_number VARCHAR)
### ANSWER
SELECT release_price___usd__ FROM table_name_32 WHERE model_number = "pentium dual-core t2330" | {
"answer": "SELECT release_price___usd__ FROM table_name_32 WHERE model_number = \"pentium dual-core t2330\"",
"context": "CREATE TABLE table_name_32 (release_price___usd__ VARCHAR, model_number VARCHAR)",
"question": "What is the release price (USD) of the microprocessor with a model number pentium dual-core t2330?"
} |
### QUESTION
What province has the Chinese translation 重庆?
### CONTEXT
CREATE TABLE table_16489766_2 (province VARCHAR, chinese VARCHAR)
### ANSWER
SELECT COUNT(province) FROM table_16489766_2 WHERE chinese = "重庆" | {
"answer": "SELECT COUNT(province) FROM table_16489766_2 WHERE chinese = \"重庆\"",
"context": "CREATE TABLE table_16489766_2 (province VARCHAR, chinese VARCHAR)",
"question": "What province has the Chinese translation 重庆?"
} |
### QUESTION
What position is the player who was on the Grizzlies from 1995-1996?
### CONTEXT
CREATE TABLE table_16494599_1 (position VARCHAR, years_for_grizzlies VARCHAR)
### ANSWER
SELECT position FROM table_16494599_1 WHERE years_for_grizzlies = "1995-1996" | {
"answer": "SELECT position FROM table_16494599_1 WHERE years_for_grizzlies = \"1995-1996\"",
"context": "CREATE TABLE table_16494599_1 (position VARCHAR, years_for_grizzlies VARCHAR)",
"question": "What position is the player who was on the Grizzlies from 1995-1996?"
} |
### QUESTION
How may players played for the Grizzlies from 2000-2002?
### CONTEXT
CREATE TABLE table_16494599_1 (no VARCHAR, years_for_grizzlies VARCHAR)
### ANSWER
SELECT COUNT(no) FROM table_16494599_1 WHERE years_for_grizzlies = "2000-2002" | {
"answer": "SELECT COUNT(no) FROM table_16494599_1 WHERE years_for_grizzlies = \"2000-2002\"",
"context": "CREATE TABLE table_16494599_1 (no VARCHAR, years_for_grizzlies VARCHAR)",
"question": "How may players played for the Grizzlies from 2000-2002?"
} |
### QUESTION
How many appointed archbishops were ordained as priests on December 20, 1959
### CONTEXT
CREATE TABLE table_1656555_1 (Appointed VARCHAR, ordained_priest VARCHAR)
### ANSWER
SELECT COUNT(Appointed) AS archbishop FROM table_1656555_1 WHERE ordained_priest = "December 20, 1959" | {
"answer": "SELECT COUNT(Appointed) AS archbishop FROM table_1656555_1 WHERE ordained_priest = \"December 20, 1959\"",
"context": "CREATE TABLE table_1656555_1 (Appointed VARCHAR, ordained_priest VARCHAR)",
"question": "How many appointed archbishops were ordained as priests on December 20, 1959"
} |
### QUESTION
Which champion was from the location of Morrisville, NC, and whose SemiFinalist #2 of Clemson?
### CONTEXT
CREATE TABLE table_name_47 (champion VARCHAR, location VARCHAR, semi_finalist__number2 VARCHAR)
### ANSWER
SELECT champion FROM table_name_47 WHERE location = "morrisville, nc" AND semi_finalist__number2 = "clemson" | {
"answer": "SELECT champion FROM table_name_47 WHERE location = \"morrisville, nc\" AND semi_finalist__number2 = \"clemson\"",
"context": "CREATE TABLE table_name_47 (champion VARCHAR, location VARCHAR, semi_finalist__number2 VARCHAR)",
"question": "Which champion was from the location of Morrisville, NC, and whose SemiFinalist #2 of Clemson?"
} |
### QUESTION
Who was champion in 2005 where the semi-finalist was #1 in western Carolina?
### CONTEXT
CREATE TABLE table_name_36 (champion VARCHAR, year VARCHAR, semi_finalist__number1 VARCHAR)
### ANSWER
SELECT champion FROM table_name_36 WHERE year = 2005 AND semi_finalist__number1 = "western carolina" | {
"answer": "SELECT champion FROM table_name_36 WHERE year = 2005 AND semi_finalist__number1 = \"western carolina\"",
"context": "CREATE TABLE table_name_36 (champion VARCHAR, year VARCHAR, semi_finalist__number1 VARCHAR)",
"question": "Who was champion in 2005 where the semi-finalist was #1 in western Carolina?"
} |
### QUESTION
Which runner-up placed in a year prior to 2006 and whose Champion was Elon?
### CONTEXT
CREATE TABLE table_name_66 (runner_up VARCHAR, year VARCHAR, champion VARCHAR)
### ANSWER
SELECT runner_up FROM table_name_66 WHERE year < 2006 AND champion = "elon" | {
"answer": "SELECT runner_up FROM table_name_66 WHERE year < 2006 AND champion = \"elon\"",
"context": "CREATE TABLE table_name_66 (runner_up VARCHAR, year VARCHAR, champion VARCHAR)",
"question": "Which runner-up placed in a year prior to 2006 and whose Champion was Elon?"
} |
### QUESTION
What is the power of b-b wheel arrangement, built in 1952?
### CONTEXT
CREATE TABLE table_name_88 (power_output VARCHAR, wheel_arrangement VARCHAR, build_date VARCHAR)
### ANSWER
SELECT power_output FROM table_name_88 WHERE wheel_arrangement = "b-b" AND build_date = "1952" | {
"answer": "SELECT power_output FROM table_name_88 WHERE wheel_arrangement = \"b-b\" AND build_date = \"1952\"",
"context": "CREATE TABLE table_name_88 (power_output VARCHAR, wheel_arrangement VARCHAR, build_date VARCHAR)",
"question": "What is the power of b-b wheel arrangement, built in 1952?"
} |
### QUESTION
what is the debut when the play er is radoslava topalova and the years played is less than 2?
### CONTEXT
CREATE TABLE table_name_33 (debut INTEGER, player VARCHAR, years_played VARCHAR)
### ANSWER
SELECT AVG(debut) FROM table_name_33 WHERE player = "radoslava topalova" AND years_played < 2 | {
"answer": "SELECT AVG(debut) FROM table_name_33 WHERE player = \"radoslava topalova\" AND years_played < 2",
"context": "CREATE TABLE table_name_33 (debut INTEGER, player VARCHAR, years_played VARCHAR)",
"question": "what is the debut when the play er is radoslava topalova and the years played is less than 2?"
} |
### QUESTION
What was the average attendance of the 2011 season that had games smaller than 519 with several teams bigger than 14 that were also part of the sport of association football?
### CONTEXT
CREATE TABLE table_name_46 (average_attendance VARCHAR, sport VARCHAR, _number_of_teams VARCHAR, season VARCHAR, games VARCHAR)
### ANSWER
SELECT average_attendance FROM table_name_46 WHERE season = "2011" AND games < 519 AND _number_of_teams > 14 AND sport = "association football" | {
"answer": "SELECT average_attendance FROM table_name_46 WHERE season = \"2011\" AND games < 519 AND _number_of_teams > 14 AND sport = \"association football\"",
"context": "CREATE TABLE table_name_46 (average_attendance VARCHAR, sport VARCHAR, _number_of_teams VARCHAR, season VARCHAR, games VARCHAR)",
"question": "What was the average attendance of the 2011 season that had games smaller than 519 with several teams bigger than 14 that were also part of the sport of association football?"
} |
### QUESTION
How many games have more than 288 goals and less than 34 losses?
### CONTEXT
CREATE TABLE table_name_38 (games VARCHAR, goals_against VARCHAR, lost VARCHAR)
### ANSWER
SELECT COUNT(games) FROM table_name_38 WHERE goals_against > 288 AND lost < 34 | {
"answer": "SELECT COUNT(games) FROM table_name_38 WHERE goals_against > 288 AND lost < 34",
"context": "CREATE TABLE table_name_38 (games VARCHAR, goals_against VARCHAR, lost VARCHAR)",
"question": "How many games have more than 288 goals and less than 34 losses?"
} |
### QUESTION
What is the highest poplulation in July 2012 in the country with an area of 2149690 square kilometers?
### CONTEXT
CREATE TABLE table_166346_1 (population__july_2012_ INTEGER, area__km²_ VARCHAR)
### ANSWER
SELECT MAX(population__july_2012_) FROM table_166346_1 WHERE area__km²_ = 2149690 | {
"answer": "SELECT MAX(population__july_2012_) FROM table_166346_1 WHERE area__km²_ = 2149690",
"context": "CREATE TABLE table_166346_1 (population__july_2012_ INTEGER, area__km²_ VARCHAR)",
"question": "What is the highest poplulation in July 2012 in the country with an area of 2149690 square kilometers?"
} |
### QUESTION
What is the brand name for the antibody Brentuximab Vedotin?
### CONTEXT
CREATE TABLE table_1661124_1 (brand_name VARCHAR, antibody VARCHAR)
### ANSWER
SELECT brand_name FROM table_1661124_1 WHERE antibody = "Brentuximab vedotin" | {
"answer": "SELECT brand_name FROM table_1661124_1 WHERE antibody = \"Brentuximab vedotin\"",
"context": "CREATE TABLE table_1661124_1 (brand_name VARCHAR, antibody VARCHAR)",
"question": "What is the brand name for the antibody Brentuximab Vedotin?"
} |
### QUESTION
Who was against the opponents, mădălina gojnea monica niculescu?
### CONTEXT
CREATE TABLE table_name_94 (against VARCHAR, opponents VARCHAR)
### ANSWER
SELECT against FROM table_name_94 WHERE opponents = "mădălina gojnea monica niculescu" | {
"answer": "SELECT against FROM table_name_94 WHERE opponents = \"mădălina gojnea monica niculescu\"",
"context": "CREATE TABLE table_name_94 (against VARCHAR, opponents VARCHAR)",
"question": "Who was against the opponents, mădălina gojnea monica niculescu?"
} |
### QUESTION
What is the league name for the regular season status of 2nd, mid atlantic?
### CONTEXT
CREATE TABLE table_16636344_1 (league VARCHAR, regular_season VARCHAR)
### ANSWER
SELECT league FROM table_16636344_1 WHERE regular_season = "2nd, Mid Atlantic" | {
"answer": "SELECT league FROM table_16636344_1 WHERE regular_season = \"2nd, Mid Atlantic\"",
"context": "CREATE TABLE table_16636344_1 (league VARCHAR, regular_season VARCHAR)",
"question": "What is the league name for the regular season status of 2nd, mid atlantic?"
} |
### QUESTION
Who had the fastest lap when the winning team was Tom's Racing?
### CONTEXT
CREATE TABLE table_16670746_2 (fastest_lap VARCHAR, winning_team VARCHAR)
### ANSWER
SELECT fastest_lap FROM table_16670746_2 WHERE winning_team = "TOM'S Racing" | {
"answer": "SELECT fastest_lap FROM table_16670746_2 WHERE winning_team = \"TOM'S Racing\"",
"context": "CREATE TABLE table_16670746_2 (fastest_lap VARCHAR, winning_team VARCHAR)",
"question": "Who had the fastest lap when the winning team was Tom's Racing?"
} |
### QUESTION
What is the venue for batting partners Mahela Jayawardene and Prasanna Jayawardene
### CONTEXT
CREATE TABLE table_1670921_1 (venue VARCHAR, batting_partners VARCHAR)
### ANSWER
SELECT venue FROM table_1670921_1 WHERE batting_partners = "Mahela Jayawardene and Prasanna Jayawardene" | {
"answer": "SELECT venue FROM table_1670921_1 WHERE batting_partners = \"Mahela Jayawardene and Prasanna Jayawardene\"",
"context": "CREATE TABLE table_1670921_1 (venue VARCHAR, batting_partners VARCHAR)",
"question": "What is the venue for batting partners Mahela Jayawardene and Prasanna Jayawardene"
} |
### QUESTION
What batting partners played in sydney?
### CONTEXT
CREATE TABLE table_1670921_2 (batting_partners VARCHAR, venue VARCHAR)
### ANSWER
SELECT batting_partners FROM table_1670921_2 WHERE venue = "Sydney" | {
"answer": "SELECT batting_partners FROM table_1670921_2 WHERE venue = \"Sydney\"",
"context": "CREATE TABLE table_1670921_2 (batting_partners VARCHAR, venue VARCHAR)",
"question": "What batting partners played in sydney?"
} |
### QUESTION
what is the name when the west or south terminus is ne 112 west of blue springs?
### CONTEXT
CREATE TABLE table_name_63 (name VARCHAR, west_or_south_terminus VARCHAR)
### ANSWER
SELECT name FROM table_name_63 WHERE west_or_south_terminus = "ne 112 west of blue springs" | {
"answer": "SELECT name FROM table_name_63 WHERE west_or_south_terminus = \"ne 112 west of blue springs\"",
"context": "CREATE TABLE table_name_63 (name VARCHAR, west_or_south_terminus VARCHAR)",
"question": "what is the name when the west or south terminus is ne 112 west of blue springs?"
} |
### QUESTION
What is the Time/Retired value for Driver Johnny Herbert with Constructor Benetton - Renault
### CONTEXT
CREATE TABLE table_name_38 (time_retired VARCHAR, constructor VARCHAR, driver VARCHAR)
### ANSWER
SELECT time_retired FROM table_name_38 WHERE constructor = "benetton - renault" AND driver = "johnny herbert" | {
"answer": "SELECT time_retired FROM table_name_38 WHERE constructor = \"benetton - renault\" AND driver = \"johnny herbert\"",
"context": "CREATE TABLE table_name_38 (time_retired VARCHAR, constructor VARCHAR, driver VARCHAR)",
"question": "What is the Time/Retired value for Driver Johnny Herbert with Constructor Benetton - Renault"
} |
### QUESTION
How many points did kiefer-bos-castrol honda have?
### CONTEXT
CREATE TABLE table_16710541_2 (pts VARCHAR, team VARCHAR)
### ANSWER
SELECT pts FROM table_16710541_2 WHERE team = "Kiefer-Bos-Castrol Honda" | {
"answer": "SELECT pts FROM table_16710541_2 WHERE team = \"Kiefer-Bos-Castrol Honda\"",
"context": "CREATE TABLE table_16710541_2 (pts VARCHAR, team VARCHAR)",
"question": "How many points did kiefer-bos-castrol honda have?"
} |
### QUESTION
How many games for keith j. miller, who debuted after 1974 with less than 1 goal?
### CONTEXT
CREATE TABLE table_name_28 (games INTEGER, debut_year VARCHAR, goals VARCHAR, player VARCHAR)
### ANSWER
SELECT AVG(games) FROM table_name_28 WHERE goals < 1 AND player = "keith j. miller" AND debut_year > 1974 | {
"answer": "SELECT AVG(games) FROM table_name_28 WHERE goals < 1 AND player = \"keith j. miller\" AND debut_year > 1974",
"context": "CREATE TABLE table_name_28 (games INTEGER, debut_year VARCHAR, goals VARCHAR, player VARCHAR)",
"question": "How many games for keith j. miller, who debuted after 1974 with less than 1 goal?"
} |
### QUESTION
What were the results of the mens open when the womens 40 was Sydney Scorpions defeated Hunter Hornets?
### CONTEXT
CREATE TABLE table_16724844_1 (mens_open VARCHAR, womens_40 VARCHAR)
### ANSWER
SELECT mens_open FROM table_16724844_1 WHERE womens_40 = "Sydney Scorpions defeated Hunter Hornets" | {
"answer": "SELECT mens_open FROM table_16724844_1 WHERE womens_40 = \"Sydney Scorpions defeated Hunter Hornets\"",
"context": "CREATE TABLE table_16724844_1 (mens_open VARCHAR, womens_40 VARCHAR)",
"question": "What were the results of the mens open when the womens 40 was Sydney Scorpions defeated Hunter Hornets?"
} |
### QUESTION
What is the highest number of Seats 2006 held by the communities of Bürger Für Groß-Rohrheim Party/Voter Community, with a %2006 less than 21.3?
### CONTEXT
CREATE TABLE table_name_5 (seats_2006 INTEGER, parties_and_voter_communities VARCHAR, _percentage_2006 VARCHAR)
### ANSWER
SELECT MAX(seats_2006) FROM table_name_5 WHERE parties_and_voter_communities = "bürger für groß-rohrheim" AND _percentage_2006 < 21.3 | {
"answer": "SELECT MAX(seats_2006) FROM table_name_5 WHERE parties_and_voter_communities = \"bürger für groß-rohrheim\" AND _percentage_2006 < 21.3",
"context": "CREATE TABLE table_name_5 (seats_2006 INTEGER, parties_and_voter_communities VARCHAR, _percentage_2006 VARCHAR)",
"question": "What is the highest number of Seats 2006 held by the communities of Bürger Für Groß-Rohrheim Party/Voter Community, with a %2006 less than 21.3?"
} |
### QUESTION
Tell me the race name for ferrari on 25 april
### CONTEXT
CREATE TABLE table_name_17 (race_name VARCHAR, constructor VARCHAR, date VARCHAR)
### ANSWER
SELECT race_name FROM table_name_17 WHERE constructor = "ferrari" AND date = "25 april" | {
"answer": "SELECT race_name FROM table_name_17 WHERE constructor = \"ferrari\" AND date = \"25 april\"",
"context": "CREATE TABLE table_name_17 (race_name VARCHAR, constructor VARCHAR, date VARCHAR)",
"question": "Tell me the race name for ferrari on 25 april"
} |
### QUESTION
For a processor with part number cy80632007221ab and TDP of 3.6 W, What are the available GPU frequencies?
### CONTEXT
CREATE TABLE table_16729930_18 (gpu_frequency VARCHAR, tdp VARCHAR, part_number_s_ VARCHAR)
### ANSWER
SELECT gpu_frequency FROM table_16729930_18 WHERE tdp = "3.6 W" AND part_number_s_ = "CY80632007221AB" | {
"answer": "SELECT gpu_frequency FROM table_16729930_18 WHERE tdp = \"3.6 W\" AND part_number_s_ = \"CY80632007221AB\"",
"context": "CREATE TABLE table_16729930_18 (gpu_frequency VARCHAR, tdp VARCHAR, part_number_s_ VARCHAR)",
"question": "For a processor with part number cy80632007221ab and TDP of 3.6 W, What are the available GPU frequencies?"
} |
### QUESTION
Which date has an Outcome of runner-up, and an Opponent in the final of gilles simon?
### CONTEXT
CREATE TABLE table_name_86 (date VARCHAR, outcome VARCHAR, opponent_in_the_final VARCHAR)
### ANSWER
SELECT date FROM table_name_86 WHERE outcome = "runner-up" AND opponent_in_the_final = "gilles simon" | {
"answer": "SELECT date FROM table_name_86 WHERE outcome = \"runner-up\" AND opponent_in_the_final = \"gilles simon\"",
"context": "CREATE TABLE table_name_86 (date VARCHAR, outcome VARCHAR, opponent_in_the_final VARCHAR)",
"question": "Which date has an Outcome of runner-up, and an Opponent in the final of gilles simon?"
} |
### QUESTION
Who was the opponent on the 28 july 2013 final?
### CONTEXT
CREATE TABLE table_name_33 (opponent_in_the_final VARCHAR, date VARCHAR)
### ANSWER
SELECT opponent_in_the_final FROM table_name_33 WHERE date = "28 july 2013" | {
"answer": "SELECT opponent_in_the_final FROM table_name_33 WHERE date = \"28 july 2013\"",
"context": "CREATE TABLE table_name_33 (opponent_in_the_final VARCHAR, date VARCHAR)",
"question": "Who was the opponent on the 28 july 2013 final?"
} |
### QUESTION
Name the number location of georgia perimeter college
### CONTEXT
CREATE TABLE table_16734640_1 (location VARCHAR, institution VARCHAR)
### ANSWER
SELECT COUNT(location) FROM table_16734640_1 WHERE institution = "Georgia Perimeter College" | {
"answer": "SELECT COUNT(location) FROM table_16734640_1 WHERE institution = \"Georgia Perimeter College\"",
"context": "CREATE TABLE table_16734640_1 (location VARCHAR, institution VARCHAR)",
"question": "Name the number location of georgia perimeter college"
} |
### QUESTION
Name the location for abraham baldwin agricultural college
### CONTEXT
CREATE TABLE table_16734640_1 (location VARCHAR, institution VARCHAR)
### ANSWER
SELECT location FROM table_16734640_1 WHERE institution = "Abraham Baldwin Agricultural College" | {
"answer": "SELECT location FROM table_16734640_1 WHERE institution = \"Abraham Baldwin Agricultural College\"",
"context": "CREATE TABLE table_16734640_1 (location VARCHAR, institution VARCHAR)",
"question": "Name the location for abraham baldwin agricultural college"
} |
### QUESTION
On November 14, 2007, how many different Republican: Jeff Sessions are there?
### CONTEXT
CREATE TABLE table_16751596_12 (republican VARCHAR, dates_administered VARCHAR)
### ANSWER
SELECT COUNT(republican) AS :_jeff_sessions FROM table_16751596_12 WHERE dates_administered = "November 14, 2007" | {
"answer": "SELECT COUNT(republican) AS :_jeff_sessions FROM table_16751596_12 WHERE dates_administered = \"November 14, 2007\"",
"context": "CREATE TABLE table_16751596_12 (republican VARCHAR, dates_administered VARCHAR)",
"question": "On November 14, 2007, how many different Republican: Jeff Sessions are there?"
} |
### QUESTION
On November 14, 2007, what are the Democrat: Vivian Davis Figures percentages?
### CONTEXT
CREATE TABLE table_16751596_12 (democrat VARCHAR, dates_administered VARCHAR)
### ANSWER
SELECT democrat AS :_vivian_davis_figures FROM table_16751596_12 WHERE dates_administered = "November 14, 2007" | {
"answer": "SELECT democrat AS :_vivian_davis_figures FROM table_16751596_12 WHERE dates_administered = \"November 14, 2007\"",
"context": "CREATE TABLE table_16751596_12 (democrat VARCHAR, dates_administered VARCHAR)",
"question": "On November 14, 2007, what are the Democrat: Vivian Davis Figures percentages? "
} |
### QUESTION
On July 31, 2008, what are the Democrat: Vivian Davis Figures percentages?
### CONTEXT
CREATE TABLE table_16751596_12 (democrat VARCHAR, dates_administered VARCHAR)
### ANSWER
SELECT democrat AS :_vivian_davis_figures FROM table_16751596_12 WHERE dates_administered = "July 31, 2008" | {
"answer": "SELECT democrat AS :_vivian_davis_figures FROM table_16751596_12 WHERE dates_administered = \"July 31, 2008\"",
"context": "CREATE TABLE table_16751596_12 (democrat VARCHAR, dates_administered VARCHAR)",
"question": "On July 31, 2008, what are the Democrat: Vivian Davis Figures percentages?"
} |
### QUESTION
What was Mark Begich polling on October 6, 2008?
### CONTEXT
CREATE TABLE table_16751596_13 (democrat VARCHAR, dates_administered VARCHAR)
### ANSWER
SELECT democrat AS :_mark_begich FROM table_16751596_13 WHERE dates_administered = "October 6, 2008" | {
"answer": "SELECT democrat AS :_mark_begich FROM table_16751596_13 WHERE dates_administered = \"October 6, 2008\"",
"context": "CREATE TABLE table_16751596_13 (democrat VARCHAR, dates_administered VARCHAR)",
"question": "What was Mark Begich polling on October 6, 2008?"
} |
### QUESTION
What is the name of the building that was the tallest from 1990–1997 in Frankfurt?
### CONTEXT
CREATE TABLE table_name_78 (name VARCHAR, city VARCHAR, years_as_tallest VARCHAR)
### ANSWER
SELECT name FROM table_name_78 WHERE city = "frankfurt" AND years_as_tallest = "1990–1997" | {
"answer": "SELECT name FROM table_name_78 WHERE city = \"frankfurt\" AND years_as_tallest = \"1990–1997\"",
"context": "CREATE TABLE table_name_78 (name VARCHAR, city VARCHAR, years_as_tallest VARCHAR)",
"question": "What is the name of the building that was the tallest from 1990–1997 in Frankfurt?"
} |
### QUESTION
What is the smallest height (ft) of a building in Frankfurt with a height (m) of 257 and less than 55 floors?
### CONTEXT
CREATE TABLE table_name_24 (height__ft_ INTEGER, floors VARCHAR, city VARCHAR, height__m_ VARCHAR)
### ANSWER
SELECT MIN(height__ft_) FROM table_name_24 WHERE city = "frankfurt" AND height__m_ = 257 AND floors < 55 | {
"answer": "SELECT MIN(height__ft_) FROM table_name_24 WHERE city = \"frankfurt\" AND height__m_ = 257 AND floors < 55",
"context": "CREATE TABLE table_name_24 (height__ft_ INTEGER, floors VARCHAR, city VARCHAR, height__m_ VARCHAR)",
"question": "What is the smallest height (ft) of a building in Frankfurt with a height (m) of 257 and less than 55 floors?"
} |
### QUESTION
Name the circuit when the fastest lap was john surtees and the winning driver was john surtees.
### CONTEXT
CREATE TABLE table_name_53 (circuit VARCHAR, fastest_lap VARCHAR, winning_driver VARCHAR)
### ANSWER
SELECT circuit FROM table_name_53 WHERE fastest_lap = "john surtees" AND winning_driver = "john surtees" | {
"answer": "SELECT circuit FROM table_name_53 WHERE fastest_lap = \"john surtees\" AND winning_driver = \"john surtees\"",
"context": "CREATE TABLE table_name_53 (circuit VARCHAR, fastest_lap VARCHAR, winning_driver VARCHAR)",
"question": "Name the circuit when the fastest lap was john surtees and the winning driver was john surtees."
} |
### QUESTION
Name the pole position for 8 september
### CONTEXT
CREATE TABLE table_name_35 (pole_position VARCHAR, date VARCHAR)
### ANSWER
SELECT pole_position FROM table_name_35 WHERE date = "8 september" | {
"answer": "SELECT pole_position FROM table_name_35 WHERE date = \"8 september\"",
"context": "CREATE TABLE table_name_35 (pole_position VARCHAR, date VARCHAR)",
"question": "Name the pole position for 8 september"
} |
### QUESTION
What is the name origin with a diameter of 220.0 kilometers?
### CONTEXT
CREATE TABLE table_16799784_14 (name VARCHAR, diameter__km_ VARCHAR)
### ANSWER
SELECT name AS origin FROM table_16799784_14 WHERE diameter__km_ = "220.0" | {
"answer": "SELECT name AS origin FROM table_16799784_14 WHERE diameter__km_ = \"220.0\"",
"context": "CREATE TABLE table_16799784_14 (name VARCHAR, diameter__km_ VARCHAR)",
"question": "What is the name origin with a diameter of 220.0 kilometers?"
} |
### QUESTION
Tell me the date for jody scheckter being the fastest lap at the french grand prix
### CONTEXT
CREATE TABLE table_name_14 (date VARCHAR, fastest_lap VARCHAR, race VARCHAR)
### ANSWER
SELECT date FROM table_name_14 WHERE fastest_lap = "jody scheckter" AND race = "french grand prix" | {
"answer": "SELECT date FROM table_name_14 WHERE fastest_lap = \"jody scheckter\" AND race = \"french grand prix\"",
"context": "CREATE TABLE table_name_14 (date VARCHAR, fastest_lap VARCHAR, race VARCHAR)",
"question": "Tell me the date for jody scheckter being the fastest lap at the french grand prix"
} |
### QUESTION
Name the name origin for 54.0e
### CONTEXT
CREATE TABLE table_16799784_2 (name VARCHAR, longitude VARCHAR)
### ANSWER
SELECT name AS origin FROM table_16799784_2 WHERE longitude = "54.0E" | {
"answer": "SELECT name AS origin FROM table_16799784_2 WHERE longitude = \"54.0E\"",
"context": "CREATE TABLE table_16799784_2 (name VARCHAR, longitude VARCHAR)",
"question": "Name the name origin for 54.0e"
} |
### QUESTION
How many schools are named otafuku tholi?
### CONTEXT
CREATE TABLE table_16799784_4 (year_named VARCHAR, name VARCHAR)
### ANSWER
SELECT COUNT(year_named) FROM table_16799784_4 WHERE name = "Otafuku Tholi" | {
"answer": "SELECT COUNT(year_named) FROM table_16799784_4 WHERE name = \"Otafuku Tholi\"",
"context": "CREATE TABLE table_16799784_4 (year_named VARCHAR, name VARCHAR)",
"question": "How many schools are named otafuku tholi?"
} |
### QUESTION
What player has over 1 first apperance and over 32 first team goals?
### CONTEXT
CREATE TABLE table_name_97 (player VARCHAR, first_team_appearances VARCHAR, first_team_goals VARCHAR)
### ANSWER
SELECT player FROM table_name_97 WHERE first_team_appearances > 1 AND first_team_goals = 32 | {
"answer": "SELECT player FROM table_name_97 WHERE first_team_appearances > 1 AND first_team_goals = 32",
"context": "CREATE TABLE table_name_97 (player VARCHAR, first_team_appearances VARCHAR, first_team_goals VARCHAR)",
"question": "What player has over 1 first apperance and over 32 first team goals?"
} |
### QUESTION
How many districts in Baltimore City does Cheryl Glenn dictate?
### CONTEXT
CREATE TABLE table_name_40 (district VARCHAR, place_of_birth VARCHAR, delegate VARCHAR)
### ANSWER
SELECT COUNT(district) FROM table_name_40 WHERE place_of_birth = "baltimore city" AND delegate = "cheryl glenn" | {
"answer": "SELECT COUNT(district) FROM table_name_40 WHERE place_of_birth = \"baltimore city\" AND delegate = \"cheryl glenn\"",
"context": "CREATE TABLE table_name_40 (district VARCHAR, place_of_birth VARCHAR, delegate VARCHAR)",
"question": "How many districts in Baltimore City does Cheryl Glenn dictate?"
} |
### QUESTION
Where was the place of birth for the delegate who took office after 1982, delegates a district smaller than 43 and belongs to a Health and Government operations committee?
### CONTEXT
CREATE TABLE table_name_31 (place_of_birth VARCHAR, committee VARCHAR, took_office VARCHAR, district VARCHAR)
### ANSWER
SELECT place_of_birth FROM table_name_31 WHERE took_office > 1982 AND district < 43 AND committee = "health and government operations" | {
"answer": "SELECT place_of_birth FROM table_name_31 WHERE took_office > 1982 AND district < 43 AND committee = \"health and government operations\"",
"context": "CREATE TABLE table_name_31 (place_of_birth VARCHAR, committee VARCHAR, took_office VARCHAR, district VARCHAR)",
"question": "Where was the place of birth for the delegate who took office after 1982, delegates a district smaller than 43 and belongs to a Health and Government operations committee?"
} |
### QUESTION
What is the highest placing for marie mcneil / robert mccall, with less than 168.58?
### CONTEXT
CREATE TABLE table_name_82 (placings INTEGER, name VARCHAR, points VARCHAR)
### ANSWER
SELECT MAX(placings) FROM table_name_82 WHERE name = "marie mcneil / robert mccall" AND points < 168.58 | {
"answer": "SELECT MAX(placings) FROM table_name_82 WHERE name = \"marie mcneil / robert mccall\" AND points < 168.58",
"context": "CREATE TABLE table_name_82 (placings INTEGER, name VARCHAR, points VARCHAR)",
"question": "What is the highest placing for marie mcneil / robert mccall, with less than 168.58?"
} |
### QUESTION
What is the low attendance was based in phoenix with a Record of 1–0–0?
### CONTEXT
CREATE TABLE table_name_38 (attendance INTEGER, home VARCHAR, record VARCHAR)
### ANSWER
SELECT MIN(attendance) FROM table_name_38 WHERE home = "phoenix" AND record = "1–0–0" | {
"answer": "SELECT MIN(attendance) FROM table_name_38 WHERE home = \"phoenix\" AND record = \"1–0–0\"",
"context": "CREATE TABLE table_name_38 (attendance INTEGER, home VARCHAR, record VARCHAR)",
"question": "What is the low attendance was based in phoenix with a Record of 1–0–0?"
} |
### QUESTION
What was the score did phoenix have with a Record of 3–6–0 at home?
### CONTEXT
CREATE TABLE table_name_88 (score VARCHAR, home VARCHAR, record VARCHAR)
### ANSWER
SELECT score FROM table_name_88 WHERE home = "phoenix" AND record = "3–6–0" | {
"answer": "SELECT score FROM table_name_88 WHERE home = \"phoenix\" AND record = \"3–6–0\"",
"context": "CREATE TABLE table_name_88 (score VARCHAR, home VARCHAR, record VARCHAR)",
"question": "What was the score did phoenix have with a Record of 3–6–0 at home?"
} |
### QUESTION
What is the largest value for SP+FS with more than 164.56 points for Mitsuru Matsumura in a Rank greater than 1?
### CONTEXT
CREATE TABLE table_name_27 (fs VARCHAR, sp INTEGER, name VARCHAR, points VARCHAR, rank VARCHAR)
### ANSWER
SELECT MAX(sp) + fs FROM table_name_27 WHERE points > 164.56 AND rank > 1 AND name = "mitsuru matsumura" | {
"answer": "SELECT MAX(sp) + fs FROM table_name_27 WHERE points > 164.56 AND rank > 1 AND name = \"mitsuru matsumura\"",
"context": "CREATE TABLE table_name_27 (fs VARCHAR, sp INTEGER, name VARCHAR, points VARCHAR, rank VARCHAR)",
"question": "What is the largest value for SP+FS with more than 164.56 points for Mitsuru Matsumura in a Rank greater than 1?"
} |
### QUESTION
What is the phonetic realisation if the phonemic value is /v/ and the without niqqud is as initial letter: ו?
### CONTEXT
CREATE TABLE table_name_12 (phonetic_realisation VARCHAR, phonemic_value VARCHAR, without_niqqud VARCHAR)
### ANSWER
SELECT phonetic_realisation FROM table_name_12 WHERE phonemic_value = "/v/" AND without_niqqud = "as initial letter: ו" | {
"answer": "SELECT phonetic_realisation FROM table_name_12 WHERE phonemic_value = \"/v/\" AND without_niqqud = \"as initial letter: ו\"",
"context": "CREATE TABLE table_name_12 (phonetic_realisation VARCHAR, phonemic_value VARCHAR, without_niqqud VARCHAR)",
"question": "What is the phonetic realisation if the phonemic value is /v/ and the without niqqud is as initial letter: ו?"
} |
### QUESTION
Tell me the named after for diameter less than 19.2 and latitude more than -37.5 with longitude less than 67.3
### CONTEXT
CREATE TABLE table_name_97 (named VARCHAR, longitude VARCHAR, diameter__km_ VARCHAR, latitude VARCHAR)
### ANSWER
SELECT named AS after FROM table_name_97 WHERE diameter__km_ < 19.2 AND latitude > -37.5 AND longitude < 67.3 | {
"answer": "SELECT named AS after FROM table_name_97 WHERE diameter__km_ < 19.2 AND latitude > -37.5 AND longitude < 67.3",
"context": "CREATE TABLE table_name_97 (named VARCHAR, longitude VARCHAR, diameter__km_ VARCHAR, latitude VARCHAR)",
"question": "Tell me the named after for diameter less than 19.2 and latitude more than -37.5 with longitude less than 67.3"
} |
### QUESTION
Who directed the episode that originally aired on February 25, 2001?
### CONTEXT
CREATE TABLE table_name_10 (directed_by VARCHAR, original_airdate VARCHAR)
### ANSWER
SELECT directed_by FROM table_name_10 WHERE original_airdate = "february 25, 2001" | {
"answer": "SELECT directed_by FROM table_name_10 WHERE original_airdate = \"february 25, 2001\"",
"context": "CREATE TABLE table_name_10 (directed_by VARCHAR, original_airdate VARCHAR)",
"question": "Who directed the episode that originally aired on February 25, 2001?"
} |
### QUESTION
What is the year for the ocean?
### CONTEXT
CREATE TABLE table_name_47 (year VARCHAR, english_title VARCHAR)
### ANSWER
SELECT year FROM table_name_47 WHERE english_title = "the ocean" | {
"answer": "SELECT year FROM table_name_47 WHERE english_title = \"the ocean\"",
"context": "CREATE TABLE table_name_47 (year VARCHAR, english_title VARCHAR)",
"question": "What is the year for the ocean?"
} |
### QUESTION
Name the original title for years before 1977 and author of lagercrantz olof lagercrantz
### CONTEXT
CREATE TABLE table_name_53 (original_title VARCHAR, year VARCHAR, author VARCHAR)
### ANSWER
SELECT original_title FROM table_name_53 WHERE year < 1977 AND author = "lagercrantz olof lagercrantz" | {
"answer": "SELECT original_title FROM table_name_53 WHERE year < 1977 AND author = \"lagercrantz olof lagercrantz\"",
"context": "CREATE TABLE table_name_53 (original_title VARCHAR, year VARCHAR, author VARCHAR)",
"question": "Name the original title for years before 1977 and author of lagercrantz olof lagercrantz"
} |
### QUESTION
what is the nightly rank where the episode number production number is 06 1-06?
### CONTEXT
CREATE TABLE table_17004367_3 (nightly_rank VARCHAR, episode_number_production_number VARCHAR)
### ANSWER
SELECT COUNT(nightly_rank) FROM table_17004367_3 WHERE episode_number_production_number = "06 1-06" | {
"answer": "SELECT COUNT(nightly_rank) FROM table_17004367_3 WHERE episode_number_production_number = \"06 1-06\"",
"context": "CREATE TABLE table_17004367_3 (nightly_rank VARCHAR, episode_number_production_number VARCHAR)",
"question": "what is the nightly rank where the episode number production number is 06 1-06?"
} |
### QUESTION
What is the release date of the CD by EG Records in the UK?
### CONTEXT
CREATE TABLE table_name_32 (release_date INTEGER, music_label VARCHAR, media VARCHAR, country VARCHAR)
### ANSWER
SELECT SUM(release_date) FROM table_name_32 WHERE media = "cd" AND country = "uk" AND music_label = "eg records" | {
"answer": "SELECT SUM(release_date) FROM table_name_32 WHERE media = \"cd\" AND country = \"uk\" AND music_label = \"eg records\"",
"context": "CREATE TABLE table_name_32 (release_date INTEGER, music_label VARCHAR, media VARCHAR, country VARCHAR)",
"question": "What is the release date of the CD by EG Records in the UK?"
} |
### QUESTION
How many pixels would be found in a hardware colour of 8?
### CONTEXT
CREATE TABLE table_1701371_2 (pixels VARCHAR, hardware_colours VARCHAR)
### ANSWER
SELECT pixels FROM table_1701371_2 WHERE hardware_colours = 8 | {
"answer": "SELECT pixels FROM table_1701371_2 WHERE hardware_colours = 8",
"context": "CREATE TABLE table_1701371_2 (pixels VARCHAR, hardware_colours VARCHAR)",
"question": "How many pixels would be found in a hardware colour of 8?"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.