Unnamed: 0
int64 0
60k
| input
stringlengths 76
562
| answer
stringlengths 18
557
|
---|---|---|
39,600 | <question>: What is the manner of departure when the date of vacancy is 28 september 2010? <context>: 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" |
39,601 | <question>: What is the date of appointment when the date of vacancy is 24 november 2010? <context>: 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" |
39,602 | <question>: What is the outgoing manager when the date of vacancy is 10 october 2010? <context>: 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" |
39,603 | <question>: What is the table when the team is slovan bratislava? <context>: CREATE TABLE table_27683516_3 (table VARCHAR, team VARCHAR) | SELECT table FROM table_27683516_3 WHERE team = "Slovan Bratislava" |
39,604 | <question>: how many people come to visit when the 1654 exhibitions <context>: CREATE TABLE table_27685921_1 (visitors__total_ VARCHAR, exhibitors__total_ VARCHAR) | SELECT COUNT(visitors__total_) FROM table_27685921_1 WHERE exhibitors__total_ = 1654 |
39,605 | <question>: what is the most time where exhibitions is 1701 <context>: CREATE TABLE table_27685921_1 (year INTEGER, exhibitors__total_ VARCHAR) | SELECT MAX(year) FROM table_27685921_1 WHERE exhibitors__total_ = 1701 |
39,606 | <question>: who had high points on march 14? <context>: CREATE TABLE table_27700375_10 (high_points VARCHAR, date VARCHAR) | SELECT high_points FROM table_27700375_10 WHERE date = "March 14" |
39,607 | <question>: who had high rebounds at game 69? <context>: CREATE TABLE table_27700375_10 (high_rebounds VARCHAR, game VARCHAR) | SELECT high_rebounds FROM table_27700375_10 WHERE game = 69 |
39,608 | <question>: Who were the 76ers opponents on January 17? <context>: CREATE TABLE table_27698941_8 (team VARCHAR, date VARCHAR) | SELECT team FROM table_27698941_8 WHERE date = "January 17" |
39,609 | <question>: How many players held the high point records for game 34? <context>: CREATE TABLE table_27698941_8 (high_points VARCHAR, game VARCHAR) | SELECT COUNT(high_points) FROM table_27698941_8 WHERE game = 34 |
39,610 | <question>: What the win - loss recored for January 7? <context>: CREATE TABLE table_27698941_8 (record VARCHAR, date VARCHAR) | SELECT record FROM table_27698941_8 WHERE date = "January 7" |
39,611 | <question>: How many people led in points during the game on October 5? <context>: CREATE TABLE table_27698941_2 (high_points VARCHAR, date VARCHAR) | SELECT COUNT(high_points) FROM table_27698941_2 WHERE date = "October 5" |
39,612 | <question>: Name the date for the palace of auburn hills 14,554 <context>: 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" |
39,613 | <question>: Name the least game for l 109β116 (ot) <context>: CREATE TABLE table_27700375_11 (game INTEGER, score VARCHAR) | SELECT MIN(game) FROM table_27700375_11 WHERE score = "L 109β116 (OT)" |
39,614 | <question>: Name the high rebounds for charlotte <context>: CREATE TABLE table_27700375_11 (high_rebounds VARCHAR, team VARCHAR) | SELECT high_rebounds FROM table_27700375_11 WHERE team = "Charlotte" |
39,615 | <question>: Name the high rebounds for wells fargo center 16,695 <context>: 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" |
39,616 | <question>: Who got the high rebounds if Brook Lopez (15) earned the high points? <context>: CREATE TABLE table_27700375_8 (high_rebounds VARCHAR, high_points VARCHAR) | SELECT high_rebounds FROM table_27700375_8 WHERE high_points = "Brook Lopez (15)" |
39,617 | <question>: Who got high assists for team @ Indiana? <context>: CREATE TABLE table_27700375_8 (high_assists VARCHAR, team VARCHAR) | SELECT high_assists FROM table_27700375_8 WHERE team = "@ Indiana" |
39,618 | <question>: How many record data were written when Devin Harris (6) was High Assists? <context>: CREATE TABLE table_27700375_8 (record VARCHAR, high_assists VARCHAR) | SELECT COUNT(record) FROM table_27700375_8 WHERE high_assists = "Devin Harris (6)" |
39,619 | <question>: How many games were held on January 5? <context>: CREATE TABLE table_27700375_8 (game VARCHAR, date VARCHAR) | SELECT COUNT(game) FROM table_27700375_8 WHERE date = "January 5" |
39,620 | <question>: Who had highest assists at the game against Houston? <context>: CREATE TABLE table_27700530_11 (high_assists VARCHAR, team VARCHAR) | SELECT high_assists FROM table_27700530_11 WHERE team = "Houston" |
39,621 | <question>: what is the date of the game 23? <context>: CREATE TABLE table_27700375_7 (date VARCHAR, game VARCHAR) | SELECT date FROM table_27700375_7 WHERE game = 23 |
39,622 | <question>: If the high points were by Anthony Morrow (24), what was the team? <context>: CREATE TABLE table_27700375_6 (team VARCHAR, high_points VARCHAR) | SELECT team FROM table_27700375_6 WHERE high_points = "Anthony Morrow (24)" |
39,623 | <question>: In how many games were the high rebounds made by Derrick Favors (8)? <context>: CREATE TABLE table_27700375_6 (game VARCHAR, high_rebounds VARCHAR) | SELECT COUNT(game) FROM table_27700375_6 WHERE high_rebounds = "Derrick Favors (8)" |
39,624 | <question>: If the location attendance was Quicken Loans Arena 20,562, who had the High Assists? <context>: 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" |
39,625 | <question>: Which game number was located in Prudential Center 15,086? <context>: CREATE TABLE table_27700375_6 (game INTEGER, location_attendance VARCHAR) | SELECT MIN(game) FROM table_27700375_6 WHERE location_attendance = "Prudential Center 15,086" |
39,626 | <question>: In how many games did Terrence Williams (9) have High assists? <context>: CREATE TABLE table_27700375_6 (score VARCHAR, high_assists VARCHAR) | SELECT COUNT(score) FROM table_27700375_6 WHERE high_assists = "Terrence Williams (9)" |
39,627 | <question>: What is the location and attendance of the game when gilbert arenas (9) had the high assists? <context>: CREATE TABLE table_27700530_10 (location_attendance VARCHAR, high_assists VARCHAR) | SELECT location_attendance FROM table_27700530_10 WHERE high_assists = "Gilbert Arenas (9)" |
39,628 | <question>: What is the date where the record was 18β12? <context>: CREATE TABLE table_27700530_10 (date VARCHAR, record VARCHAR) | SELECT date FROM table_27700530_10 WHERE record = "18β12" |
39,629 | <question>: What is the date when jameer nelson (10) had the high assists? <context>: CREATE TABLE table_27700530_10 (date VARCHAR, high_assists VARCHAR) | SELECT date FROM table_27700530_10 WHERE high_assists = "Jameer Nelson (10)" |
39,630 | <question>: What is the record when jameer nelson (19) had the high points? <context>: CREATE TABLE table_27700530_10 (record VARCHAR, high_points VARCHAR) | SELECT record FROM table_27700530_10 WHERE high_points = "Jameer Nelson (19)" |
39,631 | <question>: What was the location and attendance on March 9? <context>: CREATE TABLE table_27700530_13 (location_attendance VARCHAR, date VARCHAR) | SELECT location_attendance FROM table_27700530_13 WHERE date = "March 9" |
39,632 | <question>: How many games were numbered 13? <context>: CREATE TABLE table_27700530_9 (team VARCHAR, game VARCHAR) | SELECT COUNT(team) FROM table_27700530_9 WHERE game = 13 |
39,633 | <question>: What was the team's record when they played minnesota? <context>: CREATE TABLE table_27700530_9 (record VARCHAR, team VARCHAR) | SELECT record FROM table_27700530_9 WHERE team = "Minnesota" |
39,634 | <question>: What was the team's record on november 10? <context>: CREATE TABLE table_27700530_9 (record VARCHAR, date VARCHAR) | SELECT record FROM table_27700530_9 WHERE date = "November 10" |
39,635 | <question>: Who had the high assists on March 26? <context>: CREATE TABLE table_27704187_10 (high_assists VARCHAR, date VARCHAR) | SELECT high_assists FROM table_27704187_10 WHERE date = "March 26" |
39,636 | <question>: What was the season record when the team played against Milwaukee? <context>: CREATE TABLE table_27704187_10 (record VARCHAR, team VARCHAR) | SELECT record FROM table_27704187_10 WHERE team = "Milwaukee" |
39,637 | <question>: Who had the high points in game is 81? <context>: CREATE TABLE table_27703902_9 (high_points VARCHAR, game VARCHAR) | SELECT high_points FROM table_27703902_9 WHERE game = 81 |
39,638 | <question>: What game number was played on april 8? <context>: CREATE TABLE table_27704187_11 (game INTEGER, date VARCHAR) | SELECT MIN(game) FROM table_27704187_11 WHERE date = "April 8" |
39,639 | <question>: Who had the high rebounds on april 8? <context>: CREATE TABLE table_27704187_11 (high_rebounds VARCHAR, date VARCHAR) | SELECT high_rebounds FROM table_27704187_11 WHERE date = "April 8" |
39,640 | <question>: Where did they play and how many attended game number 75? <context>: CREATE TABLE table_27704187_11 (location_attendance VARCHAR, game VARCHAR) | SELECT location_attendance FROM table_27704187_11 WHERE game = 75 |
39,641 | <question>: Who did the high rebounds in the game against Boston? <context>: CREATE TABLE table_27704187_7 (high_rebounds VARCHAR, team VARCHAR) | SELECT high_rebounds FROM table_27704187_7 WHERE team = "Boston" |
39,642 | <question>: Where was the game against Detroit played? <context>: CREATE TABLE table_27704187_7 (location_attendance VARCHAR, team VARCHAR) | SELECT location_attendance FROM table_27704187_7 WHERE team = "Detroit" |
39,643 | <question>: What was the date of game #3? <context>: CREATE TABLE table_27712180_13 (date VARCHAR, game VARCHAR) | SELECT date FROM table_27712180_13 WHERE game = 3 |
39,644 | <question>: What was the name of the opposing team on the May 6 game? <context>: CREATE TABLE table_27712180_13 (team VARCHAR, date VARCHAR) | SELECT team FROM table_27712180_13 WHERE date = "May 6" |
39,645 | <question>: How many data were given on 2010/2011 in Brazil? <context>: CREATE TABLE table_27712_2 (country VARCHAR) | SELECT COUNT(2010 AS _11) FROM table_27712_2 WHERE country = "Brazil" |
39,646 | <question>: how many overall goals were scored at moses mabhida stadium? <context>: 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" |
39,647 | <question>: how many matches were played that average goals scored 1.25? <context>: 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" |
39,648 | <question>: what is the minimum overall attendance where the goals scored were 19? <context>: 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 |
39,649 | <question>: what is the elevation for port elizabeth? <context>: CREATE TABLE table_27708484_3 (elevation VARCHAR, city VARCHAR) | SELECT elevation FROM table_27708484_3 WHERE city = "Port Elizabeth" |
39,650 | <question>: what is the average attendance per match wheree the elevation is 1500 m? <context>: 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" |
39,651 | <question>: What is the record for the date november 19? <context>: CREATE TABLE table_27712180_6 (record VARCHAR, date VARCHAR) | SELECT record FROM table_27712180_6 WHERE date = "November 19" |
39,652 | <question>: Name the high points for w 90β77 (ot) <context>: CREATE TABLE table_27712180_7 (high_points VARCHAR, score VARCHAR) | SELECT high_points FROM table_27712180_7 WHERE score = "W 90β77 (OT)" |
39,653 | <question>: Name the team for december 18 <context>: CREATE TABLE table_27712180_7 (team VARCHAR, date VARCHAR) | SELECT team FROM table_27712180_7 WHERE date = "December 18" |
39,654 | <question>: Who had the high assists against detroit? <context>: CREATE TABLE table_27712702_11 (high_assists VARCHAR, team VARCHAR) | SELECT high_assists FROM table_27712702_11 WHERE team = "Detroit" |
39,655 | <question>: Who was the other team on march 27? <context>: CREATE TABLE table_27712702_11 (team VARCHAR, date VARCHAR) | SELECT team FROM table_27712702_11 WHERE date = "March 27" |
39,656 | <question>: what was the game number where the record was 46β24? <context>: CREATE TABLE table_27712702_11 (game INTEGER, record VARCHAR) | SELECT MIN(game) FROM table_27712702_11 WHERE record = "46β24" |
39,657 | <question>: What was the game number on march 27? <context>: CREATE TABLE table_27712702_11 (game INTEGER, date VARCHAR) | SELECT MIN(game) FROM table_27712702_11 WHERE date = "March 27" |
39,658 | <question>: What is the largest game number? <context>: CREATE TABLE table_27712702_11 (game INTEGER) | SELECT MAX(game) FROM table_27712702_11 |
39,659 | <question>: How many high rebounds took place on December 8? <context>: CREATE TABLE table_27712451_6 (high_rebounds VARCHAR, date VARCHAR) | SELECT COUNT(high_rebounds) FROM table_27712451_6 WHERE date = "December 8" |
39,660 | <question>: What are December 10's high points? <context>: CREATE TABLE table_27712451_6 (high_points VARCHAR, date VARCHAR) | SELECT high_points FROM table_27712451_6 WHERE date = "December 10" |
39,661 | <question>: How many entries are shown for high rebounds for the philips arena 20,024 game? <context>: 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" |
39,662 | <question>: Who was the opponent for the game with a score of w 94β88 (ot)? <context>: CREATE TABLE table_27713030_11 (team VARCHAR, score VARCHAR) | SELECT team FROM table_27713030_11 WHERE score = "W 94β88 (OT)" |
39,663 | <question>: What was the record for the location and attendance of american airlines arena 19,825? <context>: CREATE TABLE table_27713030_11 (record VARCHAR, location_attendance VARCHAR) | SELECT record FROM table_27713030_11 WHERE location_attendance = "American Airlines Arena 19,825" |
39,664 | <question>: What were the high points on April 8? <context>: CREATE TABLE table_27713030_12 (high_points VARCHAR, date VARCHAR) | SELECT high_points FROM table_27713030_12 WHERE date = "April 8" |
39,665 | <question>: How many different items appear in the high rebounds column in game 80? <context>: CREATE TABLE table_27713030_12 (high_rebounds VARCHAR, game VARCHAR) | SELECT COUNT(high_rebounds) FROM table_27713030_12 WHERE game = 80 |
39,666 | <question>: What was the date when Boston was the team? <context>: CREATE TABLE table_27713030_12 (date VARCHAR, team VARCHAR) | SELECT date FROM table_27713030_12 WHERE team = "Boston" |
39,667 | <question>: Which game was played on October 13? <context>: CREATE TABLE table_27713030_3 (game INTEGER, date VARCHAR) | SELECT MAX(game) FROM table_27713030_3 WHERE date = "October 13" |
39,668 | <question>: What is the location and attendance on October 18? <context>: CREATE TABLE table_27713030_3 (location_attendance VARCHAR, date VARCHAR) | SELECT location_attendance FROM table_27713030_3 WHERE date = "October 18" |
39,669 | <question>: Who was the opposing team in game 6? <context>: CREATE TABLE table_27713030_3 (team VARCHAR, game VARCHAR) | SELECT team FROM table_27713030_3 WHERE game = 6 |
39,670 | <question>: What game in the season does this list start? <context>: CREATE TABLE table_27713030_7 (game INTEGER) | SELECT MIN(game) FROM table_27713030_7 |
39,671 | <question>: What was the team's score against detroit? <context>: CREATE TABLE table_27713030_8 (score VARCHAR, team VARCHAR) | SELECT score FROM table_27713030_8 WHERE team = "Detroit" |
39,672 | <question>: How many games were held on March 12? <context>: CREATE TABLE table_27715173_10 (game VARCHAR, date VARCHAR) | SELECT COUNT(game) FROM table_27715173_10 WHERE date = "March 12" |
39,673 | <question>: What was the team score when Tim Duncan (12) got the high rebounds? <context>: CREATE TABLE table_27715173_10 (score VARCHAR, high_rebounds VARCHAR) | SELECT score FROM table_27715173_10 WHERE high_rebounds = "Tim Duncan (12)" |
39,674 | <question>: Who was the high rebounder on game 1? <context>: CREATE TABLE table_27715173_12 (high_rebounds VARCHAR, game VARCHAR) | SELECT high_rebounds FROM table_27715173_12 WHERE game = 1 |
39,675 | <question>: What was the score for series 2β3? <context>: CREATE TABLE table_27715173_12 (score VARCHAR, series VARCHAR) | SELECT score FROM table_27715173_12 WHERE series = "2β3" |
39,676 | <question>: who are the directors of the episode that had 20.5 millions of north american viewers? <context>: 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" |
39,677 | <question>: how many millions of north american viewers had the episode whose director was Michael Lembeck? <context>: 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" |
39,678 | <question>: who are the writers of the episode whose production code(s) is 225560? <context>: CREATE TABLE table_27714573_1 (written_by VARCHAR, production_code_s_ VARCHAR) | SELECT written_by FROM table_27714573_1 WHERE production_code_s_ = 225560 |
39,679 | <question>: What is the last episode in the series written by Gregory S. Malins? <context>: 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" |
39,680 | <question>: What was the broadcast date of episodes that were watched by 23.2 million viewers? <context>: 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" |
39,681 | <question>: What is the maximum production code of an episode written by Patty Lin? <context>: 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" |
39,682 | <question>: What is the episode number of the episode whose production code is 226407? <context>: 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 |
39,683 | <question>: Wha episode number in the series had 24.8 million u.s. viewers? <context>: 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" |
39,684 | <question>: What is the production code that had 24.8 million u.s. viewers? <context>: 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" |
39,685 | <question>: What is the production code for the episode that had 23.9 million u.s. viewers? <context>: 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" |
39,686 | <question>: Where was the game played where the record was 10-1? <context>: CREATE TABLE table_27715173_6 (location_attendance VARCHAR, record VARCHAR) | SELECT location_attendance FROM table_27715173_6 WHERE record = "10-1" |
39,687 | <question>: What was the score for game 3? <context>: CREATE TABLE table_27715173_6 (score VARCHAR, game VARCHAR) | SELECT score FROM table_27715173_6 WHERE game = 3 |
39,688 | <question>: How many records are there for the game on november 24? <context>: CREATE TABLE table_27715173_6 (record VARCHAR, date VARCHAR) | SELECT COUNT(record) FROM table_27715173_6 WHERE date = "November 24" |
39,689 | <question>: What date was the game with a score of w 116β93 (ot)? <context>: CREATE TABLE table_27715173_6 (date VARCHAR, score VARCHAR) | SELECT date FROM table_27715173_6 WHERE score = "W 116β93 (OT)" |
39,690 | <question>: Who had the high assists when the score was w 107β95 (ot)? <context>: CREATE TABLE table_27715173_6 (high_assists VARCHAR, score VARCHAR) | SELECT high_assists FROM table_27715173_6 WHERE score = "W 107β95 (OT)" |
39,691 | <question>: who put on the show where the numbers were 227412 <context>: CREATE TABLE table_27716091_1 (directed_by VARCHAR, production_code VARCHAR) | SELECT directed_by FROM table_27716091_1 WHERE production_code = 227412 |
39,692 | <question>: who put on the show where the numbers were 227424 <context>: CREATE TABLE table_27716091_1 (directed_by VARCHAR, production_code VARCHAR) | SELECT directed_by FROM table_27716091_1 WHERE production_code = 227424 |
39,693 | <question>: Who was the high rebounds of team @ Detroit? <context>: CREATE TABLE table_27721131_10 (high_rebounds VARCHAR, team VARCHAR) | SELECT high_rebounds FROM table_27721131_10 WHERE team = "@ Detroit" |
39,694 | <question>: What was the location attendance when Andray Blatche (9) got high rebounds? <context>: CREATE TABLE table_27721131_10 (location_attendance VARCHAR, high_rebounds VARCHAR) | SELECT location_attendance FROM table_27721131_10 WHERE high_rebounds = "Andray Blatche (9)" |
39,695 | <question>: What was the game record on March 6? <context>: CREATE TABLE table_27721131_10 (record VARCHAR, date VARCHAR) | SELECT record FROM table_27721131_10 WHERE date = "March 6" |
39,696 | <question>: Who got high rebounds when Jordan Crawford (27) got high points? <context>: CREATE TABLE table_27721131_10 (high_rebounds VARCHAR, high_points VARCHAR) | SELECT high_rebounds FROM table_27721131_10 WHERE high_points = "Jordan Crawford (27)" |
39,697 | <question>: Who's in the high assists with a w 97β94 (ot) score? <context>: CREATE TABLE table_27721131_2 (high_assists VARCHAR, score VARCHAR) | SELECT high_assists FROM table_27721131_2 WHERE score = "W 97β94 (OT)" |
39,698 | <question>: What's the maximum game in the javale mcgee (5) high rebounds? <context>: CREATE TABLE table_27721131_2 (game INTEGER, high_rebounds VARCHAR) | SELECT MAX(game) FROM table_27721131_2 WHERE high_rebounds = "JaVale McGee (5)" |
39,699 | <question>: What's the score in andray blatche (17) high points? <context>: CREATE TABLE table_27721131_2 (score VARCHAR, high_points VARCHAR) | SELECT COUNT(score) FROM table_27721131_2 WHERE high_points = "Andray Blatche (17)" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.