answer
stringlengths
32
484
context
stringlengths
27
489
question
stringlengths
12
244
SELECT location_attendance FROM table_17001658_8 WHERE game = 55
CREATE TABLE table_17001658_8 (location_attendance VARCHAR, game VARCHAR)
Name the location attendance for game 55
SELECT high_rebounds FROM table_17001658_7 WHERE game = 46
CREATE TABLE table_17001658_7 (high_rebounds VARCHAR, game VARCHAR)
Who got the game high rebounds in game 46?
SELECT COUNT(score) FROM table_17001658_7 WHERE game = 37
CREATE TABLE table_17001658_7 (score VARCHAR, game VARCHAR)
How many scores are listed for game 37?
SELECT date FROM table_17001658_7 WHERE team = "Milwaukee"
CREATE TABLE table_17001658_7 (date VARCHAR, team VARCHAR)
What date was the opposing team Milwaukee?
SELECT pressure_in_hpa__mbar_ FROM table_170097_1 WHERE vacuum_range = "Ultra high vacuum"
CREATE TABLE table_170097_1 (pressure_in_hpa__mbar_ VARCHAR, vacuum_range VARCHAR)
What is the pressure in ultra high vacuum?
SELECT COUNT(nightly_rank) FROM table_17004367_3 WHERE episode_number_production_number = "06 1-06"
CREATE TABLE table_17004367_3 (nightly_rank VARCHAR, episode_number_production_number VARCHAR)
what is the nightly rank where the episode number production number is 06 1-06?
SELECT COUNT(weekly_rank) FROM table_17004367_3 WHERE total = 1980000
CREATE TABLE table_17004367_3 (weekly_rank VARCHAR, total VARCHAR)
what is the number of weekly rank where the total is 1980000?
SELECT high_assists FROM table_17001658_9 WHERE game = 70
CREATE TABLE table_17001658_9 (high_assists VARCHAR, game VARCHAR)
Name the high assists for 70 game
SELECT pe̍h_ōe_jī FROM table_17015_2 WHERE chinese = "前金區"
CREATE TABLE table_17015_2 (pe̍h_ōe_jī VARCHAR, chinese VARCHAR)
Name the pe̍h-ōe-jī for 前金區
SELECT no FROM table_17015_2 WHERE population__2010_ = 171906
CREATE TABLE table_17015_2 (no VARCHAR, population__2010_ VARCHAR)
Name the number where population 2010 is 171906
SELECT tongyong FROM table_17015_2 WHERE chinese = "湖內區"
CREATE TABLE table_17015_2 (tongyong VARCHAR, chinese VARCHAR)
Name the tongyong for chinese of 湖內區
SELECT COUNT(tongyong) FROM table_17015_2 WHERE hanyu = "Qiaotou"
CREATE TABLE table_17015_2 (tongyong VARCHAR, hanyu VARCHAR)
Name the tongyong for qiaotou
SELECT pixels FROM table_1701371_2 WHERE hardware_colours = 8
CREATE TABLE table_1701371_2 (pixels VARCHAR, hardware_colours VARCHAR)
How many pixels would be found in a hardware colour of 8?
SELECT char_cells FROM table_1701371_2 WHERE hardware_colours = 8
CREATE TABLE table_1701371_2 (char_cells VARCHAR, hardware_colours VARCHAR)
If hardware colours is 8 what would the char cells be?
SELECT year__ceremony_ FROM table_17025328_1 WHERE original_title = "Le Confessional"
CREATE TABLE table_17025328_1 (year__ceremony_ VARCHAR, original_title VARCHAR)
Name the year for le confessional
SELECT year__ceremony_ FROM table_17025328_1 WHERE original_title = "Les portes tournantes"
CREATE TABLE table_17025328_1 (year__ceremony_ VARCHAR, original_title VARCHAR)
Name the year for les portes tournantes
SELECT MAX(w) FROM table_17012578_37 WHERE l = 5
CREATE TABLE table_17012578_37 (w INTEGER, l VARCHAR)
Of the teams that lost 5 games, what is the highest number of wins?
SELECT MAX(Ends) AS lost FROM table_17012578_37
CREATE TABLE table_17012578_37 (Ends INTEGER)
What is the highest number of ends lost?
SELECT COUNT(Ends) AS won FROM table_17012578_37 WHERE pa = 39
CREATE TABLE table_17012578_37 (Ends VARCHAR, pa VARCHAR)
How many values are in the ends won cell corresponding to a PA of 39?
SELECT skip FROM table_17012578_6 WHERE shot_pct = 88 AND province = "Alberta"
CREATE TABLE table_17012578_6 (skip VARCHAR, shot_pct VARCHAR, province VARCHAR)
Who was Alberta's skip when the shot pct was 88?
SELECT MAX(pa) FROM table_17012578_6
CREATE TABLE table_17012578_6 (pa INTEGER)
What is the top Points Allowed?
SELECT COUNT(pa) FROM table_17012578_6 WHERE blank_ends = 1
CREATE TABLE table_17012578_6 (pa VARCHAR, blank_ends VARCHAR)
When the blank ends at 1, what is the PA?
SELECT COUNT(record) FROM table_17058116_6 WHERE team = "Charlotte"
CREATE TABLE table_17058116_6 (record VARCHAR, team VARCHAR)
How many times did the team play charlotte?
SELECT date FROM table_17058116_6 WHERE team = "Charlotte"
CREATE TABLE table_17058116_6 (date VARCHAR, team VARCHAR)
What day did the team play charlotte?
SELECT date FROM table_17058116_7 WHERE score = "L 99–107 (OT)"
CREATE TABLE table_17058116_7 (date VARCHAR, score VARCHAR)
When was the game with score l 99–107 (ot)
SELECT location_attendance FROM table_17058116_7 WHERE record = "20–23"
CREATE TABLE table_17058116_7 (location_attendance VARCHAR, record VARCHAR)
Where was the game with record 20–23 and how many people attended it
SELECT high_rebounds FROM table_17058116_7 WHERE high_points = "Charlie Villanueva (32)"
CREATE TABLE table_17058116_7 (high_rebounds VARCHAR, high_points VARCHAR)
Who scored highest rebounds high points is charlie villanueva (32)
SELECT score FROM table_17058116_7 WHERE game = 46
CREATE TABLE table_17058116_7 (score VARCHAR, game VARCHAR)
What is the score of game 46
SELECT high_points FROM table_17058116_5 WHERE date = "November 2"
CREATE TABLE table_17058116_5 (high_points VARCHAR, date VARCHAR)
Who scored the high points on the date November 2?
SELECT COUNT(location_attendance) FROM table_17058116_5 WHERE game = 13
CREATE TABLE table_17058116_5 (location_attendance VARCHAR, game VARCHAR)
In how many locations did Game 13 take place?
SELECT location_attendance FROM table_17058116_5 WHERE date = "November 21"
CREATE TABLE table_17058116_5 (location_attendance VARCHAR, date VARCHAR)
Where was the game that took place in November 21 located and how many attended?
SELECT high_rebounds FROM table_17058178_11 WHERE date = "April 7"
CREATE TABLE table_17058178_11 (high_rebounds VARCHAR, date VARCHAR)
Name the high reobounds for april 7
SELECT COUNT(record) FROM table_17058151_7 WHERE game = 43
CREATE TABLE table_17058151_7 (record VARCHAR, game VARCHAR)
How many games was game 43?
SELECT COUNT(high_rebounds) FROM table_17058151_8 WHERE date = "February 10"
CREATE TABLE table_17058151_8 (high_rebounds VARCHAR, date VARCHAR)
Name the total number of high rebounds for february 10
SELECT record FROM table_17058151_6 WHERE date = "December 6"
CREATE TABLE table_17058151_6 (record VARCHAR, date VARCHAR)
Name the record for december 6
SELECT score FROM table_17058178_8 WHERE game = 38
CREATE TABLE table_17058178_8 (score VARCHAR, game VARCHAR)
What was the final score in game 38?
SELECT team FROM table_17058178_8 WHERE date = "January 2"
CREATE TABLE table_17058178_8 (team VARCHAR, date VARCHAR)
Who did the Trail Blazers play on January 2?
SELECT COUNT(date) FROM table_17058226_10 WHERE team = "Phoenix"
CREATE TABLE table_17058226_10 (date VARCHAR, team VARCHAR)
On how many dates did the Timberwolves play Phoenix?
SELECT record FROM table_17058226_10 WHERE date = "April 3"
CREATE TABLE table_17058226_10 (record VARCHAR, date VARCHAR)
What was the Timberwolves' record on April 3?
SELECT location_attendance FROM table_17058226_8 WHERE team = "Utah"
CREATE TABLE table_17058226_8 (location_attendance VARCHAR, team VARCHAR)
Where are all of Utah's games held and how many have attended?
SELECT high_rebounds FROM table_17058226_5 WHERE high_assists = "Craig Smith (4)"
CREATE TABLE table_17058226_5 (high_rebounds VARCHAR, high_assists VARCHAR)
Who performed all the high rebounds when craig smith (4) was the lead for high assists?
SELECT high_rebounds FROM table_17058226_5 WHERE high_points = "Kevin Love (20)"
CREATE TABLE table_17058226_5 (high_rebounds VARCHAR, high_points VARCHAR)
Who had all the high rebounds when kevin love (20) scored the highest points?
SELECT team FROM table_17058226_5 WHERE high_assists = "Sebastian Telfair (7)"
CREATE TABLE table_17058226_5 (team VARCHAR, high_assists VARCHAR)
What opposing team was playing when sebastian telfair (7) had the highest assists?
SELECT score FROM table_17058226_7 WHERE date = "January 26"
CREATE TABLE table_17058226_7 (score VARCHAR, date VARCHAR)
Name the score for january 26
SELECT high_points FROM table_17060277_10 WHERE date = "April 12"
CREATE TABLE table_17060277_10 (high_points VARCHAR, date VARCHAR)
Who did the high points in the game played on April 12?
SELECT constructor FROM table_1706942_1 WHERE q1_order = 4
CREATE TABLE table_1706942_1 (constructor VARCHAR, q1_order VARCHAR)
What is the constructor when the Q1 order is 4?
SELECT MAX(q1_order) FROM table_1706942_1 WHERE driver = "Felipe Massa"
CREATE TABLE table_1706942_1 (q1_order INTEGER, driver VARCHAR)
What is the Q1 order for Felipe Massa?
SELECT q1_time FROM table_1706942_1 WHERE q1_order = 6
CREATE TABLE table_1706942_1 (q1_time VARCHAR, q1_order VARCHAR)
What is the Q1 time for the driver with Q1 order of 6?
SELECT COUNT(q1_order) FROM table_1706942_1 WHERE driver = "Alexander Wurz"
CREATE TABLE table_1706942_1 (q1_order VARCHAR, driver VARCHAR)
How many Q1 figures are given for Alexander Wurz?
SELECT high_assists FROM table_17060277_5 WHERE game = 12
CREATE TABLE table_17060277_5 (high_assists VARCHAR, game VARCHAR)
Who all had the most assists in game 12?
SELECT position FROM table_1708014_1 WHERE winnings = "$4,228,889"
CREATE TABLE table_1708014_1 (position VARCHAR, winnings VARCHAR)
Which position offers winnings of $4,228,889?
SELECT poles FROM table_1708014_1 WHERE team_s_ = "#14 Ginn Racing"
CREATE TABLE table_1708014_1 (poles VARCHAR, team_s_ VARCHAR)
How many poles did team #14 ginn racing have?
SELECT winnings FROM table_1708014_1 WHERE poles = 0 AND position = "14th"
CREATE TABLE table_1708014_1 (winnings VARCHAR, poles VARCHAR, position VARCHAR)
When the poles are 0 and the position is 14th, how much are the winnings?
SELECT starts FROM table_1708014_1 WHERE winnings = "$1,301,370"
CREATE TABLE table_1708014_1 (starts VARCHAR, winnings VARCHAR)
Which start won $1,301,370?
SELECT MAX(top_5) FROM table_1708014_1 WHERE top_10 = 5 AND team_s_ = "#40 Chip Ganassi Racing"
CREATE TABLE table_1708014_1 (top_5 INTEGER, top_10 VARCHAR, team_s_ VARCHAR)
For team #40 chip ganassi racing which top 5 is the highest where top 10 is 5?
SELECT position FROM table_1708014_2 WHERE starts = 3
CREATE TABLE table_1708014_2 (position VARCHAR, starts VARCHAR)
what is the posisiotn where the start is 3?
SELECT team_s_ FROM table_1708014_2 WHERE winnings = "$81,690"
CREATE TABLE table_1708014_2 (team_s_ VARCHAR, winnings VARCHAR)
what is the team where winnings is $81,690?
SELECT location_attendance FROM table_17080868_7 WHERE team = "Indiana"
CREATE TABLE table_17080868_7 (location_attendance VARCHAR, team VARCHAR)
What was the attendance of the Indiana game?
SELECT trans_2 FROM table_17085947_32 WHERE bike__40km_ = "58:20"
CREATE TABLE table_17085947_32 (trans_2 VARCHAR, bike__40km_ VARCHAR)
What is the trans 2 duration if the biking stage is covered within 58:20?
SELECT trans_2 FROM table_17085947_32 WHERE total_time = "1:51:19.45"
CREATE TABLE table_17085947_32 (trans_2 VARCHAR, total_time VARCHAR)
What is the trans 2 duration if the total time is 1:51:19.45?
SELECT swim__15km_ FROM table_17085947_32 WHERE athlete = "Daniela Ryf"
CREATE TABLE table_17085947_32 (swim__15km_ VARCHAR, athlete VARCHAR)
What was the duration of Daniela Ryf's swimming stage?
SELECT COUNT(athlete) FROM table_17085947_32 WHERE trans_1 = "0:26"
CREATE TABLE table_17085947_32 (athlete VARCHAR, trans_1 VARCHAR)
How many athletes completed a trans 1 within 0:26?
SELECT athlete FROM table_17085947_32 WHERE bike__40km_ = "58:52"
CREATE TABLE table_17085947_32 (athlete VARCHAR, bike__40km_ VARCHAR)
Who was the athlete that covered biking within 58:52?
SELECT high_points FROM table_17080868_8 WHERE team = "New York"
CREATE TABLE table_17080868_8 (high_points VARCHAR, team VARCHAR)
All high points are team new york.
SELECT location_attendance FROM table_17080868_8 WHERE date = "February 12"
CREATE TABLE table_17080868_8 (location_attendance VARCHAR, date VARCHAR)
February 12 is the date for all location attendance.
SELECT location_attendance FROM table_17080868_8 WHERE game = 54
CREATE TABLE table_17080868_8 (location_attendance VARCHAR, game VARCHAR)
54 is the game where location attendance are.
SELECT record FROM table_17080868_8 WHERE high_points = "Corey Maggette (25)"
CREATE TABLE table_17080868_8 (record VARCHAR, high_points VARCHAR)
All high points were record by corey maggette (25).
SELECT COUNT(location_attendance) FROM table_17080868_6 WHERE date = "December 29"
CREATE TABLE table_17080868_6 (location_attendance VARCHAR, date VARCHAR)
what is the total number of attendance where the date is december 29?
SELECT manner_of_departure FROM table_17085981_2 WHERE outgoing_manager = "Petrik Sander"
CREATE TABLE table_17085981_2 (manner_of_departure VARCHAR, outgoing_manager VARCHAR)
What was the manner in which Petrik Sander departed?
SELECT manner_of_departure FROM table_17085981_2 WHERE team = "Stuttgarter Kickers" AND outgoing_manager = "Edgar Schmitt"
CREATE TABLE table_17085981_2 (manner_of_departure VARCHAR, team VARCHAR, outgoing_manager VARCHAR)
What was the manner of departure for Edgar Schmitt of the Stuttgarter Kickers?
SELECT date_of_appointment FROM table_17085981_2 WHERE outgoing_manager = "Jürgen Kohler"
CREATE TABLE table_17085981_2 (date_of_appointment VARCHAR, outgoing_manager VARCHAR)
What was the date of appointment when Jürgen Kohler was the outgoing manager?
SELECT COUNT(date_of_appointment) FROM table_17085981_2 WHERE replaced_by = "Jürgen Kohler"
CREATE TABLE table_17085981_2 (date_of_appointment VARCHAR, replaced_by VARCHAR)
How many appointment dates were recorded when Jürgen Kohler was the replaced by?
SELECT swimsuit FROM table_17088705_2 WHERE interview = "9.366"
CREATE TABLE table_17088705_2 (swimsuit VARCHAR, interview VARCHAR)
What are the swimsuit scores of participants with score 9.366 in interview
SELECT average FROM table_17088705_2 WHERE country = "Arizona"
CREATE TABLE table_17088705_2 (average VARCHAR, country VARCHAR)
State average scores of participants from arizona
SELECT COUNT(interview) FROM table_17088705_2 WHERE preliminary = "8.895"
CREATE TABLE table_17088705_2 (interview VARCHAR, preliminary VARCHAR)
Number of participants with a score 8.895 in preliminary
SELECT evening_gown FROM table_17088705_2 WHERE swimsuit = "8.988"
CREATE TABLE table_17088705_2 (evening_gown VARCHAR, swimsuit VARCHAR)
Evening gown scores of participants with 8.988 swimsuit score
SELECT average FROM table_17088705_2 WHERE evening_gown = "9.226"
CREATE TABLE table_17088705_2 (average VARCHAR, evening_gown VARCHAR)
What are the average scores of participants with 9.226 in evening gown
SELECT swimsuit FROM table_17088705_2 WHERE preliminary = "8.847"
CREATE TABLE table_17088705_2 (swimsuit VARCHAR, preliminary VARCHAR)
Give swimsuit scores of participants 8.847 in preliminary
SELECT official_name FROM table_170958_2 WHERE area_km_2 = "276.84"
CREATE TABLE table_170958_2 (official_name VARCHAR, area_km_2 VARCHAR)
What is the official name of the land with an area of 276.84 km2?
SELECT COUNT(population) FROM table_170958_2 WHERE area_km_2 = "149.32"
CREATE TABLE table_170958_2 (population VARCHAR, area_km_2 VARCHAR)
What is the total number of population in the land with an area of 149.32 km2?
SELECT MAX(population) FROM table_170958_2 WHERE area_km_2 = "276.84"
CREATE TABLE table_170958_2 (population INTEGER, area_km_2 VARCHAR)
What is the maximum population of the land with an area of 276.84 km2?
SELECT area_km_2 FROM table_170958_2 WHERE official_name = "Hopewell"
CREATE TABLE table_170958_2 (area_km_2 VARCHAR, official_name VARCHAR)
What is the land area of Hopewell parish in km2?
SELECT march_27_29 FROM table_1708610_3 WHERE november_3 = "133"
CREATE TABLE table_1708610_3 (march_27_29 VARCHAR, november_3 VARCHAR)
Name the march 27-29 for november 3 being 133
SELECT march_27_29 FROM table_1708610_3 WHERE january_15_16 = "January 15, 1991"
CREATE TABLE table_1708610_3 (march_27_29 VARCHAR, january_15_16 VARCHAR)
Name march 27-29 where january 15-16 is january 15, 1991
SELECT january_15_16 FROM table_1708610_3 WHERE march_27_29 = "March 29, 2006"
CREATE TABLE table_1708610_3 (january_15_16 VARCHAR, march_27_29 VARCHAR)
Name the january 15-16 where march 27-29 where march 29, 2006
SELECT COUNT(location_attendance) FROM table_17102076_10 WHERE score = "L 141–143 (OT)"
CREATE TABLE table_17102076_10 (location_attendance VARCHAR, score VARCHAR)
Name the number of location attendance for l 141–143 (ot)
SELECT record FROM table_17102076_10 WHERE date = "April 1"
CREATE TABLE table_17102076_10 (record VARCHAR, date VARCHAR)
Name the record for april 1
SELECT high_assists FROM table_17102076_10 WHERE score = "L 98–118 (OT)"
CREATE TABLE table_17102076_10 (high_assists VARCHAR, score VARCHAR)
Name the high assists for score being l 98–118 (ot)
SELECT MIN(game) FROM table_17102076_10 WHERE location_attendance = "ARCO Arena 13,330"
CREATE TABLE table_17102076_10 (game INTEGER, location_attendance VARCHAR)
Name the least game for arco arena 13,330
SELECT high_rebounds FROM table_17102076_5 WHERE game = 11
CREATE TABLE table_17102076_5 (high_rebounds VARCHAR, game VARCHAR)
Name the high rebounds for game 11
SELECT high_points FROM table_17102076_5 WHERE score = "L 92–100 (OT)"
CREATE TABLE table_17102076_5 (high_points VARCHAR, score VARCHAR)
Name the high points for score being l 92–100 (ot)
SELECT team FROM table_17102076_5 WHERE location_attendance = "ARCO Arena 13,685"
CREATE TABLE table_17102076_5 (team VARCHAR, location_attendance VARCHAR)
Name the team for arco arena 13,685
SELECT score FROM table_17102076_7 WHERE game = 35
CREATE TABLE table_17102076_7 (score VARCHAR, game VARCHAR)
What was the score of game 35?
SELECT location_attendance FROM table_17103645_10 WHERE score = "65-72"
CREATE TABLE table_17103645_10 (location_attendance VARCHAR, score VARCHAR)
Name the location attendance for score of 65-72
SELECT record FROM table_17103645_10 WHERE date = "July 18"
CREATE TABLE table_17103645_10 (record VARCHAR, date VARCHAR)
Name the record for july 18
SELECT COUNT(high_assists) FROM table_17103645_10 WHERE date = "July 1"
CREATE TABLE table_17103645_10 (high_assists VARCHAR, date VARCHAR)
Name the number of high assists for july 1
SELECT score FROM table_17103645_10 WHERE game = 19
CREATE TABLE table_17103645_10 (score VARCHAR, game VARCHAR)
Name the score when game is 19
SELECT result FROM table_17103566_1 WHERE team_1 = "ICL Pakistan"
CREATE TABLE table_17103566_1 (result VARCHAR, team_1 VARCHAR)
What is the result when team 1 is ICL Pakistan?
SELECT match_number FROM table_17103566_1 WHERE result = "ICL World by 8 wickets"
CREATE TABLE table_17103566_1 (match_number VARCHAR, result VARCHAR)
What is the match number where the result is ICL World by 8 wickets?
SELECT team_2 FROM table_17103566_1 WHERE result = "ICL World by 8 wickets"
CREATE TABLE table_17103566_1 (team_2 VARCHAR, result VARCHAR)
What is team 2 where the result is ICL world by 8 wickets?