Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
39,700
<question>: Who's in the high rebounds in the verizon center 9,263 location attendance? <context>: 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"
39,701
<question>: What's the location attendance of the milwaukee team? <context>: CREATE TABLE table_27721131_2 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_27721131_2 WHERE team = "Milwaukee"
39,702
<question>: What's the team number with John Wall (9) in high assists and a w 97–83 (ot) score? <context>: 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)"
39,703
<question>: Who had the highest assists during game 78? <context>: CREATE TABLE table_27721131_11 (high_assists VARCHAR, game VARCHAR)
SELECT high_assists FROM table_27721131_11 WHERE game = 78
39,704
<question>: What is the date where john wall (11) had the high assists? <context>: CREATE TABLE table_27721131_6 (date VARCHAR, high_assists VARCHAR)
SELECT date FROM table_27721131_6 WHERE high_assists = "John Wall (11)"
39,705
<question>: What is the team they played on november 25? <context>: CREATE TABLE table_27721131_6 (team VARCHAR, date VARCHAR)
SELECT team FROM table_27721131_6 WHERE date = "November 25"
39,706
<question>: What is the record for the game on november 25? <context>: CREATE TABLE table_27721131_6 (record VARCHAR, date VARCHAR)
SELECT record FROM table_27721131_6 WHERE date = "November 25"
39,707
<question>: Which team played them when andray blatche , javale mcgee (20) had the high points? <context>: CREATE TABLE table_27721131_6 (team VARCHAR, high_points VARCHAR)
SELECT team FROM table_27721131_6 WHERE high_points = "Andray Blatche , JaVale McGee (20)"
39,708
<question>: What was the score when andray blatche , al thornton (20) had the high points? <context>: CREATE TABLE table_27721131_6 (score VARCHAR, high_points VARCHAR)
SELECT score FROM table_27721131_6 WHERE high_points = "Andray Blatche , Al Thornton (20)"
39,709
<question>: How many games are shown against Houston? <context>: CREATE TABLE table_27721131_6 (game VARCHAR, team VARCHAR)
SELECT COUNT(game) FROM table_27721131_6 WHERE team = "Houston"
39,710
<question>: How many teams listed for game 45? <context>: CREATE TABLE table_27721131_8 (team VARCHAR, game VARCHAR)
SELECT COUNT(team) FROM table_27721131_8 WHERE game = 45
39,711
<question>: What was the score when the Celtics played Washington at home? <context>: CREATE TABLE table_27722408_11 (score VARCHAR, team VARCHAR)
SELECT score FROM table_27722408_11 WHERE team = "Washington"
39,712
<question>: Who had the most assists and how many did they have on April 8? <context>: CREATE TABLE table_27722408_11 (high_assists VARCHAR, date VARCHAR)
SELECT high_assists FROM table_27722408_11 WHERE date = "April 8"
39,713
<question>: Name the total number of record for 61 <context>: CREATE TABLE table_27722408_10 (record VARCHAR, game VARCHAR)
SELECT COUNT(record) FROM table_27722408_10 WHERE game = 61
39,714
<question>: What was location and attendance for the game where the Celtics played San Antonio? <context>: CREATE TABLE table_27722408_8 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_27722408_8 WHERE team = "San Antonio"
39,715
<question>: Name the score for denver <context>: CREATE TABLE table_27722734_11 (score VARCHAR, team VARCHAR)
SELECT score FROM table_27722734_11 WHERE team = "Denver"
39,716
<question>: Name the high points for april 8 <context>: CREATE TABLE table_27722734_11 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_27722734_11 WHERE date = "April 8"
39,717
<question>: what was the location for charlotte? <context>: CREATE TABLE table_27722734_10 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_27722734_10 WHERE team = "Charlotte"
39,718
<question>: who had high points on march 27? <context>: CREATE TABLE table_27722734_10 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_27722734_10 WHERE date = "March 27"
39,719
<question>: What number was the first game? <context>: CREATE TABLE table_27722734_12 (game INTEGER)
SELECT MIN(game) FROM table_27722734_12
39,720
<question>: Name the record for w 101–93 (ot) <context>: CREATE TABLE table_27723228_12 (record VARCHAR, score VARCHAR)
SELECT record FROM table_27723228_12 WHERE score = "W 101–93 (OT)"
39,721
<question>: Name the high rebounds for 81 game <context>: CREATE TABLE table_27723228_12 (high_rebounds VARCHAR, game VARCHAR)
SELECT high_rebounds FROM table_27723228_12 WHERE game = 81
39,722
<question>: Name the score for indiana <context>: CREATE TABLE table_27723228_12 (score VARCHAR, team VARCHAR)
SELECT score FROM table_27723228_12 WHERE team = "Indiana"
39,723
<question>: What was the location and attendance of the game against Dallas? <context>: CREATE TABLE table_27723228_11 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_27723228_11 WHERE team = "Dallas"
39,724
<question>: Who had the high rebounds when the record was 14–7? <context>: CREATE TABLE table_27723228_8 (high_rebounds VARCHAR, record VARCHAR)
SELECT high_rebounds FROM table_27723228_8 WHERE record = "14–7"
39,725
<question>: How many people are listed for high rebounds on game 30? <context>: CREATE TABLE table_27723228_8 (high_rebounds VARCHAR, game VARCHAR)
SELECT COUNT(high_rebounds) FROM table_27723228_8 WHERE game = 30
39,726
<question>: What was the record when chris paul (16) had the high points? <context>: CREATE TABLE table_27723228_8 (record VARCHAR, high_points VARCHAR)
SELECT record FROM table_27723228_8 WHERE high_points = "Chris Paul (16)"
39,727
<question>: What is the record when the score was l 84–96 (ot)? <context>: CREATE TABLE table_27723228_8 (record VARCHAR, score VARCHAR)
SELECT record FROM table_27723228_8 WHERE score = "L 84–96 (OT)"
39,728
<question>: Where was the game played when the record was 16–11? <context>: CREATE TABLE table_27723228_8 (location_attendance VARCHAR, record VARCHAR)
SELECT location_attendance FROM table_27723228_8 WHERE record = "16–11"
39,729
<question>: Name the score for miami <context>: CREATE TABLE table_27723228_7 (score VARCHAR, team VARCHAR)
SELECT score FROM table_27723228_7 WHERE team = "Miami"
39,730
<question>: Name the high assists for w 107–99 (ot) <context>: CREATE TABLE table_27723228_7 (high_assists VARCHAR, score VARCHAR)
SELECT high_assists FROM table_27723228_7 WHERE score = "W 107–99 (OT)"
39,731
<question>: What's the predecessor of the Ekavian word vreme? <context>: CREATE TABLE table_27730_9 (predecessor VARCHAR, ekavian VARCHAR)
SELECT predecessor FROM table_27730_9 WHERE ekavian = "vreme"
39,732
<question>: What's the Ikavian translation of the Ijekavian word lijep? <context>: CREATE TABLE table_27730_9 (ikavian VARCHAR, ijekavian VARCHAR)
SELECT ikavian FROM table_27730_9 WHERE ijekavian = "lijep"
39,733
<question>: What's the ijekavian translation of the ikavian word grijati? <context>: CREATE TABLE table_27730_9 (ijekavian VARCHAR, ikavian VARCHAR)
SELECT ijekavian FROM table_27730_9 WHERE ikavian = "grijati"
39,734
<question>: Who had highest assists at game on December 21? <context>: CREATE TABLE table_27723526_9 (high_assists VARCHAR, date VARCHAR)
SELECT COUNT(high_assists) FROM table_27723526_9 WHERE date = "December 21"
39,735
<question>: What location did the Mavericks play against Milwaukee? <context>: CREATE TABLE table_27723526_9 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_27723526_9 WHERE team = "Milwaukee"
39,736
<question>: What is the high rebound for June 9? <context>: CREATE TABLE table_27723526_17 (high_rebounds VARCHAR, date VARCHAR)
SELECT high_rebounds FROM table_27723526_17 WHERE date = "June 9"
39,737
<question>: Who is the high rebound where game is 5? <context>: CREATE TABLE table_27723526_17 (high_rebounds VARCHAR, game VARCHAR)
SELECT high_rebounds FROM table_27723526_17 WHERE game = 5
39,738
<question>: What company plays on april 1? <context>: CREATE TABLE table_27733258_11 (team VARCHAR, date VARCHAR)
SELECT team FROM table_27733258_11 WHERE date = "April 1"
39,739
<question>: Name the high points for l 110–112 (ot) <context>: CREATE TABLE table_27733258_6 (high_points VARCHAR, score VARCHAR)
SELECT high_points FROM table_27733258_6 WHERE score = "L 110–112 (OT)"
39,740
<question>: Name the location attendance for l 105–123 (ot) <context>: CREATE TABLE table_27733258_6 (location_attendance VARCHAR, score VARCHAR)
SELECT location_attendance FROM table_27733258_6 WHERE score = "L 105–123 (OT)"
39,741
<question>: what date was game 29? <context>: CREATE TABLE table_27733258_7 (date VARCHAR, game VARCHAR)
SELECT date FROM table_27733258_7 WHERE game = 29
39,742
<question>: Who did the team play on january 9? <context>: CREATE TABLE table_27733258_8 (team VARCHAR, date VARCHAR)
SELECT team FROM table_27733258_8 WHERE date = "January 9"
39,743
<question>: Who had the highest assists in game 75? <context>: CREATE TABLE table_27733909_10 (high_assists VARCHAR, game VARCHAR)
SELECT high_assists FROM table_27733909_10 WHERE game = 75
39,744
<question>: How many locations did the game that was on April 8 take place at? <context>: CREATE TABLE table_27733909_10 (location_attendance VARCHAR, date VARCHAR)
SELECT COUNT(location_attendance) FROM table_27733909_10 WHERE date = "April 8"
39,745
<question>: what is the overall number of times when the calendar showed october 6 <context>: CREATE TABLE table_27733909_1 (record VARCHAR, date VARCHAR)
SELECT COUNT(record) FROM table_27733909_1 WHERE date = "October 6"
39,746
<question>: what is the most number where the calendar shows october 20 <context>: CREATE TABLE table_27733909_1 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_27733909_1 WHERE date = "October 20"
39,747
<question>: what are the times where the play is 5 <context>: CREATE TABLE table_27733909_1 (date VARCHAR, game VARCHAR)
SELECT date FROM table_27733909_1 WHERE game = 5
39,748
<question>: What was the score in the game on November 21? <context>: CREATE TABLE table_27733909_5 (score VARCHAR, date VARCHAR)
SELECT score FROM table_27733909_5 WHERE date = "November 21"
39,749
<question>: Who had the most points and how many did they have in game 11? <context>: CREATE TABLE table_27733909_5 (high_points VARCHAR, game VARCHAR)
SELECT high_points FROM table_27733909_5 WHERE game = 11
39,750
<question>: List records for game 29. <context>: CREATE TABLE table_27734286_6 (record VARCHAR, game VARCHAR)
SELECT record FROM table_27734286_6 WHERE game = 29
39,751
<question>: What record has c. j. miles (20) in the high points? <context>: CREATE TABLE table_27734286_1 (record VARCHAR, high_points VARCHAR)
SELECT record FROM table_27734286_1 WHERE high_points = "C. J. Miles (20)"
39,752
<question>: Who in the high rebounds is in the honda center 15,625 location attendance? <context>: CREATE TABLE table_27734286_1 (high_rebounds VARCHAR, location_attendance VARCHAR)
SELECT high_rebounds FROM table_27734286_1 WHERE location_attendance = "Honda Center 15,625"
39,753
<question>: Who is in the high points in the @ l.a. clippers team? <context>: CREATE TABLE table_27734286_1 (high_points VARCHAR, team VARCHAR)
SELECT high_points FROM table_27734286_1 WHERE team = "@ L.A. Clippers"
39,754
<question>: What's the score in al jefferson (24) high points? <context>: CREATE TABLE table_27734286_1 (score VARCHAR, high_points VARCHAR)
SELECT COUNT(score) FROM table_27734286_1 WHERE high_points = "Al Jefferson (24)"
39,755
<question>: What`s the score in October 7. <context>: CREATE TABLE table_27734286_1 (score VARCHAR, date VARCHAR)
SELECT score FROM table_27734286_1 WHERE date = "October 7"
39,756
<question>: What's the location attendance of the @ portland team? <context>: CREATE TABLE table_27734286_1 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_27734286_1 WHERE team = "@ Portland"
39,757
<question>: Who had the high assist total on january 8? <context>: CREATE TABLE table_27734286_7 (high_assists VARCHAR, date VARCHAR)
SELECT high_assists FROM table_27734286_7 WHERE date = "January 8"
39,758
<question>: Who had the high assists for game number 38? <context>: CREATE TABLE table_27734286_7 (high_assists VARCHAR, game VARCHAR)
SELECT high_assists FROM table_27734286_7 WHERE game = 38
39,759
<question>: How many games did they play on january 7? <context>: CREATE TABLE table_27734286_7 (high_points VARCHAR, date VARCHAR)
SELECT COUNT(high_points) FROM table_27734286_7 WHERE date = "January 7"
39,760
<question>: What date did the Hawks play against Boston? <context>: CREATE TABLE table_27734577_11 (date VARCHAR, team VARCHAR)
SELECT date FROM table_27734577_11 WHERE team = "Boston"
39,761
<question>: List the highest number of assists when zaza pachulia (6) had the most rebounds. <context>: CREATE TABLE table_27734577_2 (high_assists VARCHAR, high_rebounds VARCHAR)
SELECT COUNT(high_assists) FROM table_27734577_2 WHERE high_rebounds = "Zaza Pachulia (6)"
39,762
<question>: Which team was the opponent on october 21? <context>: CREATE TABLE table_27734577_2 (team VARCHAR, date VARCHAR)
SELECT team FROM table_27734577_2 WHERE date = "October 21"
39,763
<question>: Who corned the most points for the game that ended with a score of l 85–94 (ot)? <context>: CREATE TABLE table_27734577_2 (high_points VARCHAR, score VARCHAR)
SELECT high_points FROM table_27734577_2 WHERE score = "L 85–94 (OT)"
39,764
<question>: what was the final score of the game where josh powell (13) scored the most points? <context>: CREATE TABLE table_27734577_2 (score VARCHAR, high_points VARCHAR)
SELECT score FROM table_27734577_2 WHERE high_points = "Josh Powell (13)"
39,765
<question>: What's the record of the @ miami team? <context>: CREATE TABLE table_27734577_8 (record VARCHAR, team VARCHAR)
SELECT record FROM table_27734577_8 WHERE team = "@ Miami"
39,766
<question>: How many records where in January 2? <context>: CREATE TABLE table_27734577_8 (record VARCHAR, date VARCHAR)
SELECT COUNT(record) FROM table_27734577_8 WHERE date = "January 2"
39,767
<question>: What are the high rebounds in the jamal crawford (20) high points? <context>: CREATE TABLE table_27734577_8 (high_rebounds VARCHAR, high_points VARCHAR)
SELECT high_rebounds FROM table_27734577_8 WHERE high_points = "Jamal Crawford (20)"
39,768
<question>: What are the high rebounds in the 45 game? <context>: CREATE TABLE table_27734577_8 (high_rebounds VARCHAR, game VARCHAR)
SELECT high_rebounds FROM table_27734577_8 WHERE game = 45
39,769
<question>: What's the date of the new orleans team ? <context>: CREATE TABLE table_27734577_8 (date VARCHAR, team VARCHAR)
SELECT date FROM table_27734577_8 WHERE team = "New Orleans"
39,770
<question>: What team has a score of w 110–87 (ot)? <context>: CREATE TABLE table_27734577_8 (team VARCHAR, score VARCHAR)
SELECT team FROM table_27734577_8 WHERE score = "W 110–87 (OT)"
39,771
<question>: What was the game record if Marcus Camby (13) got the high rebounds? <context>: CREATE TABLE table_27734769_9 (record VARCHAR, high_rebounds VARCHAR)
SELECT record FROM table_27734769_9 WHERE high_rebounds = "Marcus Camby (13)"
39,772
<question>: Who did the high rebounds for the team Minnesota? <context>: CREATE TABLE table_27734769_9 (high_rebounds VARCHAR, team VARCHAR)
SELECT high_rebounds FROM table_27734769_9 WHERE team = "Minnesota"
39,773
<question>: How many scores where achieved on January 19? <context>: CREATE TABLE table_27734769_9 (score VARCHAR, date VARCHAR)
SELECT COUNT(score) FROM table_27734769_9 WHERE date = "January 19"
39,774
<question>: Who was the LMP2 winner when the LMP1 winning team was No. 20 Oryx Dyson Racing? <context>: CREATE TABLE table_27743641_2 (lmp2_winning_driver VARCHAR, lmp1_winning_team VARCHAR)
SELECT lmp2_winning_driver FROM table_27743641_2 WHERE lmp1_winning_team = "No. 20 Oryx Dyson Racing"
39,775
<question>: Who were the GT winning team when the GTC winning team was No. 54 Black Swan Racing? <context>: CREATE TABLE table_27743641_2 (gt_winning_team VARCHAR, gtc_winning_team VARCHAR)
SELECT gt_winning_team FROM table_27743641_2 WHERE gtc_winning_team = "No. 54 Black Swan Racing"
39,776
<question>: Who were the GT winning team when the results were "report"? <context>: CREATE TABLE table_27743641_2 (gt_winning_team VARCHAR, results VARCHAR)
SELECT gt_winning_team FROM table_27743641_2 WHERE results = "Report"
39,777
<question>: what is the date the high assists was andre miller (7)? <context>: CREATE TABLE table_27734769_8 (date VARCHAR, high_assists VARCHAR)
SELECT date FROM table_27734769_8 WHERE high_assists = "Andre Miller (7)"
39,778
<question>: What is the date the high points was lamarcus aldridge (36)? <context>: CREATE TABLE table_27734769_8 (date VARCHAR, high_points VARCHAR)
SELECT date FROM table_27734769_8 WHERE high_points = "LaMarcus Aldridge (36)"
39,779
<question>: What is the score when the team is milwaukee? <context>: CREATE TABLE table_27734769_8 (score VARCHAR, team VARCHAR)
SELECT score FROM table_27734769_8 WHERE team = "Milwaukee"
39,780
<question>: How many times was the high assists andre miller (7)? <context>: CREATE TABLE table_27734769_8 (date VARCHAR, high_assists VARCHAR)
SELECT COUNT(date) FROM table_27734769_8 WHERE high_assists = "Andre Miller (7)"
39,781
<question>: How many times was the high rebounds by marcus camby (18)? <context>: CREATE TABLE table_27734769_8 (date VARCHAR, high_rebounds VARCHAR)
SELECT COUNT(date) FROM table_27734769_8 WHERE high_rebounds = "Marcus Camby (18)"
39,782
<question>: What is the date the high rebounds were by lamarcus aldridge (6)? <context>: CREATE TABLE table_27734769_8 (date VARCHAR, high_rebounds VARCHAR)
SELECT date FROM table_27734769_8 WHERE high_rebounds = "LaMarcus Aldridge (6)"
39,783
<question>: Who had the most assists and how many did they have in game 35? <context>: CREATE TABLE table_27744844_7 (high_assists VARCHAR, game VARCHAR)
SELECT high_assists FROM table_27744844_7 WHERE game = 35
39,784
<question>: Who had the most rebounds and how many did they have on January 19? <context>: CREATE TABLE table_27744844_7 (high_rebounds VARCHAR, date VARCHAR)
SELECT high_rebounds FROM table_27744844_7 WHERE date = "January 19"
39,785
<question>: Which team played on April 9? <context>: CREATE TABLE table_27744976_11 (team VARCHAR, date VARCHAR)
SELECT team FROM table_27744976_11 WHERE date = "April 9"
39,786
<question>: Which player scored the most points and how many were scored on November 6? <context>: CREATE TABLE table_27744844_5 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_27744844_5 WHERE date = "November 6"
39,787
<question>: Who had the high assists on November 17? <context>: CREATE TABLE table_27744976_6 (high_assists VARCHAR, date VARCHAR)
SELECT high_assists FROM table_27744976_6 WHERE date = "November 17"
39,788
<question>: Who had highest rebounds during game on March 12? <context>: CREATE TABLE table_27744976_10 (high_rebounds VARCHAR, date VARCHAR)
SELECT high_rebounds FROM table_27744976_10 WHERE date = "March 12"
39,789
<question>: What was the rocket's record when they played against Indiana? <context>: CREATE TABLE table_27744976_10 (record VARCHAR, team VARCHAR)
SELECT record FROM table_27744976_10 WHERE team = "Indiana"
39,790
<question>: How many episodes in the season had production code of 175255? <context>: CREATE TABLE table_27755040_1 (no_in_season VARCHAR, production_code VARCHAR)
SELECT COUNT(no_in_season) FROM table_27755040_1 WHERE production_code = 175255
39,791
<question>: What were the high points on March 25? <context>: CREATE TABLE table_27755603_10 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_27755603_10 WHERE date = "March 25"
39,792
<question>: Who was the team on March 18? <context>: CREATE TABLE table_27755603_10 (team VARCHAR, date VARCHAR)
SELECT team FROM table_27755603_10 WHERE date = "March 18"
39,793
<question>: What was the high points when the team was Washington? <context>: CREATE TABLE table_27755603_10 (high_points VARCHAR, team VARCHAR)
SELECT high_points FROM table_27755603_10 WHERE team = "Washington"
39,794
<question>: What was the game number when the location attendance was the Palace of Auburn Hills 15,166? <context>: CREATE TABLE table_27755603_10 (game INTEGER, location_attendance VARCHAR)
SELECT MIN(game) FROM table_27755603_10 WHERE location_attendance = "The Palace of Auburn Hills 15,166"
39,795
<question>: What team did they play on april 6? <context>: CREATE TABLE table_27755603_11 (team VARCHAR, date VARCHAR)
SELECT team FROM table_27755603_11 WHERE date = "April 6"
39,796
<question>: What numbered game did they play on april 5? <context>: CREATE TABLE table_27755603_11 (game INTEGER, date VARCHAR)
SELECT MAX(game) FROM table_27755603_11 WHERE date = "April 5"
39,797
<question>: What numbered game did they play chicago? <context>: CREATE TABLE table_27755603_11 (game VARCHAR, team VARCHAR)
SELECT game FROM table_27755603_11 WHERE team = "Chicago"
39,798
<question>: Who had the most assists agains New Orleans? <context>: CREATE TABLE table_27755603_7 (high_assists VARCHAR, team VARCHAR)
SELECT high_assists FROM table_27755603_7 WHERE team = "New Orleans"
39,799
<question>: For how many games on December 19 is there information on who scored the most rebounds? <context>: CREATE TABLE table_27755603_7 (high_rebounds VARCHAR, date VARCHAR)
SELECT COUNT(high_rebounds) FROM table_27755603_7 WHERE date = "December 19"