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