answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT high_points FROM table_17323042_6 WHERE date = "December 17"
|
CREATE TABLE table_17323042_6 (high_points VARCHAR, date VARCHAR)
|
Who had the high points on December 17?
|
SELECT COUNT(score) FROM table_17323042_7 WHERE team = "Houston"
|
CREATE TABLE table_17323042_7 (score VARCHAR, team VARCHAR)
|
How many scores are listed for the game against Houston
|
SELECT location_attendance FROM table_17323042_11 WHERE high_assists = "Andre Miller (7)"
|
CREATE TABLE table_17323042_11 (location_attendance VARCHAR, high_assists VARCHAR)
|
What was the location and attendance of the game when High Assists were Andre Miller (7)?
|
SELECT high_assists FROM table_17323042_11 WHERE game = 1
|
CREATE TABLE table_17323042_11 (high_assists VARCHAR, game VARCHAR)
|
Who was the High Assist in game 1?
|
SELECT high_assists FROM table_17323042_11 WHERE high_rebounds = "Andre Iguodala (8)"
|
CREATE TABLE table_17323042_11 (high_assists VARCHAR, high_rebounds VARCHAR)
|
Who was the High Assist when the High Rebounds was andre iguodala (8)?
|
SELECT record FROM table_17323042_11 WHERE high_points = "Andre Miller (30)"
|
CREATE TABLE table_17323042_11 (record VARCHAR, high_points VARCHAR)
|
What was the W-L record when HIgh Points was andre miller (30)?
|
SELECT score FROM table_17323042_11 WHERE high_points = "Andre Miller (17)"
|
CREATE TABLE table_17323042_11 (score VARCHAR, high_points VARCHAR)
|
What was the score and game outcome when High Points was andre miller (17)?
|
SELECT COUNT(game) FROM table_17323042_11 WHERE high_points = "Andre Iguodala (29)"
|
CREATE TABLE table_17323042_11 (game VARCHAR, high_points VARCHAR)
|
How many games was High Points andre iguodala (29)?
|
SELECT COUNT(game) FROM table_17323042_9 WHERE date = "March 15"
|
CREATE TABLE table_17323042_9 (game VARCHAR, date VARCHAR)
|
How many games were played on March 15?
|
SELECT record FROM table_17323042_5 WHERE team = "Orlando"
|
CREATE TABLE table_17323042_5 (record VARCHAR, team VARCHAR)
|
What was the team's record when they faced orlando?
|
SELECT team FROM table_17323092_5 WHERE score = "L 97–107 (OT)"
|
CREATE TABLE table_17323092_5 (team VARCHAR, score VARCHAR)
|
Whic teams scored l 97–107 (ot)
|
SELECT high_assists FROM table_17323092_7 WHERE team = "@ Minnesota"
|
CREATE TABLE table_17323092_7 (high_assists VARCHAR, team VARCHAR)
|
Who had the high assists when the team was @ Minnesota?
|
SELECT date FROM table_17323092_7 WHERE team = "Minnesota"
|
CREATE TABLE table_17323092_7 (date VARCHAR, team VARCHAR)
|
On what date did the Team Minnesota play?
|
SELECT high_points FROM table_17323092_7 WHERE date = "February 10"
|
CREATE TABLE table_17323092_7 (high_points VARCHAR, date VARCHAR)
|
Who had the high points on the date February 10?
|
SELECT COUNT(high_points) FROM table_17323092_7 WHERE location_attendance = "FedExForum 11,498"
|
CREATE TABLE table_17323092_7 (high_points VARCHAR, location_attendance VARCHAR)
|
How many players had high points in the location/attendance FedexForum 11,498 respectively?
|
SELECT high_rebounds FROM table_17323092_7 WHERE high_assists = "Shawn Marion (6)"
|
CREATE TABLE table_17323092_7 (high_rebounds VARCHAR, high_assists VARCHAR)
|
When the high assists were Shawn Marion (6) who had high rebounds?
|
SELECT date FROM table_17323092_8 WHERE team = "Miami"
|
CREATE TABLE table_17323092_8 (date VARCHAR, team VARCHAR)
|
What dates did they play Miami?
|
SELECT date FROM table_17323092_8 WHERE high_points = "Chris Bosh (18)"
|
CREATE TABLE table_17323092_8 (date VARCHAR, high_points VARCHAR)
|
What dates did Chris Bosh (18) score the high points?
|
SELECT location_attendance FROM table_17323092_8 WHERE high_assists = "Anthony Parker (7)"
|
CREATE TABLE table_17323092_8 (location_attendance VARCHAR, high_assists VARCHAR)
|
Where was the location and what was the attendance in the game that Anthony Parker (7) earned high assists?
|
SELECT high_points FROM table_17323092_8 WHERE game = 69
|
CREATE TABLE table_17323092_8 (high_points VARCHAR, game VARCHAR)
|
Who earned high points in game 69?
|
SELECT COUNT(high_points) FROM table_17323092_6 WHERE date = "January 21"
|
CREATE TABLE table_17323092_6 (high_points VARCHAR, date VARCHAR)
|
What is the total number of high points on January 21?
|
SELECT location_attendance FROM table_17323092_6 WHERE team = "Orlando"
|
CREATE TABLE table_17323092_6 (location_attendance VARCHAR, team VARCHAR)
|
What is the location and attendance for the Orlando team?
|
SELECT score FROM table_17325580_5 WHERE team = "Milwaukee"
|
CREATE TABLE table_17325580_5 (score VARCHAR, team VARCHAR)
|
what was the final score of the game versus Milwaukee?
|
SELECT record FROM table_17323529_8 WHERE team = "Boston"
|
CREATE TABLE table_17323529_8 (record VARCHAR, team VARCHAR)
|
What is the record against Boston?
|
SELECT high_points FROM table_17325580_6 WHERE team = "Washington"
|
CREATE TABLE table_17325580_6 (high_points VARCHAR, team VARCHAR)
|
What is every high point when the team is Washington?
|
SELECT COUNT(game) FROM table_17325580_6 WHERE date = "December 12"
|
CREATE TABLE table_17325580_6 (game VARCHAR, date VARCHAR)
|
How many games occur on the date December 12?
|
SELECT COUNT(high_assists) FROM table_17325580_6 WHERE date = "December 13"
|
CREATE TABLE table_17325580_6 (high_assists VARCHAR, date VARCHAR)
|
How many high assist are on the date December 13?
|
SELECT location_attendance FROM table_17325580_6 WHERE date = "December 12"
|
CREATE TABLE table_17325580_6 (location_attendance VARCHAR, date VARCHAR)
|
What is every location attendance on the date December 12?
|
SELECT high_rebounds FROM table_17325937_5 WHERE date = "November 26"
|
CREATE TABLE table_17325937_5 (high_rebounds VARCHAR, date VARCHAR)
|
What was the high rebounds on November 26?
|
SELECT high_assists FROM table_17325937_5 WHERE date = "November 14"
|
CREATE TABLE table_17325937_5 (high_assists VARCHAR, date VARCHAR)
|
What was the high assists on November 14?
|
SELECT high_assists FROM table_17325937_8 WHERE team = "Miami"
|
CREATE TABLE table_17325937_8 (high_assists VARCHAR, team VARCHAR)
|
Who had the most assists in the game against Miami?
|
SELECT COUNT(high_assists) FROM table_17325937_8 WHERE team = "San Antonio"
|
CREATE TABLE table_17325937_8 (high_assists VARCHAR, team VARCHAR)
|
How many assists were made in the game against San Antonio?
|
SELECT high_rebounds FROM table_17326036_5 WHERE date = "November 1"
|
CREATE TABLE table_17326036_5 (high_rebounds VARCHAR, date VARCHAR)
|
Who did the most high rebounds in the game played on November 1?
|
SELECT team FROM table_17326036_5 WHERE date = "November 21"
|
CREATE TABLE table_17326036_5 (team VARCHAR, date VARCHAR)
|
What team was the game on November 21 played against?
|
SELECT score FROM table_17326036_5 WHERE team = "Boston"
|
CREATE TABLE table_17326036_5 (score VARCHAR, team VARCHAR)
|
What was the score in the game against Boston?
|
SELECT date_of_appointment FROM table_17327264_3 WHERE replaced_by = "Petrik Sander"
|
CREATE TABLE table_17327264_3 (date_of_appointment VARCHAR, replaced_by VARCHAR)
|
Name the date of appointment for petrik sander
|
SELECT date_of_appointment FROM table_17327264_3 WHERE manner_of_departure = "Sacked" AND position_in_table = "14th" AND replaced_by = "Marco Kostmann"
|
CREATE TABLE table_17327264_3 (date_of_appointment VARCHAR, replaced_by VARCHAR, manner_of_departure VARCHAR, position_in_table VARCHAR)
|
Name the date of appointment for sacked and 14th position replaced by marco kostmann
|
SELECT COUNT(location_attendance) FROM table_17326036_6 WHERE date = "December 5"
|
CREATE TABLE table_17326036_6 (location_attendance VARCHAR, date VARCHAR)
|
How many location attendance was recorded for December 5?
|
SELECT location_attendance FROM table_17326036_6 WHERE date = "December 15"
|
CREATE TABLE table_17326036_6 (location_attendance VARCHAR, date VARCHAR)
|
What was the attendance and location on December 15?
|
SELECT COUNT(game) FROM table_17326036_6 WHERE team = "@ Memphis"
|
CREATE TABLE table_17326036_6 (game VARCHAR, team VARCHAR)
|
How many games were recorded when the team was @ Memphis?
|
SELECT score FROM table_17326036_6 WHERE high_rebounds = "Jeff Foster (10)"
|
CREATE TABLE table_17326036_6 (score VARCHAR, high_rebounds VARCHAR)
|
What was the score of the game when the high rebounds Jeff Foster (10)?
|
SELECT team FROM table_17327458_1 WHERE date_of_appointment = "12 June"
|
CREATE TABLE table_17327458_1 (team VARCHAR, date_of_appointment VARCHAR)
|
What team appointed a manager on 12 June?
|
SELECT replaced_by FROM table_17327458_1 WHERE date_of_appointment = "11 July"
|
CREATE TABLE table_17327458_1 (replaced_by VARCHAR, date_of_appointment VARCHAR)
|
Who was replaced on 11 July?
|
SELECT outgoing_manager FROM table_17327458_1 WHERE date_of_vacancy = "29 May"
|
CREATE TABLE table_17327458_1 (outgoing_manager VARCHAR, date_of_vacancy VARCHAR)
|
Who left a position on 29 May?
|
SELECT outgoing_manager FROM table_17327458_1 WHERE date_of_vacancy = "24 January"
|
CREATE TABLE table_17327458_1 (outgoing_manager VARCHAR, date_of_vacancy VARCHAR)
|
Who left a position on 24 January?
|
SELECT COUNT(manner_of_departure) FROM table_17327458_1 WHERE date_of_vacancy = "25 May"
|
CREATE TABLE table_17327458_1 (manner_of_departure VARCHAR, date_of_vacancy VARCHAR)
|
How many vacancies happened on 25 May?
|
SELECT COUNT(fin_pos) FROM table_17330069_1 WHERE points = "15"
|
CREATE TABLE table_17330069_1 (fin_pos VARCHAR, points VARCHAR)
|
If the points is 15, what is the fin. pos?
|
SELECT MIN(car_no) FROM table_17330069_1 WHERE driver = "Hélio Castroneves"
|
CREATE TABLE table_17330069_1 (car_no INTEGER, driver VARCHAR)
|
What is the car number for driver Hélio Castroneves
|
SELECT MIN(fin_pos) FROM table_17330069_1 WHERE grid = 2
|
CREATE TABLE table_17330069_1 (fin_pos INTEGER, grid VARCHAR)
|
If grid is 2, what is the minimum fin. pos number?
|
SELECT time_retired FROM table_17330069_1 WHERE points = "28"
|
CREATE TABLE table_17330069_1 (time_retired VARCHAR, points VARCHAR)
|
If there are 28 points, what is the time/retired?
|
SELECT COUNT(winning_score) FROM table_17335602_1 WHERE tournament = "RR Donnelley LPGA Founders Cup"
|
CREATE TABLE table_17335602_1 (winning_score VARCHAR, tournament VARCHAR)
|
How many winning scores were there in the rr donnelley lpga founders cup?
|
SELECT date FROM table_17335602_1 WHERE tournament = "McDonald's LPGA Championship"
|
CREATE TABLE table_17335602_1 (date VARCHAR, tournament VARCHAR)
|
When was the mcdonald's lpga championship?
|
SELECT MAX(winners_share___) AS $__ FROM table_17335602_1 WHERE tournament = "Wegmans LPGA Championship"
|
CREATE TABLE table_17335602_1 (winners_share___ INTEGER, tournament VARCHAR)
|
What was the winner's share in the wegmans lpga championship?
|
SELECT kerry_number FROM table_1733457_1 WHERE others_number = 44
|
CREATE TABLE table_1733457_1 (kerry_number VARCHAR, others_number VARCHAR)
|
Name the kerry # for others# is 44
|
SELECT MIN(kerry_number) FROM table_1733457_1 WHERE bush_percentage = "50.9%"
|
CREATE TABLE table_1733457_1 (kerry_number INTEGER, bush_percentage VARCHAR)
|
Name the minimum kerry # for bush % for 50.9%
|
SELECT others_percentage FROM table_1733457_1 WHERE county = "Johnson"
|
CREATE TABLE table_1733457_1 (others_percentage VARCHAR, county VARCHAR)
|
Name the others % for johnson
|
SELECT MAX(kerry_number) FROM table_1733457_1 WHERE others_number = 47
|
CREATE TABLE table_1733457_1 (kerry_number INTEGER, others_number VARCHAR)
|
Name the maximum kerry # for where others is 47
|
SELECT bush_percentage FROM table_1733457_1 WHERE others_number = 90
|
CREATE TABLE table_1733457_1 (bush_percentage VARCHAR, others_number VARCHAR)
|
Name the bush% for where others # is 90
|
SELECT others_percentage FROM table_1733457_1 WHERE county = "Cleveland"
|
CREATE TABLE table_1733457_1 (others_percentage VARCHAR, county VARCHAR)
|
Name the others % for cleveland
|
SELECT others_percentage FROM table_1733513_1 WHERE others_number = 2286
|
CREATE TABLE table_1733513_1 (others_percentage VARCHAR, others_number VARCHAR)
|
What is the percentage of others when the number of others is 2286?
|
SELECT others_percentage FROM table_1733513_1 WHERE bush_number = 3196
|
CREATE TABLE table_1733513_1 (others_percentage VARCHAR, bush_number VARCHAR)
|
What was the percentage of others when the number for Bush was 3196?
|
SELECT others_percentage FROM table_1733513_1 WHERE bush_number = 1329
|
CREATE TABLE table_1733513_1 (others_percentage VARCHAR, bush_number VARCHAR)
|
What is the percentage of others when the number for Bush is 1329?
|
SELECT game FROM table_17340355_6 WHERE team = "Milwaukee"
|
CREATE TABLE table_17340355_6 (game VARCHAR, team VARCHAR)
|
Which game was played by team milwaukee
|
SELECT high_assists FROM table_17340355_6 WHERE score = "W 106–104 (OT)"
|
CREATE TABLE table_17340355_6 (high_assists VARCHAR, score VARCHAR)
|
Who made high points on games of score w 106–104 (ot)
|
SELECT COUNT(record) FROM table_17340355_6 WHERE high_rebounds = "Amar'e Stoudemire (11)"
|
CREATE TABLE table_17340355_6 (record VARCHAR, high_rebounds VARCHAR)
|
What are the records of games where high rebounds is amar'e stoudemire (11)
|
SELECT location_attendance FROM table_17340355_6 WHERE date = "December 10"
|
CREATE TABLE table_17340355_6 (location_attendance VARCHAR, date VARCHAR)
|
What is the location of the the game on december 10
|
SELECT score FROM table_17344582_11 WHERE high_assists = "B. Shaw (5)"
|
CREATE TABLE table_17344582_11 (score VARCHAR, high_assists VARCHAR)
|
List the all the scores where the high assis is b. shaw (5)
|
SELECT high_assists FROM table_17344582_11 WHERE high_rebounds = "K. McHale (10)"
|
CREATE TABLE table_17344582_11 (high_assists VARCHAR, high_rebounds VARCHAR)
|
List of high assists with high rebounds for k. mchale (10)
|
SELECT location_attendance FROM table_17344582_11 WHERE series = "1-1"
|
CREATE TABLE table_17344582_11 (location_attendance VARCHAR, series VARCHAR)
|
List all location attendance for series 1-1.
|
SELECT date FROM table_17340355_7 WHERE team = "Indiana"
|
CREATE TABLE table_17340355_7 (date VARCHAR, team VARCHAR)
|
What day(s) did the team play indiana?
|
SELECT high_assists FROM table_17340355_7 WHERE date = "January 2"
|
CREATE TABLE table_17340355_7 (high_assists VARCHAR, date VARCHAR)
|
Who had the high assist total on january 2?
|
SELECT film_title_used_in_nomination FROM table_17350255_1 WHERE original_title = "Bābǎi zhuàngshì (八百壯士)"
|
CREATE TABLE table_17350255_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR)
|
What was the title used in nomination in the original Bābǎi Zhuàngshì (八百壯士)?
|
SELECT year__ceremony_ FROM table_17350255_1 WHERE original_title = "Chūnqiū cháshì (春秋茶室)"
|
CREATE TABLE table_17350255_1 (year__ceremony_ VARCHAR, original_title VARCHAR)
|
What was the year when Chūnqiū Cháshì (春秋茶室) was submitted?
|
SELECT year__ceremony_ FROM table_17350255_1 WHERE film_title_used_in_nomination = "Old Mo's Second Spring"
|
CREATE TABLE table_17350255_1 (year__ceremony_ VARCHAR, film_title_used_in_nomination VARCHAR)
|
Old Mo's Second Spring was the film title used in nomination in what year?
|
SELECT year__ceremony_ FROM table_17350255_1 WHERE result = "Not Nominated" AND film_title_used_in_nomination = "My Mother's Teahouse"
|
CREATE TABLE table_17350255_1 (year__ceremony_ VARCHAR, result VARCHAR, film_title_used_in_nomination VARCHAR)
|
What was the year when My Mother's Teahouse was not nominated?
|
SELECT title FROM table_173475_1 WHERE release = 2006
|
CREATE TABLE table_173475_1 (title VARCHAR, release VARCHAR)
|
What titles were released in 2006?
|
SELECT release FROM table_173475_1 WHERE title = "Axis & Allies: D-Day"
|
CREATE TABLE table_173475_1 (release VARCHAR, title VARCHAR)
|
What year(s) was axis & allies: d-day released?
|
SELECT game FROM table_17355408_12 WHERE date = "May 25"
|
CREATE TABLE table_17355408_12 (game VARCHAR, date VARCHAR)
|
What game was on May 25?
|
SELECT COUNT(game) FROM table_17355408_12 WHERE record = "2-3"
|
CREATE TABLE table_17355408_12 (game VARCHAR, record VARCHAR)
|
What game was the record 2-3?
|
SELECT high_rebounds FROM table_17355408_9 WHERE team = "Sacramento"
|
CREATE TABLE table_17355408_9 (high_rebounds VARCHAR, team VARCHAR)
|
Who had the high rebounds when the team played Sacramento?
|
SELECT high_points FROM table_17355408_9 WHERE date = "April 8"
|
CREATE TABLE table_17355408_9 (high_points VARCHAR, date VARCHAR)
|
Who had the high points on April 8?
|
SELECT high_assists FROM table_17355408_9 WHERE game = 80
|
CREATE TABLE table_17355408_9 (high_assists VARCHAR, game VARCHAR)
|
Who had the high assists in game 80?
|
SELECT high_points FROM table_17355408_5 WHERE date = "December 29"
|
CREATE TABLE table_17355408_5 (high_points VARCHAR, date VARCHAR)
|
Name the highh points for december 29
|
SELECT high_assists FROM table_17355408_5 WHERE game = 29
|
CREATE TABLE table_17355408_5 (high_assists VARCHAR, game VARCHAR)
|
Name the high assists for 29 game
|
SELECT high_points FROM table_17355408_5 WHERE location_attendance = "Pepsi Center 18,611"
|
CREATE TABLE table_17355408_5 (high_points VARCHAR, location_attendance VARCHAR)
|
Name the high points for pepsi center 18,611
|
SELECT date FROM table_17355408_4 WHERE team = "Chicago"
|
CREATE TABLE table_17355408_4 (date VARCHAR, team VARCHAR)
|
Name the date for chicago
|
SELECT record FROM table_17355408_4 WHERE team = "New Orleans"
|
CREATE TABLE table_17355408_4 (record VARCHAR, team VARCHAR)
|
Name the record for new orleans
|
SELECT high_assists FROM table_17355408_4 WHERE high_points = "Chauncey Billups , Carmelo Anthony (18)"
|
CREATE TABLE table_17355408_4 (high_assists VARCHAR, high_points VARCHAR)
|
Name the high assists for chauncey billups , carmelo anthony (18)
|
SELECT score FROM table_17355408_7 WHERE team = "@ Orlando"
|
CREATE TABLE table_17355408_7 (score VARCHAR, team VARCHAR)
|
What was the final score for @ Orlando?
|
SELECT date FROM table_17355408_7 WHERE high_assists = "Chauncey Billups (6)"
|
CREATE TABLE table_17355408_7 (date VARCHAR, high_assists VARCHAR)
|
Chauncey Billups (6) had a high assist on what date?
|
SELECT high_points FROM table_17355408_7 WHERE team = "@ Chicago"
|
CREATE TABLE table_17355408_7 (high_points VARCHAR, team VARCHAR)
|
@ Chicago had a high points of what?
|
SELECT record FROM table_17355408_7 WHERE high_assists = "Carmelo Anthony (11)"
|
CREATE TABLE table_17355408_7 (record VARCHAR, high_assists VARCHAR)
|
High assists belonging to Carmelo Anthony (11) have a record of what?
|
SELECT high_assists FROM table_17355628_10 WHERE date = "April 8"
|
CREATE TABLE table_17355628_10 (high_assists VARCHAR, date VARCHAR)
|
Name the high assists for april 8
|
SELECT score FROM table_17355628_10 WHERE team = "Charlotte"
|
CREATE TABLE table_17355628_10 (score VARCHAR, team VARCHAR)
|
Name the score for charlotte
|
SELECT location_attendance FROM table_17355628_10 WHERE high_assists = "Chucky Atkins , Russell Westbrook (4)"
|
CREATE TABLE table_17355628_10 (location_attendance VARCHAR, high_assists VARCHAR)
|
Name the location attendance for chucky atkins , russell westbrook (4)
|
SELECT MAX(series__number) FROM table_17355579_1 WHERE directed_by = "Richard Thorpe" AND written_by = "Dee Johnson"
|
CREATE TABLE table_17355579_1 (series__number INTEGER, directed_by VARCHAR, written_by VARCHAR)
|
Name the series number directed by richard thorpe written by dee johnson
|
SELECT team FROM table_17355716_5 WHERE date = "November 17"
|
CREATE TABLE table_17355716_5 (team VARCHAR, date VARCHAR)
|
Name the team where the date is november 17
|
SELECT team FROM table_17355716_5 WHERE date = "November 5"
|
CREATE TABLE table_17355716_5 (team VARCHAR, date VARCHAR)
|
Name the team for november 5
|
SELECT MAX(series__number) FROM table_17356106_1 WHERE directed_by = "Laura Innes" AND season__number < 7.0
|
CREATE TABLE table_17356106_1 (series__number INTEGER, directed_by VARCHAR, season__number VARCHAR)
|
What is the maximum series number what is smaller than season 7.0 and directed by Laura Innes?
|
SELECT MAX(series__number) FROM table_17356106_1 WHERE directed_by = "Arthur Albert"
|
CREATE TABLE table_17356106_1 (series__number INTEGER, directed_by VARCHAR)
|
If Arthur Albert is the director, what is the maximum series number?
|
Subsets and Splits
SQL Console for knowrohit07/know_sql
Finds questions in the dataset that contain the word 'god', providing a basic filtered view without much analytical insight.