training_input stringlengths 118 1.06k |
|---|
###context:CREATE TABLE table_27721131_2 (high_rebounds VARCHAR, location_attendance VARCHAR)
###human: Who's in the high rebounds in the verizon center 9,263 location attendance?
###assistant: SELECT high_rebounds FROM table_27721131_2 WHERE location_attendance = "Verizon Center 9,263" |
###context:CREATE TABLE table_27721131_2 (location_attendance VARCHAR, team VARCHAR)
###human: What's the location attendance of the milwaukee team?
###assistant: SELECT location_attendance FROM table_27721131_2 WHERE team = "Milwaukee" |
###context:CREATE TABLE table_27721131_2 (team VARCHAR, high_assists VARCHAR, score VARCHAR)
###human: What's the team number with John Wall (9) in high assists and a w 97β83 (ot) score?
###assistant: SELECT COUNT(team) FROM table_27721131_2 WHERE high_assists = "John Wall (9)" AND score = "W 97β83 (OT)" |
###context:CREATE TABLE table_27721131_11 (high_assists VARCHAR, game VARCHAR)
###human: Who had the highest assists during game 78?
###assistant: SELECT high_assists FROM table_27721131_11 WHERE game = 78 |
###context:CREATE TABLE table_27721131_6 (date VARCHAR, high_assists VARCHAR)
###human: What is the date where john wall (11) had the high assists?
###assistant: SELECT date FROM table_27721131_6 WHERE high_assists = "John Wall (11)" |
###context:CREATE TABLE table_27721131_6 (team VARCHAR, date VARCHAR)
###human: What is the team they played on november 25?
###assistant: SELECT team FROM table_27721131_6 WHERE date = "November 25" |
###context:CREATE TABLE table_27721131_6 (record VARCHAR, date VARCHAR)
###human: What is the record for the game on november 25?
###assistant: SELECT record FROM table_27721131_6 WHERE date = "November 25" |
###context:CREATE TABLE table_27721131_6 (team VARCHAR, high_points VARCHAR)
###human: Which team played them when andray blatche , javale mcgee (20) had the high points?
###assistant: SELECT team FROM table_27721131_6 WHERE high_points = "Andray Blatche , JaVale McGee (20)" |
###context:CREATE TABLE table_27721131_6 (score VARCHAR, high_points VARCHAR)
###human: What was the score when andray blatche , al thornton (20) had the high points?
###assistant: SELECT score FROM table_27721131_6 WHERE high_points = "Andray Blatche , Al Thornton (20)" |
###context:CREATE TABLE table_27721131_6 (game VARCHAR, team VARCHAR)
###human: How many games are shown against Houston?
###assistant: SELECT COUNT(game) FROM table_27721131_6 WHERE team = "Houston" |
###context:CREATE TABLE table_27721131_8 (team VARCHAR, game VARCHAR)
###human: How many teams listed for game 45?
###assistant: SELECT COUNT(team) FROM table_27721131_8 WHERE game = 45 |
###context:CREATE TABLE table_27722408_11 (score VARCHAR, team VARCHAR)
###human: What was the score when the Celtics played Washington at home?
###assistant: SELECT score FROM table_27722408_11 WHERE team = "Washington" |
###context:CREATE TABLE table_27722408_11 (high_assists VARCHAR, date VARCHAR)
###human: Who had the most assists and how many did they have on April 8?
###assistant: SELECT high_assists FROM table_27722408_11 WHERE date = "April 8" |
###context:CREATE TABLE table_27722408_10 (record VARCHAR, game VARCHAR)
###human: Name the total number of record for 61
###assistant: SELECT COUNT(record) FROM table_27722408_10 WHERE game = 61 |
###context:CREATE TABLE table_27722408_8 (location_attendance VARCHAR, team VARCHAR)
###human: What was location and attendance for the game where the Celtics played San Antonio?
###assistant: SELECT location_attendance FROM table_27722408_8 WHERE team = "San Antonio" |
###context:CREATE TABLE table_27722734_11 (score VARCHAR, team VARCHAR)
###human: Name the score for denver
###assistant: SELECT score FROM table_27722734_11 WHERE team = "Denver" |
###context:CREATE TABLE table_27722734_11 (high_points VARCHAR, date VARCHAR)
###human: Name the high points for april 8
###assistant: SELECT high_points FROM table_27722734_11 WHERE date = "April 8" |
###context:CREATE TABLE table_27722734_10 (location_attendance VARCHAR, team VARCHAR)
###human: what was the location for charlotte?
###assistant: SELECT location_attendance FROM table_27722734_10 WHERE team = "Charlotte" |
###context:CREATE TABLE table_27722734_10 (high_points VARCHAR, date VARCHAR)
###human: who had high points on march 27?
###assistant: SELECT high_points FROM table_27722734_10 WHERE date = "March 27" |
###context:CREATE TABLE table_27722734_12 (game INTEGER)
###human: What number was the first game?
###assistant: SELECT MIN(game) FROM table_27722734_12 |
###context:CREATE TABLE table_27723228_12 (record VARCHAR, score VARCHAR)
###human: Name the record for w 101β93 (ot)
###assistant: SELECT record FROM table_27723228_12 WHERE score = "W 101β93 (OT)" |
###context:CREATE TABLE table_27723228_12 (high_rebounds VARCHAR, game VARCHAR)
###human: Name the high rebounds for 81 game
###assistant: SELECT high_rebounds FROM table_27723228_12 WHERE game = 81 |
###context:CREATE TABLE table_27723228_12 (score VARCHAR, team VARCHAR)
###human: Name the score for indiana
###assistant: SELECT score FROM table_27723228_12 WHERE team = "Indiana" |
###context:CREATE TABLE table_27723228_11 (location_attendance VARCHAR, team VARCHAR)
###human: What was the location and attendance of the game against Dallas?
###assistant: SELECT location_attendance FROM table_27723228_11 WHERE team = "Dallas" |
###context:CREATE TABLE table_27723228_8 (high_rebounds VARCHAR, record VARCHAR)
###human: Who had the high rebounds when the record was 14β7?
###assistant: SELECT high_rebounds FROM table_27723228_8 WHERE record = "14β7" |
###context:CREATE TABLE table_27723228_8 (high_rebounds VARCHAR, game VARCHAR)
###human: How many people are listed for high rebounds on game 30?
###assistant: SELECT COUNT(high_rebounds) FROM table_27723228_8 WHERE game = 30 |
###context:CREATE TABLE table_27723228_8 (record VARCHAR, high_points VARCHAR)
###human: What was the record when chris paul (16) had the high points?
###assistant: SELECT record FROM table_27723228_8 WHERE high_points = "Chris Paul (16)" |
###context:CREATE TABLE table_27723228_8 (record VARCHAR, score VARCHAR)
###human: What is the record when the score was l 84β96 (ot)?
###assistant: SELECT record FROM table_27723228_8 WHERE score = "L 84β96 (OT)" |
###context:CREATE TABLE table_27723228_8 (location_attendance VARCHAR, record VARCHAR)
###human: Where was the game played when the record was 16β11?
###assistant: SELECT location_attendance FROM table_27723228_8 WHERE record = "16β11" |
###context:CREATE TABLE table_27723228_7 (score VARCHAR, team VARCHAR)
###human: Name the score for miami
###assistant: SELECT score FROM table_27723228_7 WHERE team = "Miami" |
###context:CREATE TABLE table_27723228_7 (high_assists VARCHAR, score VARCHAR)
###human: Name the high assists for w 107β99 (ot)
###assistant: SELECT high_assists FROM table_27723228_7 WHERE score = "W 107β99 (OT)" |
###context:CREATE TABLE table_27730_9 (predecessor VARCHAR, ekavian VARCHAR)
###human: What's the predecessor of the Ekavian word vreme?
###assistant: SELECT predecessor FROM table_27730_9 WHERE ekavian = "vreme" |
###context:CREATE TABLE table_27730_9 (ikavian VARCHAR, ijekavian VARCHAR)
###human: What's the Ikavian translation of the Ijekavian word lijep?
###assistant: SELECT ikavian FROM table_27730_9 WHERE ijekavian = "lijep" |
###context:CREATE TABLE table_27730_9 (ijekavian VARCHAR, ikavian VARCHAR)
###human: What's the ijekavian translation of the ikavian word grijati?
###assistant: SELECT ijekavian FROM table_27730_9 WHERE ikavian = "grijati" |
###context:CREATE TABLE table_27723526_9 (high_assists VARCHAR, date VARCHAR)
###human: Who had highest assists at game on December 21?
###assistant: SELECT COUNT(high_assists) FROM table_27723526_9 WHERE date = "December 21" |
###context:CREATE TABLE table_27723526_9 (location_attendance VARCHAR, team VARCHAR)
###human: What location did the Mavericks play against Milwaukee?
###assistant: SELECT location_attendance FROM table_27723526_9 WHERE team = "Milwaukee" |
###context:CREATE TABLE table_27723526_17 (high_rebounds VARCHAR, date VARCHAR)
###human: What is the high rebound for June 9?
###assistant: SELECT high_rebounds FROM table_27723526_17 WHERE date = "June 9" |
###context:CREATE TABLE table_27723526_17 (high_rebounds VARCHAR, game VARCHAR)
###human: Who is the high rebound where game is 5?
###assistant: SELECT high_rebounds FROM table_27723526_17 WHERE game = 5 |
###context:CREATE TABLE table_27733258_11 (team VARCHAR, date VARCHAR)
###human: What company plays on april 1?
###assistant: SELECT team FROM table_27733258_11 WHERE date = "April 1" |
###context:CREATE TABLE table_27733258_6 (high_points VARCHAR, score VARCHAR)
###human: Name the high points for l 110β112 (ot)
###assistant: SELECT high_points FROM table_27733258_6 WHERE score = "L 110β112 (OT)" |
###context:CREATE TABLE table_27733258_6 (location_attendance VARCHAR, score VARCHAR)
###human: Name the location attendance for l 105β123 (ot)
###assistant: SELECT location_attendance FROM table_27733258_6 WHERE score = "L 105β123 (OT)" |
###context:CREATE TABLE table_27733258_7 (date VARCHAR, game VARCHAR)
###human: what date was game 29?
###assistant: SELECT date FROM table_27733258_7 WHERE game = 29 |
###context:CREATE TABLE table_27733258_8 (team VARCHAR, date VARCHAR)
###human: Who did the team play on january 9?
###assistant: SELECT team FROM table_27733258_8 WHERE date = "January 9" |
###context:CREATE TABLE table_27733909_10 (high_assists VARCHAR, game VARCHAR)
###human: Who had the highest assists in game 75?
###assistant: SELECT high_assists FROM table_27733909_10 WHERE game = 75 |
###context:CREATE TABLE table_27733909_10 (location_attendance VARCHAR, date VARCHAR)
###human: How many locations did the game that was on April 8 take place at?
###assistant: SELECT COUNT(location_attendance) FROM table_27733909_10 WHERE date = "April 8" |
###context:CREATE TABLE table_27733909_1 (record VARCHAR, date VARCHAR)
###human: what is the overall number of times when the calendar showed october 6
###assistant: SELECT COUNT(record) FROM table_27733909_1 WHERE date = "October 6" |
###context:CREATE TABLE table_27733909_1 (high_points VARCHAR, date VARCHAR)
###human: what is the most number where the calendar shows october 20
###assistant: SELECT high_points FROM table_27733909_1 WHERE date = "October 20" |
###context:CREATE TABLE table_27733909_1 (date VARCHAR, game VARCHAR)
###human: what are the times where the play is 5
###assistant: SELECT date FROM table_27733909_1 WHERE game = 5 |
###context:CREATE TABLE table_27733909_5 (score VARCHAR, date VARCHAR)
###human: What was the score in the game on November 21?
###assistant: SELECT score FROM table_27733909_5 WHERE date = "November 21" |
###context:CREATE TABLE table_27733909_5 (high_points VARCHAR, game VARCHAR)
###human: Who had the most points and how many did they have in game 11?
###assistant: SELECT high_points FROM table_27733909_5 WHERE game = 11 |
###context:CREATE TABLE table_27734286_6 (record VARCHAR, game VARCHAR)
###human: List records for game 29.
###assistant: SELECT record FROM table_27734286_6 WHERE game = 29 |
###context:CREATE TABLE table_27734286_1 (record VARCHAR, high_points VARCHAR)
###human: What record has c. j. miles (20) in the high points?
###assistant: SELECT record FROM table_27734286_1 WHERE high_points = "C. J. Miles (20)" |
###context:CREATE TABLE table_27734286_1 (high_rebounds VARCHAR, location_attendance VARCHAR)
###human: Who in the high rebounds is in the honda center 15,625 location attendance?
###assistant: SELECT high_rebounds FROM table_27734286_1 WHERE location_attendance = "Honda Center 15,625" |
###context:CREATE TABLE table_27734286_1 (high_points VARCHAR, team VARCHAR)
###human: Who is in the high points in the @ l.a. clippers team?
###assistant: SELECT high_points FROM table_27734286_1 WHERE team = "@ L.A. Clippers" |
###context:CREATE TABLE table_27734286_1 (score VARCHAR, high_points VARCHAR)
###human: What's the score in al jefferson (24) high points?
###assistant: SELECT COUNT(score) FROM table_27734286_1 WHERE high_points = "Al Jefferson (24)" |
###context:CREATE TABLE table_27734286_1 (score VARCHAR, date VARCHAR)
###human: What`s the score in October 7.
###assistant: SELECT score FROM table_27734286_1 WHERE date = "October 7" |
###context:CREATE TABLE table_27734286_1 (location_attendance VARCHAR, team VARCHAR)
###human: What's the location attendance of the @ portland team?
###assistant: SELECT location_attendance FROM table_27734286_1 WHERE team = "@ Portland" |
###context:CREATE TABLE table_27734286_7 (high_assists VARCHAR, date VARCHAR)
###human: Who had the high assist total on january 8?
###assistant: SELECT high_assists FROM table_27734286_7 WHERE date = "January 8" |
###context:CREATE TABLE table_27734286_7 (high_assists VARCHAR, game VARCHAR)
###human: Who had the high assists for game number 38?
###assistant: SELECT high_assists FROM table_27734286_7 WHERE game = 38 |
###context:CREATE TABLE table_27734286_7 (high_points VARCHAR, date VARCHAR)
###human: How many games did they play on january 7?
###assistant: SELECT COUNT(high_points) FROM table_27734286_7 WHERE date = "January 7" |
###context:CREATE TABLE table_27734577_11 (date VARCHAR, team VARCHAR)
###human: What date did the Hawks play against Boston?
###assistant: SELECT date FROM table_27734577_11 WHERE team = "Boston" |
###context:CREATE TABLE table_27734577_2 (high_assists VARCHAR, high_rebounds VARCHAR)
###human: List the highest number of assists when zaza pachulia (6) had the most rebounds.
###assistant: SELECT COUNT(high_assists) FROM table_27734577_2 WHERE high_rebounds = "Zaza Pachulia (6)" |
###context:CREATE TABLE table_27734577_2 (team VARCHAR, date VARCHAR)
###human: Which team was the opponent on october 21?
###assistant: SELECT team FROM table_27734577_2 WHERE date = "October 21" |
###context:CREATE TABLE table_27734577_2 (high_points VARCHAR, score VARCHAR)
###human: Who corned the most points for the game that ended with a score of l 85β94 (ot)?
###assistant: SELECT high_points FROM table_27734577_2 WHERE score = "L 85β94 (OT)" |
###context:CREATE TABLE table_27734577_2 (score VARCHAR, high_points VARCHAR)
###human: what was the final score of the game where josh powell (13) scored the most points?
###assistant: SELECT score FROM table_27734577_2 WHERE high_points = "Josh Powell (13)" |
###context:CREATE TABLE table_27734577_8 (record VARCHAR, team VARCHAR)
###human: What's the record of the @ miami team?
###assistant: SELECT record FROM table_27734577_8 WHERE team = "@ Miami" |
###context:CREATE TABLE table_27734577_8 (record VARCHAR, date VARCHAR)
###human: How many records where in January 2?
###assistant: SELECT COUNT(record) FROM table_27734577_8 WHERE date = "January 2" |
###context:CREATE TABLE table_27734577_8 (high_rebounds VARCHAR, high_points VARCHAR)
###human: What are the high rebounds in the jamal crawford (20) high points?
###assistant: SELECT high_rebounds FROM table_27734577_8 WHERE high_points = "Jamal Crawford (20)" |
###context:CREATE TABLE table_27734577_8 (high_rebounds VARCHAR, game VARCHAR)
###human: What are the high rebounds in the 45 game?
###assistant: SELECT high_rebounds FROM table_27734577_8 WHERE game = 45 |
###context:CREATE TABLE table_27734577_8 (date VARCHAR, team VARCHAR)
###human: What's the date of the new orleans team ?
###assistant: SELECT date FROM table_27734577_8 WHERE team = "New Orleans" |
###context:CREATE TABLE table_27734577_8 (team VARCHAR, score VARCHAR)
###human: What team has a score of w 110β87 (ot)?
###assistant: SELECT team FROM table_27734577_8 WHERE score = "W 110β87 (OT)" |
###context:CREATE TABLE table_27734769_9 (record VARCHAR, high_rebounds VARCHAR)
###human: What was the game record if Marcus Camby (13) got the high rebounds?
###assistant: SELECT record FROM table_27734769_9 WHERE high_rebounds = "Marcus Camby (13)" |
###context:CREATE TABLE table_27734769_9 (high_rebounds VARCHAR, team VARCHAR)
###human: Who did the high rebounds for the team Minnesota?
###assistant: SELECT high_rebounds FROM table_27734769_9 WHERE team = "Minnesota" |
###context:CREATE TABLE table_27734769_9 (score VARCHAR, date VARCHAR)
###human: How many scores where achieved on January 19?
###assistant: SELECT COUNT(score) FROM table_27734769_9 WHERE date = "January 19" |
###context:CREATE TABLE table_27743641_2 (lmp2_winning_driver VARCHAR, lmp1_winning_team VARCHAR)
###human: Who was the LMP2 winner when the LMP1 winning team was No. 20 Oryx Dyson Racing?
###assistant: SELECT lmp2_winning_driver FROM table_27743641_2 WHERE lmp1_winning_team = "No. 20 Oryx Dyson Racing" |
###context:CREATE TABLE table_27743641_2 (gt_winning_team VARCHAR, gtc_winning_team VARCHAR)
###human: Who were the GT winning team when the GTC winning team was No. 54 Black Swan Racing?
###assistant: SELECT gt_winning_team FROM table_27743641_2 WHERE gtc_winning_team = "No. 54 Black Swan Racing" |
###context:CREATE TABLE table_27743641_2 (gt_winning_team VARCHAR, results VARCHAR)
###human: Who were the GT winning team when the results were "report"?
###assistant: SELECT gt_winning_team FROM table_27743641_2 WHERE results = "Report" |
###context:CREATE TABLE table_27734769_8 (date VARCHAR, high_assists VARCHAR)
###human: what is the date the high assists was andre miller (7)?
###assistant: SELECT date FROM table_27734769_8 WHERE high_assists = "Andre Miller (7)" |
###context:CREATE TABLE table_27734769_8 (date VARCHAR, high_points VARCHAR)
###human: What is the date the high points was lamarcus aldridge (36)?
###assistant: SELECT date FROM table_27734769_8 WHERE high_points = "LaMarcus Aldridge (36)" |
###context:CREATE TABLE table_27734769_8 (score VARCHAR, team VARCHAR)
###human: What is the score when the team is milwaukee?
###assistant: SELECT score FROM table_27734769_8 WHERE team = "Milwaukee" |
###context:CREATE TABLE table_27734769_8 (date VARCHAR, high_assists VARCHAR)
###human: How many times was the high assists andre miller (7)?
###assistant: SELECT COUNT(date) FROM table_27734769_8 WHERE high_assists = "Andre Miller (7)" |
###context:CREATE TABLE table_27734769_8 (date VARCHAR, high_rebounds VARCHAR)
###human: How many times was the high rebounds by marcus camby (18)?
###assistant: SELECT COUNT(date) FROM table_27734769_8 WHERE high_rebounds = "Marcus Camby (18)" |
###context:CREATE TABLE table_27734769_8 (date VARCHAR, high_rebounds VARCHAR)
###human: What is the date the high rebounds were by lamarcus aldridge (6)?
###assistant: SELECT date FROM table_27734769_8 WHERE high_rebounds = "LaMarcus Aldridge (6)" |
###context:CREATE TABLE table_27744844_7 (high_assists VARCHAR, game VARCHAR)
###human: Who had the most assists and how many did they have in game 35?
###assistant: SELECT high_assists FROM table_27744844_7 WHERE game = 35 |
###context:CREATE TABLE table_27744844_7 (high_rebounds VARCHAR, date VARCHAR)
###human: Who had the most rebounds and how many did they have on January 19?
###assistant: SELECT high_rebounds FROM table_27744844_7 WHERE date = "January 19" |
###context:CREATE TABLE table_27744976_11 (team VARCHAR, date VARCHAR)
###human: Which team played on April 9?
###assistant: SELECT team FROM table_27744976_11 WHERE date = "April 9" |
###context:CREATE TABLE table_27744844_5 (high_points VARCHAR, date VARCHAR)
###human: Which player scored the most points and how many were scored on November 6?
###assistant: SELECT high_points FROM table_27744844_5 WHERE date = "November 6" |
###context:CREATE TABLE table_27744976_6 (high_assists VARCHAR, date VARCHAR)
###human: Who had the high assists on November 17?
###assistant: SELECT high_assists FROM table_27744976_6 WHERE date = "November 17" |
###context:CREATE TABLE table_27744976_10 (high_rebounds VARCHAR, date VARCHAR)
###human: Who had highest rebounds during game on March 12?
###assistant: SELECT high_rebounds FROM table_27744976_10 WHERE date = "March 12" |
###context:CREATE TABLE table_27744976_10 (record VARCHAR, team VARCHAR)
###human: What was the rocket's record when they played against Indiana?
###assistant: SELECT record FROM table_27744976_10 WHERE team = "Indiana" |
###context:CREATE TABLE table_27755040_1 (no_in_season VARCHAR, production_code VARCHAR)
###human: How many episodes in the season had production code of 175255?
###assistant: SELECT COUNT(no_in_season) FROM table_27755040_1 WHERE production_code = 175255 |
###context:CREATE TABLE table_27755603_10 (high_points VARCHAR, date VARCHAR)
###human: What were the high points on March 25?
###assistant: SELECT high_points FROM table_27755603_10 WHERE date = "March 25" |
###context:CREATE TABLE table_27755603_10 (team VARCHAR, date VARCHAR)
###human: Who was the team on March 18?
###assistant: SELECT team FROM table_27755603_10 WHERE date = "March 18" |
###context:CREATE TABLE table_27755603_10 (high_points VARCHAR, team VARCHAR)
###human: What was the high points when the team was Washington?
###assistant: SELECT high_points FROM table_27755603_10 WHERE team = "Washington" |
###context:CREATE TABLE table_27755603_10 (game INTEGER, location_attendance VARCHAR)
###human: What was the game number when the location attendance was the Palace of Auburn Hills 15,166?
###assistant: SELECT MIN(game) FROM table_27755603_10 WHERE location_attendance = "The Palace of Auburn Hills 15,166" |
###context:CREATE TABLE table_27755603_11 (team VARCHAR, date VARCHAR)
###human: What team did they play on april 6?
###assistant: SELECT team FROM table_27755603_11 WHERE date = "April 6" |
###context:CREATE TABLE table_27755603_11 (game INTEGER, date VARCHAR)
###human: What numbered game did they play on april 5?
###assistant: SELECT MAX(game) FROM table_27755603_11 WHERE date = "April 5" |
###context:CREATE TABLE table_27755603_11 (game VARCHAR, team VARCHAR)
###human: What numbered game did they play chicago?
###assistant: SELECT game FROM table_27755603_11 WHERE team = "Chicago" |
###context:CREATE TABLE table_27755603_7 (high_assists VARCHAR, team VARCHAR)
###human: Who had the most assists agains New Orleans?
###assistant: SELECT high_assists FROM table_27755603_7 WHERE team = "New Orleans" |
###context:CREATE TABLE table_27755603_7 (high_rebounds VARCHAR, date VARCHAR)
###human: For how many games on December 19 is there information on who scored the most rebounds?
###assistant: SELECT COUNT(high_rebounds) FROM table_27755603_7 WHERE date = "December 19" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.