question
stringlengths
12
244
context
stringlengths
27
489
answer
dict
Name the year for guillermo cañas
CREATE TABLE table_23284597_3 (year VARCHAR, opponent_in_the_final VARCHAR)
{ "SQL_Query": "SELECT year FROM table_23284597_3 WHERE opponent_in_the_final = \"Guillermo Cañas\"" }
What was the score for the game against Houston?
CREATE TABLE table_23285761_10 (score VARCHAR, team VARCHAR)
{ "SQL_Query": "SELECT score FROM table_23285761_10 WHERE team = \"Houston\"" }
Name the number of records for 30 game
CREATE TABLE table_23285805_5 (record VARCHAR, game VARCHAR)
{ "SQL_Query": "SELECT COUNT(record) FROM table_23285805_5 WHERE game = 30" }
Name the team for december 19
CREATE TABLE table_23285805_5 (team VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT team FROM table_23285805_5 WHERE date = \"December 19\"" }
What location and how many people were in attendance where the record was 9-4 for the season?
CREATE TABLE table_23285849_5 (location_attendance VARCHAR, record VARCHAR)
{ "SQL_Query": "SELECT location_attendance FROM table_23285849_5 WHERE record = \"9-4\"" }
How scored the most points where the record is 3-0 for the season?
CREATE TABLE table_23285849_5 (high_points VARCHAR, record VARCHAR)
{ "SQL_Query": "SELECT high_points FROM table_23285849_5 WHERE record = \"3-0\"" }
When chauncey billups (7) has the highest amount of assists what is the score?
CREATE TABLE table_23285849_10 (score VARCHAR, high_assists VARCHAR)
{ "SQL_Query": "SELECT score FROM table_23285849_10 WHERE high_assists = \"Chauncey Billups (7)\"" }
When j.r. smith (26) has the highest amount of points what is the score?
CREATE TABLE table_23285849_10 (score VARCHAR, high_points VARCHAR)
{ "SQL_Query": "SELECT score FROM table_23285849_10 WHERE high_points = \"J.R. Smith (26)\"" }
When the clippers are the team how many games are there?
CREATE TABLE table_23285849_10 (game VARCHAR, team VARCHAR)
{ "SQL_Query": "SELECT COUNT(game) FROM table_23285849_10 WHERE team = \"Clippers\"" }
When aaron afflalo (9) has the highest amount of rebounds what is the score?
CREATE TABLE table_23285849_10 (score VARCHAR, high_rebounds VARCHAR)
{ "SQL_Query": "SELECT score FROM table_23285849_10 WHERE high_rebounds = \"Aaron Afflalo (9)\"" }
When chauncey billups (4) has the highest amount of assists who has the highest amount of points?
CREATE TABLE table_23285849_10 (high_points VARCHAR, high_assists VARCHAR)
{ "SQL_Query": "SELECT high_points FROM table_23285849_10 WHERE high_assists = \"Chauncey Billups (4)\"" }
When carmelo anthony (39) has the highest amount of points where is the location and what is the attendance?
CREATE TABLE table_23285849_11 (location_attendance VARCHAR, high_points VARCHAR)
{ "SQL_Query": "SELECT location_attendance FROM table_23285849_11 WHERE high_points = \"Carmelo Anthony (39)\"" }
When carmelo anthony (42) has the highest amount of points how many measurements of highest rebounds are there?
CREATE TABLE table_23285849_11 (high_rebounds VARCHAR, high_points VARCHAR)
{ "SQL_Query": "SELECT COUNT(high_rebounds) FROM table_23285849_11 WHERE high_points = \"Carmelo Anthony (42)\"" }
Name the record for l 106–116 (ot)
CREATE TABLE table_23285849_8 (record VARCHAR, score VARCHAR)
{ "SQL_Query": "SELECT record FROM table_23285849_8 WHERE score = \"L 106–116 (OT)\"" }
Name the high points for the staples center 18,997
CREATE TABLE table_23285849_8 (high_points VARCHAR, location_attendance VARCHAR)
{ "SQL_Query": "SELECT high_points FROM table_23285849_8 WHERE location_attendance = \"Staples Center 18,997\"" }
What was the date of the game when the record was 27-14?
CREATE TABLE table_23285849_7 (date VARCHAR, record VARCHAR)
{ "SQL_Query": "SELECT date FROM table_23285849_7 WHERE record = \"27-14\"" }
Who had the most points in the game where the score was w 97–92 (ot)?
CREATE TABLE table_23285849_7 (high_points VARCHAR, score VARCHAR)
{ "SQL_Query": "SELECT high_points FROM table_23285849_7 WHERE score = \"W 97–92 (OT)\"" }
What was the record when the timberwolves were played?
CREATE TABLE table_23285849_7 (record VARCHAR, team VARCHAR)
{ "SQL_Query": "SELECT record FROM table_23285849_7 WHERE team = \"Timberwolves\"" }
How many players has the highest points in the game against the Heat?
CREATE TABLE table_23285849_6 (high_points VARCHAR, team VARCHAR)
{ "SQL_Query": "SELECT COUNT(high_points) FROM table_23285849_6 WHERE team = \"Heat\"" }
Who tied for highest rebounds in game 29?
CREATE TABLE table_23285849_6 (high_rebounds VARCHAR, game VARCHAR)
{ "SQL_Query": "SELECT high_rebounds FROM table_23285849_6 WHERE game = 29" }
Where was game number 5 played?
CREATE TABLE table_23286112_12 (location_attendance VARCHAR, game VARCHAR)
{ "SQL_Query": "SELECT location_attendance FROM table_23286112_12 WHERE game = 5" }
Who had the highest rebounds in game 2?
CREATE TABLE table_23286112_12 (high_rebounds VARCHAR, game VARCHAR)
{ "SQL_Query": "SELECT high_rebounds FROM table_23286112_12 WHERE game = 2" }
What date was the series 0-2?
CREATE TABLE table_23286112_12 (date VARCHAR, series VARCHAR)
{ "SQL_Query": "SELECT date FROM table_23286112_12 WHERE series = \"0-2\"" }
Which series were played on April 18?
CREATE TABLE table_23286112_12 (series VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT series FROM table_23286112_12 WHERE date = \"April 18\"" }
What series had high rebounds with Marcus Camby (11)?
CREATE TABLE table_23286158_11 (series VARCHAR, high_rebounds VARCHAR)
{ "SQL_Query": "SELECT series FROM table_23286158_11 WHERE high_rebounds = \"Marcus Camby (11)\"" }
What was the series where the game was 5?
CREATE TABLE table_23286158_11 (series VARCHAR, game VARCHAR)
{ "SQL_Query": "SELECT series FROM table_23286158_11 WHERE game = 5" }
What is the score when high points were Andre Miller (31)?
CREATE TABLE table_23286158_11 (score VARCHAR, high_points VARCHAR)
{ "SQL_Query": "SELECT score FROM table_23286158_11 WHERE high_points = \"Andre Miller (31)\"" }
What is the score in game 3?
CREATE TABLE table_23286158_11 (score VARCHAR, game VARCHAR)
{ "SQL_Query": "SELECT score FROM table_23286158_11 WHERE game = 3" }
When marcus camby (15) has the highest amount of rebounds who has the highest amount of assists?
CREATE TABLE table_23286158_10 (high_assists VARCHAR, high_rebounds VARCHAR)
{ "SQL_Query": "SELECT high_assists FROM table_23286158_10 WHERE high_rebounds = \"Marcus Camby (15)\"" }
When 48-30 is the record who has the highest amount of points?
CREATE TABLE table_23286158_10 (high_points VARCHAR, record VARCHAR)
{ "SQL_Query": "SELECT high_points FROM table_23286158_10 WHERE record = \"48-30\"" }
When 78 is the game and brandon roy (6) has the highest amount of assists how many locations/attendances are there?
CREATE TABLE table_23286158_10 (location_attendance VARCHAR, high_assists VARCHAR, game VARCHAR)
{ "SQL_Query": "SELECT COUNT(location_attendance) FROM table_23286158_10 WHERE high_assists = \"Brandon Roy (6)\" AND game = 78" }
When marcus camby (15) has the highest amount of rebounds what is the date?
CREATE TABLE table_23286158_10 (date VARCHAR, high_rebounds VARCHAR)
{ "SQL_Query": "SELECT date FROM table_23286158_10 WHERE high_rebounds = \"Marcus Camby (15)\"" }
When did the Portland Trail Blazers play against Cleveland?
CREATE TABLE table_23286158_7 (date VARCHAR, team VARCHAR)
{ "SQL_Query": "SELECT date FROM table_23286158_7 WHERE team = \"Cleveland\"" }
How many episodes were directed by Sarah Pia Anderson?
CREATE TABLE table_23287683_1 (title VARCHAR, directed_by VARCHAR)
{ "SQL_Query": "SELECT COUNT(title) FROM table_23287683_1 WHERE directed_by = \"Sarah Pia Anderson\"" }
List all season numbers with production codes of 5m21.
CREATE TABLE table_23287683_1 (season__number VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT season__number FROM table_23287683_1 WHERE production_code = \"5M21\"" }
How many episodes had a series number of 95?
CREATE TABLE table_23287683_1 (title VARCHAR, series__number VARCHAR)
{ "SQL_Query": "SELECT COUNT(title) FROM table_23287683_1 WHERE series__number = 95" }
Name the total number of season for production code 3m17
CREATE TABLE table_23286722_1 (season__number VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT COUNT(season__number) FROM table_23286722_1 WHERE production_code = \"3M17\"" }
Name the directed by season # 2
CREATE TABLE table_23286722_1 (directed_by VARCHAR, season__number VARCHAR)
{ "SQL_Query": "SELECT directed_by FROM table_23286722_1 WHERE season__number = 2" }
Name least series number for writers david e. kelley & jill goldsmith
CREATE TABLE table_23286722_1 (series__number INTEGER, written_by VARCHAR)
{ "SQL_Query": "SELECT MIN(series__number) FROM table_23286722_1 WHERE written_by = \"David E. Kelley & Jill Goldsmith\"" }
How many episodes are numbered 12x03?
CREATE TABLE table_23292220_13 (first_broadcast VARCHAR, episode VARCHAR)
{ "SQL_Query": "SELECT COUNT(first_broadcast) FROM table_23292220_13 WHERE episode = \"12x03\"" }
Who was on Jon's team when Sean's team had Matthew Crosby and Kimberly Wyatt?
CREATE TABLE table_23292220_13 (jons_team VARCHAR, seans_team VARCHAR)
{ "SQL_Query": "SELECT jons_team FROM table_23292220_13 WHERE seans_team = \"Matthew Crosby and Kimberly Wyatt\"" }
What was the episode that had Jack Dee and Stacey Solomon on Sean's team?
CREATE TABLE table_23292220_13 (episode VARCHAR, seans_team VARCHAR)
{ "SQL_Query": "SELECT episode FROM table_23292220_13 WHERE seans_team = \"Jack Dee and Stacey Solomon\"" }
What was the score in the episode that had Louie Spence and Joe Wilkinson on Sean's team?
CREATE TABLE table_23292220_13 (scores VARCHAR, seans_team VARCHAR)
{ "SQL_Query": "SELECT scores FROM table_23292220_13 WHERE seans_team = \"Louie Spence and Joe Wilkinson\"" }
What was the score on the episode that had Russell Kane and Louise Redknapp on Sean's team?
CREATE TABLE table_23292220_13 (scores VARCHAR, seans_team VARCHAR)
{ "SQL_Query": "SELECT scores FROM table_23292220_13 WHERE seans_team = \"Russell Kane and Louise Redknapp\"" }
In which episode is Sean's team made up of Krishnan Guru-Murthy and Vic Reeves?
CREATE TABLE table_23292220_3 (episode VARCHAR, seans_team VARCHAR)
{ "SQL_Query": "SELECT episode FROM table_23292220_3 WHERE seans_team = \"Krishnan Guru-Murthy and Vic Reeves\"" }
What is the first broadcast date of the episode in which Dave's team is made up of Dave Johns and Sally Lindsay?
CREATE TABLE table_23292220_3 (first_broadcast VARCHAR, daves_team VARCHAR)
{ "SQL_Query": "SELECT first_broadcast FROM table_23292220_3 WHERE daves_team = \"Dave Johns and Sally Lindsay\"" }
What was the first broadcast date of the episode in which Sean's team is made up of Peter Serafinowicz and Johnny Vegas?
CREATE TABLE table_23292220_3 (first_broadcast VARCHAR, seans_team VARCHAR)
{ "SQL_Query": "SELECT first_broadcast FROM table_23292220_3 WHERE seans_team = \"Peter Serafinowicz and Johnny Vegas\"" }
In how many episodes was Dave's team made up of David Walliams and Louis Walsh?
CREATE TABLE table_23292220_3 (episode VARCHAR, daves_team VARCHAR)
{ "SQL_Query": "SELECT COUNT(episode) FROM table_23292220_3 WHERE daves_team = \"David Walliams and Louis Walsh\"" }
Which episode has boy george and lee mack on dave's team?
CREATE TABLE table_23292220_4 (episode VARCHAR, daves_team VARCHAR)
{ "SQL_Query": "SELECT episode FROM table_23292220_4 WHERE daves_team = \"Boy George and Lee Mack\"" }
How many daves team entries are there on 27 october 2006?
CREATE TABLE table_23292220_4 (daves_team VARCHAR, first_broadcast VARCHAR)
{ "SQL_Query": "SELECT COUNT(daves_team) FROM table_23292220_4 WHERE first_broadcast = \"27 October 2006\"" }
Which episode has ulrika jonsson and michael mcintyre on sean's team?
CREATE TABLE table_23292220_4 (episode VARCHAR, seans_team VARCHAR)
{ "SQL_Query": "SELECT episode FROM table_23292220_4 WHERE seans_team = \"Ulrika Jonsson and Michael McIntyre\"" }
What was the score in the episode with john barrowman and vic reeves on sean's team?
CREATE TABLE table_23292220_4 (scores VARCHAR, seans_team VARCHAR)
{ "SQL_Query": "SELECT scores FROM table_23292220_4 WHERE seans_team = \"John Barrowman and Vic Reeves\"" }
What was the first broadcast date of episode 4x03?
CREATE TABLE table_23292220_4 (first_broadcast VARCHAR, episode VARCHAR)
{ "SQL_Query": "SELECT first_broadcast FROM table_23292220_4 WHERE episode = \"4x03\"" }
Name the first broadcast for trisha goddard and glenn wool
CREATE TABLE table_23292220_5 (first_broadcast VARCHAR, jasons_team VARCHAR)
{ "SQL_Query": "SELECT first_broadcast FROM table_23292220_5 WHERE jasons_team = \"Trisha Goddard and Glenn Wool\"" }
Name the number of scores for 5x06
CREATE TABLE table_23292220_5 (scores VARCHAR, episode VARCHAR)
{ "SQL_Query": "SELECT COUNT(scores) FROM table_23292220_5 WHERE episode = \"5x06\"" }
Name the first broadcast for tina malone and joe wilkinson
CREATE TABLE table_23292220_17 (first_broadcast VARCHAR, seans_team VARCHAR)
{ "SQL_Query": "SELECT first_broadcast FROM table_23292220_17 WHERE seans_team = \"Tina Malone and Joe Wilkinson\"" }
Name the number of jons team for 15x10
CREATE TABLE table_23292220_17 (jons_team VARCHAR, episode VARCHAR)
{ "SQL_Query": "SELECT COUNT(jons_team) FROM table_23292220_17 WHERE episode = \"15x10\"" }
Name the scores for chris ramsey and carol vorderman
CREATE TABLE table_23292220_17 (scores VARCHAR, seans_team VARCHAR)
{ "SQL_Query": "SELECT scores FROM table_23292220_17 WHERE seans_team = \"Chris Ramsey and Carol Vorderman\"" }
Name the total number of jons team for 15x07
CREATE TABLE table_23292220_17 (jons_team VARCHAR, episode VARCHAR)
{ "SQL_Query": "SELECT COUNT(jons_team) FROM table_23292220_17 WHERE episode = \"15x07\"" }
Name all of Jason's teams that appeared on episode 6x02?
CREATE TABLE table_23292220_6 (jasons_team VARCHAR, episode VARCHAR)
{ "SQL_Query": "SELECT jasons_team FROM table_23292220_6 WHERE episode = \"6x02\"" }
In how many episodes were Vanessa Feltz and Lee Mack the team for Sean?
CREATE TABLE table_23292220_6 (episode VARCHAR, seans_team VARCHAR)
{ "SQL_Query": "SELECT COUNT(episode) FROM table_23292220_6 WHERE seans_team = \"Vanessa Feltz and Lee Mack\"" }
Name the episode(s) that featured Duncan James and Johnny Vegas as Jason's team.
CREATE TABLE table_23292220_6 (episode VARCHAR, jasons_team VARCHAR)
{ "SQL_Query": "SELECT episode FROM table_23292220_6 WHERE jasons_team = \"Duncan James and Johnny Vegas\"" }
What round does Duncan Tappy drive in?
CREATE TABLE table_23293785_3 (sf_round INTEGER, driver VARCHAR)
{ "SQL_Query": "SELECT MAX(sf_round) FROM table_23293785_3 WHERE driver = \"Duncan Tappy\"" }
How many racing points did England get?
CREATE TABLE table_23293785_3 (race_total_pts_ INTEGER, country VARCHAR)
{ "SQL_Query": "SELECT MAX(race_total_pts_) FROM table_23293785_3 WHERE country = \"England\"" }
How many are the Race 2 points when Race 1 was 12?
CREATE TABLE table_23293785_3 (race_2_pts_ VARCHAR, race_1_pts_ VARCHAR)
{ "SQL_Query": "SELECT race_2_pts_ FROM table_23293785_3 WHERE race_1_pts_ = 12" }
How many millions of people in the US saw the episode number 226?
CREATE TABLE table_23294081_11 (us_viewers__millions_ VARCHAR, no VARCHAR)
{ "SQL_Query": "SELECT us_viewers__millions_ FROM table_23294081_11 WHERE no = 226" }
What is the highest episode number?
CREATE TABLE table_23294081_11 (no INTEGER)
{ "SQL_Query": "SELECT MAX(no) FROM table_23294081_11" }
Who was performer 1 in the episode number 7 where Heather Anne Campbell was performer 2?
CREATE TABLE table_23294081_11 (performer_1 VARCHAR, performer_2 VARCHAR, _number VARCHAR)
{ "SQL_Query": "SELECT performer_1 FROM table_23294081_11 WHERE performer_2 = \"Heather Anne Campbell\" AND _number = 7" }
What's the number of the episode seen by 2.99 millions of people in the US, where performer 2 was Heather Anne Campbell?
CREATE TABLE table_23294081_11 (_number INTEGER, performer_2 VARCHAR, us_viewers__millions_ VARCHAR)
{ "SQL_Query": "SELECT MIN(_number) FROM table_23294081_11 WHERE performer_2 = \"Heather Anne Campbell\" AND us_viewers__millions_ = \"2.99\"" }
Name the episode for vic reeves and claudia winkleman
CREATE TABLE table_23292220_7 (episode VARCHAR, seans_team VARCHAR)
{ "SQL_Query": "SELECT episode FROM table_23292220_7 WHERE seans_team = \"Vic Reeves and Claudia Winkleman\"" }
Name the number of scores for episode 7x05
CREATE TABLE table_23292220_7 (scores VARCHAR, episode VARCHAR)
{ "SQL_Query": "SELECT COUNT(scores) FROM table_23292220_7 WHERE episode = \"7x05\"" }
Name the seans team being 13 november 2008
CREATE TABLE table_23292220_7 (seans_team VARCHAR, first_broadcast VARCHAR)
{ "SQL_Query": "SELECT seans_team FROM table_23292220_7 WHERE first_broadcast = \"13 November 2008\"" }
Name the total number of seans team being 7x04
CREATE TABLE table_23292220_7 (seans_team VARCHAR, episode VARCHAR)
{ "SQL_Query": "SELECT COUNT(seans_team) FROM table_23292220_7 WHERE episode = \"7x04\"" }
Name the total number of scores for 7x10
CREATE TABLE table_23292220_7 (scores VARCHAR, episode VARCHAR)
{ "SQL_Query": "SELECT COUNT(scores) FROM table_23292220_7 WHERE episode = \"7x10\"" }
How many dates have a total points for race of 180?
CREATE TABLE table_23293785_2 (date VARCHAR, race_total_pts_ VARCHAR)
{ "SQL_Query": "SELECT COUNT(date) FROM table_23293785_2 WHERE race_total_pts_ = 180" }
What is every points value for race 1 if the total race points is 180?
CREATE TABLE table_23293785_2 (race_1_pts_ VARCHAR, race_total_pts_ VARCHAR)
{ "SQL_Query": "SELECT race_1_pts_ FROM table_23293785_2 WHERE race_total_pts_ = 180" }
What is the lowest number of total race points for the country of Belgium?
CREATE TABLE table_23293785_2 (race_total_pts_ INTEGER, country VARCHAR)
{ "SQL_Query": "SELECT MIN(race_total_pts_) FROM table_23293785_2 WHERE country = \"Belgium\"" }
Who is every driver for the location of Estoril Circuit?
CREATE TABLE table_23293785_2 (driver VARCHAR, location VARCHAR)
{ "SQL_Query": "SELECT driver FROM table_23293785_2 WHERE location = \"Estoril Circuit\"" }
What is the highest value for SF round for the country of England?
CREATE TABLE table_23293785_2 (sf_round INTEGER, country VARCHAR)
{ "SQL_Query": "SELECT MAX(sf_round) FROM table_23293785_2 WHERE country = \"England\"" }
What is the surface for the year 2001?
CREATE TABLE table_23297_3 (surface VARCHAR, year VARCHAR)
{ "SQL_Query": "SELECT surface FROM table_23297_3 WHERE year = 2001" }
What was the score on October 29?
CREATE TABLE table_23308178_4 (score VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT score FROM table_23308178_4 WHERE date = \"October 29\"" }
How many opponents were there with the record of 3-2-2?
CREATE TABLE table_23308178_4 (opponent VARCHAR, record VARCHAR)
{ "SQL_Query": "SELECT COUNT(opponent) FROM table_23308178_4 WHERE record = \"3-2-2\"" }
What was the record on October 17?
CREATE TABLE table_23308178_4 (record VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT record FROM table_23308178_4 WHERE date = \"October 17\"" }
What date did they play agains the New York Rangers?
CREATE TABLE table_23308178_4 (date VARCHAR, opponent VARCHAR)
{ "SQL_Query": "SELECT date FROM table_23308178_4 WHERE opponent = \"New York Rangers\"" }
How many points were there scored on October 27?
CREATE TABLE table_23308178_4 (points INTEGER, date VARCHAR)
{ "SQL_Query": "SELECT MAX(points) FROM table_23308178_4 WHERE date = \"October 27\"" }
How many different scores are there for the game with 10-3-4 record?
CREATE TABLE table_23308178_5 (score VARCHAR, record VARCHAR)
{ "SQL_Query": "SELECT COUNT(score) FROM table_23308178_5 WHERE record = \"10-3-4\"" }
When was the game with 13-5-6 record played?
CREATE TABLE table_23308178_5 (date VARCHAR, record VARCHAR)
{ "SQL_Query": "SELECT date FROM table_23308178_5 WHERE record = \"13-5-6\"" }
What's the minimal number of points scored in any game?
CREATE TABLE table_23308178_5 (points INTEGER)
{ "SQL_Query": "SELECT MIN(points) FROM table_23308178_5" }
How many different games against Florida Panthers were played in Verizon Center?
CREATE TABLE table_23308178_5 (game VARCHAR, opponent VARCHAR, location VARCHAR)
{ "SQL_Query": "SELECT COUNT(game) FROM table_23308178_5 WHERE opponent = \"Florida Panthers\" AND location = \"Verizon Center\"" }
What was the record in the November 7 game?
CREATE TABLE table_23308178_5 (record VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT record FROM table_23308178_5 WHERE date = \"November 7\"" }
How many times was there a record of 49-15-11?
CREATE TABLE table_23308178_9 (attendance VARCHAR, record VARCHAR)
{ "SQL_Query": "SELECT COUNT(attendance) FROM table_23308178_9 WHERE record = \"49-15-11\"" }
How many scores had a date of March 6?
CREATE TABLE table_23308178_9 (score VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT COUNT(score) FROM table_23308178_9 WHERE date = \"March 6\"" }
If the date is 7-21-2006, who was the opponent?
CREATE TABLE table_23314951_4 (opponent VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT opponent FROM table_23314951_4 WHERE date = \"7-21-2006\"" }
If the opponent is Kristian Pless, who was it against?
CREATE TABLE table_23314951_4 (against VARCHAR, opponent VARCHAR)
{ "SQL_Query": "SELECT against FROM table_23314951_4 WHERE opponent = \"Kristian Pless\"" }
Who is the winning team when max busnelli is the winning driver?
CREATE TABLE table_23315271_2 (winning_team VARCHAR, winning_driver VARCHAR)
{ "SQL_Query": "SELECT winning_team FROM table_23315271_2 WHERE winning_driver = \"Max Busnelli\"" }
In which location is aci vallelunga circuit?
CREATE TABLE table_23315271_2 (location VARCHAR, circuit VARCHAR)
{ "SQL_Query": "SELECT location FROM table_23315271_2 WHERE circuit = \"ACI Vallelunga circuit\"" }
Who held the pole position in misano world circuit?
CREATE TABLE table_23315271_2 (pole_position VARCHAR, circuit VARCHAR)
{ "SQL_Query": "SELECT pole_position FROM table_23315271_2 WHERE circuit = \"Misano World circuit\"" }
List the results for all games which involved the detroit red wings.
CREATE TABLE table_23308178_7 (score VARCHAR, opponent VARCHAR)
{ "SQL_Query": "SELECT score FROM table_23308178_7 WHERE opponent = \"Detroit Red Wings\"" }
Calculate the highest points where the win,loss, tie ratio is 28-12-6
CREATE TABLE table_23308178_7 (points INTEGER, record VARCHAR)
{ "SQL_Query": "SELECT MAX(points) FROM table_23308178_7 WHERE record = \"28-12-6\"" }
what are the previous performance details for games involving the montreal canadiens?
CREATE TABLE table_23308178_7 (record VARCHAR, opponent VARCHAR)
{ "SQL_Query": "SELECT record FROM table_23308178_7 WHERE opponent = \"Montreal Canadiens\"" }