question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
When 6.66 is the amount of viewers what is the lowest production code? | CREATE TABLE table_24781886_2 (production_code INTEGER, viewers VARCHAR) | SELECT MIN(production_code) FROM table_24781886_2 WHERE viewers = "6.66" | ### Context: CREATE TABLE table_24781886_2 (production_code INTEGER, viewers VARCHAR) ### Question: When 6.66 is the amount of viewers what is the lowest production code? ### Answer: SELECT MIN(production_code) FROM table_24781886_2 WHERE viewers = "6.66" |
When 7.55 is the amount of viewers what is the lowest number? | CREATE TABLE table_24781886_2 (_number INTEGER, viewers VARCHAR) | SELECT MIN(_number) FROM table_24781886_2 WHERE viewers = "7.55" | ### Context: CREATE TABLE table_24781886_2 (_number INTEGER, viewers VARCHAR) ### Question: When 7.55 is the amount of viewers what is the lowest number? ### Answer: SELECT MIN(_number) FROM table_24781886_2 WHERE viewers = "7.55" |
How many figures are given for the New Democratic for the polling range May 11–31, 2010? | CREATE TABLE table_24778847_2 (new_democratic VARCHAR, date_of_polling VARCHAR) | SELECT COUNT(new_democratic) FROM table_24778847_2 WHERE date_of_polling = "May 11–31, 2010" | ### Context: CREATE TABLE table_24778847_2 (new_democratic VARCHAR, date_of_polling VARCHAR) ### Question: How many figures are given for the New Democratic for the polling range May 11–31, 2010? ### Answer: SELECT COUNT(new_democratic) FROM table_24778847_2 WHERE date_of_polling = "May 11–31, 2010" |
What format is the link for the polling data for February 10–28, 2011? | CREATE TABLE table_24778847_2 (link VARCHAR, date_of_polling VARCHAR) | SELECT link FROM table_24778847_2 WHERE date_of_polling = "February 10–28, 2011" | ### Context: CREATE TABLE table_24778847_2 (link VARCHAR, date_of_polling VARCHAR) ### Question: What format is the link for the polling data for February 10–28, 2011? ### Answer: SELECT link FROM table_24778847_2 WHERE date_of_polling = "February 10–28, 2011" |
When 9 is the number what is the title? | CREATE TABLE table_24781886_3 (title VARCHAR, _number VARCHAR) | SELECT title FROM table_24781886_3 WHERE _number = 9 | ### Context: CREATE TABLE table_24781886_3 (title VARCHAR, _number VARCHAR) ### Question: When 9 is the number what is the title? ### Answer: SELECT title FROM table_24781886_3 WHERE _number = 9 |
When 3 is the number what is the highest total? | CREATE TABLE table_24781886_3 (total INTEGER, _number VARCHAR) | SELECT MAX(total) FROM table_24781886_3 WHERE _number = 3 | ### Context: CREATE TABLE table_24781886_3 (total INTEGER, _number VARCHAR) ### Question: When 3 is the number what is the highest total? ### Answer: SELECT MAX(total) FROM table_24781886_3 WHERE _number = 3 |
When 7.08 is the amount of viewers what is the air date? | CREATE TABLE table_24781886_3 (air_date VARCHAR, viewers VARCHAR) | SELECT air_date FROM table_24781886_3 WHERE viewers = "7.08" | ### Context: CREATE TABLE table_24781886_3 (air_date VARCHAR, viewers VARCHAR) ### Question: When 7.08 is the amount of viewers what is the air date? ### Answer: SELECT air_date FROM table_24781886_3 WHERE viewers = "7.08" |
When 7.08 is the amount of viewers how many directors are there? | CREATE TABLE table_24781886_3 (director VARCHAR, viewers VARCHAR) | SELECT COUNT(director) FROM table_24781886_3 WHERE viewers = "7.08" | ### Context: CREATE TABLE table_24781886_3 (director VARCHAR, viewers VARCHAR) ### Question: When 7.08 is the amount of viewers how many directors are there? ### Answer: SELECT COUNT(director) FROM table_24781886_3 WHERE viewers = "7.08" |
What location did the episode that aired originally on August 26, 2009 take place at? | CREATE TABLE table_24798489_2 (location VARCHAR, original_airdate VARCHAR) | SELECT location FROM table_24798489_2 WHERE original_airdate = "August 26, 2009" | ### Context: CREATE TABLE table_24798489_2 (location VARCHAR, original_airdate VARCHAR) ### Question: What location did the episode that aired originally on August 26, 2009 take place at? ### Answer: SELECT location FROM table_24798489_2 WHERE original_airdate = "August 26, 2009" |
How many dates originally aired episodes located in Philadelphia, pennsylvania? | CREATE TABLE table_24798489_2 (original_airdate VARCHAR, location VARCHAR) | SELECT COUNT(original_airdate) FROM table_24798489_2 WHERE location = "Philadelphia, Pennsylvania" | ### Context: CREATE TABLE table_24798489_2 (original_airdate VARCHAR, location VARCHAR) ### Question: How many dates originally aired episodes located in Philadelphia, pennsylvania? ### Answer: SELECT COUNT(original_airdate) FROM table_24798489_2 WHERE location = "Philadelphia, Pennsylvania" |
What was the challenge for episode 28? | CREATE TABLE table_24798489_2 (challenge VARCHAR, episode_number VARCHAR) | SELECT challenge FROM table_24798489_2 WHERE episode_number = 28 | ### Context: CREATE TABLE table_24798489_2 (challenge VARCHAR, episode_number VARCHAR) ### Question: What was the challenge for episode 28? ### Answer: SELECT challenge FROM table_24798489_2 WHERE episode_number = 28 |
How many original air dates were there for episode 22? | CREATE TABLE table_24798489_2 (original_airdate VARCHAR, episode_number VARCHAR) | SELECT COUNT(original_airdate) FROM table_24798489_2 WHERE episode_number = 22 | ### Context: CREATE TABLE table_24798489_2 (original_airdate VARCHAR, episode_number VARCHAR) ### Question: How many original air dates were there for episode 22? ### Answer: SELECT COUNT(original_airdate) FROM table_24798489_2 WHERE episode_number = 22 |
What was the lowest goals ever achieved? | CREATE TABLE table_24807406_3 (goals INTEGER) | SELECT MIN(goals) FROM table_24807406_3 | ### Context: CREATE TABLE table_24807406_3 (goals INTEGER) ### Question: What was the lowest goals ever achieved? ### Answer: SELECT MIN(goals) FROM table_24807406_3 |
how many arabic scottish is afghan | CREATE TABLE table_24807774_1 (afghan VARCHAR, arabic VARCHAR) | SELECT afghan FROM table_24807774_1 WHERE arabic = "Scottish" | ### Context: CREATE TABLE table_24807774_1 (afghan VARCHAR, arabic VARCHAR) ### Question: how many arabic scottish is afghan ### Answer: SELECT afghan FROM table_24807774_1 WHERE arabic = "Scottish" |
how many bosnian in cook islands is macedonian | CREATE TABLE table_24807774_1 (cook_islands VARCHAR, bosnian VARCHAR) | SELECT COUNT(cook_islands) FROM table_24807774_1 WHERE bosnian = "Macedonian" | ### Context: CREATE TABLE table_24807774_1 (cook_islands VARCHAR, bosnian VARCHAR) ### Question: how many bosnian in cook islands is macedonian ### Answer: SELECT COUNT(cook_islands) FROM table_24807774_1 WHERE bosnian = "Macedonian" |
how many colombia in bangladesh is serbian | CREATE TABLE table_24807774_1 (colombian VARCHAR, bangladeshi VARCHAR) | SELECT colombian FROM table_24807774_1 WHERE bangladeshi = "Serbian" | ### Context: CREATE TABLE table_24807774_1 (colombian VARCHAR, bangladeshi VARCHAR) ### Question: how many colombia in bangladesh is serbian ### Answer: SELECT colombian FROM table_24807774_1 WHERE bangladeshi = "Serbian" |
how many arabic in colobians is finnish | CREATE TABLE table_24807774_1 (arabic VARCHAR, colombian VARCHAR) | SELECT arabic FROM table_24807774_1 WHERE colombian = "Finnish" | ### Context: CREATE TABLE table_24807774_1 (arabic VARCHAR, colombian VARCHAR) ### Question: how many arabic in colobians is finnish ### Answer: SELECT arabic FROM table_24807774_1 WHERE colombian = "Finnish" |
how many bosnian in cook islands is sri lankan | CREATE TABLE table_24807774_1 (bosnian VARCHAR, cook_islands VARCHAR) | SELECT bosnian FROM table_24807774_1 WHERE cook_islands = "Sri Lankan" | ### Context: CREATE TABLE table_24807774_1 (bosnian VARCHAR, cook_islands VARCHAR) ### Question: how many bosnian in cook islands is sri lankan ### Answer: SELECT bosnian FROM table_24807774_1 WHERE cook_islands = "Sri Lankan" |
how many afghan in banglash is hungarian | CREATE TABLE table_24807774_1 (afghan VARCHAR, bangladeshi VARCHAR) | SELECT afghan FROM table_24807774_1 WHERE bangladeshi = "Hungarian" | ### Context: CREATE TABLE table_24807774_1 (afghan VARCHAR, bangladeshi VARCHAR) ### Question: how many afghan in banglash is hungarian ### Answer: SELECT afghan FROM table_24807774_1 WHERE bangladeshi = "Hungarian" |
What is the name if the appearance is 2 and the position is FW? | CREATE TABLE table_24807406_1 (name VARCHAR, position VARCHAR, appearances VARCHAR) | SELECT name FROM table_24807406_1 WHERE position = "FW" AND appearances = 2 | ### Context: CREATE TABLE table_24807406_1 (name VARCHAR, position VARCHAR, appearances VARCHAR) ### Question: What is the name if the appearance is 2 and the position is FW? ### Answer: SELECT name FROM table_24807406_1 WHERE position = "FW" AND appearances = 2 |
What is the assists total number if the minutes is 1? | CREATE TABLE table_24807406_1 (assists VARCHAR, minutes VARCHAR) | SELECT COUNT(assists) FROM table_24807406_1 WHERE minutes = 1 | ### Context: CREATE TABLE table_24807406_1 (assists VARCHAR, minutes VARCHAR) ### Question: What is the assists total number if the minutes is 1? ### Answer: SELECT COUNT(assists) FROM table_24807406_1 WHERE minutes = 1 |
What is the appearance maximum if the starts is 18? | CREATE TABLE table_24807406_1 (appearances INTEGER, starts VARCHAR) | SELECT MAX(appearances) FROM table_24807406_1 WHERE starts = 18 | ### Context: CREATE TABLE table_24807406_1 (appearances INTEGER, starts VARCHAR) ### Question: What is the appearance maximum if the starts is 18? ### Answer: SELECT MAX(appearances) FROM table_24807406_1 WHERE starts = 18 |
What are the names of all the players with an average of 15.89? | CREATE TABLE table_2482547_5 (name VARCHAR, average VARCHAR) | SELECT name FROM table_2482547_5 WHERE average = "15.89" | ### Context: CREATE TABLE table_2482547_5 (name VARCHAR, average VARCHAR) ### Question: What are the names of all the players with an average of 15.89? ### Answer: SELECT name FROM table_2482547_5 WHERE average = "15.89" |
What's the maximum wickets taken by players named Bill Lockwood? | CREATE TABLE table_2482547_5 (wickets_taken INTEGER, name VARCHAR) | SELECT MAX(wickets_taken) FROM table_2482547_5 WHERE name = "Bill Lockwood" | ### Context: CREATE TABLE table_2482547_5 (wickets_taken INTEGER, name VARCHAR) ### Question: What's the maximum wickets taken by players named Bill Lockwood? ### Answer: SELECT MAX(wickets_taken) FROM table_2482547_5 WHERE name = "Bill Lockwood" |
What are all the teams with an average of 15.89? | CREATE TABLE table_2482547_5 (team_s_ VARCHAR, average VARCHAR) | SELECT team_s_ FROM table_2482547_5 WHERE average = "15.89" | ### Context: CREATE TABLE table_2482547_5 (team_s_ VARCHAR, average VARCHAR) ### Question: What are all the teams with an average of 15.89? ### Answer: SELECT team_s_ FROM table_2482547_5 WHERE average = "15.89" |
Who are all the players who've bowled more than 4969 balls? | CREATE TABLE table_2482547_5 (name VARCHAR, balls_bowled VARCHAR) | SELECT name FROM table_2482547_5 WHERE balls_bowled = 4969 | ### Context: CREATE TABLE table_2482547_5 (name VARCHAR, balls_bowled VARCHAR) ### Question: Who are all the players who've bowled more than 4969 balls? ### Answer: SELECT name FROM table_2482547_5 WHERE balls_bowled = 4969 |
What are the averages for games with 212 wickets taken? | CREATE TABLE table_2482547_5 (average VARCHAR, wickets_taken VARCHAR) | SELECT average FROM table_2482547_5 WHERE wickets_taken = 212 | ### Context: CREATE TABLE table_2482547_5 (average VARCHAR, wickets_taken VARCHAR) ### Question: What are the averages for games with 212 wickets taken? ### Answer: SELECT average FROM table_2482547_5 WHERE wickets_taken = 212 |
Who was the turbine manufacturer for the Wheatland county? | CREATE TABLE table_24837750_1 (turbine_manufacturer VARCHAR, county VARCHAR) | SELECT turbine_manufacturer FROM table_24837750_1 WHERE county = "Wheatland" | ### Context: CREATE TABLE table_24837750_1 (turbine_manufacturer VARCHAR, county VARCHAR) ### Question: Who was the turbine manufacturer for the Wheatland county? ### Answer: SELECT turbine_manufacturer FROM table_24837750_1 WHERE county = "Wheatland" |
How many turbine manufacturers installed a capacity of 189 MW? | CREATE TABLE table_24837750_1 (turbine_manufacturer VARCHAR, installed_capacity__mw_ VARCHAR) | SELECT COUNT(turbine_manufacturer) FROM table_24837750_1 WHERE installed_capacity__mw_ = "189" | ### Context: CREATE TABLE table_24837750_1 (turbine_manufacturer VARCHAR, installed_capacity__mw_ VARCHAR) ### Question: How many turbine manufacturers installed a capacity of 189 MW? ### Answer: SELECT COUNT(turbine_manufacturer) FROM table_24837750_1 WHERE installed_capacity__mw_ = "189" |
How much capacity was installed in Wheatland? | CREATE TABLE table_24837750_1 (installed_capacity__mw_ VARCHAR, county VARCHAR) | SELECT installed_capacity__mw_ FROM table_24837750_1 WHERE county = "Wheatland" | ### Context: CREATE TABLE table_24837750_1 (installed_capacity__mw_ VARCHAR, county VARCHAR) ### Question: How much capacity was installed in Wheatland? ### Answer: SELECT installed_capacity__mw_ FROM table_24837750_1 WHERE county = "Wheatland" |
Who was the turbine manufacturer of the wind farm that started service on 2005? | CREATE TABLE table_24837750_1 (turbine_manufacturer VARCHAR, date_in_service VARCHAR) | SELECT turbine_manufacturer FROM table_24837750_1 WHERE date_in_service = "2005" | ### Context: CREATE TABLE table_24837750_1 (turbine_manufacturer VARCHAR, date_in_service VARCHAR) ### Question: Who was the turbine manufacturer of the wind farm that started service on 2005? ### Answer: SELECT turbine_manufacturer FROM table_24837750_1 WHERE date_in_service = "2005" |
When did this wind farm started service with a capacity of 135 MW? | CREATE TABLE table_24837750_1 (date_in_service VARCHAR, installed_capacity__mw_ VARCHAR) | SELECT date_in_service FROM table_24837750_1 WHERE installed_capacity__mw_ = "135" | ### Context: CREATE TABLE table_24837750_1 (date_in_service VARCHAR, installed_capacity__mw_ VARCHAR) ### Question: When did this wind farm started service with a capacity of 135 MW? ### Answer: SELECT date_in_service FROM table_24837750_1 WHERE installed_capacity__mw_ = "135" |
When did the wind farm in Musselshell started service? | CREATE TABLE table_24837750_1 (date_in_service VARCHAR, county VARCHAR) | SELECT date_in_service FROM table_24837750_1 WHERE county = "Musselshell" | ### Context: CREATE TABLE table_24837750_1 (date_in_service VARCHAR, county VARCHAR) ### Question: When did the wind farm in Musselshell started service? ### Answer: SELECT date_in_service FROM table_24837750_1 WHERE county = "Musselshell" |
What was the largest attendance at the Rheinstadion? | CREATE TABLE table_24814477_2 (attendance INTEGER, game_site VARCHAR) | SELECT MAX(attendance) FROM table_24814477_2 WHERE game_site = "Rheinstadion" | ### Context: CREATE TABLE table_24814477_2 (attendance INTEGER, game_site VARCHAR) ### Question: What was the largest attendance at the Rheinstadion? ### Answer: SELECT MAX(attendance) FROM table_24814477_2 WHERE game_site = "Rheinstadion" |
What week did the Galaxy play the Amsterdam Admirals? | CREATE TABLE table_24814477_2 (week VARCHAR, opponent VARCHAR) | SELECT week FROM table_24814477_2 WHERE opponent = "Amsterdam Admirals" | ### Context: CREATE TABLE table_24814477_2 (week VARCHAR, opponent VARCHAR) ### Question: What week did the Galaxy play the Amsterdam Admirals? ### Answer: SELECT week FROM table_24814477_2 WHERE opponent = "Amsterdam Admirals" |
Who was the opponent in Week 8? | CREATE TABLE table_24814477_2 (opponent VARCHAR, week VARCHAR) | SELECT opponent FROM table_24814477_2 WHERE week = 8 | ### Context: CREATE TABLE table_24814477_2 (opponent VARCHAR, week VARCHAR) ### Question: Who was the opponent in Week 8? ### Answer: SELECT opponent FROM table_24814477_2 WHERE week = 8 |
Who was the Class A winner when the Class C winner was David Haynes? | CREATE TABLE table_24852622_1 (class_a_winner VARCHAR, class_c_winner VARCHAR) | SELECT class_a_winner FROM table_24852622_1 WHERE class_c_winner = "David Haynes" | ### Context: CREATE TABLE table_24852622_1 (class_a_winner VARCHAR, class_c_winner VARCHAR) ### Question: Who was the Class A winner when the Class C winner was David Haynes? ### Answer: SELECT class_a_winner FROM table_24852622_1 WHERE class_c_winner = "David Haynes" |
Who was the Class C winner in round 8? | CREATE TABLE table_24852622_1 (class_c_winner VARCHAR, round VARCHAR) | SELECT class_c_winner FROM table_24852622_1 WHERE round = "8" | ### Context: CREATE TABLE table_24852622_1 (class_c_winner VARCHAR, round VARCHAR) ### Question: Who was the Class C winner in round 8? ### Answer: SELECT class_c_winner FROM table_24852622_1 WHERE round = "8" |
Who was the Class D winner in round 6? | CREATE TABLE table_24852622_1 (class_d_winner VARCHAR, round VARCHAR) | SELECT class_d_winner FROM table_24852622_1 WHERE round = "6" | ### Context: CREATE TABLE table_24852622_1 (class_d_winner VARCHAR, round VARCHAR) ### Question: Who was the Class D winner in round 6? ### Answer: SELECT class_d_winner FROM table_24852622_1 WHERE round = "6" |
What was the circuit in round 2? | CREATE TABLE table_24852622_1 (circuit VARCHAR, round VARCHAR) | SELECT circuit FROM table_24852622_1 WHERE round = "2" | ### Context: CREATE TABLE table_24852622_1 (circuit VARCHAR, round VARCHAR) ### Question: What was the circuit in round 2? ### Answer: SELECT circuit FROM table_24852622_1 WHERE round = "2" |
In which round did Roy Salvadori won Class D and Alan Hutcheson won Class B? | CREATE TABLE table_24853015_1 (round VARCHAR, class_d_winner VARCHAR, class_b_winner VARCHAR) | SELECT round FROM table_24853015_1 WHERE class_d_winner = "Roy Salvadori" AND class_b_winner = "Alan Hutcheson" | ### Context: CREATE TABLE table_24853015_1 (round VARCHAR, class_d_winner VARCHAR, class_b_winner VARCHAR) ### Question: In which round did Roy Salvadori won Class D and Alan Hutcheson won Class B? ### Answer: SELECT round FROM table_24853015_1 WHERE class_d_winner = "Roy Salvadori" AND class_b_winner = "Alan Hutcheson... |
When did Alan Hutcheson won Class B on round 1? | CREATE TABLE table_24853015_1 (date VARCHAR, class_b_winner VARCHAR, round VARCHAR) | SELECT date FROM table_24853015_1 WHERE class_b_winner = "Alan Hutcheson" AND round = 1 | ### Context: CREATE TABLE table_24853015_1 (date VARCHAR, class_b_winner VARCHAR, round VARCHAR) ### Question: When did Alan Hutcheson won Class B on round 1? ### Answer: SELECT date FROM table_24853015_1 WHERE class_b_winner = "Alan Hutcheson" AND round = 1 |
How many field goals did Stacey Thomas have? | CREATE TABLE table_24850487_5 (field_goals VARCHAR, player VARCHAR) | SELECT field_goals FROM table_24850487_5 WHERE player = "Stacey Thomas" | ### Context: CREATE TABLE table_24850487_5 (field_goals VARCHAR, player VARCHAR) ### Question: How many field goals did Stacey Thomas have? ### Answer: SELECT field_goals FROM table_24850487_5 WHERE player = "Stacey Thomas" |
How many assists did the player who had 121 rebounds have? | CREATE TABLE table_24850487_5 (assists INTEGER, rebounds VARCHAR) | SELECT MAX(assists) FROM table_24850487_5 WHERE rebounds = 121 | ### Context: CREATE TABLE table_24850487_5 (assists INTEGER, rebounds VARCHAR) ### Question: How many assists did the player who had 121 rebounds have? ### Answer: SELECT MAX(assists) FROM table_24850487_5 WHERE rebounds = 121 |
How many field goals did the player who had 8 blocks have? | CREATE TABLE table_24850487_5 (field_goals INTEGER, blocks VARCHAR) | SELECT MIN(field_goals) FROM table_24850487_5 WHERE blocks = 8 | ### Context: CREATE TABLE table_24850487_5 (field_goals INTEGER, blocks VARCHAR) ### Question: How many field goals did the player who had 8 blocks have? ### Answer: SELECT MIN(field_goals) FROM table_24850487_5 WHERE blocks = 8 |
How many assists did the player who had 863 minutes have? | CREATE TABLE table_24850487_5 (assists INTEGER, minutes VARCHAR) | SELECT MIN(assists) FROM table_24850487_5 WHERE minutes = 863 | ### Context: CREATE TABLE table_24850487_5 (assists INTEGER, minutes VARCHAR) ### Question: How many assists did the player who had 863 minutes have? ### Answer: SELECT MIN(assists) FROM table_24850487_5 WHERE minutes = 863 |
How many blocks did the player who had 59 rebounds have? | CREATE TABLE table_24850487_5 (blocks VARCHAR, rebounds VARCHAR) | SELECT blocks FROM table_24850487_5 WHERE rebounds = 59 | ### Context: CREATE TABLE table_24850487_5 (blocks VARCHAR, rebounds VARCHAR) ### Question: How many blocks did the player who had 59 rebounds have? ### Answer: SELECT blocks FROM table_24850487_5 WHERE rebounds = 59 |
Who were the opponents that had an attendance of exactly 16115? | CREATE TABLE table_24852001_2 (opponent VARCHAR, attendance VARCHAR) | SELECT opponent FROM table_24852001_2 WHERE attendance = 16115 | ### Context: CREATE TABLE table_24852001_2 (opponent VARCHAR, attendance VARCHAR) ### Question: Who were the opponents that had an attendance of exactly 16115? ### Answer: SELECT opponent FROM table_24852001_2 WHERE attendance = 16115 |
What was the team record after the Frankfurt Galaxy matchup? | CREATE TABLE table_24852001_2 (team_record VARCHAR, opponent VARCHAR) | SELECT team_record FROM table_24852001_2 WHERE opponent = "Frankfurt Galaxy" | ### Context: CREATE TABLE table_24852001_2 (team_record VARCHAR, opponent VARCHAR) ### Question: What was the team record after the Frankfurt Galaxy matchup? ### Answer: SELECT team_record FROM table_24852001_2 WHERE opponent = "Frankfurt Galaxy" |
What was the game site for the matchup against the Frankfurt Galaxy? | CREATE TABLE table_24852001_2 (game_site VARCHAR, opponent VARCHAR) | SELECT game_site FROM table_24852001_2 WHERE opponent = "Frankfurt Galaxy" | ### Context: CREATE TABLE table_24852001_2 (game_site VARCHAR, opponent VARCHAR) ### Question: What was the game site for the matchup against the Frankfurt Galaxy? ### Answer: SELECT game_site FROM table_24852001_2 WHERE opponent = "Frankfurt Galaxy" |
How many results did the GT1 Winning Team No. 50 Larbre Compétition on the Algarve circuit? | CREATE TABLE table_24865763_2 (results VARCHAR, circuit VARCHAR, gt1_winning_team VARCHAR) | SELECT COUNT(results) FROM table_24865763_2 WHERE circuit = "Algarve" AND gt1_winning_team = "No. 50 Larbre Compétition" | ### Context: CREATE TABLE table_24865763_2 (results VARCHAR, circuit VARCHAR, gt1_winning_team VARCHAR) ### Question: How many results did the GT1 Winning Team No. 50 Larbre Compétition on the Algarve circuit? ### Answer: SELECT COUNT(results) FROM table_24865763_2 WHERE circuit = "Algarve" AND gt1_winning_team = "No. ... |
How many winning teams are there on LMP2 if Gabriele Gardel Patrice Goueslard Fernando Rees was the GT1 Winning Team on the Algarve circuit? | CREATE TABLE table_24865763_2 (lmp2_winning_team VARCHAR, gt1_winning_team VARCHAR, circuit VARCHAR) | SELECT COUNT(lmp2_winning_team) FROM table_24865763_2 WHERE gt1_winning_team = "Gabriele Gardel Patrice Goueslard Fernando Rees" AND circuit = "Algarve" | ### Context: CREATE TABLE table_24865763_2 (lmp2_winning_team VARCHAR, gt1_winning_team VARCHAR, circuit VARCHAR) ### Question: How many winning teams are there on LMP2 if Gabriele Gardel Patrice Goueslard Fernando Rees was the GT1 Winning Team on the Algarve circuit? ### Answer: SELECT COUNT(lmp2_winning_team) FROM ta... |
Who was the GT2 Winning Team if Greg Mansell Leo Mansell was the LMP1 Winning Team? | CREATE TABLE table_24865763_2 (gt2_winning_team VARCHAR, lmp1_winning_team VARCHAR) | SELECT gt2_winning_team FROM table_24865763_2 WHERE lmp1_winning_team = "Greg Mansell Leo Mansell" | ### Context: CREATE TABLE table_24865763_2 (gt2_winning_team VARCHAR, lmp1_winning_team VARCHAR) ### Question: Who was the GT2 Winning Team if Greg Mansell Leo Mansell was the LMP1 Winning Team? ### Answer: SELECT gt2_winning_team FROM table_24865763_2 WHERE lmp1_winning_team = "Greg Mansell Leo Mansell" |
What was the maximum round where Marc Lieb Richard Lietz was on the GT2 Winning Team? | CREATE TABLE table_24865763_2 (rnd INTEGER, gt2_winning_team VARCHAR) | SELECT MAX(rnd) FROM table_24865763_2 WHERE gt2_winning_team = "Marc Lieb Richard Lietz" | ### Context: CREATE TABLE table_24865763_2 (rnd INTEGER, gt2_winning_team VARCHAR) ### Question: What was the maximum round where Marc Lieb Richard Lietz was on the GT2 Winning Team? ### Answer: SELECT MAX(rnd) FROM table_24865763_2 WHERE gt2_winning_team = "Marc Lieb Richard Lietz" |
How many won the LMP1 on round 4 if No. 42 Strakka Racing was the LMP2 Winning Team? | CREATE TABLE table_24865763_2 (lmp1_winning_team VARCHAR, rnd VARCHAR, lmp2_winning_team VARCHAR) | SELECT COUNT(lmp1_winning_team) FROM table_24865763_2 WHERE rnd = 4 AND lmp2_winning_team = "No. 42 Strakka Racing" | ### Context: CREATE TABLE table_24865763_2 (lmp1_winning_team VARCHAR, rnd VARCHAR, lmp2_winning_team VARCHAR) ### Question: How many won the LMP1 on round 4 if No. 42 Strakka Racing was the LMP2 Winning Team? ### Answer: SELECT COUNT(lmp1_winning_team) FROM table_24865763_2 WHERE rnd = 4 AND lmp2_winning_team = "No. 4... |
In what round did Mike Newton Thomas Erdos Ben Collins won the LMP2? | CREATE TABLE table_24865763_2 (rnd VARCHAR, lmp2_winning_team VARCHAR) | SELECT rnd FROM table_24865763_2 WHERE lmp2_winning_team = "Mike Newton Thomas Erdos Ben Collins" | ### Context: CREATE TABLE table_24865763_2 (rnd VARCHAR, lmp2_winning_team VARCHAR) ### Question: In what round did Mike Newton Thomas Erdos Ben Collins won the LMP2? ### Answer: SELECT rnd FROM table_24865763_2 WHERE lmp2_winning_team = "Mike Newton Thomas Erdos Ben Collins" |
How many blocks did tye'sha fluker have? | CREATE TABLE table_24856332_4 (blocks INTEGER, player VARCHAR) | SELECT MIN(blocks) FROM table_24856332_4 WHERE player = "Tye'sha Fluker" | ### Context: CREATE TABLE table_24856332_4 (blocks INTEGER, player VARCHAR) ### Question: How many blocks did tye'sha fluker have? ### Answer: SELECT MIN(blocks) FROM table_24856332_4 WHERE player = "Tye'sha Fluker" |
What is the highest number of steals for a player with 324 minutes? | CREATE TABLE table_24856332_4 (steals INTEGER, minutes VARCHAR) | SELECT MAX(steals) FROM table_24856332_4 WHERE minutes = 324 | ### Context: CREATE TABLE table_24856332_4 (steals INTEGER, minutes VARCHAR) ### Question: What is the highest number of steals for a player with 324 minutes? ### Answer: SELECT MAX(steals) FROM table_24856332_4 WHERE minutes = 324 |
What is the lowest number of minutes for a player with 47 steals? | CREATE TABLE table_24856332_4 (minutes INTEGER, steals VARCHAR) | SELECT MIN(minutes) FROM table_24856332_4 WHERE steals = 47 | ### Context: CREATE TABLE table_24856332_4 (minutes INTEGER, steals VARCHAR) ### Question: What is the lowest number of minutes for a player with 47 steals? ### Answer: SELECT MIN(minutes) FROM table_24856332_4 WHERE steals = 47 |
Who played Mixed Doubles in 1991? | CREATE TABLE table_2486023_1 (mixed_doubles VARCHAR, year VARCHAR) | SELECT mixed_doubles FROM table_2486023_1 WHERE year = 1991 | ### Context: CREATE TABLE table_2486023_1 (mixed_doubles VARCHAR, year VARCHAR) ### Question: Who played Mixed Doubles in 1991? ### Answer: SELECT mixed_doubles FROM table_2486023_1 WHERE year = 1991 |
Who was the home team who played plymouth argyle? | CREATE TABLE table_24887326_8 (home_team VARCHAR, away_team VARCHAR) | SELECT home_team FROM table_24887326_8 WHERE away_team = "Plymouth Argyle" | ### Context: CREATE TABLE table_24887326_8 (home_team VARCHAR, away_team VARCHAR) ### Question: Who was the home team who played plymouth argyle? ### Answer: SELECT home_team FROM table_24887326_8 WHERE away_team = "Plymouth Argyle" |
What was the score when the away team was norwich city? | CREATE TABLE table_24887326_8 (score_1 VARCHAR, away_team VARCHAR) | SELECT score_1 FROM table_24887326_8 WHERE away_team = "Norwich City" | ### Context: CREATE TABLE table_24887326_8 (score_1 VARCHAR, away_team VARCHAR) ### Question: What was the score when the away team was norwich city? ### Answer: SELECT score_1 FROM table_24887326_8 WHERE away_team = "Norwich City" |
Who played as the away team when coventry city was the home team? | CREATE TABLE table_24887326_8 (away_team VARCHAR, home_team VARCHAR) | SELECT away_team FROM table_24887326_8 WHERE home_team = "Coventry City" | ### Context: CREATE TABLE table_24887326_8 (away_team VARCHAR, home_team VARCHAR) ### Question: Who played as the away team when coventry city was the home team? ### Answer: SELECT away_team FROM table_24887326_8 WHERE home_team = "Coventry City" |
What is the final score when they played Frankfurt Galaxy? | CREATE TABLE table_24882796_2 (final_score VARCHAR, opponent VARCHAR) | SELECT final_score FROM table_24882796_2 WHERE opponent = "Frankfurt Galaxy" | ### Context: CREATE TABLE table_24882796_2 (final_score VARCHAR, opponent VARCHAR) ### Question: What is the final score when they played Frankfurt Galaxy? ### Answer: SELECT final_score FROM table_24882796_2 WHERE opponent = "Frankfurt Galaxy" |
Who is the away team for tie no 11? | CREATE TABLE table_24887326_6 (away_team VARCHAR, tie_no VARCHAR) | SELECT away_team FROM table_24887326_6 WHERE tie_no = 11 | ### Context: CREATE TABLE table_24887326_6 (away_team VARCHAR, tie_no VARCHAR) ### Question: Who is the away team for tie no 11? ### Answer: SELECT away_team FROM table_24887326_6 WHERE tie_no = 11 |
Who is the away team for tie no 15? | CREATE TABLE table_24887326_6 (away_team VARCHAR, tie_no VARCHAR) | SELECT away_team FROM table_24887326_6 WHERE tie_no = 15 | ### Context: CREATE TABLE table_24887326_6 (away_team VARCHAR, tie_no VARCHAR) ### Question: Who is the away team for tie no 15? ### Answer: SELECT away_team FROM table_24887326_6 WHERE tie_no = 15 |
What is the highest tie that had 19129 attendance? | CREATE TABLE table_24887326_6 (tie_no INTEGER, attendance VARCHAR) | SELECT MAX(tie_no) FROM table_24887326_6 WHERE attendance = 19129 | ### Context: CREATE TABLE table_24887326_6 (tie_no INTEGER, attendance VARCHAR) ### Question: What is the highest tie that had 19129 attendance? ### Answer: SELECT MAX(tie_no) FROM table_24887326_6 WHERE attendance = 19129 |
What is the tie when the home team is Stoke City? | CREATE TABLE table_24887326_6 (tie_no VARCHAR, home_team VARCHAR) | SELECT tie_no FROM table_24887326_6 WHERE home_team = "Stoke City" | ### Context: CREATE TABLE table_24887326_6 (tie_no VARCHAR, home_team VARCHAR) ### Question: What is the tie when the home team is Stoke City? ### Answer: SELECT tie_no FROM table_24887326_6 WHERE home_team = "Stoke City" |
What tie has Orient as the home team? | CREATE TABLE table_24887326_6 (tie_no VARCHAR, home_team VARCHAR) | SELECT tie_no FROM table_24887326_6 WHERE home_team = "Orient" | ### Context: CREATE TABLE table_24887326_6 (tie_no VARCHAR, home_team VARCHAR) ### Question: What tie has Orient as the home team? ### Answer: SELECT tie_no FROM table_24887326_6 WHERE home_team = "Orient" |
How many dates are there for tie number 12? | CREATE TABLE table_24887326_6 (date VARCHAR, tie_no VARCHAR) | SELECT COUNT(date) FROM table_24887326_6 WHERE tie_no = 12 | ### Context: CREATE TABLE table_24887326_6 (date VARCHAR, tie_no VARCHAR) ### Question: How many dates are there for tie number 12? ### Answer: SELECT COUNT(date) FROM table_24887326_6 WHERE tie_no = 12 |
When 556 is the amount of points how much equipment is there? | CREATE TABLE table_24898185_4 (equipment VARCHAR, points VARCHAR) | SELECT COUNT(equipment) FROM table_24898185_4 WHERE points = 556 | ### Context: CREATE TABLE table_24898185_4 (equipment VARCHAR, points VARCHAR) ### Question: When 556 is the amount of points how much equipment is there? ### Answer: SELECT COUNT(equipment) FROM table_24898185_4 WHERE points = 556 |
Which championship was the score 6–4, 5–7, 6–2? | CREATE TABLE table_24901152_4 (championship VARCHAR, score VARCHAR) | SELECT championship FROM table_24901152_4 WHERE score = "6–4, 5–7, 6–2" | ### Context: CREATE TABLE table_24901152_4 (championship VARCHAR, score VARCHAR) ### Question: Which championship was the score 6–4, 5–7, 6–2? ### Answer: SELECT championship FROM table_24901152_4 WHERE score = "6–4, 5–7, 6–2" |
Who were the opponents in the Rome championship? | CREATE TABLE table_24901152_4 (opponents VARCHAR, championship VARCHAR) | SELECT opponents FROM table_24901152_4 WHERE championship = "Rome" | ### Context: CREATE TABLE table_24901152_4 (opponents VARCHAR, championship VARCHAR) ### Question: Who were the opponents in the Rome championship? ### Answer: SELECT opponents FROM table_24901152_4 WHERE championship = "Rome" |
What is the maximum number of minutes associated with exactly 70 field goals? | CREATE TABLE table_24908692_5 (minutes INTEGER, field_goals VARCHAR) | SELECT MAX(minutes) FROM table_24908692_5 WHERE field_goals = 70 | ### Context: CREATE TABLE table_24908692_5 (minutes INTEGER, field_goals VARCHAR) ### Question: What is the maximum number of minutes associated with exactly 70 field goals? ### Answer: SELECT MAX(minutes) FROM table_24908692_5 WHERE field_goals = 70 |
What is the minimum number of field goals associated with exactly 84 assists? | CREATE TABLE table_24908692_5 (field_goals INTEGER, assists VARCHAR) | SELECT MIN(field_goals) FROM table_24908692_5 WHERE assists = 84 | ### Context: CREATE TABLE table_24908692_5 (field_goals INTEGER, assists VARCHAR) ### Question: What is the minimum number of field goals associated with exactly 84 assists? ### Answer: SELECT MIN(field_goals) FROM table_24908692_5 WHERE assists = 84 |
How many steals did Tamika Williams have? | CREATE TABLE table_24908692_5 (steals VARCHAR, player VARCHAR) | SELECT steals FROM table_24908692_5 WHERE player = "Tamika Williams" | ### Context: CREATE TABLE table_24908692_5 (steals VARCHAR, player VARCHAR) ### Question: How many steals did Tamika Williams have? ### Answer: SELECT steals FROM table_24908692_5 WHERE player = "Tamika Williams" |
List the number of takeaways with 1 rejection. | CREATE TABLE table_24906653_5 (steals VARCHAR, blocks VARCHAR) | SELECT COUNT(steals) FROM table_24906653_5 WHERE blocks = 1 | ### Context: CREATE TABLE table_24906653_5 (steals VARCHAR, blocks VARCHAR) ### Question: List the number of takeaways with 1 rejection. ### Answer: SELECT COUNT(steals) FROM table_24906653_5 WHERE blocks = 1 |
How many long range shots did tonya edwards make. | CREATE TABLE table_24906653_5 (field_goals VARCHAR, player VARCHAR) | SELECT COUNT(field_goals) FROM table_24906653_5 WHERE player = "Tonya Edwards" | ### Context: CREATE TABLE table_24906653_5 (field_goals VARCHAR, player VARCHAR) ### Question: How many long range shots did tonya edwards make. ### Answer: SELECT COUNT(field_goals) FROM table_24906653_5 WHERE player = "Tonya Edwards" |
List the number of long range shors where the score is 171. | CREATE TABLE table_24906653_5 (field_goals VARCHAR, points VARCHAR) | SELECT COUNT(field_goals) FROM table_24906653_5 WHERE points = 171 | ### Context: CREATE TABLE table_24906653_5 (field_goals VARCHAR, points VARCHAR) ### Question: List the number of long range shors where the score is 171. ### Answer: SELECT COUNT(field_goals) FROM table_24906653_5 WHERE points = 171 |
Who won best amiga demo when tribes ( pulse & melon dezign) won best pc demo? | CREATE TABLE table_2490289_1 (amiga_demo VARCHAR, pc_demo VARCHAR) | SELECT amiga_demo FROM table_2490289_1 WHERE pc_demo = "Tribes ( Pulse & Melon Dezign)" | ### Context: CREATE TABLE table_2490289_1 (amiga_demo VARCHAR, pc_demo VARCHAR) ### Question: Who won best amiga demo when tribes ( pulse & melon dezign) won best pc demo? ### Answer: SELECT amiga_demo FROM table_2490289_1 WHERE pc_demo = "Tribes ( Pulse & Melon Dezign)" |
What won best amiga demo when alto knallo (free electric band) won best pc demo? | CREATE TABLE table_2490289_1 (amiga_demo VARCHAR, pc_demo VARCHAR) | SELECT amiga_demo FROM table_2490289_1 WHERE pc_demo = "Alto Knallo (Free Electric Band)" | ### Context: CREATE TABLE table_2490289_1 (amiga_demo VARCHAR, pc_demo VARCHAR) ### Question: What won best amiga demo when alto knallo (free electric band) won best pc demo? ### Answer: SELECT amiga_demo FROM table_2490289_1 WHERE pc_demo = "Alto Knallo (Free Electric Band)" |
What won best pc intro when my kingdom (haujobb & scoopex) won best amiga demo? | CREATE TABLE table_2490289_1 (pc_intro VARCHAR, amiga_demo VARCHAR) | SELECT pc_intro FROM table_2490289_1 WHERE amiga_demo = "My Kingdom (Haujobb & Scoopex)" | ### Context: CREATE TABLE table_2490289_1 (pc_intro VARCHAR, amiga_demo VARCHAR) ### Question: What won best pc intro when my kingdom (haujobb & scoopex) won best amiga demo? ### Answer: SELECT pc_intro FROM table_2490289_1 WHERE amiga_demo = "My Kingdom (Haujobb & Scoopex)" |
What won est pc intro when 4k0 (polka brothers) won best amiga intro? | CREATE TABLE table_2490289_1 (pc_intro VARCHAR, amiga_intro VARCHAR) | SELECT pc_intro FROM table_2490289_1 WHERE amiga_intro = "4k0 (Polka Brothers)" | ### Context: CREATE TABLE table_2490289_1 (pc_intro VARCHAR, amiga_intro VARCHAR) ### Question: What won est pc intro when 4k0 (polka brothers) won best amiga intro? ### Answer: SELECT pc_intro FROM table_2490289_1 WHERE amiga_intro = "4k0 (Polka Brothers)" |
What won best pc demo when tower power (camelot) won best c64 demo? | CREATE TABLE table_2490289_1 (pc_demo VARCHAR, c64_demo VARCHAR) | SELECT pc_demo FROM table_2490289_1 WHERE c64_demo = "Tower Power (Camelot)" | ### Context: CREATE TABLE table_2490289_1 (pc_demo VARCHAR, c64_demo VARCHAR) ### Question: What won best pc demo when tower power (camelot) won best c64 demo? ### Answer: SELECT pc_demo FROM table_2490289_1 WHERE c64_demo = "Tower Power (Camelot)" |
What year did fr-08: the product ( farbrausch ) win best pc intro? | CREATE TABLE table_2490289_1 (year VARCHAR, pc_intro VARCHAR) | SELECT year FROM table_2490289_1 WHERE pc_intro = "FR-08: The Product ( Farbrausch )" | ### Context: CREATE TABLE table_2490289_1 (year VARCHAR, pc_intro VARCHAR) ### Question: What year did fr-08: the product ( farbrausch ) win best pc intro? ### Answer: SELECT year FROM table_2490289_1 WHERE pc_intro = "FR-08: The Product ( Farbrausch )" |
What is the episode title that had a US viewership of 8.16? | CREATE TABLE table_24910737_1 (title VARCHAR, us_viewers__millions_ VARCHAR) | SELECT title FROM table_24910737_1 WHERE us_viewers__millions_ = "8.16" | ### Context: CREATE TABLE table_24910737_1 (title VARCHAR, us_viewers__millions_ VARCHAR) ### Question: What is the episode title that had a US viewership of 8.16? ### Answer: SELECT title FROM table_24910737_1 WHERE us_viewers__millions_ = "8.16" |
Who wrote the episodes that had a viewership of 7.14? | CREATE TABLE table_24910737_1 (written_by VARCHAR, us_viewers__millions_ VARCHAR) | SELECT written_by FROM table_24910737_1 WHERE us_viewers__millions_ = "7.14" | ### Context: CREATE TABLE table_24910737_1 (written_by VARCHAR, us_viewers__millions_ VARCHAR) ### Question: Who wrote the episodes that had a viewership of 7.14? ### Answer: SELECT written_by FROM table_24910737_1 WHERE us_viewers__millions_ = "7.14" |
How many episodes received rating of 8.2? | CREATE TABLE table_24910733_2 (episode VARCHAR, rating VARCHAR) | SELECT COUNT(episode) FROM table_24910733_2 WHERE rating = "8.2" | ### Context: CREATE TABLE table_24910733_2 (episode VARCHAR, rating VARCHAR) ### Question: How many episodes received rating of 8.2? ### Answer: SELECT COUNT(episode) FROM table_24910733_2 WHERE rating = "8.2" |
How many share figures are there for the episode that aired on October 17, 2007? | CREATE TABLE table_24910733_2 (share VARCHAR, air_date VARCHAR) | SELECT COUNT(share) FROM table_24910733_2 WHERE air_date = "October 17, 2007" | ### Context: CREATE TABLE table_24910733_2 (share VARCHAR, air_date VARCHAR) ### Question: How many share figures are there for the episode that aired on October 17, 2007? ### Answer: SELECT COUNT(share) FROM table_24910733_2 WHERE air_date = "October 17, 2007" |
How many episodes aired on October 17, 2007? | CREATE TABLE table_24910733_2 (episode VARCHAR, air_date VARCHAR) | SELECT COUNT(episode) FROM table_24910733_2 WHERE air_date = "October 17, 2007" | ### Context: CREATE TABLE table_24910733_2 (episode VARCHAR, air_date VARCHAR) ### Question: How many episodes aired on October 17, 2007? ### Answer: SELECT COUNT(episode) FROM table_24910733_2 WHERE air_date = "October 17, 2007" |
How many timeslots received a rating of 5.7? | CREATE TABLE table_24910733_2 (timeslot__est_ VARCHAR, rating VARCHAR) | SELECT COUNT(timeslot__est_) FROM table_24910733_2 WHERE rating = "5.7" | ### Context: CREATE TABLE table_24910733_2 (timeslot__est_ VARCHAR, rating VARCHAR) ### Question: How many timeslots received a rating of 5.7? ### Answer: SELECT COUNT(timeslot__est_) FROM table_24910733_2 WHERE rating = "5.7" |
How many writers are listed when the U.S viewers are 11.21 million? | CREATE TABLE table_24910733_1 (written_by VARCHAR, us_viewers__millions_ VARCHAR) | SELECT COUNT(written_by) FROM table_24910733_1 WHERE us_viewers__millions_ = "11.21" | ### Context: CREATE TABLE table_24910733_1 (written_by VARCHAR, us_viewers__millions_ VARCHAR) ### Question: How many writers are listed when the U.S viewers are 11.21 million? ### Answer: SELECT COUNT(written_by) FROM table_24910733_1 WHERE us_viewers__millions_ = "11.21" |
Who is the director when there is 8.44 million viewers? | CREATE TABLE table_24910733_1 (directed_by VARCHAR, us_viewers__millions_ VARCHAR) | SELECT directed_by FROM table_24910733_1 WHERE us_viewers__millions_ = "8.44" | ### Context: CREATE TABLE table_24910733_1 (directed_by VARCHAR, us_viewers__millions_ VARCHAR) ### Question: Who is the director when there is 8.44 million viewers? ### Answer: SELECT directed_by FROM table_24910733_1 WHERE us_viewers__millions_ = "8.44" |
Who is the director when the writter is Andrea Newman? | CREATE TABLE table_24910733_1 (directed_by VARCHAR, written_by VARCHAR) | SELECT directed_by FROM table_24910733_1 WHERE written_by = "Andrea Newman" | ### Context: CREATE TABLE table_24910733_1 (directed_by VARCHAR, written_by VARCHAR) ### Question: Who is the director when the writter is Andrea Newman? ### Answer: SELECT directed_by FROM table_24910733_1 WHERE written_by = "Andrea Newman" |
What is the title when the writer is Emily Halpern? | CREATE TABLE table_24910733_1 (title VARCHAR, written_by VARCHAR) | SELECT title FROM table_24910733_1 WHERE written_by = "Emily Halpern" | ### Context: CREATE TABLE table_24910733_1 (title VARCHAR, written_by VARCHAR) ### Question: What is the title when the writer is Emily Halpern? ### Answer: SELECT title FROM table_24910733_1 WHERE written_by = "Emily Halpern" |
Who is the director when there is 11.21 million viewers? | CREATE TABLE table_24910733_1 (directed_by VARCHAR, us_viewers__millions_ VARCHAR) | SELECT directed_by FROM table_24910733_1 WHERE us_viewers__millions_ = "11.21" | ### Context: CREATE TABLE table_24910733_1 (directed_by VARCHAR, us_viewers__millions_ VARCHAR) ### Question: Who is the director when there is 11.21 million viewers? ### Answer: SELECT directed_by FROM table_24910733_1 WHERE us_viewers__millions_ = "11.21" |
How many titles are listed with 8.44 million viewers? | CREATE TABLE table_24910733_1 (title VARCHAR, us_viewers__millions_ VARCHAR) | SELECT COUNT(title) FROM table_24910733_1 WHERE us_viewers__millions_ = "8.44" | ### Context: CREATE TABLE table_24910733_1 (title VARCHAR, us_viewers__millions_ VARCHAR) ### Question: How many titles are listed with 8.44 million viewers? ### Answer: SELECT COUNT(title) FROM table_24910733_1 WHERE us_viewers__millions_ = "8.44" |
How many field goals had 597 points? | CREATE TABLE table_24915964_4 (field_goals VARCHAR, points VARCHAR) | SELECT COUNT(field_goals) FROM table_24915964_4 WHERE points = 597 | ### Context: CREATE TABLE table_24915964_4 (field_goals VARCHAR, points VARCHAR) ### Question: How many field goals had 597 points? ### Answer: SELECT COUNT(field_goals) FROM table_24915964_4 WHERE points = 597 |
How many minutes were played by Sue Bird? | CREATE TABLE table_24915964_4 (minutes INTEGER, player VARCHAR) | SELECT MIN(minutes) FROM table_24915964_4 WHERE player = "Sue Bird" | ### Context: CREATE TABLE table_24915964_4 (minutes INTEGER, player VARCHAR) ### Question: How many minutes were played by Sue Bird? ### Answer: SELECT MIN(minutes) FROM table_24915964_4 WHERE player = "Sue Bird" |
What is the maximum number of rebounds for players having exactly 35 steals? | CREATE TABLE table_24913533_4 (rebounds INTEGER, steals VARCHAR) | SELECT MAX(rebounds) FROM table_24913533_4 WHERE steals = 35 | ### Context: CREATE TABLE table_24913533_4 (rebounds INTEGER, steals VARCHAR) ### Question: What is the maximum number of rebounds for players having exactly 35 steals? ### Answer: SELECT MAX(rebounds) FROM table_24913533_4 WHERE steals = 35 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.