question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
text
stringlengths
114
1.06k
Name the vote for gigit
CREATE TABLE table_16976547_2 (vote VARCHAR, eliminated VARCHAR)
SELECT vote FROM table_16976547_2 WHERE eliminated = "Gigit"
### Context: CREATE TABLE table_16976547_2 (vote VARCHAR, eliminated VARCHAR) ### Question: Name the vote for gigit ### Answer: SELECT vote FROM table_16976547_2 WHERE eliminated = "Gigit"
Name the finish for patani
CREATE TABLE table_16976547_2 (finish VARCHAR, eliminated VARCHAR)
SELECT finish FROM table_16976547_2 WHERE eliminated = "Patani"
### Context: CREATE TABLE table_16976547_2 (finish VARCHAR, eliminated VARCHAR) ### Question: Name the finish for patani ### Answer: SELECT finish FROM table_16976547_2 WHERE eliminated = "Patani"
Name the total number of immunity for cycle number of 13
CREATE TABLE table_16976547_2 (immunity VARCHAR, cycle_no VARCHAR)
SELECT COUNT(immunity) FROM table_16976547_2 WHERE cycle_no = "13"
### Context: CREATE TABLE table_16976547_2 (immunity VARCHAR, cycle_no VARCHAR) ### Question: Name the total number of immunity for cycle number of 13 ### Answer: SELECT COUNT(immunity) FROM table_16976547_2 WHERE cycle_no = "13"
For the NBC network, what was the new/returning/same network status?
CREATE TABLE table_169766_13 (new_returning_same_network VARCHAR, previous_network VARCHAR)
SELECT new_returning_same_network FROM table_169766_13 WHERE previous_network = "NBC"
### Context: CREATE TABLE table_169766_13 (new_returning_same_network VARCHAR, previous_network VARCHAR) ### Question: For the NBC network, what was the new/returning/same network status? ### Answer: SELECT new_returning_same_network FROM table_169766_13 WHERE previous_network = "NBC"
Which show was sent to syndication for its new/returning/same network.
CREATE TABLE table_169766_13 (show VARCHAR, new_returning_same_network VARCHAR)
SELECT show FROM table_169766_13 WHERE new_returning_same_network = "Syndication"
### Context: CREATE TABLE table_169766_13 (show VARCHAR, new_returning_same_network VARCHAR) ### Question: Which show was sent to syndication for its new/returning/same network. ### Answer: SELECT show FROM table_169766_13 WHERE new_returning_same_network = "Syndication"
What is the new/returning/same network name for This Week in Baseball?
CREATE TABLE table_169766_13 (new_returning_same_network VARCHAR, show VARCHAR)
SELECT new_returning_same_network FROM table_169766_13 WHERE show = "This Week in Baseball"
### Context: CREATE TABLE table_169766_13 (new_returning_same_network VARCHAR, show VARCHAR) ### Question: What is the new/returning/same network name for This Week in Baseball? ### Answer: SELECT new_returning_same_network FROM table_169766_13 WHERE show = "This Week in Baseball"
Which show as previously on The Family Channel?
CREATE TABLE table_169766_13 (show VARCHAR, previous_network VARCHAR)
SELECT show FROM table_169766_13 WHERE previous_network = "The Family Channel"
### Context: CREATE TABLE table_169766_13 (show VARCHAR, previous_network VARCHAR) ### Question: Which show as previously on The Family Channel? ### Answer: SELECT show FROM table_169766_13 WHERE previous_network = "The Family Channel"
Did the name change for the program last aired in 1958?
CREATE TABLE table_169766_13 (retitled_as_same VARCHAR, last_aired VARCHAR)
SELECT retitled_as_same FROM table_169766_13 WHERE last_aired = 1958
### Context: CREATE TABLE table_169766_13 (retitled_as_same VARCHAR, last_aired VARCHAR) ### Question: Did the name change for the program last aired in 1958? ### Answer: SELECT retitled_as_same FROM table_169766_13 WHERE last_aired = 1958
What was the rating of the episode with an overall ranking of 190?
CREATE TABLE table_16993379_1 (rating VARCHAR, rank__overall_ VARCHAR)
SELECT rating FROM table_16993379_1 WHERE rank__overall_ = "190"
### Context: CREATE TABLE table_16993379_1 (rating VARCHAR, rank__overall_ VARCHAR) ### Question: What was the rating of the episode with an overall ranking of 190? ### Answer: SELECT rating FROM table_16993379_1 WHERE rank__overall_ = "190"
How many were the shares when the viewers reached 3.11 million?
CREATE TABLE table_16993379_1 (share VARCHAR, viewers__millions_ VARCHAR)
SELECT COUNT(share) FROM table_16993379_1 WHERE viewers__millions_ = "3.11"
### Context: CREATE TABLE table_16993379_1 (share VARCHAR, viewers__millions_ VARCHAR) ### Question: How many were the shares when the viewers reached 3.11 million? ### Answer: SELECT COUNT(share) FROM table_16993379_1 WHERE viewers__millions_ = "3.11"
Name the saka era for malayalam മിഥുനം
CREATE TABLE table_169955_1 (saka_era VARCHAR, in_malayalam VARCHAR)
SELECT saka_era FROM table_169955_1 WHERE in_malayalam = "മിഥുനം"
### Context: CREATE TABLE table_169955_1 (saka_era VARCHAR, in_malayalam VARCHAR) ### Question: Name the saka era for malayalam മിഥുനം ### Answer: SELECT saka_era FROM table_169955_1 WHERE in_malayalam = "മിഥുനം"
Name the months in the malayalam era for കുംഭം
CREATE TABLE table_169955_1 (months_in_malayalam_era VARCHAR, in_malayalam VARCHAR)
SELECT months_in_malayalam_era FROM table_169955_1 WHERE in_malayalam = "കുംഭം"
### Context: CREATE TABLE table_169955_1 (months_in_malayalam_era VARCHAR, in_malayalam VARCHAR) ### Question: Name the months in the malayalam era for കുംഭം ### Answer: SELECT months_in_malayalam_era FROM table_169955_1 WHERE in_malayalam = "കുംഭം"
Name the sign of zodiac for chithirai
CREATE TABLE table_169955_1 (sign_of_zodiac VARCHAR, tamil_calendar VARCHAR)
SELECT sign_of_zodiac FROM table_169955_1 WHERE tamil_calendar = "Chithirai"
### Context: CREATE TABLE table_169955_1 (sign_of_zodiac VARCHAR, tamil_calendar VARCHAR) ### Question: Name the sign of zodiac for chithirai ### Answer: SELECT sign_of_zodiac FROM table_169955_1 WHERE tamil_calendar = "Chithirai"
Name the saka era for sign of zodiac being pisces
CREATE TABLE table_169955_1 (saka_era VARCHAR, sign_of_zodiac VARCHAR)
SELECT saka_era FROM table_169955_1 WHERE sign_of_zodiac = "Pisces"
### Context: CREATE TABLE table_169955_1 (saka_era VARCHAR, sign_of_zodiac VARCHAR) ### Question: Name the saka era for sign of zodiac being pisces ### Answer: SELECT saka_era FROM table_169955_1 WHERE sign_of_zodiac = "Pisces"
Name the number of gregorian calenda rof gemini
CREATE TABLE table_169955_1 (gregorian_calendar VARCHAR, sign_of_zodiac VARCHAR)
SELECT COUNT(gregorian_calendar) FROM table_169955_1 WHERE sign_of_zodiac = "Gemini"
### Context: CREATE TABLE table_169955_1 (gregorian_calendar VARCHAR, sign_of_zodiac VARCHAR) ### Question: Name the number of gregorian calenda rof gemini ### Answer: SELECT COUNT(gregorian_calendar) FROM table_169955_1 WHERE sign_of_zodiac = "Gemini"
For High Assists of Raymond Felton (12), who were the High rebounds?
CREATE TABLE table_17001658_10 (high_rebounds VARCHAR, high_assists VARCHAR)
SELECT high_rebounds FROM table_17001658_10 WHERE high_assists = "Raymond Felton (12)"
### Context: CREATE TABLE table_17001658_10 (high_rebounds VARCHAR, high_assists VARCHAR) ### Question: For High Assists of Raymond Felton (12), who were the High rebounds? ### Answer: SELECT high_rebounds FROM table_17001658_10 WHERE high_assists = "Raymond Felton (12)"
On what date was the team Philadelphia?
CREATE TABLE table_17001658_10 (date VARCHAR, team VARCHAR)
SELECT date FROM table_17001658_10 WHERE team = "Philadelphia"
### Context: CREATE TABLE table_17001658_10 (date VARCHAR, team VARCHAR) ### Question: On what date was the team Philadelphia? ### Answer: SELECT date FROM table_17001658_10 WHERE team = "Philadelphia"
Who was the high rebound for the high assists of d. j. augustin (8)?
CREATE TABLE table_17001658_10 (high_rebounds VARCHAR, high_assists VARCHAR)
SELECT high_rebounds FROM table_17001658_10 WHERE high_assists = "D. J. Augustin (8)"
### Context: CREATE TABLE table_17001658_10 (high_rebounds VARCHAR, high_assists VARCHAR) ### Question: Who was the high rebound for the high assists of d. j. augustin (8)? ### Answer: SELECT high_rebounds FROM table_17001658_10 WHERE high_assists = "D. J. Augustin (8)"
What was the final score of the game with gerald wallace (14) as the High Rebound?
CREATE TABLE table_17001658_10 (record VARCHAR, high_rebounds VARCHAR)
SELECT record FROM table_17001658_10 WHERE high_rebounds = "Gerald Wallace (14)"
### Context: CREATE TABLE table_17001658_10 (record VARCHAR, high_rebounds VARCHAR) ### Question: What was the final score of the game with gerald wallace (14) as the High Rebound? ### Answer: SELECT record FROM table_17001658_10 WHERE high_rebounds = "Gerald Wallace (14)"
What was the final score in game 15?
CREATE TABLE table_17001658_5 (score VARCHAR, game VARCHAR)
SELECT score FROM table_17001658_5 WHERE game = 15
### Context: CREATE TABLE table_17001658_5 (score VARCHAR, game VARCHAR) ### Question: What was the final score in game 15? ### Answer: SELECT score FROM table_17001658_5 WHERE game = 15
Who had the most assists and how many did they have in the game against Miami?
CREATE TABLE table_17001658_5 (high_assists VARCHAR, team VARCHAR)
SELECT high_assists FROM table_17001658_5 WHERE team = "Miami"
### Context: CREATE TABLE table_17001658_5 (high_assists VARCHAR, team VARCHAR) ### Question: Who had the most assists and how many did they have in the game against Miami? ### Answer: SELECT high_assists FROM table_17001658_5 WHERE team = "Miami"
Name the location attendance for game 55
CREATE TABLE table_17001658_8 (location_attendance VARCHAR, game VARCHAR)
SELECT location_attendance FROM table_17001658_8 WHERE game = 55
### Context: CREATE TABLE table_17001658_8 (location_attendance VARCHAR, game VARCHAR) ### Question: Name the location attendance for game 55 ### Answer: SELECT location_attendance FROM table_17001658_8 WHERE game = 55
Who got the game high rebounds in game 46?
CREATE TABLE table_17001658_7 (high_rebounds VARCHAR, game VARCHAR)
SELECT high_rebounds FROM table_17001658_7 WHERE game = 46
### Context: CREATE TABLE table_17001658_7 (high_rebounds VARCHAR, game VARCHAR) ### Question: Who got the game high rebounds in game 46? ### Answer: SELECT high_rebounds FROM table_17001658_7 WHERE game = 46
How many scores are listed for game 37?
CREATE TABLE table_17001658_7 (score VARCHAR, game VARCHAR)
SELECT COUNT(score) FROM table_17001658_7 WHERE game = 37
### Context: CREATE TABLE table_17001658_7 (score VARCHAR, game VARCHAR) ### Question: How many scores are listed for game 37? ### Answer: SELECT COUNT(score) FROM table_17001658_7 WHERE game = 37
What date was the opposing team Milwaukee?
CREATE TABLE table_17001658_7 (date VARCHAR, team VARCHAR)
SELECT date FROM table_17001658_7 WHERE team = "Milwaukee"
### Context: CREATE TABLE table_17001658_7 (date VARCHAR, team VARCHAR) ### Question: What date was the opposing team Milwaukee? ### Answer: SELECT date FROM table_17001658_7 WHERE team = "Milwaukee"
What is the pressure in ultra high vacuum?
CREATE TABLE table_170097_1 (pressure_in_hpa__mbar_ VARCHAR, vacuum_range VARCHAR)
SELECT pressure_in_hpa__mbar_ FROM table_170097_1 WHERE vacuum_range = "Ultra high vacuum"
### Context: CREATE TABLE table_170097_1 (pressure_in_hpa__mbar_ VARCHAR, vacuum_range VARCHAR) ### Question: What is the pressure in ultra high vacuum? ### Answer: SELECT pressure_in_hpa__mbar_ FROM table_170097_1 WHERE vacuum_range = "Ultra high vacuum"
what is the nightly rank where the episode number production number is 06 1-06?
CREATE TABLE table_17004367_3 (nightly_rank VARCHAR, episode_number_production_number VARCHAR)
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? ### Answer: SELECT COUNT(nightly_rank) FROM table_17004367_3 WHERE episode_number_production_number = "06 1-06"
what is the number of weekly rank where the total is 1980000?
CREATE TABLE table_17004367_3 (weekly_rank VARCHAR, total VARCHAR)
SELECT COUNT(weekly_rank) FROM table_17004367_3 WHERE total = 1980000
### Context: CREATE TABLE table_17004367_3 (weekly_rank VARCHAR, total VARCHAR) ### Question: what is the number of weekly rank where the total is 1980000? ### Answer: SELECT COUNT(weekly_rank) FROM table_17004367_3 WHERE total = 1980000
Name the high assists for 70 game
CREATE TABLE table_17001658_9 (high_assists VARCHAR, game VARCHAR)
SELECT high_assists FROM table_17001658_9 WHERE game = 70
### Context: CREATE TABLE table_17001658_9 (high_assists VARCHAR, game VARCHAR) ### Question: Name the high assists for 70 game ### Answer: SELECT high_assists FROM table_17001658_9 WHERE game = 70
Name the pe̍h-ōe-jī for 前金區
CREATE TABLE table_17015_2 (pe̍h_ōe_jī VARCHAR, chinese VARCHAR)
SELECT pe̍h_ōe_jī FROM table_17015_2 WHERE chinese = "前金區"
### Context: CREATE TABLE table_17015_2 (pe̍h_ōe_jī VARCHAR, chinese VARCHAR) ### Question: Name the pe̍h-ōe-jī for 前金區 ### Answer: SELECT pe̍h_ōe_jī FROM table_17015_2 WHERE chinese = "前金區"
Name the number where population 2010 is 171906
CREATE TABLE table_17015_2 (no VARCHAR, population__2010_ VARCHAR)
SELECT no FROM table_17015_2 WHERE population__2010_ = 171906
### Context: CREATE TABLE table_17015_2 (no VARCHAR, population__2010_ VARCHAR) ### Question: Name the number where population 2010 is 171906 ### Answer: SELECT no FROM table_17015_2 WHERE population__2010_ = 171906
Name the tongyong for chinese of 湖內區
CREATE TABLE table_17015_2 (tongyong VARCHAR, chinese VARCHAR)
SELECT tongyong FROM table_17015_2 WHERE chinese = "湖內區"
### Context: CREATE TABLE table_17015_2 (tongyong VARCHAR, chinese VARCHAR) ### Question: Name the tongyong for chinese of 湖內區 ### Answer: SELECT tongyong FROM table_17015_2 WHERE chinese = "湖內區"
Name the tongyong for qiaotou
CREATE TABLE table_17015_2 (tongyong VARCHAR, hanyu VARCHAR)
SELECT COUNT(tongyong) FROM table_17015_2 WHERE hanyu = "Qiaotou"
### Context: CREATE TABLE table_17015_2 (tongyong VARCHAR, hanyu VARCHAR) ### Question: Name the tongyong for qiaotou ### Answer: SELECT COUNT(tongyong) FROM table_17015_2 WHERE hanyu = "Qiaotou"
How many pixels would be found in a hardware colour of 8?
CREATE TABLE table_1701371_2 (pixels VARCHAR, hardware_colours VARCHAR)
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? ### Answer: SELECT pixels FROM table_1701371_2 WHERE hardware_colours = 8
If hardware colours is 8 what would the char cells be?
CREATE TABLE table_1701371_2 (char_cells VARCHAR, hardware_colours VARCHAR)
SELECT char_cells FROM table_1701371_2 WHERE hardware_colours = 8
### Context: CREATE TABLE table_1701371_2 (char_cells VARCHAR, hardware_colours VARCHAR) ### Question: If hardware colours is 8 what would the char cells be? ### Answer: SELECT char_cells FROM table_1701371_2 WHERE hardware_colours = 8
Name the year for le confessional
CREATE TABLE table_17025328_1 (year__ceremony_ VARCHAR, original_title VARCHAR)
SELECT year__ceremony_ FROM table_17025328_1 WHERE original_title = "Le Confessional"
### Context: CREATE TABLE table_17025328_1 (year__ceremony_ VARCHAR, original_title VARCHAR) ### Question: Name the year for le confessional ### Answer: SELECT year__ceremony_ FROM table_17025328_1 WHERE original_title = "Le Confessional"
Name the year for les portes tournantes
CREATE TABLE table_17025328_1 (year__ceremony_ VARCHAR, original_title VARCHAR)
SELECT year__ceremony_ FROM table_17025328_1 WHERE original_title = "Les portes tournantes"
### Context: CREATE TABLE table_17025328_1 (year__ceremony_ VARCHAR, original_title VARCHAR) ### Question: Name the year for les portes tournantes ### Answer: SELECT year__ceremony_ FROM table_17025328_1 WHERE original_title = "Les portes tournantes"
Of the teams that lost 5 games, what is the highest number of wins?
CREATE TABLE table_17012578_37 (w INTEGER, l VARCHAR)
SELECT MAX(w) FROM table_17012578_37 WHERE l = 5
### Context: CREATE TABLE table_17012578_37 (w INTEGER, l VARCHAR) ### Question: Of the teams that lost 5 games, what is the highest number of wins? ### Answer: SELECT MAX(w) FROM table_17012578_37 WHERE l = 5
What is the highest number of ends lost?
CREATE TABLE table_17012578_37 (Ends INTEGER)
SELECT MAX(Ends) AS lost FROM table_17012578_37
### Context: CREATE TABLE table_17012578_37 (Ends INTEGER) ### Question: What is the highest number of ends lost? ### Answer: SELECT MAX(Ends) AS lost FROM table_17012578_37
How many values are in the ends won cell corresponding to a PA of 39?
CREATE TABLE table_17012578_37 (Ends VARCHAR, pa VARCHAR)
SELECT COUNT(Ends) AS won FROM table_17012578_37 WHERE pa = 39
### Context: CREATE TABLE table_17012578_37 (Ends VARCHAR, pa VARCHAR) ### Question: How many values are in the ends won cell corresponding to a PA of 39? ### Answer: SELECT COUNT(Ends) AS won FROM table_17012578_37 WHERE pa = 39
Who was Alberta's skip when the shot pct was 88?
CREATE TABLE table_17012578_6 (skip VARCHAR, shot_pct VARCHAR, province VARCHAR)
SELECT skip FROM table_17012578_6 WHERE shot_pct = 88 AND province = "Alberta"
### Context: CREATE TABLE table_17012578_6 (skip VARCHAR, shot_pct VARCHAR, province VARCHAR) ### Question: Who was Alberta's skip when the shot pct was 88? ### Answer: SELECT skip FROM table_17012578_6 WHERE shot_pct = 88 AND province = "Alberta"
What is the top Points Allowed?
CREATE TABLE table_17012578_6 (pa INTEGER)
SELECT MAX(pa) FROM table_17012578_6
### Context: CREATE TABLE table_17012578_6 (pa INTEGER) ### Question: What is the top Points Allowed? ### Answer: SELECT MAX(pa) FROM table_17012578_6
When the blank ends at 1, what is the PA?
CREATE TABLE table_17012578_6 (pa VARCHAR, blank_ends VARCHAR)
SELECT COUNT(pa) FROM table_17012578_6 WHERE blank_ends = 1
### Context: CREATE TABLE table_17012578_6 (pa VARCHAR, blank_ends VARCHAR) ### Question: When the blank ends at 1, what is the PA? ### Answer: SELECT COUNT(pa) FROM table_17012578_6 WHERE blank_ends = 1
How many times did the team play charlotte?
CREATE TABLE table_17058116_6 (record VARCHAR, team VARCHAR)
SELECT COUNT(record) FROM table_17058116_6 WHERE team = "Charlotte"
### Context: CREATE TABLE table_17058116_6 (record VARCHAR, team VARCHAR) ### Question: How many times did the team play charlotte? ### Answer: SELECT COUNT(record) FROM table_17058116_6 WHERE team = "Charlotte"
What day did the team play charlotte?
CREATE TABLE table_17058116_6 (date VARCHAR, team VARCHAR)
SELECT date FROM table_17058116_6 WHERE team = "Charlotte"
### Context: CREATE TABLE table_17058116_6 (date VARCHAR, team VARCHAR) ### Question: What day did the team play charlotte? ### Answer: SELECT date FROM table_17058116_6 WHERE team = "Charlotte"
When was the game with score l 99–107 (ot)
CREATE TABLE table_17058116_7 (date VARCHAR, score VARCHAR)
SELECT date FROM table_17058116_7 WHERE score = "L 99–107 (OT)"
### Context: CREATE TABLE table_17058116_7 (date VARCHAR, score VARCHAR) ### Question: When was the game with score l 99–107 (ot) ### Answer: SELECT date FROM table_17058116_7 WHERE score = "L 99–107 (OT)"
Where was the game with record 20–23 and how many people attended it
CREATE TABLE table_17058116_7 (location_attendance VARCHAR, record VARCHAR)
SELECT location_attendance FROM table_17058116_7 WHERE record = "20–23"
### Context: CREATE TABLE table_17058116_7 (location_attendance VARCHAR, record VARCHAR) ### Question: Where was the game with record 20–23 and how many people attended it ### Answer: SELECT location_attendance FROM table_17058116_7 WHERE record = "20–23"
Who scored highest rebounds high points is charlie villanueva (32)
CREATE TABLE table_17058116_7 (high_rebounds VARCHAR, high_points VARCHAR)
SELECT high_rebounds FROM table_17058116_7 WHERE high_points = "Charlie Villanueva (32)"
### Context: CREATE TABLE table_17058116_7 (high_rebounds VARCHAR, high_points VARCHAR) ### Question: Who scored highest rebounds high points is charlie villanueva (32) ### Answer: SELECT high_rebounds FROM table_17058116_7 WHERE high_points = "Charlie Villanueva (32)"
What is the score of game 46
CREATE TABLE table_17058116_7 (score VARCHAR, game VARCHAR)
SELECT score FROM table_17058116_7 WHERE game = 46
### Context: CREATE TABLE table_17058116_7 (score VARCHAR, game VARCHAR) ### Question: What is the score of game 46 ### Answer: SELECT score FROM table_17058116_7 WHERE game = 46
Who scored the high points on the date November 2?
CREATE TABLE table_17058116_5 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_17058116_5 WHERE date = "November 2"
### Context: CREATE TABLE table_17058116_5 (high_points VARCHAR, date VARCHAR) ### Question: Who scored the high points on the date November 2? ### Answer: SELECT high_points FROM table_17058116_5 WHERE date = "November 2"
In how many locations did Game 13 take place?
CREATE TABLE table_17058116_5 (location_attendance VARCHAR, game VARCHAR)
SELECT COUNT(location_attendance) FROM table_17058116_5 WHERE game = 13
### Context: CREATE TABLE table_17058116_5 (location_attendance VARCHAR, game VARCHAR) ### Question: In how many locations did Game 13 take place? ### Answer: SELECT COUNT(location_attendance) FROM table_17058116_5 WHERE game = 13
Where was the game that took place in November 21 located and how many attended?
CREATE TABLE table_17058116_5 (location_attendance VARCHAR, date VARCHAR)
SELECT location_attendance FROM table_17058116_5 WHERE date = "November 21"
### Context: CREATE TABLE table_17058116_5 (location_attendance VARCHAR, date VARCHAR) ### Question: Where was the game that took place in November 21 located and how many attended? ### Answer: SELECT location_attendance FROM table_17058116_5 WHERE date = "November 21"
Name the high reobounds for april 7
CREATE TABLE table_17058178_11 (high_rebounds VARCHAR, date VARCHAR)
SELECT high_rebounds FROM table_17058178_11 WHERE date = "April 7"
### Context: CREATE TABLE table_17058178_11 (high_rebounds VARCHAR, date VARCHAR) ### Question: Name the high reobounds for april 7 ### Answer: SELECT high_rebounds FROM table_17058178_11 WHERE date = "April 7"
How many games was game 43?
CREATE TABLE table_17058151_7 (record VARCHAR, game VARCHAR)
SELECT COUNT(record) FROM table_17058151_7 WHERE game = 43
### Context: CREATE TABLE table_17058151_7 (record VARCHAR, game VARCHAR) ### Question: How many games was game 43? ### Answer: SELECT COUNT(record) FROM table_17058151_7 WHERE game = 43
Name the total number of high rebounds for february 10
CREATE TABLE table_17058151_8 (high_rebounds VARCHAR, date VARCHAR)
SELECT COUNT(high_rebounds) FROM table_17058151_8 WHERE date = "February 10"
### Context: CREATE TABLE table_17058151_8 (high_rebounds VARCHAR, date VARCHAR) ### Question: Name the total number of high rebounds for february 10 ### Answer: SELECT COUNT(high_rebounds) FROM table_17058151_8 WHERE date = "February 10"
Name the record for december 6
CREATE TABLE table_17058151_6 (record VARCHAR, date VARCHAR)
SELECT record FROM table_17058151_6 WHERE date = "December 6"
### Context: CREATE TABLE table_17058151_6 (record VARCHAR, date VARCHAR) ### Question: Name the record for december 6 ### Answer: SELECT record FROM table_17058151_6 WHERE date = "December 6"
What was the final score in game 38?
CREATE TABLE table_17058178_8 (score VARCHAR, game VARCHAR)
SELECT score FROM table_17058178_8 WHERE game = 38
### Context: CREATE TABLE table_17058178_8 (score VARCHAR, game VARCHAR) ### Question: What was the final score in game 38? ### Answer: SELECT score FROM table_17058178_8 WHERE game = 38
Who did the Trail Blazers play on January 2?
CREATE TABLE table_17058178_8 (team VARCHAR, date VARCHAR)
SELECT team FROM table_17058178_8 WHERE date = "January 2"
### Context: CREATE TABLE table_17058178_8 (team VARCHAR, date VARCHAR) ### Question: Who did the Trail Blazers play on January 2? ### Answer: SELECT team FROM table_17058178_8 WHERE date = "January 2"
On how many dates did the Timberwolves play Phoenix?
CREATE TABLE table_17058226_10 (date VARCHAR, team VARCHAR)
SELECT COUNT(date) FROM table_17058226_10 WHERE team = "Phoenix"
### Context: CREATE TABLE table_17058226_10 (date VARCHAR, team VARCHAR) ### Question: On how many dates did the Timberwolves play Phoenix? ### Answer: SELECT COUNT(date) FROM table_17058226_10 WHERE team = "Phoenix"
What was the Timberwolves' record on April 3?
CREATE TABLE table_17058226_10 (record VARCHAR, date VARCHAR)
SELECT record FROM table_17058226_10 WHERE date = "April 3"
### Context: CREATE TABLE table_17058226_10 (record VARCHAR, date VARCHAR) ### Question: What was the Timberwolves' record on April 3? ### Answer: SELECT record FROM table_17058226_10 WHERE date = "April 3"
Where are all of Utah's games held and how many have attended?
CREATE TABLE table_17058226_8 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_17058226_8 WHERE team = "Utah"
### Context: CREATE TABLE table_17058226_8 (location_attendance VARCHAR, team VARCHAR) ### Question: Where are all of Utah's games held and how many have attended? ### Answer: SELECT location_attendance FROM table_17058226_8 WHERE team = "Utah"
Who performed all the high rebounds when craig smith (4) was the lead for high assists?
CREATE TABLE table_17058226_5 (high_rebounds VARCHAR, high_assists VARCHAR)
SELECT high_rebounds FROM table_17058226_5 WHERE high_assists = "Craig Smith (4)"
### Context: CREATE TABLE table_17058226_5 (high_rebounds VARCHAR, high_assists VARCHAR) ### Question: Who performed all the high rebounds when craig smith (4) was the lead for high assists? ### Answer: SELECT high_rebounds FROM table_17058226_5 WHERE high_assists = "Craig Smith (4)"
Who had all the high rebounds when kevin love (20) scored the highest points?
CREATE TABLE table_17058226_5 (high_rebounds VARCHAR, high_points VARCHAR)
SELECT high_rebounds FROM table_17058226_5 WHERE high_points = "Kevin Love (20)"
### Context: CREATE TABLE table_17058226_5 (high_rebounds VARCHAR, high_points VARCHAR) ### Question: Who had all the high rebounds when kevin love (20) scored the highest points? ### Answer: SELECT high_rebounds FROM table_17058226_5 WHERE high_points = "Kevin Love (20)"
What opposing team was playing when sebastian telfair (7) had the highest assists?
CREATE TABLE table_17058226_5 (team VARCHAR, high_assists VARCHAR)
SELECT team FROM table_17058226_5 WHERE high_assists = "Sebastian Telfair (7)"
### Context: CREATE TABLE table_17058226_5 (team VARCHAR, high_assists VARCHAR) ### Question: What opposing team was playing when sebastian telfair (7) had the highest assists? ### Answer: SELECT team FROM table_17058226_5 WHERE high_assists = "Sebastian Telfair (7)"
Name the score for january 26
CREATE TABLE table_17058226_7 (score VARCHAR, date VARCHAR)
SELECT score FROM table_17058226_7 WHERE date = "January 26"
### Context: CREATE TABLE table_17058226_7 (score VARCHAR, date VARCHAR) ### Question: Name the score for january 26 ### Answer: SELECT score FROM table_17058226_7 WHERE date = "January 26"
Who did the high points in the game played on April 12?
CREATE TABLE table_17060277_10 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_17060277_10 WHERE date = "April 12"
### Context: CREATE TABLE table_17060277_10 (high_points VARCHAR, date VARCHAR) ### Question: Who did the high points in the game played on April 12? ### Answer: SELECT high_points FROM table_17060277_10 WHERE date = "April 12"
What is the constructor when the Q1 order is 4?
CREATE TABLE table_1706942_1 (constructor VARCHAR, q1_order VARCHAR)
SELECT constructor FROM table_1706942_1 WHERE q1_order = 4
### Context: CREATE TABLE table_1706942_1 (constructor VARCHAR, q1_order VARCHAR) ### Question: What is the constructor when the Q1 order is 4? ### Answer: SELECT constructor FROM table_1706942_1 WHERE q1_order = 4
What is the Q1 order for Felipe Massa?
CREATE TABLE table_1706942_1 (q1_order INTEGER, driver VARCHAR)
SELECT MAX(q1_order) FROM table_1706942_1 WHERE driver = "Felipe Massa"
### Context: CREATE TABLE table_1706942_1 (q1_order INTEGER, driver VARCHAR) ### Question: What is the Q1 order for Felipe Massa? ### Answer: SELECT MAX(q1_order) FROM table_1706942_1 WHERE driver = "Felipe Massa"
What is the Q1 time for the driver with Q1 order of 6?
CREATE TABLE table_1706942_1 (q1_time VARCHAR, q1_order VARCHAR)
SELECT q1_time FROM table_1706942_1 WHERE q1_order = 6
### Context: CREATE TABLE table_1706942_1 (q1_time VARCHAR, q1_order VARCHAR) ### Question: What is the Q1 time for the driver with Q1 order of 6? ### Answer: SELECT q1_time FROM table_1706942_1 WHERE q1_order = 6
How many Q1 figures are given for Alexander Wurz?
CREATE TABLE table_1706942_1 (q1_order VARCHAR, driver VARCHAR)
SELECT COUNT(q1_order) FROM table_1706942_1 WHERE driver = "Alexander Wurz"
### Context: CREATE TABLE table_1706942_1 (q1_order VARCHAR, driver VARCHAR) ### Question: How many Q1 figures are given for Alexander Wurz? ### Answer: SELECT COUNT(q1_order) FROM table_1706942_1 WHERE driver = "Alexander Wurz"
Who all had the most assists in game 12?
CREATE TABLE table_17060277_5 (high_assists VARCHAR, game VARCHAR)
SELECT high_assists FROM table_17060277_5 WHERE game = 12
### Context: CREATE TABLE table_17060277_5 (high_assists VARCHAR, game VARCHAR) ### Question: Who all had the most assists in game 12? ### Answer: SELECT high_assists FROM table_17060277_5 WHERE game = 12
Which position offers winnings of $4,228,889?
CREATE TABLE table_1708014_1 (position VARCHAR, winnings VARCHAR)
SELECT position FROM table_1708014_1 WHERE winnings = "$4,228,889"
### Context: CREATE TABLE table_1708014_1 (position VARCHAR, winnings VARCHAR) ### Question: Which position offers winnings of $4,228,889? ### Answer: SELECT position FROM table_1708014_1 WHERE winnings = "$4,228,889"
How many poles did team #14 ginn racing have?
CREATE TABLE table_1708014_1 (poles VARCHAR, team_s_ VARCHAR)
SELECT poles FROM table_1708014_1 WHERE team_s_ = "#14 Ginn Racing"
### Context: CREATE TABLE table_1708014_1 (poles VARCHAR, team_s_ VARCHAR) ### Question: How many poles did team #14 ginn racing have? ### Answer: SELECT poles FROM table_1708014_1 WHERE team_s_ = "#14 Ginn Racing"
When the poles are 0 and the position is 14th, how much are the winnings?
CREATE TABLE table_1708014_1 (winnings VARCHAR, poles VARCHAR, position VARCHAR)
SELECT winnings FROM table_1708014_1 WHERE poles = 0 AND position = "14th"
### Context: CREATE TABLE table_1708014_1 (winnings VARCHAR, poles VARCHAR, position VARCHAR) ### Question: When the poles are 0 and the position is 14th, how much are the winnings? ### Answer: SELECT winnings FROM table_1708014_1 WHERE poles = 0 AND position = "14th"
Which start won $1,301,370?
CREATE TABLE table_1708014_1 (starts VARCHAR, winnings VARCHAR)
SELECT starts FROM table_1708014_1 WHERE winnings = "$1,301,370"
### Context: CREATE TABLE table_1708014_1 (starts VARCHAR, winnings VARCHAR) ### Question: Which start won $1,301,370? ### Answer: SELECT starts FROM table_1708014_1 WHERE winnings = "$1,301,370"
For team #40 chip ganassi racing which top 5 is the highest where top 10 is 5?
CREATE TABLE table_1708014_1 (top_5 INTEGER, top_10 VARCHAR, team_s_ VARCHAR)
SELECT MAX(top_5) FROM table_1708014_1 WHERE top_10 = 5 AND team_s_ = "#40 Chip Ganassi Racing"
### Context: CREATE TABLE table_1708014_1 (top_5 INTEGER, top_10 VARCHAR, team_s_ VARCHAR) ### Question: For team #40 chip ganassi racing which top 5 is the highest where top 10 is 5? ### Answer: SELECT MAX(top_5) FROM table_1708014_1 WHERE top_10 = 5 AND team_s_ = "#40 Chip Ganassi Racing"
what is the posisiotn where the start is 3?
CREATE TABLE table_1708014_2 (position VARCHAR, starts VARCHAR)
SELECT position FROM table_1708014_2 WHERE starts = 3
### Context: CREATE TABLE table_1708014_2 (position VARCHAR, starts VARCHAR) ### Question: what is the posisiotn where the start is 3? ### Answer: SELECT position FROM table_1708014_2 WHERE starts = 3
what is the team where winnings is $81,690?
CREATE TABLE table_1708014_2 (team_s_ VARCHAR, winnings VARCHAR)
SELECT team_s_ FROM table_1708014_2 WHERE winnings = "$81,690"
### Context: CREATE TABLE table_1708014_2 (team_s_ VARCHAR, winnings VARCHAR) ### Question: what is the team where winnings is $81,690? ### Answer: SELECT team_s_ FROM table_1708014_2 WHERE winnings = "$81,690"
What was the attendance of the Indiana game?
CREATE TABLE table_17080868_7 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_17080868_7 WHERE team = "Indiana"
### Context: CREATE TABLE table_17080868_7 (location_attendance VARCHAR, team VARCHAR) ### Question: What was the attendance of the Indiana game? ### Answer: SELECT location_attendance FROM table_17080868_7 WHERE team = "Indiana"
What is the trans 2 duration if the biking stage is covered within 58:20?
CREATE TABLE table_17085947_32 (trans_2 VARCHAR, bike__40km_ VARCHAR)
SELECT trans_2 FROM table_17085947_32 WHERE bike__40km_ = "58:20"
### Context: CREATE TABLE table_17085947_32 (trans_2 VARCHAR, bike__40km_ VARCHAR) ### Question: What is the trans 2 duration if the biking stage is covered within 58:20? ### Answer: SELECT trans_2 FROM table_17085947_32 WHERE bike__40km_ = "58:20"
What is the trans 2 duration if the total time is 1:51:19.45?
CREATE TABLE table_17085947_32 (trans_2 VARCHAR, total_time VARCHAR)
SELECT trans_2 FROM table_17085947_32 WHERE total_time = "1:51:19.45"
### Context: CREATE TABLE table_17085947_32 (trans_2 VARCHAR, total_time VARCHAR) ### Question: What is the trans 2 duration if the total time is 1:51:19.45? ### Answer: SELECT trans_2 FROM table_17085947_32 WHERE total_time = "1:51:19.45"
What was the duration of Daniela Ryf's swimming stage?
CREATE TABLE table_17085947_32 (swim__15km_ VARCHAR, athlete VARCHAR)
SELECT swim__15km_ FROM table_17085947_32 WHERE athlete = "Daniela Ryf"
### Context: CREATE TABLE table_17085947_32 (swim__15km_ VARCHAR, athlete VARCHAR) ### Question: What was the duration of Daniela Ryf's swimming stage? ### Answer: SELECT swim__15km_ FROM table_17085947_32 WHERE athlete = "Daniela Ryf"
How many athletes completed a trans 1 within 0:26?
CREATE TABLE table_17085947_32 (athlete VARCHAR, trans_1 VARCHAR)
SELECT COUNT(athlete) FROM table_17085947_32 WHERE trans_1 = "0:26"
### Context: CREATE TABLE table_17085947_32 (athlete VARCHAR, trans_1 VARCHAR) ### Question: How many athletes completed a trans 1 within 0:26? ### Answer: SELECT COUNT(athlete) FROM table_17085947_32 WHERE trans_1 = "0:26"
Who was the athlete that covered biking within 58:52?
CREATE TABLE table_17085947_32 (athlete VARCHAR, bike__40km_ VARCHAR)
SELECT athlete FROM table_17085947_32 WHERE bike__40km_ = "58:52"
### Context: CREATE TABLE table_17085947_32 (athlete VARCHAR, bike__40km_ VARCHAR) ### Question: Who was the athlete that covered biking within 58:52? ### Answer: SELECT athlete FROM table_17085947_32 WHERE bike__40km_ = "58:52"
All high points are team new york.
CREATE TABLE table_17080868_8 (high_points VARCHAR, team VARCHAR)
SELECT high_points FROM table_17080868_8 WHERE team = "New York"
### Context: CREATE TABLE table_17080868_8 (high_points VARCHAR, team VARCHAR) ### Question: All high points are team new york. ### Answer: SELECT high_points FROM table_17080868_8 WHERE team = "New York"
February 12 is the date for all location attendance.
CREATE TABLE table_17080868_8 (location_attendance VARCHAR, date VARCHAR)
SELECT location_attendance FROM table_17080868_8 WHERE date = "February 12"
### Context: CREATE TABLE table_17080868_8 (location_attendance VARCHAR, date VARCHAR) ### Question: February 12 is the date for all location attendance. ### Answer: SELECT location_attendance FROM table_17080868_8 WHERE date = "February 12"
54 is the game where location attendance are.
CREATE TABLE table_17080868_8 (location_attendance VARCHAR, game VARCHAR)
SELECT location_attendance FROM table_17080868_8 WHERE game = 54
### Context: CREATE TABLE table_17080868_8 (location_attendance VARCHAR, game VARCHAR) ### Question: 54 is the game where location attendance are. ### Answer: SELECT location_attendance FROM table_17080868_8 WHERE game = 54
All high points were record by corey maggette (25).
CREATE TABLE table_17080868_8 (record VARCHAR, high_points VARCHAR)
SELECT record FROM table_17080868_8 WHERE high_points = "Corey Maggette (25)"
### Context: CREATE TABLE table_17080868_8 (record VARCHAR, high_points VARCHAR) ### Question: All high points were record by corey maggette (25). ### Answer: SELECT record FROM table_17080868_8 WHERE high_points = "Corey Maggette (25)"
what is the total number of attendance where the date is december 29?
CREATE TABLE table_17080868_6 (location_attendance VARCHAR, date VARCHAR)
SELECT COUNT(location_attendance) FROM table_17080868_6 WHERE date = "December 29"
### Context: CREATE TABLE table_17080868_6 (location_attendance VARCHAR, date VARCHAR) ### Question: what is the total number of attendance where the date is december 29? ### Answer: SELECT COUNT(location_attendance) FROM table_17080868_6 WHERE date = "December 29"
What was the manner in which Petrik Sander departed?
CREATE TABLE table_17085981_2 (manner_of_departure VARCHAR, outgoing_manager VARCHAR)
SELECT manner_of_departure FROM table_17085981_2 WHERE outgoing_manager = "Petrik Sander"
### Context: CREATE TABLE table_17085981_2 (manner_of_departure VARCHAR, outgoing_manager VARCHAR) ### Question: What was the manner in which Petrik Sander departed? ### Answer: SELECT manner_of_departure FROM table_17085981_2 WHERE outgoing_manager = "Petrik Sander"
What was the manner of departure for Edgar Schmitt of the Stuttgarter Kickers?
CREATE TABLE table_17085981_2 (manner_of_departure VARCHAR, team VARCHAR, outgoing_manager VARCHAR)
SELECT manner_of_departure FROM table_17085981_2 WHERE team = "Stuttgarter Kickers" AND outgoing_manager = "Edgar Schmitt"
### Context: CREATE TABLE table_17085981_2 (manner_of_departure VARCHAR, team VARCHAR, outgoing_manager VARCHAR) ### Question: What was the manner of departure for Edgar Schmitt of the Stuttgarter Kickers? ### Answer: SELECT manner_of_departure FROM table_17085981_2 WHERE team = "Stuttgarter Kickers" AND outgoing_manag...
What was the date of appointment when Jürgen Kohler was the outgoing manager?
CREATE TABLE table_17085981_2 (date_of_appointment VARCHAR, outgoing_manager VARCHAR)
SELECT date_of_appointment FROM table_17085981_2 WHERE outgoing_manager = "Jürgen Kohler"
### Context: CREATE TABLE table_17085981_2 (date_of_appointment VARCHAR, outgoing_manager VARCHAR) ### Question: What was the date of appointment when Jürgen Kohler was the outgoing manager? ### Answer: SELECT date_of_appointment FROM table_17085981_2 WHERE outgoing_manager = "Jürgen Kohler"
How many appointment dates were recorded when Jürgen Kohler was the replaced by?
CREATE TABLE table_17085981_2 (date_of_appointment VARCHAR, replaced_by VARCHAR)
SELECT COUNT(date_of_appointment) FROM table_17085981_2 WHERE replaced_by = "Jürgen Kohler"
### Context: CREATE TABLE table_17085981_2 (date_of_appointment VARCHAR, replaced_by VARCHAR) ### Question: How many appointment dates were recorded when Jürgen Kohler was the replaced by? ### Answer: SELECT COUNT(date_of_appointment) FROM table_17085981_2 WHERE replaced_by = "Jürgen Kohler"
What are the swimsuit scores of participants with score 9.366 in interview
CREATE TABLE table_17088705_2 (swimsuit VARCHAR, interview VARCHAR)
SELECT swimsuit FROM table_17088705_2 WHERE interview = "9.366"
### Context: CREATE TABLE table_17088705_2 (swimsuit VARCHAR, interview VARCHAR) ### Question: What are the swimsuit scores of participants with score 9.366 in interview ### Answer: SELECT swimsuit FROM table_17088705_2 WHERE interview = "9.366"
State average scores of participants from arizona
CREATE TABLE table_17088705_2 (average VARCHAR, country VARCHAR)
SELECT average FROM table_17088705_2 WHERE country = "Arizona"
### Context: CREATE TABLE table_17088705_2 (average VARCHAR, country VARCHAR) ### Question: State average scores of participants from arizona ### Answer: SELECT average FROM table_17088705_2 WHERE country = "Arizona"
Number of participants with a score 8.895 in preliminary
CREATE TABLE table_17088705_2 (interview VARCHAR, preliminary VARCHAR)
SELECT COUNT(interview) FROM table_17088705_2 WHERE preliminary = "8.895"
### Context: CREATE TABLE table_17088705_2 (interview VARCHAR, preliminary VARCHAR) ### Question: Number of participants with a score 8.895 in preliminary ### Answer: SELECT COUNT(interview) FROM table_17088705_2 WHERE preliminary = "8.895"
Evening gown scores of participants with 8.988 swimsuit score
CREATE TABLE table_17088705_2 (evening_gown VARCHAR, swimsuit VARCHAR)
SELECT evening_gown FROM table_17088705_2 WHERE swimsuit = "8.988"
### Context: CREATE TABLE table_17088705_2 (evening_gown VARCHAR, swimsuit VARCHAR) ### Question: Evening gown scores of participants with 8.988 swimsuit score ### Answer: SELECT evening_gown FROM table_17088705_2 WHERE swimsuit = "8.988"
What are the average scores of participants with 9.226 in evening gown
CREATE TABLE table_17088705_2 (average VARCHAR, evening_gown VARCHAR)
SELECT average FROM table_17088705_2 WHERE evening_gown = "9.226"
### Context: CREATE TABLE table_17088705_2 (average VARCHAR, evening_gown VARCHAR) ### Question: What are the average scores of participants with 9.226 in evening gown ### Answer: SELECT average FROM table_17088705_2 WHERE evening_gown = "9.226"
Give swimsuit scores of participants 8.847 in preliminary
CREATE TABLE table_17088705_2 (swimsuit VARCHAR, preliminary VARCHAR)
SELECT swimsuit FROM table_17088705_2 WHERE preliminary = "8.847"
### Context: CREATE TABLE table_17088705_2 (swimsuit VARCHAR, preliminary VARCHAR) ### Question: Give swimsuit scores of participants 8.847 in preliminary ### Answer: SELECT swimsuit FROM table_17088705_2 WHERE preliminary = "8.847"
What is the official name of the land with an area of 276.84 km2?
CREATE TABLE table_170958_2 (official_name VARCHAR, area_km_2 VARCHAR)
SELECT official_name FROM table_170958_2 WHERE area_km_2 = "276.84"
### Context: CREATE TABLE table_170958_2 (official_name VARCHAR, area_km_2 VARCHAR) ### Question: What is the official name of the land with an area of 276.84 km2? ### Answer: SELECT official_name FROM table_170958_2 WHERE area_km_2 = "276.84"