answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT high_rebounds FROM table_27723228_12 WHERE game = 81 | CREATE TABLE table_27723228_12 (high_rebounds VARCHAR, game VARCHAR) | Name the high rebounds for 81 game |
SELECT score FROM table_27723228_12 WHERE team = "Indiana" | CREATE TABLE table_27723228_12 (score VARCHAR, team VARCHAR) | Name the score for indiana |
SELECT location_attendance FROM table_27723228_11 WHERE team = "Dallas" | CREATE TABLE table_27723228_11 (location_attendance VARCHAR, team VARCHAR) | What was the location and attendance of the game against Dallas? |
SELECT high_rebounds FROM table_27723228_8 WHERE record = "14β7" | CREATE TABLE table_27723228_8 (high_rebounds VARCHAR, record VARCHAR) | Who had the high rebounds when the record was 14β7? |
SELECT COUNT(high_rebounds) FROM table_27723228_8 WHERE game = 30 | CREATE TABLE table_27723228_8 (high_rebounds VARCHAR, game VARCHAR) | How many people are listed for high rebounds on game 30? |
SELECT record FROM table_27723228_8 WHERE high_points = "Chris Paul (16)" | CREATE TABLE table_27723228_8 (record VARCHAR, high_points VARCHAR) | What was the record when chris paul (16) had the high points? |
SELECT record FROM table_27723228_8 WHERE score = "L 84β96 (OT)" | CREATE TABLE table_27723228_8 (record VARCHAR, score VARCHAR) | What is the record when the score was l 84β96 (ot)? |
SELECT location_attendance FROM table_27723228_8 WHERE record = "16β11" | CREATE TABLE table_27723228_8 (location_attendance VARCHAR, record VARCHAR) | Where was the game played when the record was 16β11? |
SELECT score FROM table_27723228_7 WHERE team = "Miami" | CREATE TABLE table_27723228_7 (score VARCHAR, team VARCHAR) | Name the score for miami |
SELECT high_assists FROM table_27723228_7 WHERE score = "W 107β99 (OT)" | CREATE TABLE table_27723228_7 (high_assists VARCHAR, score VARCHAR) | Name the high assists for w 107β99 (ot) |
SELECT predecessor FROM table_27730_9 WHERE ekavian = "vreme" | CREATE TABLE table_27730_9 (predecessor VARCHAR, ekavian VARCHAR) | What's the predecessor of the Ekavian word vreme? |
SELECT ikavian FROM table_27730_9 WHERE ijekavian = "lijep" | CREATE TABLE table_27730_9 (ikavian VARCHAR, ijekavian VARCHAR) | What's the Ikavian translation of the Ijekavian word lijep? |
SELECT ijekavian FROM table_27730_9 WHERE ikavian = "grijati" | CREATE TABLE table_27730_9 (ijekavian VARCHAR, ikavian VARCHAR) | What's the ijekavian translation of the ikavian word grijati? |
SELECT COUNT(high_assists) FROM table_27723526_9 WHERE date = "December 21" | CREATE TABLE table_27723526_9 (high_assists VARCHAR, date VARCHAR) | Who had highest assists at game on December 21? |
SELECT location_attendance FROM table_27723526_9 WHERE team = "Milwaukee" | CREATE TABLE table_27723526_9 (location_attendance VARCHAR, team VARCHAR) | What location did the Mavericks play against Milwaukee? |
SELECT high_rebounds FROM table_27723526_17 WHERE date = "June 9" | CREATE TABLE table_27723526_17 (high_rebounds VARCHAR, date VARCHAR) | What is the high rebound for June 9? |
SELECT high_rebounds FROM table_27723526_17 WHERE game = 5 | CREATE TABLE table_27723526_17 (high_rebounds VARCHAR, game VARCHAR) | Who is the high rebound where game is 5? |
SELECT team FROM table_27733258_11 WHERE date = "April 1" | CREATE TABLE table_27733258_11 (team VARCHAR, date VARCHAR) | What company plays on april 1? |
SELECT high_points FROM table_27733258_6 WHERE score = "L 110β112 (OT)" | CREATE TABLE table_27733258_6 (high_points VARCHAR, score VARCHAR) | Name the high points for l 110β112 (ot) |
SELECT location_attendance FROM table_27733258_6 WHERE score = "L 105β123 (OT)" | CREATE TABLE table_27733258_6 (location_attendance VARCHAR, score VARCHAR) | Name the location attendance for l 105β123 (ot) |
SELECT date FROM table_27733258_7 WHERE game = 29 | CREATE TABLE table_27733258_7 (date VARCHAR, game VARCHAR) | what date was game 29? |
SELECT team FROM table_27733258_8 WHERE date = "January 9" | CREATE TABLE table_27733258_8 (team VARCHAR, date VARCHAR) | Who did the team play on january 9? |
SELECT high_assists FROM table_27733909_10 WHERE game = 75 | CREATE TABLE table_27733909_10 (high_assists VARCHAR, game VARCHAR) | Who had the highest assists in game 75? |
SELECT COUNT(location_attendance) FROM table_27733909_10 WHERE date = "April 8" | CREATE TABLE table_27733909_10 (location_attendance VARCHAR, date VARCHAR) | How many locations did the game that was on April 8 take place at? |
SELECT COUNT(record) FROM table_27733909_1 WHERE date = "October 6" | CREATE TABLE table_27733909_1 (record VARCHAR, date VARCHAR) | what is the overall number of times when the calendar showed october 6 |
SELECT high_points FROM table_27733909_1 WHERE date = "October 20" | CREATE TABLE table_27733909_1 (high_points VARCHAR, date VARCHAR) | what is the most number where the calendar shows october 20 |
SELECT date FROM table_27733909_1 WHERE game = 5 | CREATE TABLE table_27733909_1 (date VARCHAR, game VARCHAR) | what are the times where the play is 5 |
SELECT score FROM table_27733909_5 WHERE date = "November 21" | CREATE TABLE table_27733909_5 (score VARCHAR, date VARCHAR) | What was the score in the game on November 21? |
SELECT high_points FROM table_27733909_5 WHERE game = 11 | CREATE TABLE table_27733909_5 (high_points VARCHAR, game VARCHAR) | Who had the most points and how many did they have in game 11? |
SELECT record FROM table_27734286_6 WHERE game = 29 | CREATE TABLE table_27734286_6 (record VARCHAR, game VARCHAR) | List records for game 29. |
SELECT record FROM table_27734286_1 WHERE high_points = "C. J. Miles (20)" | CREATE TABLE table_27734286_1 (record VARCHAR, high_points VARCHAR) | What record has c. j. miles (20) in the high points? |
SELECT high_rebounds FROM table_27734286_1 WHERE location_attendance = "Honda Center 15,625" | CREATE TABLE table_27734286_1 (high_rebounds VARCHAR, location_attendance VARCHAR) | Who in the high rebounds is in the honda center 15,625 location attendance? |
SELECT high_points FROM table_27734286_1 WHERE team = "@ L.A. Clippers" | CREATE TABLE table_27734286_1 (high_points VARCHAR, team VARCHAR) | Who is in the high points in the @ l.a. clippers team? |
SELECT COUNT(score) FROM table_27734286_1 WHERE high_points = "Al Jefferson (24)" | CREATE TABLE table_27734286_1 (score VARCHAR, high_points VARCHAR) | What's the score in al jefferson (24) high points? |
SELECT score FROM table_27734286_1 WHERE date = "October 7" | CREATE TABLE table_27734286_1 (score VARCHAR, date VARCHAR) | What`s the score in October 7. |
SELECT location_attendance FROM table_27734286_1 WHERE team = "@ Portland" | CREATE TABLE table_27734286_1 (location_attendance VARCHAR, team VARCHAR) | What's the location attendance of the @ portland team? |
SELECT high_assists FROM table_27734286_7 WHERE date = "January 8" | CREATE TABLE table_27734286_7 (high_assists VARCHAR, date VARCHAR) | Who had the high assist total on january 8? |
SELECT high_assists FROM table_27734286_7 WHERE game = 38 | CREATE TABLE table_27734286_7 (high_assists VARCHAR, game VARCHAR) | Who had the high assists for game number 38? |
SELECT COUNT(high_points) FROM table_27734286_7 WHERE date = "January 7" | CREATE TABLE table_27734286_7 (high_points VARCHAR, date VARCHAR) | How many games did they play on january 7? |
SELECT date FROM table_27734577_11 WHERE team = "Boston" | CREATE TABLE table_27734577_11 (date VARCHAR, team VARCHAR) | What date did the Hawks play against Boston? |
SELECT COUNT(high_assists) FROM table_27734577_2 WHERE high_rebounds = "Zaza Pachulia (6)" | CREATE TABLE table_27734577_2 (high_assists VARCHAR, high_rebounds VARCHAR) | List the highest number of assists when zaza pachulia (6) had the most rebounds. |
SELECT team FROM table_27734577_2 WHERE date = "October 21" | CREATE TABLE table_27734577_2 (team VARCHAR, date VARCHAR) | Which team was the opponent on october 21? |
SELECT high_points FROM table_27734577_2 WHERE score = "L 85β94 (OT)" | CREATE TABLE table_27734577_2 (high_points VARCHAR, score VARCHAR) | Who corned the most points for the game that ended with a score of l 85β94 (ot)? |
SELECT score FROM table_27734577_2 WHERE high_points = "Josh Powell (13)" | CREATE TABLE table_27734577_2 (score VARCHAR, high_points VARCHAR) | what was the final score of the game where josh powell (13) scored the most points? |
SELECT record FROM table_27734577_8 WHERE team = "@ Miami" | CREATE TABLE table_27734577_8 (record VARCHAR, team VARCHAR) | What's the record of the @ miami team? |
SELECT COUNT(record) FROM table_27734577_8 WHERE date = "January 2" | CREATE TABLE table_27734577_8 (record VARCHAR, date VARCHAR) | How many records where in January 2? |
SELECT high_rebounds FROM table_27734577_8 WHERE high_points = "Jamal Crawford (20)" | CREATE TABLE table_27734577_8 (high_rebounds VARCHAR, high_points VARCHAR) | What are the high rebounds in the jamal crawford (20) high points? |
SELECT high_rebounds FROM table_27734577_8 WHERE game = 45 | CREATE TABLE table_27734577_8 (high_rebounds VARCHAR, game VARCHAR) | What are the high rebounds in the 45 game? |
SELECT date FROM table_27734577_8 WHERE team = "New Orleans" | CREATE TABLE table_27734577_8 (date VARCHAR, team VARCHAR) | What's the date of the new orleans team ? |
SELECT team FROM table_27734577_8 WHERE score = "W 110β87 (OT)" | CREATE TABLE table_27734577_8 (team VARCHAR, score VARCHAR) | What team has a score of w 110β87 (ot)? |
SELECT record FROM table_27734769_9 WHERE high_rebounds = "Marcus Camby (13)" | CREATE TABLE table_27734769_9 (record VARCHAR, high_rebounds VARCHAR) | What was the game record if Marcus Camby (13) got the high rebounds? |
SELECT high_rebounds FROM table_27734769_9 WHERE team = "Minnesota" | CREATE TABLE table_27734769_9 (high_rebounds VARCHAR, team VARCHAR) | Who did the high rebounds for the team Minnesota? |
SELECT COUNT(score) FROM table_27734769_9 WHERE date = "January 19" | CREATE TABLE table_27734769_9 (score VARCHAR, date VARCHAR) | How many scores where achieved on January 19? |
SELECT lmp2_winning_driver FROM table_27743641_2 WHERE lmp1_winning_team = "No. 20 Oryx Dyson Racing" | CREATE TABLE table_27743641_2 (lmp2_winning_driver VARCHAR, lmp1_winning_team VARCHAR) | Who was the LMP2 winner when the LMP1 winning team was No. 20 Oryx Dyson Racing? |
SELECT gt_winning_team FROM table_27743641_2 WHERE gtc_winning_team = "No. 54 Black Swan Racing" | CREATE TABLE table_27743641_2 (gt_winning_team VARCHAR, gtc_winning_team VARCHAR) | Who were the GT winning team when the GTC winning team was No. 54 Black Swan Racing? |
SELECT gt_winning_team FROM table_27743641_2 WHERE results = "Report" | CREATE TABLE table_27743641_2 (gt_winning_team VARCHAR, results VARCHAR) | Who were the GT winning team when the results were "report"? |
SELECT date FROM table_27734769_8 WHERE high_assists = "Andre Miller (7)" | CREATE TABLE table_27734769_8 (date VARCHAR, high_assists VARCHAR) | what is the date the high assists was andre miller (7)? |
SELECT date FROM table_27734769_8 WHERE high_points = "LaMarcus Aldridge (36)" | CREATE TABLE table_27734769_8 (date VARCHAR, high_points VARCHAR) | What is the date the high points was lamarcus aldridge (36)? |
SELECT score FROM table_27734769_8 WHERE team = "Milwaukee" | CREATE TABLE table_27734769_8 (score VARCHAR, team VARCHAR) | What is the score when the team is milwaukee? |
SELECT COUNT(date) FROM table_27734769_8 WHERE high_assists = "Andre Miller (7)" | CREATE TABLE table_27734769_8 (date VARCHAR, high_assists VARCHAR) | How many times was the high assists andre miller (7)? |
SELECT COUNT(date) FROM table_27734769_8 WHERE high_rebounds = "Marcus Camby (18)" | CREATE TABLE table_27734769_8 (date VARCHAR, high_rebounds VARCHAR) | How many times was the high rebounds by marcus camby (18)? |
SELECT date FROM table_27734769_8 WHERE high_rebounds = "LaMarcus Aldridge (6)" | CREATE TABLE table_27734769_8 (date VARCHAR, high_rebounds VARCHAR) | What is the date the high rebounds were by lamarcus aldridge (6)? |
SELECT high_assists FROM table_27744844_7 WHERE game = 35 | CREATE TABLE table_27744844_7 (high_assists VARCHAR, game VARCHAR) | Who had the most assists and how many did they have in game 35? |
SELECT high_rebounds FROM table_27744844_7 WHERE date = "January 19" | CREATE TABLE table_27744844_7 (high_rebounds VARCHAR, date VARCHAR) | Who had the most rebounds and how many did they have on January 19? |
SELECT team FROM table_27744976_11 WHERE date = "April 9" | CREATE TABLE table_27744976_11 (team VARCHAR, date VARCHAR) | Which team played on April 9? |
SELECT high_points FROM table_27744844_5 WHERE date = "November 6" | CREATE TABLE table_27744844_5 (high_points VARCHAR, date VARCHAR) | Which player scored the most points and how many were scored on November 6? |
SELECT high_assists FROM table_27744976_6 WHERE date = "November 17" | CREATE TABLE table_27744976_6 (high_assists VARCHAR, date VARCHAR) | Who had the high assists on November 17? |
SELECT high_rebounds FROM table_27744976_10 WHERE date = "March 12" | CREATE TABLE table_27744976_10 (high_rebounds VARCHAR, date VARCHAR) | Who had highest rebounds during game on March 12? |
SELECT record FROM table_27744976_10 WHERE team = "Indiana" | CREATE TABLE table_27744976_10 (record VARCHAR, team VARCHAR) | What was the rocket's record when they played against Indiana? |
SELECT COUNT(no_in_season) FROM table_27755040_1 WHERE production_code = 175255 | CREATE TABLE table_27755040_1 (no_in_season VARCHAR, production_code VARCHAR) | How many episodes in the season had production code of 175255? |
SELECT high_points FROM table_27755603_10 WHERE date = "March 25" | CREATE TABLE table_27755603_10 (high_points VARCHAR, date VARCHAR) | What were the high points on March 25? |
SELECT team FROM table_27755603_10 WHERE date = "March 18" | CREATE TABLE table_27755603_10 (team VARCHAR, date VARCHAR) | Who was the team on March 18? |
SELECT high_points FROM table_27755603_10 WHERE team = "Washington" | CREATE TABLE table_27755603_10 (high_points VARCHAR, team VARCHAR) | What was the high points when the team was Washington? |
SELECT MIN(game) FROM table_27755603_10 WHERE location_attendance = "The Palace of Auburn Hills 15,166" | CREATE TABLE table_27755603_10 (game INTEGER, location_attendance VARCHAR) | What was the game number when the location attendance was the Palace of Auburn Hills 15,166? |
SELECT team FROM table_27755603_11 WHERE date = "April 6" | CREATE TABLE table_27755603_11 (team VARCHAR, date VARCHAR) | What team did they play on april 6? |
SELECT MAX(game) FROM table_27755603_11 WHERE date = "April 5" | CREATE TABLE table_27755603_11 (game INTEGER, date VARCHAR) | What numbered game did they play on april 5? |
SELECT game FROM table_27755603_11 WHERE team = "Chicago" | CREATE TABLE table_27755603_11 (game VARCHAR, team VARCHAR) | What numbered game did they play chicago? |
SELECT high_assists FROM table_27755603_7 WHERE team = "New Orleans" | CREATE TABLE table_27755603_7 (high_assists VARCHAR, team VARCHAR) | Who had the most assists agains New Orleans? |
SELECT COUNT(high_rebounds) FROM table_27755603_7 WHERE date = "December 19" | CREATE TABLE table_27755603_7 (high_rebounds VARCHAR, date VARCHAR) | For how many games on December 19 is there information on who scored the most rebounds? |
SELECT record FROM table_27755603_2 WHERE high_rebounds = "Greg Monroe (8)" | CREATE TABLE table_27755603_2 (record VARCHAR, high_rebounds VARCHAR) | What's the record in the game where Greg Monroe (8) did the high rebounds? |
SELECT high_rebounds FROM table_27755603_2 WHERE high_points = "Rodney Stuckey (16)" | CREATE TABLE table_27755603_2 (high_rebounds VARCHAR, high_points VARCHAR) | Who did the high rebounds in the game in which Rodney Stuckey (16) did the high points? |
SELECT team FROM table_27755603_2 WHERE high_points = "Austin Daye (16)" | CREATE TABLE table_27755603_2 (team VARCHAR, high_points VARCHAR) | Who was the opponent in the game in which Austin Daye (16) did the most high points? |
SELECT location_attendance FROM table_27755603_2 WHERE high_assists = "Will Bynum (5)" | CREATE TABLE table_27755603_2 (location_attendance VARCHAR, high_assists VARCHAR) | Where was the game in which Will Bynum (5) did the high assists played? |
SELECT team FROM table_27755784_10 WHERE high_assists = "Stephen Curry (7)" AND high_points = "Monta Ellis (27)" | CREATE TABLE table_27755784_10 (team VARCHAR, high_assists VARCHAR, high_points VARCHAR) | What is the team when the high assists was stephen curry (7) and the high points was monta ellis (27)? |
SELECT MAX(game) FROM table_27755784_10 | CREATE TABLE table_27755784_10 (game INTEGER) | What is the highest game number? |
SELECT score FROM table_27755784_10 WHERE team = "@ Dallas" | CREATE TABLE table_27755784_10 (score VARCHAR, team VARCHAR) | What is the score when the team is @ dallas? |
SELECT high_rebounds FROM table_27755603_8 WHERE date = "January 14" | CREATE TABLE table_27755603_8 (high_rebounds VARCHAR, date VARCHAR) | Name the high rebounds for january 14 |
SELECT COUNT(score) FROM table_27755603_8 WHERE date = "January 12" | CREATE TABLE table_27755603_8 (score VARCHAR, date VARCHAR) | Name the number of score for january 12 |
SELECT location_attendance FROM table_27755603_8 WHERE high_points = "Austin Daye , Tracy McGrady , Tayshaun Prince (20)" | CREATE TABLE table_27755603_8 (location_attendance VARCHAR, high_points VARCHAR) | Name the location attendance for austin daye , tracy mcgrady , tayshaun prince (20) |
SELECT COUNT(date) FROM table_27755784_11 WHERE high_points = "Stephen Curry , Dorell Wright (27)" | CREATE TABLE table_27755784_11 (date VARCHAR, high_points VARCHAR) | Name the number of date for stephen curry , dorell wright (27) |
SELECT high_rebounds FROM table_27755784_11 WHERE game = 77 | CREATE TABLE table_27755784_11 (high_rebounds VARCHAR, game VARCHAR) | Name the high rebounds for 77 game |
SELECT record FROM table_27755784_6 WHERE date = "November 10" | CREATE TABLE table_27755784_6 (record VARCHAR, date VARCHAR) | What was the record after the game on November 10? |
SELECT score FROM table_27755784_8 WHERE high_points = "Monta Ellis (29)" | CREATE TABLE table_27755784_8 (score VARCHAR, high_points VARCHAR) | What is the score when the hight points is Monta Ellis (29)? |
SELECT COUNT(team) FROM table_27755784_8 WHERE high_points = "David Lee (31)" | CREATE TABLE table_27755784_8 (team VARCHAR, high_points VARCHAR) | How many teams have hight points listed as David Lee (31)? |
SELECT record FROM table_27755784_8 WHERE high_points = "Stephen Curry (32)" | CREATE TABLE table_27755784_8 (record VARCHAR, high_points VARCHAR) | What is the record when the high points is listed as Stephen Curry (32)? |
SELECT record FROM table_27755784_8 WHERE date = "January 7" | CREATE TABLE table_27755784_8 (record VARCHAR, date VARCHAR) | What is the record when the date is January 7? |
SELECT date FROM table_27755784_8 WHERE team = "New Orleans" | CREATE TABLE table_27755784_8 (date VARCHAR, team VARCHAR) | What is the date when the team is listed as New Orleans? |
SELECT team FROM table_27756164_11 WHERE high_assists = "Darren Collison (7)" | CREATE TABLE table_27756164_11 (team VARCHAR, high_assists VARCHAR) | What was the team where Darren Collison (7) scored high assists? |
SELECT date FROM table_27756164_2 WHERE high_points = "Roy Hibbert (27)" | CREATE TABLE table_27756164_2 (date VARCHAR, high_points VARCHAR) | When did the Roy Hibbert (27) did the high points? |
SELECT COUNT(game) FROM table_27756164_2 WHERE high_rebounds = "Roy Hibbert (16)" | CREATE TABLE table_27756164_2 (game VARCHAR, high_rebounds VARCHAR) | In how many different games did Roy Hibbert (16) did the most high rebounds? |
Subsets and Splits