answer
stringlengths
32
484
context
stringlengths
27
489
question
stringlengths
12
244
SELECT date FROM table_27700375_7 WHERE game = 23
CREATE TABLE table_27700375_7 (date VARCHAR, game VARCHAR)
what is the date of the game 23?
SELECT team FROM table_27700375_6 WHERE high_points = "Anthony Morrow (24)"
CREATE TABLE table_27700375_6 (team VARCHAR, high_points VARCHAR)
If the high points were by Anthony Morrow (24), what was the team?
SELECT COUNT(game) FROM table_27700375_6 WHERE high_rebounds = "Derrick Favors (8)"
CREATE TABLE table_27700375_6 (game VARCHAR, high_rebounds VARCHAR)
In how many games were the high rebounds made by Derrick Favors (8)?
SELECT high_assists FROM table_27700375_6 WHERE location_attendance = "Quicken Loans Arena 20,562"
CREATE TABLE table_27700375_6 (high_assists VARCHAR, location_attendance VARCHAR)
If the location attendance was Quicken Loans Arena 20,562, who had the High Assists?
SELECT MIN(game) FROM table_27700375_6 WHERE location_attendance = "Prudential Center 15,086"
CREATE TABLE table_27700375_6 (game INTEGER, location_attendance VARCHAR)
Which game number was located in Prudential Center 15,086?
SELECT COUNT(score) FROM table_27700375_6 WHERE high_assists = "Terrence Williams (9)"
CREATE TABLE table_27700375_6 (score VARCHAR, high_assists VARCHAR)
In how many games did Terrence Williams (9) have High assists?
SELECT location_attendance FROM table_27700530_10 WHERE high_assists = "Gilbert Arenas (9)"
CREATE TABLE table_27700530_10 (location_attendance VARCHAR, high_assists VARCHAR)
What is the location and attendance of the game when gilbert arenas (9) had the high assists?
SELECT date FROM table_27700530_10 WHERE record = "18–12"
CREATE TABLE table_27700530_10 (date VARCHAR, record VARCHAR)
What is the date where the record was 18–12?
SELECT date FROM table_27700530_10 WHERE high_assists = "Jameer Nelson (10)"
CREATE TABLE table_27700530_10 (date VARCHAR, high_assists VARCHAR)
What is the date when jameer nelson (10) had the high assists?
SELECT record FROM table_27700530_10 WHERE high_points = "Jameer Nelson (19)"
CREATE TABLE table_27700530_10 (record VARCHAR, high_points VARCHAR)
What is the record when jameer nelson (19) had the high points?
SELECT location_attendance FROM table_27700530_13 WHERE date = "March 9"
CREATE TABLE table_27700530_13 (location_attendance VARCHAR, date VARCHAR)
What was the location and attendance on March 9?
SELECT COUNT(team) FROM table_27700530_9 WHERE game = 13
CREATE TABLE table_27700530_9 (team VARCHAR, game VARCHAR)
How many games were numbered 13?
SELECT record FROM table_27700530_9 WHERE team = "Minnesota"
CREATE TABLE table_27700530_9 (record VARCHAR, team VARCHAR)
What was the team's record when they played minnesota?
SELECT record FROM table_27700530_9 WHERE date = "November 10"
CREATE TABLE table_27700530_9 (record VARCHAR, date VARCHAR)
What was the team's record on november 10?
SELECT high_assists FROM table_27704187_10 WHERE date = "March 26"
CREATE TABLE table_27704187_10 (high_assists VARCHAR, date VARCHAR)
Who had the high assists on March 26?
SELECT record FROM table_27704187_10 WHERE team = "Milwaukee"
CREATE TABLE table_27704187_10 (record VARCHAR, team VARCHAR)
What was the season record when the team played against Milwaukee?
SELECT high_points FROM table_27703902_9 WHERE game = 81
CREATE TABLE table_27703902_9 (high_points VARCHAR, game VARCHAR)
Who had the high points in game is 81?
SELECT MIN(game) FROM table_27704187_11 WHERE date = "April 8"
CREATE TABLE table_27704187_11 (game INTEGER, date VARCHAR)
What game number was played on april 8?
SELECT high_rebounds FROM table_27704187_11 WHERE date = "April 8"
CREATE TABLE table_27704187_11 (high_rebounds VARCHAR, date VARCHAR)
Who had the high rebounds on april 8?
SELECT location_attendance FROM table_27704187_11 WHERE game = 75
CREATE TABLE table_27704187_11 (location_attendance VARCHAR, game VARCHAR)
Where did they play and how many attended game number 75?
SELECT high_rebounds FROM table_27704187_7 WHERE team = "Boston"
CREATE TABLE table_27704187_7 (high_rebounds VARCHAR, team VARCHAR)
Who did the high rebounds in the game against Boston?
SELECT location_attendance FROM table_27704187_7 WHERE team = "Detroit"
CREATE TABLE table_27704187_7 (location_attendance VARCHAR, team VARCHAR)
Where was the game against Detroit played?
SELECT date FROM table_27712180_13 WHERE game = 3
CREATE TABLE table_27712180_13 (date VARCHAR, game VARCHAR)
What was the date of game #3?
SELECT team FROM table_27712180_13 WHERE date = "May 6"
CREATE TABLE table_27712180_13 (team VARCHAR, date VARCHAR)
What was the name of the opposing team on the May 6 game?
SELECT COUNT(2010 AS _11) FROM table_27712_2 WHERE country = "Brazil"
CREATE TABLE table_27712_2 (country VARCHAR)
How many data were given on 2010/2011 in Brazil?
SELECT MAX(overall_goals_scored) FROM table_27708484_3 WHERE stadium = "Moses Mabhida stadium"
CREATE TABLE table_27708484_3 (overall_goals_scored INTEGER, stadium VARCHAR)
how many overall goals were scored at moses mabhida stadium?
SELECT COUNT(matches_played) FROM table_27708484_3 WHERE average_goals_scored_per_match = "1.25"
CREATE TABLE table_27708484_3 (matches_played VARCHAR, average_goals_scored_per_match VARCHAR)
how many matches were played that average goals scored 1.25?
SELECT MIN(overall_attendance) FROM table_27708484_3 WHERE overall_goals_scored = 19
CREATE TABLE table_27708484_3 (overall_attendance INTEGER, overall_goals_scored VARCHAR)
what is the minimum overall attendance where the goals scored were 19?
SELECT elevation FROM table_27708484_3 WHERE city = "Port Elizabeth"
CREATE TABLE table_27708484_3 (elevation VARCHAR, city VARCHAR)
what is the elevation for port elizabeth?
SELECT average_attendance_per_match FROM table_27708484_3 WHERE elevation = "1500 m"
CREATE TABLE table_27708484_3 (average_attendance_per_match VARCHAR, elevation VARCHAR)
what is the average attendance per match wheree the elevation is 1500 m?
SELECT record FROM table_27712180_6 WHERE date = "November 19"
CREATE TABLE table_27712180_6 (record VARCHAR, date VARCHAR)
What is the record for the date november 19?
SELECT high_points FROM table_27712180_7 WHERE score = "W 90–77 (OT)"
CREATE TABLE table_27712180_7 (high_points VARCHAR, score VARCHAR)
Name the high points for w 90–77 (ot)
SELECT team FROM table_27712180_7 WHERE date = "December 18"
CREATE TABLE table_27712180_7 (team VARCHAR, date VARCHAR)
Name the team for december 18
SELECT high_assists FROM table_27712702_11 WHERE team = "Detroit"
CREATE TABLE table_27712702_11 (high_assists VARCHAR, team VARCHAR)
Who had the high assists against detroit?
SELECT team FROM table_27712702_11 WHERE date = "March 27"
CREATE TABLE table_27712702_11 (team VARCHAR, date VARCHAR)
Who was the other team on march 27?
SELECT MIN(game) FROM table_27712702_11 WHERE record = "46–24"
CREATE TABLE table_27712702_11 (game INTEGER, record VARCHAR)
what was the game number where the record was 46–24?
SELECT MIN(game) FROM table_27712702_11 WHERE date = "March 27"
CREATE TABLE table_27712702_11 (game INTEGER, date VARCHAR)
What was the game number on march 27?
SELECT MAX(game) FROM table_27712702_11
CREATE TABLE table_27712702_11 (game INTEGER)
What is the largest game number?
SELECT COUNT(high_rebounds) FROM table_27712451_6 WHERE date = "December 8"
CREATE TABLE table_27712451_6 (high_rebounds VARCHAR, date VARCHAR)
How many high rebounds took place on December 8?
SELECT high_points FROM table_27712451_6 WHERE date = "December 10"
CREATE TABLE table_27712451_6 (high_points VARCHAR, date VARCHAR)
What are December 10's high points?
SELECT COUNT(high_rebounds) FROM table_27713030_11 WHERE location_attendance = "Philips Arena 20,024"
CREATE TABLE table_27713030_11 (high_rebounds VARCHAR, location_attendance VARCHAR)
How many entries are shown for high rebounds for the philips arena 20,024 game?
SELECT team FROM table_27713030_11 WHERE score = "W 94–88 (OT)"
CREATE TABLE table_27713030_11 (team VARCHAR, score VARCHAR)
Who was the opponent for the game with a score of w 94–88 (ot)?
SELECT record FROM table_27713030_11 WHERE location_attendance = "American Airlines Arena 19,825"
CREATE TABLE table_27713030_11 (record VARCHAR, location_attendance VARCHAR)
What was the record for the location and attendance of american airlines arena 19,825?
SELECT high_points FROM table_27713030_12 WHERE date = "April 8"
CREATE TABLE table_27713030_12 (high_points VARCHAR, date VARCHAR)
What were the high points on April 8?
SELECT COUNT(high_rebounds) FROM table_27713030_12 WHERE game = 80
CREATE TABLE table_27713030_12 (high_rebounds VARCHAR, game VARCHAR)
How many different items appear in the high rebounds column in game 80?
SELECT date FROM table_27713030_12 WHERE team = "Boston"
CREATE TABLE table_27713030_12 (date VARCHAR, team VARCHAR)
What was the date when Boston was the team?
SELECT MAX(game) FROM table_27713030_3 WHERE date = "October 13"
CREATE TABLE table_27713030_3 (game INTEGER, date VARCHAR)
Which game was played on October 13?
SELECT location_attendance FROM table_27713030_3 WHERE date = "October 18"
CREATE TABLE table_27713030_3 (location_attendance VARCHAR, date VARCHAR)
What is the location and attendance on October 18?
SELECT team FROM table_27713030_3 WHERE game = 6
CREATE TABLE table_27713030_3 (team VARCHAR, game VARCHAR)
Who was the opposing team in game 6?
SELECT MIN(game) FROM table_27713030_7
CREATE TABLE table_27713030_7 (game INTEGER)
What game in the season does this list start?
SELECT score FROM table_27713030_8 WHERE team = "Detroit"
CREATE TABLE table_27713030_8 (score VARCHAR, team VARCHAR)
What was the team's score against detroit?
SELECT COUNT(game) FROM table_27715173_10 WHERE date = "March 12"
CREATE TABLE table_27715173_10 (game VARCHAR, date VARCHAR)
How many games were held on March 12?
SELECT score FROM table_27715173_10 WHERE high_rebounds = "Tim Duncan (12)"
CREATE TABLE table_27715173_10 (score VARCHAR, high_rebounds VARCHAR)
What was the team score when Tim Duncan (12) got the high rebounds?
SELECT high_rebounds FROM table_27715173_12 WHERE game = 1
CREATE TABLE table_27715173_12 (high_rebounds VARCHAR, game VARCHAR)
Who was the high rebounder on game 1?
SELECT score FROM table_27715173_12 WHERE series = "2–3"
CREATE TABLE table_27715173_12 (score VARCHAR, series VARCHAR)
What was the score for series 2–3?
SELECT directed_by FROM table_27714573_1 WHERE us_viewers__millions_ = "20.5"
CREATE TABLE table_27714573_1 (directed_by VARCHAR, us_viewers__millions_ VARCHAR)
who are the directors of the episode that had 20.5 millions of north american viewers?
SELECT us_viewers__millions_ FROM table_27714573_1 WHERE directed_by = "Michael Lembeck"
CREATE TABLE table_27714573_1 (us_viewers__millions_ VARCHAR, directed_by VARCHAR)
how many millions of north american viewers had the episode whose director was Michael Lembeck?
SELECT written_by FROM table_27714573_1 WHERE production_code_s_ = 225560
CREATE TABLE table_27714573_1 (written_by VARCHAR, production_code_s_ VARCHAR)
who are the writers of the episode whose production code(s) is 225560?
SELECT MAX(no_s__in_series) FROM table_27714985_1 WHERE written_by = "Gregory S. Malins"
CREATE TABLE table_27714985_1 (no_s__in_series INTEGER, written_by VARCHAR)
What is the last episode in the series written by Gregory S. Malins?
SELECT original_air_date FROM table_27714985_1 WHERE us_viewers__millions_ = "23.2"
CREATE TABLE table_27714985_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR)
What was the broadcast date of episodes that were watched by 23.2 million viewers?
SELECT MAX(production_code_s_) FROM table_27714985_1 WHERE written_by = "Patty Lin"
CREATE TABLE table_27714985_1 (production_code_s_ INTEGER, written_by VARCHAR)
What is the maximum production code of an episode written by Patty Lin?
SELECT MIN(no_s__in_season) FROM table_27714985_1 WHERE production_code_s_ = 226407
CREATE TABLE table_27714985_1 (no_s__in_season INTEGER, production_code_s_ VARCHAR)
What is the episode number of the episode whose production code is 226407?
SELECT MIN(no_in_series) FROM table_27713890_1 WHERE us_viewers__millions_ = "24.8"
CREATE TABLE table_27713890_1 (no_in_series INTEGER, us_viewers__millions_ VARCHAR)
Wha episode number in the series had 24.8 million u.s. viewers?
SELECT MAX(production_code) FROM table_27713890_1 WHERE us_viewers__millions_ = "24.8"
CREATE TABLE table_27713890_1 (production_code INTEGER, us_viewers__millions_ VARCHAR)
What is the production code that had 24.8 million u.s. viewers?
SELECT production_code FROM table_27713890_1 WHERE us_viewers__millions_ = "23.9"
CREATE TABLE table_27713890_1 (production_code VARCHAR, us_viewers__millions_ VARCHAR)
What is the production code for the episode that had 23.9 million u.s. viewers?
SELECT location_attendance FROM table_27715173_6 WHERE record = "10-1"
CREATE TABLE table_27715173_6 (location_attendance VARCHAR, record VARCHAR)
Where was the game played where the record was 10-1?
SELECT score FROM table_27715173_6 WHERE game = 3
CREATE TABLE table_27715173_6 (score VARCHAR, game VARCHAR)
What was the score for game 3?
SELECT COUNT(record) FROM table_27715173_6 WHERE date = "November 24"
CREATE TABLE table_27715173_6 (record VARCHAR, date VARCHAR)
How many records are there for the game on november 24?
SELECT date FROM table_27715173_6 WHERE score = "W 116–93 (OT)"
CREATE TABLE table_27715173_6 (date VARCHAR, score VARCHAR)
What date was the game with a score of w 116–93 (ot)?
SELECT high_assists FROM table_27715173_6 WHERE score = "W 107–95 (OT)"
CREATE TABLE table_27715173_6 (high_assists VARCHAR, score VARCHAR)
Who had the high assists when the score was w 107–95 (ot)?
SELECT directed_by FROM table_27716091_1 WHERE production_code = 227412
CREATE TABLE table_27716091_1 (directed_by VARCHAR, production_code VARCHAR)
who put on the show where the numbers were 227412
SELECT directed_by FROM table_27716091_1 WHERE production_code = 227424
CREATE TABLE table_27716091_1 (directed_by VARCHAR, production_code VARCHAR)
who put on the show where the numbers were 227424
SELECT high_rebounds FROM table_27721131_10 WHERE team = "@ Detroit"
CREATE TABLE table_27721131_10 (high_rebounds VARCHAR, team VARCHAR)
Who was the high rebounds of team @ Detroit?
SELECT location_attendance FROM table_27721131_10 WHERE high_rebounds = "Andray Blatche (9)"
CREATE TABLE table_27721131_10 (location_attendance VARCHAR, high_rebounds VARCHAR)
What was the location attendance when Andray Blatche (9) got high rebounds?
SELECT record FROM table_27721131_10 WHERE date = "March 6"
CREATE TABLE table_27721131_10 (record VARCHAR, date VARCHAR)
What was the game record on March 6?
SELECT high_rebounds FROM table_27721131_10 WHERE high_points = "Jordan Crawford (27)"
CREATE TABLE table_27721131_10 (high_rebounds VARCHAR, high_points VARCHAR)
Who got high rebounds when Jordan Crawford (27) got high points?
SELECT high_assists FROM table_27721131_2 WHERE score = "W 97–94 (OT)"
CREATE TABLE table_27721131_2 (high_assists VARCHAR, score VARCHAR)
Who's in the high assists with a w 97–94 (ot) score?
SELECT MAX(game) FROM table_27721131_2 WHERE high_rebounds = "JaVale McGee (5)"
CREATE TABLE table_27721131_2 (game INTEGER, high_rebounds VARCHAR)
What's the maximum game in the javale mcgee (5) high rebounds?
SELECT COUNT(score) FROM table_27721131_2 WHERE high_points = "Andray Blatche (17)"
CREATE TABLE table_27721131_2 (score VARCHAR, high_points VARCHAR)
What's the score in andray blatche (17) high points?
SELECT high_rebounds FROM table_27721131_2 WHERE location_attendance = "Verizon Center 9,263"
CREATE TABLE table_27721131_2 (high_rebounds VARCHAR, location_attendance VARCHAR)
Who's in the high rebounds in the verizon center 9,263 location attendance?
SELECT location_attendance FROM table_27721131_2 WHERE team = "Milwaukee"
CREATE TABLE table_27721131_2 (location_attendance VARCHAR, team VARCHAR)
What's the location attendance of the milwaukee team?
SELECT COUNT(team) FROM table_27721131_2 WHERE high_assists = "John Wall (9)" AND score = "W 97–83 (OT)"
CREATE TABLE table_27721131_2 (team VARCHAR, high_assists VARCHAR, score VARCHAR)
What's the team number with John Wall (9) in high assists and a w 97–83 (ot) score?
SELECT high_assists FROM table_27721131_11 WHERE game = 78
CREATE TABLE table_27721131_11 (high_assists VARCHAR, game VARCHAR)
Who had the highest assists during game 78?
SELECT date FROM table_27721131_6 WHERE high_assists = "John Wall (11)"
CREATE TABLE table_27721131_6 (date VARCHAR, high_assists VARCHAR)
What is the date where john wall (11) had the high assists?
SELECT team FROM table_27721131_6 WHERE date = "November 25"
CREATE TABLE table_27721131_6 (team VARCHAR, date VARCHAR)
What is the team they played on november 25?
SELECT record FROM table_27721131_6 WHERE date = "November 25"
CREATE TABLE table_27721131_6 (record VARCHAR, date VARCHAR)
What is the record for the game on november 25?
SELECT team FROM table_27721131_6 WHERE high_points = "Andray Blatche , JaVale McGee (20)"
CREATE TABLE table_27721131_6 (team VARCHAR, high_points VARCHAR)
Which team played them when andray blatche , javale mcgee (20) had the high points?
SELECT score FROM table_27721131_6 WHERE high_points = "Andray Blatche , Al Thornton (20)"
CREATE TABLE table_27721131_6 (score VARCHAR, high_points VARCHAR)
What was the score when andray blatche , al thornton (20) had the high points?
SELECT COUNT(game) FROM table_27721131_6 WHERE team = "Houston"
CREATE TABLE table_27721131_6 (game VARCHAR, team VARCHAR)
How many games are shown against Houston?
SELECT COUNT(team) FROM table_27721131_8 WHERE game = 45
CREATE TABLE table_27721131_8 (team VARCHAR, game VARCHAR)
How many teams listed for game 45?
SELECT score FROM table_27722408_11 WHERE team = "Washington"
CREATE TABLE table_27722408_11 (score VARCHAR, team VARCHAR)
What was the score when the Celtics played Washington at home?
SELECT high_assists FROM table_27722408_11 WHERE date = "April 8"
CREATE TABLE table_27722408_11 (high_assists VARCHAR, date VARCHAR)
Who had the most assists and how many did they have on April 8?
SELECT COUNT(record) FROM table_27722408_10 WHERE game = 61
CREATE TABLE table_27722408_10 (record VARCHAR, game VARCHAR)
Name the total number of record for 61
SELECT location_attendance FROM table_27722408_8 WHERE team = "San Antonio"
CREATE TABLE table_27722408_8 (location_attendance VARCHAR, team VARCHAR)
What was location and attendance for the game where the Celtics played San Antonio?
SELECT score FROM table_27722734_11 WHERE team = "Denver"
CREATE TABLE table_27722734_11 (score VARCHAR, team VARCHAR)
Name the score for denver
SELECT high_points FROM table_27722734_11 WHERE date = "April 8"
CREATE TABLE table_27722734_11 (high_points VARCHAR, date VARCHAR)
Name the high points for april 8
SELECT location_attendance FROM table_27722734_10 WHERE team = "Charlotte"
CREATE TABLE table_27722734_10 (location_attendance VARCHAR, team VARCHAR)
what was the location for charlotte?
SELECT high_points FROM table_27722734_10 WHERE date = "March 27"
CREATE TABLE table_27722734_10 (high_points VARCHAR, date VARCHAR)
who had high points on march 27?
SELECT MIN(game) FROM table_27722734_12
CREATE TABLE table_27722734_12 (game INTEGER)
What number was the first game?
SELECT record FROM table_27723228_12 WHERE score = "W 101–93 (OT)"
CREATE TABLE table_27723228_12 (record VARCHAR, score VARCHAR)
Name the record for w 101–93 (ot)