question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
text
stringlengths
114
1.06k
What is the manner of departure when the date of vacancy is 28 september 2010?
CREATE TABLE table_27683516_3 (manner_of_departure VARCHAR, date_of_vacancy VARCHAR)
SELECT manner_of_departure FROM table_27683516_3 WHERE date_of_vacancy = "28 September 2010"
### Context: CREATE TABLE table_27683516_3 (manner_of_departure VARCHAR, date_of_vacancy VARCHAR) ### Question: What is the manner of departure when the date of vacancy is 28 september 2010? ### Answer: SELECT manner_of_departure FROM table_27683516_3 WHERE date_of_vacancy = "28 September 2010"
What is the date of appointment when the date of vacancy is 24 november 2010?
CREATE TABLE table_27683516_3 (date_of_appointment VARCHAR, date_of_vacancy VARCHAR)
SELECT date_of_appointment FROM table_27683516_3 WHERE date_of_vacancy = "24 November 2010"
### Context: CREATE TABLE table_27683516_3 (date_of_appointment VARCHAR, date_of_vacancy VARCHAR) ### Question: What is the date of appointment when the date of vacancy is 24 november 2010? ### Answer: SELECT date_of_appointment FROM table_27683516_3 WHERE date_of_vacancy = "24 November 2010"
What is the outgoing manager when the date of vacancy is 10 october 2010?
CREATE TABLE table_27683516_3 (outgoing_manager VARCHAR, date_of_vacancy VARCHAR)
SELECT outgoing_manager FROM table_27683516_3 WHERE date_of_vacancy = "10 October 2010"
### Context: CREATE TABLE table_27683516_3 (outgoing_manager VARCHAR, date_of_vacancy VARCHAR) ### Question: What is the outgoing manager when the date of vacancy is 10 october 2010? ### Answer: SELECT outgoing_manager FROM table_27683516_3 WHERE date_of_vacancy = "10 October 2010"
What is the table when the team is slovan bratislava?
CREATE TABLE table_27683516_3 (table VARCHAR, team VARCHAR)
SELECT table FROM table_27683516_3 WHERE team = "Slovan Bratislava"
### Context: CREATE TABLE table_27683516_3 (table VARCHAR, team VARCHAR) ### Question: What is the table when the team is slovan bratislava? ### Answer: SELECT table FROM table_27683516_3 WHERE team = "Slovan Bratislava"
how many people come to visit when the 1654 exhibitions
CREATE TABLE table_27685921_1 (visitors__total_ VARCHAR, exhibitors__total_ VARCHAR)
SELECT COUNT(visitors__total_) FROM table_27685921_1 WHERE exhibitors__total_ = 1654
### Context: CREATE TABLE table_27685921_1 (visitors__total_ VARCHAR, exhibitors__total_ VARCHAR) ### Question: how many people come to visit when the 1654 exhibitions ### Answer: SELECT COUNT(visitors__total_) FROM table_27685921_1 WHERE exhibitors__total_ = 1654
what is the most time where exhibitions is 1701
CREATE TABLE table_27685921_1 (year INTEGER, exhibitors__total_ VARCHAR)
SELECT MAX(year) FROM table_27685921_1 WHERE exhibitors__total_ = 1701
### Context: CREATE TABLE table_27685921_1 (year INTEGER, exhibitors__total_ VARCHAR) ### Question: what is the most time where exhibitions is 1701 ### Answer: SELECT MAX(year) FROM table_27685921_1 WHERE exhibitors__total_ = 1701
who had high points on march 14?
CREATE TABLE table_27700375_10 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_27700375_10 WHERE date = "March 14"
### Context: CREATE TABLE table_27700375_10 (high_points VARCHAR, date VARCHAR) ### Question: who had high points on march 14? ### Answer: SELECT high_points FROM table_27700375_10 WHERE date = "March 14"
who had high rebounds at game 69?
CREATE TABLE table_27700375_10 (high_rebounds VARCHAR, game VARCHAR)
SELECT high_rebounds FROM table_27700375_10 WHERE game = 69
### Context: CREATE TABLE table_27700375_10 (high_rebounds VARCHAR, game VARCHAR) ### Question: who had high rebounds at game 69? ### Answer: SELECT high_rebounds FROM table_27700375_10 WHERE game = 69
Who were the 76ers opponents on January 17?
CREATE TABLE table_27698941_8 (team VARCHAR, date VARCHAR)
SELECT team FROM table_27698941_8 WHERE date = "January 17"
### Context: CREATE TABLE table_27698941_8 (team VARCHAR, date VARCHAR) ### Question: Who were the 76ers opponents on January 17? ### Answer: SELECT team FROM table_27698941_8 WHERE date = "January 17"
How many players held the high point records for game 34?
CREATE TABLE table_27698941_8 (high_points VARCHAR, game VARCHAR)
SELECT COUNT(high_points) FROM table_27698941_8 WHERE game = 34
### Context: CREATE TABLE table_27698941_8 (high_points VARCHAR, game VARCHAR) ### Question: How many players held the high point records for game 34? ### Answer: SELECT COUNT(high_points) FROM table_27698941_8 WHERE game = 34
What the win - loss recored for January 7?
CREATE TABLE table_27698941_8 (record VARCHAR, date VARCHAR)
SELECT record FROM table_27698941_8 WHERE date = "January 7"
### Context: CREATE TABLE table_27698941_8 (record VARCHAR, date VARCHAR) ### Question: What the win - loss recored for January 7? ### Answer: SELECT record FROM table_27698941_8 WHERE date = "January 7"
How many people led in points during the game on October 5?
CREATE TABLE table_27698941_2 (high_points VARCHAR, date VARCHAR)
SELECT COUNT(high_points) FROM table_27698941_2 WHERE date = "October 5"
### Context: CREATE TABLE table_27698941_2 (high_points VARCHAR, date VARCHAR) ### Question: How many people led in points during the game on October 5? ### Answer: SELECT COUNT(high_points) FROM table_27698941_2 WHERE date = "October 5"
Name the date for the palace of auburn hills 14,554
CREATE TABLE table_27700375_11 (date VARCHAR, location_attendance VARCHAR)
SELECT date FROM table_27700375_11 WHERE location_attendance = "The Palace of Auburn Hills 14,554"
### Context: CREATE TABLE table_27700375_11 (date VARCHAR, location_attendance VARCHAR) ### Question: Name the date for the palace of auburn hills 14,554 ### Answer: SELECT date FROM table_27700375_11 WHERE location_attendance = "The Palace of Auburn Hills 14,554"
Name the least game for l 109–116 (ot)
CREATE TABLE table_27700375_11 (game INTEGER, score VARCHAR)
SELECT MIN(game) FROM table_27700375_11 WHERE score = "L 109–116 (OT)"
### Context: CREATE TABLE table_27700375_11 (game INTEGER, score VARCHAR) ### Question: Name the least game for l 109–116 (ot) ### Answer: SELECT MIN(game) FROM table_27700375_11 WHERE score = "L 109–116 (OT)"
Name the high rebounds for charlotte
CREATE TABLE table_27700375_11 (high_rebounds VARCHAR, team VARCHAR)
SELECT high_rebounds FROM table_27700375_11 WHERE team = "Charlotte"
### Context: CREATE TABLE table_27700375_11 (high_rebounds VARCHAR, team VARCHAR) ### Question: Name the high rebounds for charlotte ### Answer: SELECT high_rebounds FROM table_27700375_11 WHERE team = "Charlotte"
Name the high rebounds for wells fargo center 16,695
CREATE TABLE table_27700375_11 (high_rebounds VARCHAR, location_attendance VARCHAR)
SELECT high_rebounds FROM table_27700375_11 WHERE location_attendance = "Wells Fargo Center 16,695"
### Context: CREATE TABLE table_27700375_11 (high_rebounds VARCHAR, location_attendance VARCHAR) ### Question: Name the high rebounds for wells fargo center 16,695 ### Answer: SELECT high_rebounds FROM table_27700375_11 WHERE location_attendance = "Wells Fargo Center 16,695"
Who got the high rebounds if Brook Lopez (15) earned the high points?
CREATE TABLE table_27700375_8 (high_rebounds VARCHAR, high_points VARCHAR)
SELECT high_rebounds FROM table_27700375_8 WHERE high_points = "Brook Lopez (15)"
### Context: CREATE TABLE table_27700375_8 (high_rebounds VARCHAR, high_points VARCHAR) ### Question: Who got the high rebounds if Brook Lopez (15) earned the high points? ### Answer: SELECT high_rebounds FROM table_27700375_8 WHERE high_points = "Brook Lopez (15)"
Who got high assists for team @ Indiana?
CREATE TABLE table_27700375_8 (high_assists VARCHAR, team VARCHAR)
SELECT high_assists FROM table_27700375_8 WHERE team = "@ Indiana"
### Context: CREATE TABLE table_27700375_8 (high_assists VARCHAR, team VARCHAR) ### Question: Who got high assists for team @ Indiana? ### Answer: SELECT high_assists FROM table_27700375_8 WHERE team = "@ Indiana"
How many record data were written when Devin Harris (6) was High Assists?
CREATE TABLE table_27700375_8 (record VARCHAR, high_assists VARCHAR)
SELECT COUNT(record) FROM table_27700375_8 WHERE high_assists = "Devin Harris (6)"
### Context: CREATE TABLE table_27700375_8 (record VARCHAR, high_assists VARCHAR) ### Question: How many record data were written when Devin Harris (6) was High Assists? ### Answer: SELECT COUNT(record) FROM table_27700375_8 WHERE high_assists = "Devin Harris (6)"
How many games were held on January 5?
CREATE TABLE table_27700375_8 (game VARCHAR, date VARCHAR)
SELECT COUNT(game) FROM table_27700375_8 WHERE date = "January 5"
### Context: CREATE TABLE table_27700375_8 (game VARCHAR, date VARCHAR) ### Question: How many games were held on January 5? ### Answer: SELECT COUNT(game) FROM table_27700375_8 WHERE date = "January 5"
Who had highest assists at the game against Houston?
CREATE TABLE table_27700530_11 (high_assists VARCHAR, team VARCHAR)
SELECT high_assists FROM table_27700530_11 WHERE team = "Houston"
### Context: CREATE TABLE table_27700530_11 (high_assists VARCHAR, team VARCHAR) ### Question: Who had highest assists at the game against Houston? ### Answer: SELECT high_assists FROM table_27700530_11 WHERE team = "Houston"
what is the date of the game 23?
CREATE TABLE table_27700375_7 (date VARCHAR, game VARCHAR)
SELECT date FROM table_27700375_7 WHERE game = 23
### Context: CREATE TABLE table_27700375_7 (date VARCHAR, game VARCHAR) ### Question: what is the date of the game 23? ### Answer: SELECT date FROM table_27700375_7 WHERE game = 23
If the high points were by Anthony Morrow (24), what was the team?
CREATE TABLE table_27700375_6 (team VARCHAR, high_points VARCHAR)
SELECT team FROM table_27700375_6 WHERE high_points = "Anthony Morrow (24)"
### Context: CREATE TABLE table_27700375_6 (team VARCHAR, high_points VARCHAR) ### Question: If the high points were by Anthony Morrow (24), what was the team? ### Answer: SELECT team FROM table_27700375_6 WHERE high_points = "Anthony Morrow (24)"
In how many games were the high rebounds made by Derrick Favors (8)?
CREATE TABLE table_27700375_6 (game VARCHAR, high_rebounds VARCHAR)
SELECT COUNT(game) FROM table_27700375_6 WHERE high_rebounds = "Derrick Favors (8)"
### Context: CREATE TABLE table_27700375_6 (game VARCHAR, high_rebounds VARCHAR) ### Question: In how many games were the high rebounds made by Derrick Favors (8)? ### Answer: SELECT COUNT(game) FROM table_27700375_6 WHERE high_rebounds = "Derrick Favors (8)"
If the location attendance was Quicken Loans Arena 20,562, who had the High Assists?
CREATE TABLE table_27700375_6 (high_assists VARCHAR, location_attendance VARCHAR)
SELECT high_assists FROM table_27700375_6 WHERE location_attendance = "Quicken Loans Arena 20,562"
### Context: CREATE TABLE table_27700375_6 (high_assists VARCHAR, location_attendance VARCHAR) ### Question: If the location attendance was Quicken Loans Arena 20,562, who had the High Assists? ### Answer: SELECT high_assists FROM table_27700375_6 WHERE location_attendance = "Quicken Loans Arena 20,562"
Which game number was located in Prudential Center 15,086?
CREATE TABLE table_27700375_6 (game INTEGER, location_attendance VARCHAR)
SELECT MIN(game) FROM table_27700375_6 WHERE location_attendance = "Prudential Center 15,086"
### Context: CREATE TABLE table_27700375_6 (game INTEGER, location_attendance VARCHAR) ### Question: Which game number was located in Prudential Center 15,086? ### Answer: SELECT MIN(game) FROM table_27700375_6 WHERE location_attendance = "Prudential Center 15,086"
In how many games did Terrence Williams (9) have High assists?
CREATE TABLE table_27700375_6 (score VARCHAR, high_assists VARCHAR)
SELECT COUNT(score) FROM table_27700375_6 WHERE high_assists = "Terrence Williams (9)"
### Context: CREATE TABLE table_27700375_6 (score VARCHAR, high_assists VARCHAR) ### Question: In how many games did Terrence Williams (9) have High assists? ### Answer: SELECT COUNT(score) FROM table_27700375_6 WHERE high_assists = "Terrence Williams (9)"
What is the location and attendance of the game when gilbert arenas (9) had the high assists?
CREATE TABLE table_27700530_10 (location_attendance VARCHAR, high_assists VARCHAR)
SELECT location_attendance FROM table_27700530_10 WHERE high_assists = "Gilbert Arenas (9)"
### Context: CREATE TABLE table_27700530_10 (location_attendance VARCHAR, high_assists VARCHAR) ### Question: What is the location and attendance of the game when gilbert arenas (9) had the high assists? ### Answer: SELECT location_attendance FROM table_27700530_10 WHERE high_assists = "Gilbert Arenas (9)"
What is the date where the record was 18–12?
CREATE TABLE table_27700530_10 (date VARCHAR, record VARCHAR)
SELECT date FROM table_27700530_10 WHERE record = "18–12"
### Context: CREATE TABLE table_27700530_10 (date VARCHAR, record VARCHAR) ### Question: What is the date where the record was 18–12? ### Answer: SELECT date FROM table_27700530_10 WHERE record = "18–12"
What is the date when jameer nelson (10) had the high assists?
CREATE TABLE table_27700530_10 (date VARCHAR, high_assists VARCHAR)
SELECT date FROM table_27700530_10 WHERE high_assists = "Jameer Nelson (10)"
### Context: CREATE TABLE table_27700530_10 (date VARCHAR, high_assists VARCHAR) ### Question: What is the date when jameer nelson (10) had the high assists? ### Answer: SELECT date FROM table_27700530_10 WHERE high_assists = "Jameer Nelson (10)"
What is the record when jameer nelson (19) had the high points?
CREATE TABLE table_27700530_10 (record VARCHAR, high_points VARCHAR)
SELECT record FROM table_27700530_10 WHERE high_points = "Jameer Nelson (19)"
### Context: CREATE TABLE table_27700530_10 (record VARCHAR, high_points VARCHAR) ### Question: What is the record when jameer nelson (19) had the high points? ### Answer: SELECT record FROM table_27700530_10 WHERE high_points = "Jameer Nelson (19)"
What was the location and attendance on March 9?
CREATE TABLE table_27700530_13 (location_attendance VARCHAR, date VARCHAR)
SELECT location_attendance FROM table_27700530_13 WHERE date = "March 9"
### Context: CREATE TABLE table_27700530_13 (location_attendance VARCHAR, date VARCHAR) ### Question: What was the location and attendance on March 9? ### Answer: SELECT location_attendance FROM table_27700530_13 WHERE date = "March 9"
How many games were numbered 13?
CREATE TABLE table_27700530_9 (team VARCHAR, game VARCHAR)
SELECT COUNT(team) FROM table_27700530_9 WHERE game = 13
### Context: CREATE TABLE table_27700530_9 (team VARCHAR, game VARCHAR) ### Question: How many games were numbered 13? ### Answer: SELECT COUNT(team) FROM table_27700530_9 WHERE game = 13
What was the team's record when they played minnesota?
CREATE TABLE table_27700530_9 (record VARCHAR, team VARCHAR)
SELECT record FROM table_27700530_9 WHERE team = "Minnesota"
### Context: CREATE TABLE table_27700530_9 (record VARCHAR, team VARCHAR) ### Question: What was the team's record when they played minnesota? ### Answer: SELECT record FROM table_27700530_9 WHERE team = "Minnesota"
What was the team's record on november 10?
CREATE TABLE table_27700530_9 (record VARCHAR, date VARCHAR)
SELECT record FROM table_27700530_9 WHERE date = "November 10"
### Context: CREATE TABLE table_27700530_9 (record VARCHAR, date VARCHAR) ### Question: What was the team's record on november 10? ### Answer: SELECT record FROM table_27700530_9 WHERE date = "November 10"
Who had the high assists on March 26?
CREATE TABLE table_27704187_10 (high_assists VARCHAR, date VARCHAR)
SELECT high_assists FROM table_27704187_10 WHERE date = "March 26"
### Context: CREATE TABLE table_27704187_10 (high_assists VARCHAR, date VARCHAR) ### Question: Who had the high assists on March 26? ### Answer: SELECT high_assists FROM table_27704187_10 WHERE date = "March 26"
What was the season record when the team played against Milwaukee?
CREATE TABLE table_27704187_10 (record VARCHAR, team VARCHAR)
SELECT record FROM table_27704187_10 WHERE team = "Milwaukee"
### Context: CREATE TABLE table_27704187_10 (record VARCHAR, team VARCHAR) ### Question: What was the season record when the team played against Milwaukee? ### Answer: SELECT record FROM table_27704187_10 WHERE team = "Milwaukee"
Who had the high points in game is 81?
CREATE TABLE table_27703902_9 (high_points VARCHAR, game VARCHAR)
SELECT high_points FROM table_27703902_9 WHERE game = 81
### Context: CREATE TABLE table_27703902_9 (high_points VARCHAR, game VARCHAR) ### Question: Who had the high points in game is 81? ### Answer: SELECT high_points FROM table_27703902_9 WHERE game = 81
What game number was played on april 8?
CREATE TABLE table_27704187_11 (game INTEGER, date VARCHAR)
SELECT MIN(game) FROM table_27704187_11 WHERE date = "April 8"
### Context: CREATE TABLE table_27704187_11 (game INTEGER, date VARCHAR) ### Question: What game number was played on april 8? ### Answer: SELECT MIN(game) FROM table_27704187_11 WHERE date = "April 8"
Who had the high rebounds on april 8?
CREATE TABLE table_27704187_11 (high_rebounds VARCHAR, date VARCHAR)
SELECT high_rebounds FROM table_27704187_11 WHERE date = "April 8"
### Context: CREATE TABLE table_27704187_11 (high_rebounds VARCHAR, date VARCHAR) ### Question: Who had the high rebounds on april 8? ### Answer: SELECT high_rebounds FROM table_27704187_11 WHERE date = "April 8"
Where did they play and how many attended game number 75?
CREATE TABLE table_27704187_11 (location_attendance VARCHAR, game VARCHAR)
SELECT location_attendance FROM table_27704187_11 WHERE game = 75
### Context: CREATE TABLE table_27704187_11 (location_attendance VARCHAR, game VARCHAR) ### Question: Where did they play and how many attended game number 75? ### Answer: SELECT location_attendance FROM table_27704187_11 WHERE game = 75
Who did the high rebounds in the game against Boston?
CREATE TABLE table_27704187_7 (high_rebounds VARCHAR, team VARCHAR)
SELECT high_rebounds FROM table_27704187_7 WHERE team = "Boston"
### Context: CREATE TABLE table_27704187_7 (high_rebounds VARCHAR, team VARCHAR) ### Question: Who did the high rebounds in the game against Boston? ### Answer: SELECT high_rebounds FROM table_27704187_7 WHERE team = "Boston"
Where was the game against Detroit played?
CREATE TABLE table_27704187_7 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_27704187_7 WHERE team = "Detroit"
### Context: CREATE TABLE table_27704187_7 (location_attendance VARCHAR, team VARCHAR) ### Question: Where was the game against Detroit played? ### Answer: SELECT location_attendance FROM table_27704187_7 WHERE team = "Detroit"
What was the date of game #3?
CREATE TABLE table_27712180_13 (date VARCHAR, game VARCHAR)
SELECT date FROM table_27712180_13 WHERE game = 3
### Context: CREATE TABLE table_27712180_13 (date VARCHAR, game VARCHAR) ### Question: What was the date of game #3? ### Answer: SELECT date FROM table_27712180_13 WHERE game = 3
What was the name of the opposing team on the May 6 game?
CREATE TABLE table_27712180_13 (team VARCHAR, date VARCHAR)
SELECT team FROM table_27712180_13 WHERE date = "May 6"
### Context: CREATE TABLE table_27712180_13 (team VARCHAR, date VARCHAR) ### Question: What was the name of the opposing team on the May 6 game? ### Answer: SELECT team FROM table_27712180_13 WHERE date = "May 6"
How many data were given on 2010/2011 in Brazil?
CREATE TABLE table_27712_2 (country VARCHAR)
SELECT COUNT(2010 AS _11) FROM table_27712_2 WHERE country = "Brazil"
### Context: CREATE TABLE table_27712_2 (country VARCHAR) ### Question: How many data were given on 2010/2011 in Brazil? ### Answer: SELECT COUNT(2010 AS _11) FROM table_27712_2 WHERE country = "Brazil"
how many overall goals were scored at moses mabhida stadium?
CREATE TABLE table_27708484_3 (overall_goals_scored INTEGER, stadium VARCHAR)
SELECT MAX(overall_goals_scored) FROM table_27708484_3 WHERE stadium = "Moses Mabhida stadium"
### Context: CREATE TABLE table_27708484_3 (overall_goals_scored INTEGER, stadium VARCHAR) ### Question: how many overall goals were scored at moses mabhida stadium? ### Answer: SELECT MAX(overall_goals_scored) FROM table_27708484_3 WHERE stadium = "Moses Mabhida stadium"
how many matches were played that average goals scored 1.25?
CREATE TABLE table_27708484_3 (matches_played VARCHAR, average_goals_scored_per_match VARCHAR)
SELECT COUNT(matches_played) FROM table_27708484_3 WHERE average_goals_scored_per_match = "1.25"
### Context: CREATE TABLE table_27708484_3 (matches_played VARCHAR, average_goals_scored_per_match VARCHAR) ### Question: how many matches were played that average goals scored 1.25? ### Answer: SELECT COUNT(matches_played) FROM table_27708484_3 WHERE average_goals_scored_per_match = "1.25"
what is the minimum overall attendance where the goals scored were 19?
CREATE TABLE table_27708484_3 (overall_attendance INTEGER, overall_goals_scored VARCHAR)
SELECT MIN(overall_attendance) FROM table_27708484_3 WHERE overall_goals_scored = 19
### Context: CREATE TABLE table_27708484_3 (overall_attendance INTEGER, overall_goals_scored VARCHAR) ### Question: what is the minimum overall attendance where the goals scored were 19? ### Answer: SELECT MIN(overall_attendance) FROM table_27708484_3 WHERE overall_goals_scored = 19
what is the elevation for port elizabeth?
CREATE TABLE table_27708484_3 (elevation VARCHAR, city VARCHAR)
SELECT elevation FROM table_27708484_3 WHERE city = "Port Elizabeth"
### Context: CREATE TABLE table_27708484_3 (elevation VARCHAR, city VARCHAR) ### Question: what is the elevation for port elizabeth? ### Answer: SELECT elevation FROM table_27708484_3 WHERE city = "Port Elizabeth"
what is the average attendance per match wheree the elevation is 1500 m?
CREATE TABLE table_27708484_3 (average_attendance_per_match VARCHAR, elevation VARCHAR)
SELECT average_attendance_per_match FROM table_27708484_3 WHERE elevation = "1500 m"
### Context: CREATE TABLE table_27708484_3 (average_attendance_per_match VARCHAR, elevation VARCHAR) ### Question: what is the average attendance per match wheree the elevation is 1500 m? ### Answer: SELECT average_attendance_per_match FROM table_27708484_3 WHERE elevation = "1500 m"
What is the record for the date november 19?
CREATE TABLE table_27712180_6 (record VARCHAR, date VARCHAR)
SELECT record FROM table_27712180_6 WHERE date = "November 19"
### Context: CREATE TABLE table_27712180_6 (record VARCHAR, date VARCHAR) ### Question: What is the record for the date november 19? ### Answer: SELECT record FROM table_27712180_6 WHERE date = "November 19"
Name the high points for w 90–77 (ot)
CREATE TABLE table_27712180_7 (high_points VARCHAR, score VARCHAR)
SELECT high_points FROM table_27712180_7 WHERE score = "W 90–77 (OT)"
### Context: CREATE TABLE table_27712180_7 (high_points VARCHAR, score VARCHAR) ### Question: Name the high points for w 90–77 (ot) ### Answer: SELECT high_points FROM table_27712180_7 WHERE score = "W 90–77 (OT)"
Name the team for december 18
CREATE TABLE table_27712180_7 (team VARCHAR, date VARCHAR)
SELECT team FROM table_27712180_7 WHERE date = "December 18"
### Context: CREATE TABLE table_27712180_7 (team VARCHAR, date VARCHAR) ### Question: Name the team for december 18 ### Answer: SELECT team FROM table_27712180_7 WHERE date = "December 18"
Who had the high assists against detroit?
CREATE TABLE table_27712702_11 (high_assists VARCHAR, team VARCHAR)
SELECT high_assists FROM table_27712702_11 WHERE team = "Detroit"
### Context: CREATE TABLE table_27712702_11 (high_assists VARCHAR, team VARCHAR) ### Question: Who had the high assists against detroit? ### Answer: SELECT high_assists FROM table_27712702_11 WHERE team = "Detroit"
Who was the other team on march 27?
CREATE TABLE table_27712702_11 (team VARCHAR, date VARCHAR)
SELECT team FROM table_27712702_11 WHERE date = "March 27"
### Context: CREATE TABLE table_27712702_11 (team VARCHAR, date VARCHAR) ### Question: Who was the other team on march 27? ### Answer: SELECT team FROM table_27712702_11 WHERE date = "March 27"
what was the game number where the record was 46–24?
CREATE TABLE table_27712702_11 (game INTEGER, record VARCHAR)
SELECT MIN(game) FROM table_27712702_11 WHERE record = "46–24"
### Context: CREATE TABLE table_27712702_11 (game INTEGER, record VARCHAR) ### Question: what was the game number where the record was 46–24? ### Answer: SELECT MIN(game) FROM table_27712702_11 WHERE record = "46–24"
What was the game number on march 27?
CREATE TABLE table_27712702_11 (game INTEGER, date VARCHAR)
SELECT MIN(game) FROM table_27712702_11 WHERE date = "March 27"
### Context: CREATE TABLE table_27712702_11 (game INTEGER, date VARCHAR) ### Question: What was the game number on march 27? ### Answer: SELECT MIN(game) FROM table_27712702_11 WHERE date = "March 27"
What is the largest game number?
CREATE TABLE table_27712702_11 (game INTEGER)
SELECT MAX(game) FROM table_27712702_11
### Context: CREATE TABLE table_27712702_11 (game INTEGER) ### Question: What is the largest game number? ### Answer: SELECT MAX(game) FROM table_27712702_11
How many high rebounds took place on December 8?
CREATE TABLE table_27712451_6 (high_rebounds VARCHAR, date VARCHAR)
SELECT COUNT(high_rebounds) FROM table_27712451_6 WHERE date = "December 8"
### Context: CREATE TABLE table_27712451_6 (high_rebounds VARCHAR, date VARCHAR) ### Question: How many high rebounds took place on December 8? ### Answer: SELECT COUNT(high_rebounds) FROM table_27712451_6 WHERE date = "December 8"
What are December 10's high points?
CREATE TABLE table_27712451_6 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_27712451_6 WHERE date = "December 10"
### Context: CREATE TABLE table_27712451_6 (high_points VARCHAR, date VARCHAR) ### Question: What are December 10's high points? ### Answer: SELECT high_points FROM table_27712451_6 WHERE date = "December 10"
How many entries are shown for high rebounds for the philips arena 20,024 game?
CREATE TABLE table_27713030_11 (high_rebounds VARCHAR, location_attendance VARCHAR)
SELECT COUNT(high_rebounds) FROM table_27713030_11 WHERE location_attendance = "Philips Arena 20,024"
### Context: CREATE TABLE table_27713030_11 (high_rebounds VARCHAR, location_attendance VARCHAR) ### Question: How many entries are shown for high rebounds for the philips arena 20,024 game? ### Answer: SELECT COUNT(high_rebounds) FROM table_27713030_11 WHERE location_attendance = "Philips Arena 20,024"
Who was the opponent for the game with a score of w 94–88 (ot)?
CREATE TABLE table_27713030_11 (team VARCHAR, score VARCHAR)
SELECT team FROM table_27713030_11 WHERE score = "W 94–88 (OT)"
### Context: CREATE TABLE table_27713030_11 (team VARCHAR, score VARCHAR) ### Question: Who was the opponent for the game with a score of w 94–88 (ot)? ### Answer: SELECT team FROM table_27713030_11 WHERE score = "W 94–88 (OT)"
What was the record for the location and attendance of american airlines arena 19,825?
CREATE TABLE table_27713030_11 (record VARCHAR, location_attendance VARCHAR)
SELECT record FROM table_27713030_11 WHERE location_attendance = "American Airlines Arena 19,825"
### Context: CREATE TABLE table_27713030_11 (record VARCHAR, location_attendance VARCHAR) ### Question: What was the record for the location and attendance of american airlines arena 19,825? ### Answer: SELECT record FROM table_27713030_11 WHERE location_attendance = "American Airlines Arena 19,825"
What were the high points on April 8?
CREATE TABLE table_27713030_12 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_27713030_12 WHERE date = "April 8"
### Context: CREATE TABLE table_27713030_12 (high_points VARCHAR, date VARCHAR) ### Question: What were the high points on April 8? ### Answer: SELECT high_points FROM table_27713030_12 WHERE date = "April 8"
How many different items appear in the high rebounds column in game 80?
CREATE TABLE table_27713030_12 (high_rebounds VARCHAR, game VARCHAR)
SELECT COUNT(high_rebounds) FROM table_27713030_12 WHERE game = 80
### Context: CREATE TABLE table_27713030_12 (high_rebounds VARCHAR, game VARCHAR) ### Question: How many different items appear in the high rebounds column in game 80? ### Answer: SELECT COUNT(high_rebounds) FROM table_27713030_12 WHERE game = 80
What was the date when Boston was the team?
CREATE TABLE table_27713030_12 (date VARCHAR, team VARCHAR)
SELECT date FROM table_27713030_12 WHERE team = "Boston"
### Context: CREATE TABLE table_27713030_12 (date VARCHAR, team VARCHAR) ### Question: What was the date when Boston was the team? ### Answer: SELECT date FROM table_27713030_12 WHERE team = "Boston"
Which game was played on October 13?
CREATE TABLE table_27713030_3 (game INTEGER, date VARCHAR)
SELECT MAX(game) FROM table_27713030_3 WHERE date = "October 13"
### Context: CREATE TABLE table_27713030_3 (game INTEGER, date VARCHAR) ### Question: Which game was played on October 13? ### Answer: SELECT MAX(game) FROM table_27713030_3 WHERE date = "October 13"
What is the location and attendance on October 18?
CREATE TABLE table_27713030_3 (location_attendance VARCHAR, date VARCHAR)
SELECT location_attendance FROM table_27713030_3 WHERE date = "October 18"
### Context: CREATE TABLE table_27713030_3 (location_attendance VARCHAR, date VARCHAR) ### Question: What is the location and attendance on October 18? ### Answer: SELECT location_attendance FROM table_27713030_3 WHERE date = "October 18"
Who was the opposing team in game 6?
CREATE TABLE table_27713030_3 (team VARCHAR, game VARCHAR)
SELECT team FROM table_27713030_3 WHERE game = 6
### Context: CREATE TABLE table_27713030_3 (team VARCHAR, game VARCHAR) ### Question: Who was the opposing team in game 6? ### Answer: SELECT team FROM table_27713030_3 WHERE game = 6
What game in the season does this list start?
CREATE TABLE table_27713030_7 (game INTEGER)
SELECT MIN(game) FROM table_27713030_7
### Context: CREATE TABLE table_27713030_7 (game INTEGER) ### Question: What game in the season does this list start? ### Answer: SELECT MIN(game) FROM table_27713030_7
What was the team's score against detroit?
CREATE TABLE table_27713030_8 (score VARCHAR, team VARCHAR)
SELECT score FROM table_27713030_8 WHERE team = "Detroit"
### Context: CREATE TABLE table_27713030_8 (score VARCHAR, team VARCHAR) ### Question: What was the team's score against detroit? ### Answer: SELECT score FROM table_27713030_8 WHERE team = "Detroit"
How many games were held on March 12?
CREATE TABLE table_27715173_10 (game VARCHAR, date VARCHAR)
SELECT COUNT(game) FROM table_27715173_10 WHERE date = "March 12"
### Context: CREATE TABLE table_27715173_10 (game VARCHAR, date VARCHAR) ### Question: How many games were held on March 12? ### Answer: SELECT COUNT(game) FROM table_27715173_10 WHERE date = "March 12"
What was the team score when Tim Duncan (12) got the high rebounds?
CREATE TABLE table_27715173_10 (score VARCHAR, high_rebounds VARCHAR)
SELECT score FROM table_27715173_10 WHERE high_rebounds = "Tim Duncan (12)"
### Context: CREATE TABLE table_27715173_10 (score VARCHAR, high_rebounds VARCHAR) ### Question: What was the team score when Tim Duncan (12) got the high rebounds? ### Answer: SELECT score FROM table_27715173_10 WHERE high_rebounds = "Tim Duncan (12)"
Who was the high rebounder on game 1?
CREATE TABLE table_27715173_12 (high_rebounds VARCHAR, game VARCHAR)
SELECT high_rebounds FROM table_27715173_12 WHERE game = 1
### Context: CREATE TABLE table_27715173_12 (high_rebounds VARCHAR, game VARCHAR) ### Question: Who was the high rebounder on game 1? ### Answer: SELECT high_rebounds FROM table_27715173_12 WHERE game = 1
What was the score for series 2–3?
CREATE TABLE table_27715173_12 (score VARCHAR, series VARCHAR)
SELECT score FROM table_27715173_12 WHERE series = "2–3"
### Context: CREATE TABLE table_27715173_12 (score VARCHAR, series VARCHAR) ### Question: What was the score for series 2–3? ### Answer: SELECT score FROM table_27715173_12 WHERE series = "2–3"
who are the directors of the episode that had 20.5 millions of north american viewers?
CREATE TABLE table_27714573_1 (directed_by VARCHAR, us_viewers__millions_ VARCHAR)
SELECT directed_by FROM table_27714573_1 WHERE us_viewers__millions_ = "20.5"
### Context: CREATE TABLE table_27714573_1 (directed_by VARCHAR, us_viewers__millions_ VARCHAR) ### Question: who are the directors of the episode that had 20.5 millions of north american viewers? ### Answer: SELECT directed_by FROM table_27714573_1 WHERE us_viewers__millions_ = "20.5"
how many millions of north american viewers had the episode whose director was Michael Lembeck?
CREATE TABLE table_27714573_1 (us_viewers__millions_ VARCHAR, directed_by VARCHAR)
SELECT us_viewers__millions_ FROM table_27714573_1 WHERE directed_by = "Michael Lembeck"
### Context: CREATE TABLE table_27714573_1 (us_viewers__millions_ VARCHAR, directed_by VARCHAR) ### Question: how many millions of north american viewers had the episode whose director was Michael Lembeck? ### Answer: SELECT us_viewers__millions_ FROM table_27714573_1 WHERE directed_by = "Michael Lembeck"
who are the writers of the episode whose production code(s) is 225560?
CREATE TABLE table_27714573_1 (written_by VARCHAR, production_code_s_ VARCHAR)
SELECT written_by FROM table_27714573_1 WHERE production_code_s_ = 225560
### Context: CREATE TABLE table_27714573_1 (written_by VARCHAR, production_code_s_ VARCHAR) ### Question: who are the writers of the episode whose production code(s) is 225560? ### Answer: SELECT written_by FROM table_27714573_1 WHERE production_code_s_ = 225560
What is the last episode in the series written by Gregory S. Malins?
CREATE TABLE table_27714985_1 (no_s__in_series INTEGER, written_by VARCHAR)
SELECT MAX(no_s__in_series) FROM table_27714985_1 WHERE written_by = "Gregory S. Malins"
### Context: CREATE TABLE table_27714985_1 (no_s__in_series INTEGER, written_by VARCHAR) ### Question: What is the last episode in the series written by Gregory S. Malins? ### Answer: SELECT MAX(no_s__in_series) FROM table_27714985_1 WHERE written_by = "Gregory S. Malins"
What was the broadcast date of episodes that were watched by 23.2 million viewers?
CREATE TABLE table_27714985_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR)
SELECT original_air_date FROM table_27714985_1 WHERE us_viewers__millions_ = "23.2"
### Context: CREATE TABLE table_27714985_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR) ### Question: What was the broadcast date of episodes that were watched by 23.2 million viewers? ### Answer: SELECT original_air_date FROM table_27714985_1 WHERE us_viewers__millions_ = "23.2"
What is the maximum production code of an episode written by Patty Lin?
CREATE TABLE table_27714985_1 (production_code_s_ INTEGER, written_by VARCHAR)
SELECT MAX(production_code_s_) FROM table_27714985_1 WHERE written_by = "Patty Lin"
### Context: CREATE TABLE table_27714985_1 (production_code_s_ INTEGER, written_by VARCHAR) ### Question: What is the maximum production code of an episode written by Patty Lin? ### Answer: SELECT MAX(production_code_s_) FROM table_27714985_1 WHERE written_by = "Patty Lin"
What is the episode number of the episode whose production code is 226407?
CREATE TABLE table_27714985_1 (no_s__in_season INTEGER, production_code_s_ VARCHAR)
SELECT MIN(no_s__in_season) FROM table_27714985_1 WHERE production_code_s_ = 226407
### Context: CREATE TABLE table_27714985_1 (no_s__in_season INTEGER, production_code_s_ VARCHAR) ### Question: What is the episode number of the episode whose production code is 226407? ### Answer: SELECT MIN(no_s__in_season) FROM table_27714985_1 WHERE production_code_s_ = 226407
Wha episode number in the series had 24.8 million u.s. viewers?
CREATE TABLE table_27713890_1 (no_in_series INTEGER, us_viewers__millions_ VARCHAR)
SELECT MIN(no_in_series) FROM table_27713890_1 WHERE us_viewers__millions_ = "24.8"
### Context: CREATE TABLE table_27713890_1 (no_in_series INTEGER, us_viewers__millions_ VARCHAR) ### Question: Wha episode number in the series had 24.8 million u.s. viewers? ### Answer: SELECT MIN(no_in_series) FROM table_27713890_1 WHERE us_viewers__millions_ = "24.8"
What is the production code that had 24.8 million u.s. viewers?
CREATE TABLE table_27713890_1 (production_code INTEGER, us_viewers__millions_ VARCHAR)
SELECT MAX(production_code) FROM table_27713890_1 WHERE us_viewers__millions_ = "24.8"
### Context: CREATE TABLE table_27713890_1 (production_code INTEGER, us_viewers__millions_ VARCHAR) ### Question: What is the production code that had 24.8 million u.s. viewers? ### Answer: SELECT MAX(production_code) FROM table_27713890_1 WHERE us_viewers__millions_ = "24.8"
What is the production code for the episode that had 23.9 million u.s. viewers?
CREATE TABLE table_27713890_1 (production_code VARCHAR, us_viewers__millions_ VARCHAR)
SELECT production_code FROM table_27713890_1 WHERE us_viewers__millions_ = "23.9"
### Context: CREATE TABLE table_27713890_1 (production_code VARCHAR, us_viewers__millions_ VARCHAR) ### Question: What is the production code for the episode that had 23.9 million u.s. viewers? ### Answer: SELECT production_code FROM table_27713890_1 WHERE us_viewers__millions_ = "23.9"
Where was the game played where the record was 10-1?
CREATE TABLE table_27715173_6 (location_attendance VARCHAR, record VARCHAR)
SELECT location_attendance FROM table_27715173_6 WHERE record = "10-1"
### Context: CREATE TABLE table_27715173_6 (location_attendance VARCHAR, record VARCHAR) ### Question: Where was the game played where the record was 10-1? ### Answer: SELECT location_attendance FROM table_27715173_6 WHERE record = "10-1"
What was the score for game 3?
CREATE TABLE table_27715173_6 (score VARCHAR, game VARCHAR)
SELECT score FROM table_27715173_6 WHERE game = 3
### Context: CREATE TABLE table_27715173_6 (score VARCHAR, game VARCHAR) ### Question: What was the score for game 3? ### Answer: SELECT score FROM table_27715173_6 WHERE game = 3
How many records are there for the game on november 24?
CREATE TABLE table_27715173_6 (record VARCHAR, date VARCHAR)
SELECT COUNT(record) FROM table_27715173_6 WHERE date = "November 24"
### Context: CREATE TABLE table_27715173_6 (record VARCHAR, date VARCHAR) ### Question: How many records are there for the game on november 24? ### Answer: SELECT COUNT(record) FROM table_27715173_6 WHERE date = "November 24"
What date was the game with a score of w 116–93 (ot)?
CREATE TABLE table_27715173_6 (date VARCHAR, score VARCHAR)
SELECT date FROM table_27715173_6 WHERE score = "W 116–93 (OT)"
### Context: CREATE TABLE table_27715173_6 (date VARCHAR, score VARCHAR) ### Question: What date was the game with a score of w 116–93 (ot)? ### Answer: SELECT date FROM table_27715173_6 WHERE score = "W 116–93 (OT)"
Who had the high assists when the score was w 107–95 (ot)?
CREATE TABLE table_27715173_6 (high_assists VARCHAR, score VARCHAR)
SELECT high_assists FROM table_27715173_6 WHERE score = "W 107–95 (OT)"
### Context: CREATE TABLE table_27715173_6 (high_assists VARCHAR, score VARCHAR) ### Question: Who had the high assists when the score was w 107–95 (ot)? ### Answer: SELECT high_assists FROM table_27715173_6 WHERE score = "W 107–95 (OT)"
who put on the show where the numbers were 227412
CREATE TABLE table_27716091_1 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_27716091_1 WHERE production_code = 227412
### Context: CREATE TABLE table_27716091_1 (directed_by VARCHAR, production_code VARCHAR) ### Question: who put on the show where the numbers were 227412 ### Answer: SELECT directed_by FROM table_27716091_1 WHERE production_code = 227412
who put on the show where the numbers were 227424
CREATE TABLE table_27716091_1 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_27716091_1 WHERE production_code = 227424
### Context: CREATE TABLE table_27716091_1 (directed_by VARCHAR, production_code VARCHAR) ### Question: who put on the show where the numbers were 227424 ### Answer: SELECT directed_by FROM table_27716091_1 WHERE production_code = 227424
Who was the high rebounds of team @ Detroit?
CREATE TABLE table_27721131_10 (high_rebounds VARCHAR, team VARCHAR)
SELECT high_rebounds FROM table_27721131_10 WHERE team = "@ Detroit"
### Context: CREATE TABLE table_27721131_10 (high_rebounds VARCHAR, team VARCHAR) ### Question: Who was the high rebounds of team @ Detroit? ### Answer: SELECT high_rebounds FROM table_27721131_10 WHERE team = "@ Detroit"
What was the location attendance when Andray Blatche (9) got high rebounds?
CREATE TABLE table_27721131_10 (location_attendance VARCHAR, high_rebounds VARCHAR)
SELECT location_attendance FROM table_27721131_10 WHERE high_rebounds = "Andray Blatche (9)"
### Context: CREATE TABLE table_27721131_10 (location_attendance VARCHAR, high_rebounds VARCHAR) ### Question: What was the location attendance when Andray Blatche (9) got high rebounds? ### Answer: SELECT location_attendance FROM table_27721131_10 WHERE high_rebounds = "Andray Blatche (9)"
What was the game record on March 6?
CREATE TABLE table_27721131_10 (record VARCHAR, date VARCHAR)
SELECT record FROM table_27721131_10 WHERE date = "March 6"
### Context: CREATE TABLE table_27721131_10 (record VARCHAR, date VARCHAR) ### Question: What was the game record on March 6? ### Answer: SELECT record FROM table_27721131_10 WHERE date = "March 6"
Who got high rebounds when Jordan Crawford (27) got high points?
CREATE TABLE table_27721131_10 (high_rebounds VARCHAR, high_points VARCHAR)
SELECT high_rebounds FROM table_27721131_10 WHERE high_points = "Jordan Crawford (27)"
### Context: CREATE TABLE table_27721131_10 (high_rebounds VARCHAR, high_points VARCHAR) ### Question: Who got high rebounds when Jordan Crawford (27) got high points? ### Answer: SELECT high_rebounds FROM table_27721131_10 WHERE high_points = "Jordan Crawford (27)"
Who's in the high assists with a w 97–94 (ot) score?
CREATE TABLE table_27721131_2 (high_assists VARCHAR, score VARCHAR)
SELECT high_assists FROM table_27721131_2 WHERE score = "W 97–94 (OT)"
### Context: CREATE TABLE table_27721131_2 (high_assists VARCHAR, score VARCHAR) ### Question: Who's in the high assists with a w 97–94 (ot) score? ### Answer: SELECT high_assists FROM table_27721131_2 WHERE score = "W 97–94 (OT)"
What's the maximum game in the javale mcgee (5) high rebounds?
CREATE TABLE table_27721131_2 (game INTEGER, high_rebounds VARCHAR)
SELECT MAX(game) FROM table_27721131_2 WHERE high_rebounds = "JaVale McGee (5)"
### Context: CREATE TABLE table_27721131_2 (game INTEGER, high_rebounds VARCHAR) ### Question: What's the maximum game in the javale mcgee (5) high rebounds? ### Answer: SELECT MAX(game) FROM table_27721131_2 WHERE high_rebounds = "JaVale McGee (5)"
What's the score in andray blatche (17) high points?
CREATE TABLE table_27721131_2 (score VARCHAR, high_points VARCHAR)
SELECT COUNT(score) FROM table_27721131_2 WHERE high_points = "Andray Blatche (17)"
### Context: CREATE TABLE table_27721131_2 (score VARCHAR, high_points VARCHAR) ### Question: What's the score in andray blatche (17) high points? ### Answer: SELECT COUNT(score) FROM table_27721131_2 WHERE high_points = "Andray Blatche (17)"