text
stringlengths
114
1.06k
### 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" ### context: CREATE TABLE table_27683516_3 (manner_of_departure 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" ### context: CREATE TABLE table_27683516_3 (date_of_appointment 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" ### context: CREATE TABLE table_27683516_3 (outgoing_manager VARCHAR, date_of_vacancy VARCHAR)
### question: What is the table when the team is slovan bratislava? ### answer: SELECT table FROM table_27683516_3 WHERE team = "Slovan Bratislava" ### context: CREATE TABLE table_27683516_3 (table VARCHAR, team 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 ### context: CREATE TABLE table_27685921_1 (visitors__total_ VARCHAR, 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 ### context: CREATE TABLE table_27685921_1 (year INTEGER, exhibitors__total_ VARCHAR)
### question: who had high points on march 14? ### answer: 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 rebounds at game 69? ### answer: SELECT high_rebounds FROM table_27700375_10 WHERE game = 69 ### context: CREATE TABLE table_27700375_10 (high_rebounds VARCHAR, game VARCHAR)
### question: Who were the 76ers opponents on January 17? ### answer: SELECT team FROM table_27698941_8 WHERE date = "January 17" ### context: CREATE TABLE table_27698941_8 (team VARCHAR, date 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 ### context: CREATE TABLE table_27698941_8 (high_points VARCHAR, game VARCHAR)
### question: What the win - loss recored for January 7? ### answer: SELECT record FROM table_27698941_8 WHERE date = "January 7" ### context: CREATE TABLE table_27698941_8 (record 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" ### context: CREATE TABLE table_27698941_2 (high_points VARCHAR, date 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" ### context: CREATE TABLE table_27700375_11 (date VARCHAR, location_attendance 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)" ### context: CREATE TABLE table_27700375_11 (game INTEGER, score VARCHAR)
### question: Name the high rebounds for charlotte ### answer: 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 wells fargo center 16,695 ### answer: 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: 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)" ### context: CREATE TABLE table_27700375_8 (high_rebounds VARCHAR, high_points VARCHAR)
### question: Who got high assists for team @ Indiana? ### answer: SELECT high_assists FROM table_27700375_8 WHERE team = "@ Indiana" ### context: CREATE TABLE table_27700375_8 (high_assists VARCHAR, team 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)" ### context: CREATE TABLE table_27700375_8 (record VARCHAR, high_assists VARCHAR)
### question: How many games were held on January 5? ### answer: SELECT COUNT(game) FROM table_27700375_8 WHERE date = "January 5" ### context: CREATE TABLE table_27700375_8 (game VARCHAR, date VARCHAR)
### question: Who had highest assists at the game against Houston? ### answer: SELECT high_assists FROM table_27700530_11 WHERE team = "Houston" ### context: CREATE TABLE table_27700530_11 (high_assists VARCHAR, team VARCHAR)
### question: what is the date of the game 23? ### answer: SELECT date FROM table_27700375_7 WHERE game = 23 ### context: CREATE TABLE table_27700375_7 (date VARCHAR, game 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)" ### context: CREATE TABLE table_27700375_6 (team VARCHAR, high_points 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)" ### context: CREATE TABLE table_27700375_6 (game VARCHAR, high_rebounds 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" ### context: CREATE TABLE table_27700375_6 (high_assists VARCHAR, 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" ### context: CREATE TABLE table_27700375_6 (game INTEGER, location_attendance 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)" ### context: CREATE TABLE table_27700375_6 (score 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)" ### context: CREATE TABLE table_27700530_10 (location_attendance VARCHAR, high_assists VARCHAR)
### question: What is the date where the record was 18–12? ### answer: 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 when jameer nelson (10) had the high assists? ### answer: 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 record when jameer nelson (19) had the high points? ### answer: 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 was the location and attendance on March 9? ### answer: SELECT location_attendance FROM table_27700530_13 WHERE date = "March 9" ### context: CREATE TABLE table_27700530_13 (location_attendance VARCHAR, date VARCHAR)
### question: How many games were numbered 13? ### answer: SELECT COUNT(team) FROM table_27700530_9 WHERE game = 13 ### context: CREATE TABLE table_27700530_9 (team VARCHAR, game VARCHAR)
### question: What was the team's record when they played minnesota? ### answer: 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 on november 10? ### answer: SELECT record FROM table_27700530_9 WHERE date = "November 10" ### context: CREATE TABLE table_27700530_9 (record VARCHAR, date VARCHAR)
### question: Who had the high assists on March 26? ### answer: SELECT high_assists FROM table_27704187_10 WHERE date = "March 26" ### context: CREATE TABLE table_27704187_10 (high_assists VARCHAR, date VARCHAR)
### question: What was the season record when the team played against Milwaukee? ### answer: SELECT record FROM table_27704187_10 WHERE team = "Milwaukee" ### context: CREATE TABLE table_27704187_10 (record VARCHAR, team VARCHAR)
### question: Who had the high points in game is 81? ### answer: SELECT high_points FROM table_27703902_9 WHERE game = 81 ### context: CREATE TABLE table_27703902_9 (high_points VARCHAR, game VARCHAR)
### question: What game number was played on april 8? ### answer: SELECT MIN(game) FROM table_27704187_11 WHERE date = "April 8" ### context: CREATE TABLE table_27704187_11 (game INTEGER, date VARCHAR)
### question: Who had the high rebounds on april 8? ### answer: SELECT high_rebounds FROM table_27704187_11 WHERE date = "April 8" ### context: CREATE TABLE table_27704187_11 (high_rebounds VARCHAR, date VARCHAR)
### question: Where did they play and how many attended game number 75? ### answer: SELECT location_attendance FROM table_27704187_11 WHERE game = 75 ### context: CREATE TABLE table_27704187_11 (location_attendance VARCHAR, game VARCHAR)
### question: Who did the high rebounds in the game against Boston? ### answer: SELECT high_rebounds FROM table_27704187_7 WHERE team = "Boston" ### context: CREATE TABLE table_27704187_7 (high_rebounds VARCHAR, team VARCHAR)
### question: Where was the game against Detroit played? ### answer: SELECT location_attendance FROM table_27704187_7 WHERE team = "Detroit" ### context: CREATE TABLE table_27704187_7 (location_attendance VARCHAR, team VARCHAR)
### question: What was the date of game #3? ### answer: SELECT date FROM table_27712180_13 WHERE game = 3 ### context: CREATE TABLE table_27712180_13 (date VARCHAR, game 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" ### context: CREATE TABLE table_27712180_13 (team VARCHAR, date 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" ### context: CREATE TABLE table_27712_2 (country 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" ### context: CREATE TABLE table_27708484_3 (overall_goals_scored INTEGER, stadium 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" ### context: CREATE TABLE table_27708484_3 (matches_played VARCHAR, average_goals_scored_per_match 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 ### context: CREATE TABLE table_27708484_3 (overall_attendance INTEGER, overall_goals_scored VARCHAR)
### question: what is the elevation for port elizabeth? ### answer: SELECT elevation FROM table_27708484_3 WHERE city = "Port Elizabeth" ### context: CREATE TABLE table_27708484_3 (elevation VARCHAR, city 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" ### context: CREATE TABLE table_27708484_3 (average_attendance_per_match VARCHAR, elevation VARCHAR)
### question: What is the record for the date november 19? ### answer: SELECT record FROM table_27712180_6 WHERE date = "November 19" ### context: CREATE TABLE table_27712180_6 (record VARCHAR, date 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)" ### context: CREATE TABLE table_27712180_7 (high_points VARCHAR, score VARCHAR)
### question: Name the team for december 18 ### answer: SELECT team FROM table_27712180_7 WHERE date = "December 18" ### context: CREATE TABLE table_27712180_7 (team VARCHAR, date VARCHAR)
### question: Who had the high assists against detroit? ### answer: SELECT high_assists FROM table_27712702_11 WHERE team = "Detroit" ### context: CREATE TABLE table_27712702_11 (high_assists VARCHAR, team VARCHAR)
### question: Who was the other team on march 27? ### answer: SELECT team FROM table_27712702_11 WHERE date = "March 27" ### context: CREATE TABLE table_27712702_11 (team VARCHAR, date 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" ### context: CREATE TABLE table_27712702_11 (game INTEGER, record VARCHAR)
### question: What was the game number on march 27? ### answer: SELECT MIN(game) FROM table_27712702_11 WHERE date = "March 27" ### context: CREATE TABLE table_27712702_11 (game INTEGER, date VARCHAR)
### question: What is the largest game number? ### answer: SELECT MAX(game) FROM table_27712702_11 ### context: CREATE TABLE table_27712702_11 (game INTEGER)
### question: How many high rebounds took place on December 8? ### answer: SELECT COUNT(high_rebounds) FROM table_27712451_6 WHERE date = "December 8" ### context: CREATE TABLE table_27712451_6 (high_rebounds VARCHAR, date VARCHAR)
### question: What are December 10's high points? ### answer: SELECT high_points FROM table_27712451_6 WHERE date = "December 10" ### context: CREATE TABLE table_27712451_6 (high_points VARCHAR, date 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" ### context: CREATE TABLE table_27713030_11 (high_rebounds VARCHAR, location_attendance 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)" ### context: CREATE TABLE table_27713030_11 (team VARCHAR, score 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" ### context: CREATE TABLE table_27713030_11 (record VARCHAR, location_attendance VARCHAR)
### question: What were the high points on April 8? ### answer: SELECT high_points FROM table_27713030_12 WHERE date = "April 8" ### context: CREATE TABLE table_27713030_12 (high_points VARCHAR, date 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 ### context: CREATE TABLE table_27713030_12 (high_rebounds VARCHAR, game VARCHAR)
### question: What was the date when Boston was the team? ### answer: SELECT date FROM table_27713030_12 WHERE team = "Boston" ### context: CREATE TABLE table_27713030_12 (date VARCHAR, team VARCHAR)
### question: Which game was played on October 13? ### answer: SELECT MAX(game) FROM table_27713030_3 WHERE date = "October 13" ### context: CREATE TABLE table_27713030_3 (game INTEGER, date VARCHAR)
### question: What is the location and attendance on October 18? ### answer: SELECT location_attendance FROM table_27713030_3 WHERE date = "October 18" ### context: CREATE TABLE table_27713030_3 (location_attendance VARCHAR, date VARCHAR)
### question: Who was the opposing team in game 6? ### answer: SELECT team FROM table_27713030_3 WHERE game = 6 ### context: CREATE TABLE table_27713030_3 (team VARCHAR, game VARCHAR)
### question: What game in the season does this list start? ### answer: SELECT MIN(game) FROM table_27713030_7 ### context: CREATE TABLE table_27713030_7 (game INTEGER)
### question: What was the team's score against detroit? ### answer: SELECT score FROM table_27713030_8 WHERE team = "Detroit" ### context: CREATE TABLE table_27713030_8 (score VARCHAR, team VARCHAR)
### question: How many games were held on March 12? ### answer: SELECT COUNT(game) FROM table_27715173_10 WHERE date = "March 12" ### context: CREATE TABLE table_27715173_10 (game VARCHAR, date 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)" ### context: CREATE TABLE table_27715173_10 (score VARCHAR, high_rebounds VARCHAR)
### question: Who was the high rebounder on game 1? ### answer: SELECT high_rebounds FROM table_27715173_12 WHERE game = 1 ### context: CREATE TABLE table_27715173_12 (high_rebounds VARCHAR, game VARCHAR)
### question: What was the score for series 2–3? ### answer: SELECT score FROM table_27715173_12 WHERE series = "2–3" ### context: CREATE TABLE table_27715173_12 (score VARCHAR, series 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" ### context: CREATE TABLE table_27714573_1 (directed_by VARCHAR, us_viewers__millions_ 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" ### context: CREATE TABLE table_27714573_1 (us_viewers__millions_ VARCHAR, directed_by 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 ### context: CREATE TABLE table_27714573_1 (written_by VARCHAR, production_code_s_ 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" ### context: CREATE TABLE table_27714985_1 (no_s__in_series INTEGER, written_by 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" ### context: CREATE TABLE table_27714985_1 (original_air_date VARCHAR, us_viewers__millions_ 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" ### context: CREATE TABLE table_27714985_1 (production_code_s_ INTEGER, written_by 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 ### context: CREATE TABLE table_27714985_1 (no_s__in_season INTEGER, production_code_s_ 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" ### context: CREATE TABLE table_27713890_1 (no_in_series 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" ### context: CREATE TABLE table_27713890_1 (production_code INTEGER, 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" ### context: CREATE TABLE table_27713890_1 (production_code VARCHAR, us_viewers__millions_ 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" ### context: CREATE TABLE table_27715173_6 (location_attendance VARCHAR, record VARCHAR)
### question: What was the score for game 3? ### answer: SELECT score FROM table_27715173_6 WHERE game = 3 ### context: CREATE TABLE table_27715173_6 (score VARCHAR, game 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" ### context: CREATE TABLE table_27715173_6 (record VARCHAR, date 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)" ### context: CREATE TABLE table_27715173_6 (date 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)" ### context: CREATE TABLE table_27715173_6 (high_assists VARCHAR, score VARCHAR)
### question: who put on the show where the numbers were 227412 ### answer: 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 227424 ### answer: 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 was the high rebounds of team @ Detroit? ### answer: SELECT high_rebounds FROM table_27721131_10 WHERE team = "@ Detroit" ### context: CREATE TABLE table_27721131_10 (high_rebounds VARCHAR, team 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)" ### context: CREATE TABLE table_27721131_10 (location_attendance VARCHAR, high_rebounds VARCHAR)
### question: What was the game record on March 6? ### answer: SELECT record FROM table_27721131_10 WHERE date = "March 6" ### context: CREATE TABLE table_27721131_10 (record VARCHAR, date 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)" ### context: CREATE TABLE table_27721131_10 (high_rebounds VARCHAR, high_points 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)" ### context: CREATE TABLE table_27721131_2 (high_assists VARCHAR, score 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)" ### context: CREATE TABLE table_27721131_2 (game INTEGER, high_rebounds 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)" ### context: CREATE TABLE table_27721131_2 (score VARCHAR, high_points VARCHAR)