question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
How many constructors are listed for the XVI BRDC international trophy race | CREATE TABLE table_1140103_6 (constructor VARCHAR, race_name VARCHAR) | SELECT COUNT(constructor) FROM table_1140103_6 WHERE race_name = "XVI BRDC International Trophy" | ### Context: CREATE TABLE table_1140103_6 (constructor VARCHAR, race_name VARCHAR) ### Question: How many constructors are listed for the XVI BRDC international trophy race ### Answer: SELECT COUNT(constructor) FROM table_1140103_6 WHERE race_name = "XVI BRDC International Trophy" |
What is the name of the circuit in which the race name is ii danish grand prix? | CREATE TABLE table_1140105_6 (circuit VARCHAR, race_name VARCHAR) | SELECT circuit FROM table_1140105_6 WHERE race_name = "II Danish Grand Prix" | ### Context: CREATE TABLE table_1140105_6 (circuit VARCHAR, race_name VARCHAR) ### Question: What is the name of the circuit in which the race name is ii danish grand prix? ### Answer: SELECT circuit FROM table_1140105_6 WHERE race_name = "II Danish Grand Prix" |
What is te name of the constructors dated 26 march? | CREATE TABLE table_1140105_6 (constructor VARCHAR, date VARCHAR) | SELECT constructor FROM table_1140105_6 WHERE date = "26 March" | ### Context: CREATE TABLE table_1140105_6 (constructor VARCHAR, date VARCHAR) ### Question: What is te name of the constructors dated 26 march? ### Answer: SELECT constructor FROM table_1140105_6 WHERE date = "26 March" |
What is the total amount of circuts dated 22 april? | CREATE TABLE table_1140105_6 (circuit VARCHAR, date VARCHAR) | SELECT COUNT(circuit) FROM table_1140105_6 WHERE date = "22 April" | ### Context: CREATE TABLE table_1140105_6 (circuit VARCHAR, date VARCHAR) ### Question: What is the total amount of circuts dated 22 april? ### Answer: SELECT COUNT(circuit) FROM table_1140105_6 WHERE date = "22 April" |
what is the name of the constructor that has the circuit zeltweg airfield? | CREATE TABLE table_1140105_6 (constructor VARCHAR, circuit VARCHAR) | SELECT constructor FROM table_1140105_6 WHERE circuit = "Zeltweg Airfield" | ### Context: CREATE TABLE table_1140105_6 (constructor VARCHAR, circuit VARCHAR) ### Question: what is the name of the constructor that has the circuit zeltweg airfield? ### Answer: SELECT constructor FROM table_1140105_6 WHERE circuit = "Zeltweg Airfield" |
What is the name of the winning driver where the circuit name is posillipo? | CREATE TABLE table_1140105_6 (winning_driver VARCHAR, circuit VARCHAR) | SELECT winning_driver FROM table_1140105_6 WHERE circuit = "Posillipo" | ### Context: CREATE TABLE table_1140105_6 (winning_driver VARCHAR, circuit VARCHAR) ### Question: What is the name of the winning driver where the circuit name is posillipo? ### Answer: SELECT winning_driver FROM table_1140105_6 WHERE circuit = "Posillipo" |
What is the name of the circuit where the race xi Syracuse grand prix was held? | CREATE TABLE table_1140105_6 (circuit VARCHAR, race_name VARCHAR) | SELECT circuit FROM table_1140105_6 WHERE race_name = "XI Syracuse Grand Prix" | ### Context: CREATE TABLE table_1140105_6 (circuit VARCHAR, race_name VARCHAR) ### Question: What is the name of the circuit where the race xi Syracuse grand prix was held? ### Answer: SELECT circuit FROM table_1140105_6 WHERE race_name = "XI Syracuse Grand Prix" |
What kind of report is for the Pau circuit? | CREATE TABLE table_1140111_5 (report VARCHAR, circuit VARCHAR) | SELECT report FROM table_1140111_5 WHERE circuit = "Pau" | ### Context: CREATE TABLE table_1140111_5 (report VARCHAR, circuit VARCHAR) ### Question: What kind of report is for the Pau circuit? ### Answer: SELECT report FROM table_1140111_5 WHERE circuit = "Pau" |
How many different kinds of reports are there for races that Juan Manuel Fangio won? | CREATE TABLE table_1140111_5 (report VARCHAR, winning_driver VARCHAR) | SELECT COUNT(report) FROM table_1140111_5 WHERE winning_driver = "Juan Manuel Fangio" | ### Context: CREATE TABLE table_1140111_5 (report VARCHAR, winning_driver VARCHAR) ### Question: How many different kinds of reports are there for races that Juan Manuel Fangio won? ### Answer: SELECT COUNT(report) FROM table_1140111_5 WHERE winning_driver = "Juan Manuel Fangio" |
Who constructed the Syracuse circuit? | CREATE TABLE table_1140111_5 (constructor VARCHAR, circuit VARCHAR) | SELECT constructor FROM table_1140111_5 WHERE circuit = "Syracuse" | ### Context: CREATE TABLE table_1140111_5 (constructor VARCHAR, circuit VARCHAR) ### Question: Who constructed the Syracuse circuit? ### Answer: SELECT constructor FROM table_1140111_5 WHERE circuit = "Syracuse" |
What is the name of the race in the Modena circuit? | CREATE TABLE table_1140116_5 (race_name VARCHAR, circuit VARCHAR) | SELECT race_name FROM table_1140116_5 WHERE circuit = "Modena" | ### Context: CREATE TABLE table_1140116_5 (race_name VARCHAR, circuit VARCHAR) ### Question: What is the name of the race in the Modena circuit? ### Answer: SELECT race_name FROM table_1140116_5 WHERE circuit = "Modena" |
What is the race name in the Monza circuit? | CREATE TABLE table_1140116_5 (race_name VARCHAR, circuit VARCHAR) | SELECT race_name FROM table_1140116_5 WHERE circuit = "Monza" | ### Context: CREATE TABLE table_1140116_5 (race_name VARCHAR, circuit VARCHAR) ### Question: What is the race name in the Monza circuit? ### Answer: SELECT race_name FROM table_1140116_5 WHERE circuit = "Monza" |
When does V Madgwick Cup take place? | CREATE TABLE table_1140116_5 (date VARCHAR, race_name VARCHAR) | SELECT date FROM table_1140116_5 WHERE race_name = "V Madgwick Cup" | ### Context: CREATE TABLE table_1140116_5 (date VARCHAR, race_name VARCHAR) ### Question: When does V Madgwick Cup take place? ### Answer: SELECT date FROM table_1140116_5 WHERE race_name = "V Madgwick Cup" |
Which driver won the race xiv eläintarhanajot? | CREATE TABLE table_1140116_5 (winning_driver VARCHAR, race_name VARCHAR) | SELECT winning_driver FROM table_1140116_5 WHERE race_name = "XIV Eläintarhanajot" | ### Context: CREATE TABLE table_1140116_5 (winning_driver VARCHAR, race_name VARCHAR) ### Question: Which driver won the race xiv eläintarhanajot? ### Answer: SELECT winning_driver FROM table_1140116_5 WHERE race_name = "XIV Eläintarhanajot" |
Who won the Modena circuit? | CREATE TABLE table_1140116_5 (winning_driver VARCHAR, circuit VARCHAR) | SELECT winning_driver FROM table_1140116_5 WHERE circuit = "Modena" | ### Context: CREATE TABLE table_1140116_5 (winning_driver VARCHAR, circuit VARCHAR) ### Question: Who won the Modena circuit? ### Answer: SELECT winning_driver FROM table_1140116_5 WHERE circuit = "Modena" |
How many constructors won the III Redex Trophy? | CREATE TABLE table_1140113_5 (constructor VARCHAR, race_name VARCHAR) | SELECT COUNT(constructor) FROM table_1140113_5 WHERE race_name = "III RedeX Trophy" | ### Context: CREATE TABLE table_1140113_5 (constructor VARCHAR, race_name VARCHAR) ### Question: How many constructors won the III Redex Trophy? ### Answer: SELECT COUNT(constructor) FROM table_1140113_5 WHERE race_name = "III RedeX Trophy" |
What was the report of Mike Hawthorn's winning race? | CREATE TABLE table_1140113_5 (report VARCHAR, winning_driver VARCHAR) | SELECT report FROM table_1140113_5 WHERE winning_driver = "Mike Hawthorn" | ### Context: CREATE TABLE table_1140113_5 (report VARCHAR, winning_driver VARCHAR) ### Question: What was the report of Mike Hawthorn's winning race? ### Answer: SELECT report FROM table_1140113_5 WHERE winning_driver = "Mike Hawthorn" |
What was the name of the race in Bordeaux? | CREATE TABLE table_1140113_5 (race_name VARCHAR, circuit VARCHAR) | SELECT race_name FROM table_1140113_5 WHERE circuit = "Bordeaux" | ### Context: CREATE TABLE table_1140113_5 (race_name VARCHAR, circuit VARCHAR) ### Question: What was the name of the race in Bordeaux? ### Answer: SELECT race_name FROM table_1140113_5 WHERE circuit = "Bordeaux" |
What is the report for the race name V Ulster Trophy? | CREATE TABLE table_1140117_5 (report VARCHAR, race_name VARCHAR) | SELECT report FROM table_1140117_5 WHERE race_name = "V Ulster Trophy" | ### Context: CREATE TABLE table_1140117_5 (report VARCHAR, race_name VARCHAR) ### Question: What is the report for the race name V Ulster Trophy? ### Answer: SELECT report FROM table_1140117_5 WHERE race_name = "V Ulster Trophy" |
What is the constructor for the Silverstone circuit? | CREATE TABLE table_1140117_5 (constructor VARCHAR, circuit VARCHAR) | SELECT constructor FROM table_1140117_5 WHERE circuit = "Silverstone" | ### Context: CREATE TABLE table_1140117_5 (constructor VARCHAR, circuit VARCHAR) ### Question: What is the constructor for the Silverstone circuit? ### Answer: SELECT constructor FROM table_1140117_5 WHERE circuit = "Silverstone" |
What's the report for the Silverstone circuit? | CREATE TABLE table_1140117_5 (report VARCHAR, circuit VARCHAR) | SELECT report FROM table_1140117_5 WHERE circuit = "Silverstone" | ### Context: CREATE TABLE table_1140117_5 (report VARCHAR, circuit VARCHAR) ### Question: What's the report for the Silverstone circuit? ### Answer: SELECT report FROM table_1140117_5 WHERE circuit = "Silverstone" |
What's the report for the race name, XIII Grand Prix de l'Albigeois? | CREATE TABLE table_1140117_5 (report VARCHAR, race_name VARCHAR) | SELECT report FROM table_1140117_5 WHERE race_name = "XIII Grand Prix de l'Albigeois" | ### Context: CREATE TABLE table_1140117_5 (report VARCHAR, race_name VARCHAR) ### Question: What's the report for the race name, XIII Grand Prix de l'Albigeois? ### Answer: SELECT report FROM table_1140117_5 WHERE race_name = "XIII Grand Prix de l'Albigeois" |
Which date did the race name XII Pau Grand Prix take place on? | CREATE TABLE table_1140117_5 (date VARCHAR, race_name VARCHAR) | SELECT date FROM table_1140117_5 WHERE race_name = "XII Pau Grand Prix" | ### Context: CREATE TABLE table_1140117_5 (date VARCHAR, race_name VARCHAR) ### Question: Which date did the race name XII Pau Grand Prix take place on? ### Answer: SELECT date FROM table_1140117_5 WHERE race_name = "XII Pau Grand Prix" |
Who was the winning driver for the goodwood circuit? | CREATE TABLE table_1140117_5 (winning_driver VARCHAR, circuit VARCHAR) | SELECT winning_driver FROM table_1140117_5 WHERE circuit = "Goodwood" | ### Context: CREATE TABLE table_1140117_5 (winning_driver VARCHAR, circuit VARCHAR) ### Question: Who was the winning driver for the goodwood circuit? ### Answer: SELECT winning_driver FROM table_1140117_5 WHERE circuit = "Goodwood" |
How many millions of U.S. viewers whatched episodes written by Krystal Houghton? | CREATE TABLE table_11411026_2 (us_viewers__millions_ VARCHAR, written_by VARCHAR) | SELECT us_viewers__millions_ FROM table_11411026_2 WHERE written_by = "Krystal Houghton" | ### Context: CREATE TABLE table_11411026_2 (us_viewers__millions_ VARCHAR, written_by VARCHAR) ### Question: How many millions of U.S. viewers whatched episodes written by Krystal Houghton? ### Answer: SELECT us_viewers__millions_ FROM table_11411026_2 WHERE written_by = "Krystal Houghton" |
How many titles were directed in series 79? | CREATE TABLE table_11411026_2 (directed_by VARCHAR, no_in_series VARCHAR) | SELECT COUNT(directed_by) FROM table_11411026_2 WHERE no_in_series = 79 | ### Context: CREATE TABLE table_11411026_2 (directed_by VARCHAR, no_in_series VARCHAR) ### Question: How many titles were directed in series 79? ### Answer: SELECT COUNT(directed_by) FROM table_11411026_2 WHERE no_in_series = 79 |
Who wrote an episode watched by 19.01 million US viewers? | CREATE TABLE table_11411026_2 (written_by VARCHAR, us_viewers__millions_ VARCHAR) | SELECT written_by FROM table_11411026_2 WHERE us_viewers__millions_ = "19.01" | ### Context: CREATE TABLE table_11411026_2 (written_by VARCHAR, us_viewers__millions_ VARCHAR) ### Question: Who wrote an episode watched by 19.01 million US viewers? ### Answer: SELECT written_by FROM table_11411026_2 WHERE us_viewers__millions_ = "19.01" |
What are the titles of the episodes where Rodman Flender is the director? | CREATE TABLE table_11404452_1 (episode_title VARCHAR, director VARCHAR) | SELECT episode_title FROM table_11404452_1 WHERE director = "Rodman Flender" | ### Context: CREATE TABLE table_11404452_1 (episode_title VARCHAR, director VARCHAR) ### Question: What are the titles of the episodes where Rodman Flender is the director? ### Answer: SELECT episode_title FROM table_11404452_1 WHERE director = "Rodman Flender" |
What is the original air date of the Jamie Babbit directed episode? | CREATE TABLE table_11404452_1 (original_air_date VARCHAR, director VARCHAR) | SELECT original_air_date FROM table_11404452_1 WHERE director = "Jamie Babbit" | ### Context: CREATE TABLE table_11404452_1 (original_air_date VARCHAR, director VARCHAR) ### Question: What is the original air date of the Jamie Babbit directed episode? ### Answer: SELECT original_air_date FROM table_11404452_1 WHERE director = "Jamie Babbit" |
What is the original air date when there were 12.81 million u.s viewers? | CREATE TABLE table_11404452_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR) | SELECT original_air_date FROM table_11404452_1 WHERE us_viewers__millions_ = "12.81" | ### Context: CREATE TABLE table_11404452_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR) ### Question: What is the original air date when there were 12.81 million u.s viewers? ### Answer: SELECT original_air_date FROM table_11404452_1 WHERE us_viewers__millions_ = "12.81" |
When did Shelia Lawrence join the series? | CREATE TABLE table_11404452_1 (series__number INTEGER, writer_s_ VARCHAR) | SELECT MIN(series__number) FROM table_11404452_1 WHERE writer_s_ = "Shelia Lawrence" | ### Context: CREATE TABLE table_11404452_1 (series__number INTEGER, writer_s_ VARCHAR) ### Question: When did Shelia Lawrence join the series? ### Answer: SELECT MIN(series__number) FROM table_11404452_1 WHERE writer_s_ = "Shelia Lawrence" |
Who was the director when there were 13.66 million u.s viewers? | CREATE TABLE table_11404452_1 (director VARCHAR, us_viewers__millions_ VARCHAR) | SELECT director FROM table_11404452_1 WHERE us_viewers__millions_ = "13.66" | ### Context: CREATE TABLE table_11404452_1 (director VARCHAR, us_viewers__millions_ VARCHAR) ### Question: Who was the director when there were 13.66 million u.s viewers? ### Answer: SELECT director FROM table_11404452_1 WHERE us_viewers__millions_ = "13.66" |
Name the percentage where the amount won was 25 | CREATE TABLE table_1143966_1 (pct__percentage VARCHAR, won VARCHAR) | SELECT pct__percentage FROM table_1143966_1 WHERE won = 25 | ### Context: CREATE TABLE table_1143966_1 (pct__percentage VARCHAR, won VARCHAR) ### Question: Name the percentage where the amount won was 25 ### Answer: SELECT pct__percentage FROM table_1143966_1 WHERE won = 25 |
How many games were won with 2nd oha was standing and there were 62 games? | CREATE TABLE table_1143966_1 (won VARCHAR, standing VARCHAR, games VARCHAR) | SELECT won FROM table_1143966_1 WHERE standing = "2nd OHA" AND games = 62 | ### Context: CREATE TABLE table_1143966_1 (won VARCHAR, standing VARCHAR, games VARCHAR) ### Question: How many games were won with 2nd oha was standing and there were 62 games? ### Answer: SELECT won FROM table_1143966_1 WHERE standing = "2nd OHA" AND games = 62 |
What is the Liscumb when Gauthier is 34? | CREATE TABLE table_11447995_2 (liscumb VARCHAR, gauthier VARCHAR) | SELECT liscumb FROM table_11447995_2 WHERE gauthier = "34" | ### Context: CREATE TABLE table_11447995_2 (liscumb VARCHAR, gauthier VARCHAR) ### Question: What is the Liscumb when Gauthier is 34? ### Answer: SELECT liscumb FROM table_11447995_2 WHERE gauthier = "34" |
What is the Bello when Ben-Tahir is 296? | CREATE TABLE table_11447995_2 (bello VARCHAR, ben_tahir VARCHAR) | SELECT bello FROM table_11447995_2 WHERE ben_tahir = "296" | ### Context: CREATE TABLE table_11447995_2 (bello VARCHAR, ben_tahir VARCHAR) ### Question: What is the Bello when Ben-Tahir is 296? ### Answer: SELECT bello FROM table_11447995_2 WHERE ben_tahir = "296" |
What is Ben-Tahir when Bello is 51? | CREATE TABLE table_11447995_2 (ben_tahir VARCHAR, bello VARCHAR) | SELECT ben_tahir FROM table_11447995_2 WHERE bello = "51" | ### Context: CREATE TABLE table_11447995_2 (ben_tahir VARCHAR, bello VARCHAR) ### Question: What is Ben-Tahir when Bello is 51? ### Answer: SELECT ben_tahir FROM table_11447995_2 WHERE bello = "51" |
What is Haydon when Larter is 11 and Libweshya is 4? | CREATE TABLE table_11447995_2 (haydon VARCHAR, larter VARCHAR, libweshya VARCHAR) | SELECT haydon FROM table_11447995_2 WHERE larter = "11" AND libweshya = "4" | ### Context: CREATE TABLE table_11447995_2 (haydon VARCHAR, larter VARCHAR, libweshya VARCHAR) ### Question: What is Haydon when Larter is 11 and Libweshya is 4? ### Answer: SELECT haydon FROM table_11447995_2 WHERE larter = "11" AND libweshya = "4" |
What is Liscumb when Haydon is 1632? | CREATE TABLE table_11447995_2 (liscumb VARCHAR, haydon VARCHAR) | SELECT liscumb FROM table_11447995_2 WHERE haydon = "1632" | ### Context: CREATE TABLE table_11447995_2 (liscumb VARCHAR, haydon VARCHAR) ### Question: What is Liscumb when Haydon is 1632? ### Answer: SELECT liscumb FROM table_11447995_2 WHERE haydon = "1632" |
What is Doucet when Lawrance is 36? | CREATE TABLE table_11447995_2 (doucet VARCHAR, lawrance VARCHAR) | SELECT doucet FROM table_11447995_2 WHERE lawrance = "36" | ### Context: CREATE TABLE table_11447995_2 (doucet VARCHAR, lawrance VARCHAR) ### Question: What is Doucet when Lawrance is 36? ### Answer: SELECT doucet FROM table_11447995_2 WHERE lawrance = "36" |
Which tv had the date december 7, 1986? | CREATE TABLE table_11449590_2 (tv VARCHAR, date VARCHAR) | SELECT tv FROM table_11449590_2 WHERE date = "December 7, 1986" | ### Context: CREATE TABLE table_11449590_2 (tv VARCHAR, date VARCHAR) ### Question: Which tv had the date december 7, 1986? ### Answer: SELECT tv FROM table_11449590_2 WHERE date = "December 7, 1986" |
Which kickoff has the opponent at new orleans saints? | CREATE TABLE table_11449590_2 (kickoff_ VARCHAR, a_ VARCHAR, opponent VARCHAR) | SELECT kickoff_[a_] FROM table_11449590_2 WHERE opponent = "at New Orleans Saints" | ### Context: CREATE TABLE table_11449590_2 (kickoff_ VARCHAR, a_ VARCHAR, opponent VARCHAR) ### Question: Which kickoff has the opponent at new orleans saints? ### Answer: SELECT kickoff_[a_] FROM table_11449590_2 WHERE opponent = "at New Orleans Saints" |
How many houses are green? | CREATE TABLE table_11464746_1 (house_name VARCHAR, colours VARCHAR) | SELECT COUNT(house_name) FROM table_11464746_1 WHERE colours = "Green" | ### Context: CREATE TABLE table_11464746_1 (house_name VARCHAR, colours VARCHAR) ### Question: How many houses are green? ### Answer: SELECT COUNT(house_name) FROM table_11464746_1 WHERE colours = "Green" |
What year was the house named gongola made? | CREATE TABLE table_11464746_1 (founded VARCHAR, house_name VARCHAR) | SELECT founded FROM table_11464746_1 WHERE house_name = "Gongola" | ### Context: CREATE TABLE table_11464746_1 (founded VARCHAR, house_name VARCHAR) ### Question: What year was the house named gongola made? ### Answer: SELECT founded FROM table_11464746_1 WHERE house_name = "Gongola" |
What is the name of the green house? | CREATE TABLE table_11464746_1 (house_name VARCHAR, colours VARCHAR) | SELECT house_name FROM table_11464746_1 WHERE colours = "Green" | ### Context: CREATE TABLE table_11464746_1 (house_name VARCHAR, colours VARCHAR) ### Question: What is the name of the green house? ### Answer: SELECT house_name FROM table_11464746_1 WHERE colours = "Green" |
What is the green house made of? | CREATE TABLE table_11464746_1 (composition VARCHAR, colours VARCHAR) | SELECT composition FROM table_11464746_1 WHERE colours = "Green" | ### Context: CREATE TABLE table_11464746_1 (composition VARCHAR, colours VARCHAR) ### Question: What is the green house made of? ### Answer: SELECT composition FROM table_11464746_1 WHERE colours = "Green" |
What is the benue house made of? | CREATE TABLE table_11464746_1 (composition VARCHAR, house_name VARCHAR) | SELECT composition FROM table_11464746_1 WHERE house_name = "Benue" | ### Context: CREATE TABLE table_11464746_1 (composition VARCHAR, house_name VARCHAR) ### Question: What is the benue house made of? ### Answer: SELECT composition FROM table_11464746_1 WHERE house_name = "Benue" |
In which week was the game against a team with a record of 3-6 played? | CREATE TABLE table_11465521_2 (week VARCHAR, record VARCHAR) | SELECT COUNT(week) FROM table_11465521_2 WHERE record = "3-6" | ### Context: CREATE TABLE table_11465521_2 (week VARCHAR, record VARCHAR) ### Question: In which week was the game against a team with a record of 3-6 played? ### Answer: SELECT COUNT(week) FROM table_11465521_2 WHERE record = "3-6" |
Which channel had the game against the Minnesota Vikings? | CREATE TABLE table_11465521_2 (tv VARCHAR, opponent VARCHAR) | SELECT tv FROM table_11465521_2 WHERE opponent = "Minnesota Vikings" | ### Context: CREATE TABLE table_11465521_2 (tv VARCHAR, opponent VARCHAR) ### Question: Which channel had the game against the Minnesota Vikings? ### Answer: SELECT tv FROM table_11465521_2 WHERE opponent = "Minnesota Vikings" |
How many opponents were there at the game with 64,087 people in attendance? | CREATE TABLE table_11465521_2 (opponent VARCHAR, attendance VARCHAR) | SELECT COUNT(opponent) FROM table_11465521_2 WHERE attendance = "64,087" | ### Context: CREATE TABLE table_11465521_2 (opponent VARCHAR, attendance VARCHAR) ### Question: How many opponents were there at the game with 64,087 people in attendance? ### Answer: SELECT COUNT(opponent) FROM table_11465521_2 WHERE attendance = "64,087" |
Where was the game played when the team's record was 1-3? | CREATE TABLE table_11452830_2 (game_site VARCHAR, record VARCHAR) | SELECT game_site FROM table_11452830_2 WHERE record = "1-3" | ### Context: CREATE TABLE table_11452830_2 (game_site VARCHAR, record VARCHAR) ### Question: Where was the game played when the team's record was 1-3? ### Answer: SELECT game_site FROM table_11452830_2 WHERE record = "1-3" |
How many times was there a kickoff in the September 4, 1988 game? | CREATE TABLE table_11452830_2 (a_ VARCHAR, kickoff_ VARCHAR, date VARCHAR) | SELECT COUNT(kickoff_)[a_] FROM table_11452830_2 WHERE date = "September 4, 1988" | ### Context: CREATE TABLE table_11452830_2 (a_ VARCHAR, kickoff_ VARCHAR, date VARCHAR) ### Question: How many times was there a kickoff in the September 4, 1988 game? ### Answer: SELECT COUNT(kickoff_)[a_] FROM table_11452830_2 WHERE date = "September 4, 1988" |
How many crowds watched the game where the record was 1-3? | CREATE TABLE table_11452830_2 (attendance VARCHAR, record VARCHAR) | SELECT COUNT(attendance) FROM table_11452830_2 WHERE record = "1-3" | ### Context: CREATE TABLE table_11452830_2 (attendance VARCHAR, record VARCHAR) ### Question: How many crowds watched the game where the record was 1-3? ### Answer: SELECT COUNT(attendance) FROM table_11452830_2 WHERE record = "1-3" |
What year finished with Daniel Zueras as the runner-up? | CREATE TABLE table_1149495_1 (year VARCHAR, runner_up VARCHAR) | SELECT COUNT(year) FROM table_1149495_1 WHERE runner_up = "Daniel Zueras" | ### Context: CREATE TABLE table_1149495_1 (year VARCHAR, runner_up VARCHAR) ### Question: What year finished with Daniel Zueras as the runner-up? ### Answer: SELECT COUNT(year) FROM table_1149495_1 WHERE runner_up = "Daniel Zueras" |
How many people hosted the show in the year when Chenoa ended up in fourth place? | CREATE TABLE table_1149495_1 (host VARCHAR, fourth_place VARCHAR) | SELECT COUNT(host) FROM table_1149495_1 WHERE fourth_place = "Chenoa" | ### Context: CREATE TABLE table_1149495_1 (host VARCHAR, fourth_place VARCHAR) ### Question: How many people hosted the show in the year when Chenoa ended up in fourth place? ### Answer: SELECT COUNT(host) FROM table_1149495_1 WHERE fourth_place = "Chenoa" |
How many fourth places were there in 2003? | CREATE TABLE table_1149495_1 (fourth_place VARCHAR, year VARCHAR) | SELECT COUNT(fourth_place) FROM table_1149495_1 WHERE year = "2003" | ### Context: CREATE TABLE table_1149495_1 (fourth_place VARCHAR, year VARCHAR) ### Question: How many fourth places were there in 2003? ### Answer: SELECT COUNT(fourth_place) FROM table_1149495_1 WHERE year = "2003" |
What is the engine type when the max torque at rpm is n·m ( lbf·ft ) @ 4,800 Answers:? | CREATE TABLE table_1147705_1 (engine_type VARCHAR, max_torque_at_rpm VARCHAR) | SELECT engine_type FROM table_1147705_1 WHERE max_torque_at_rpm = "N·m ( lbf·ft ) @ 4,800" | ### Context: CREATE TABLE table_1147705_1 (engine_type VARCHAR, max_torque_at_rpm VARCHAR) ### Question: What is the engine type when the max torque at rpm is n·m ( lbf·ft ) @ 4,800 Answers:? ### Answer: SELECT engine_type FROM table_1147705_1 WHERE max_torque_at_rpm = "N·m ( lbf·ft ) @ 4,800" |
What is the engine configuration $notes 0-100km/h for the engine type b5244 t2? | CREATE TABLE table_1147705_1 (engine_configuration_ VARCHAR, _notes_0_100km_h VARCHAR, engine_type VARCHAR) | SELECT engine_configuration_ & _notes_0_100km_h FROM table_1147705_1 WHERE engine_type = "B5244 T2" | ### Context: CREATE TABLE table_1147705_1 (engine_configuration_ VARCHAR, _notes_0_100km_h VARCHAR, engine_type VARCHAR) ### Question: What is the engine configuration $notes 0-100km/h for the engine type b5244 t2? ### Answer: SELECT engine_configuration_ & _notes_0_100km_h FROM table_1147705_1 WHERE engine_type = "B52... |
What is the engine displacement for the engine type b5254 t? | CREATE TABLE table_1147705_1 (engine_displacement VARCHAR, engine_type VARCHAR) | SELECT engine_displacement FROM table_1147705_1 WHERE engine_type = "B5254 T" | ### Context: CREATE TABLE table_1147705_1 (engine_displacement VARCHAR, engine_type VARCHAR) ### Question: What is the engine displacement for the engine type b5254 t? ### Answer: SELECT engine_displacement FROM table_1147705_1 WHERE engine_type = "B5254 T" |
How many have are model 2.4 awd? | CREATE TABLE table_1147705_1 (engine_type VARCHAR, model VARCHAR) | SELECT COUNT(engine_type) FROM table_1147705_1 WHERE model = "2.4 AWD" | ### Context: CREATE TABLE table_1147705_1 (engine_type VARCHAR, model VARCHAR) ### Question: How many have are model 2.4 awd? ### Answer: SELECT COUNT(engine_type) FROM table_1147705_1 WHERE model = "2.4 AWD" |
How many engine b5204 t3? | CREATE TABLE table_1147705_1 (engine_displacement VARCHAR, engine_type VARCHAR) | SELECT COUNT(engine_displacement) FROM table_1147705_1 WHERE engine_type = "B5204 T3" | ### Context: CREATE TABLE table_1147705_1 (engine_displacement VARCHAR, engine_type VARCHAR) ### Question: How many engine b5204 t3? ### Answer: SELECT COUNT(engine_displacement) FROM table_1147705_1 WHERE engine_type = "B5204 T3" |
How many engine b5234 t3? | CREATE TABLE table_1147705_1 (model VARCHAR, engine_type VARCHAR) | SELECT COUNT(model) FROM table_1147705_1 WHERE engine_type = "B5234 T3" | ### Context: CREATE TABLE table_1147705_1 (model VARCHAR, engine_type VARCHAR) ### Question: How many engine b5234 t3? ### Answer: SELECT COUNT(model) FROM table_1147705_1 WHERE engine_type = "B5234 T3" |
what's the comment with model name being 2.4 (2001-2007) | CREATE TABLE table_1147701_4 (comment VARCHAR, model_name VARCHAR) | SELECT comment FROM table_1147701_4 WHERE model_name = "2.4 (2001-2007)" | ### Context: CREATE TABLE table_1147701_4 (comment VARCHAR, model_name VARCHAR) ### Question: what's the comment with model name being 2.4 (2001-2007) ### Answer: SELECT comment FROM table_1147701_4 WHERE model_name = "2.4 (2001-2007)" |
what's the model name with engine code being b5204 t5 | CREATE TABLE table_1147701_4 (model_name VARCHAR, engine_code VARCHAR) | SELECT model_name FROM table_1147701_4 WHERE engine_code = "B5204 T5" | ### Context: CREATE TABLE table_1147701_4 (model_name VARCHAR, engine_code VARCHAR) ### Question: what's the model name with engine code being b5204 t5 ### Answer: SELECT model_name FROM table_1147701_4 WHERE engine_code = "B5204 T5" |
what's the model name with engine code being b5254 t4 | CREATE TABLE table_1147701_4 (model_name VARCHAR, engine_code VARCHAR) | SELECT model_name FROM table_1147701_4 WHERE engine_code = "B5254 T4" | ### Context: CREATE TABLE table_1147701_4 (model_name VARCHAR, engine_code VARCHAR) ### Question: what's the model name with engine code being b5254 t4 ### Answer: SELECT model_name FROM table_1147701_4 WHERE engine_code = "B5254 T4" |
Name the torque of the engine is d5244 t5 | CREATE TABLE table_1147701_5 (torque__nm VARCHAR, engine_code VARCHAR) | SELECT torque__nm AS @rpm_ FROM table_1147701_5 WHERE engine_code = "D5244 T5" | ### Context: CREATE TABLE table_1147701_5 (torque__nm VARCHAR, engine_code VARCHAR) ### Question: Name the torque of the engine is d5244 t5 ### Answer: SELECT torque__nm AS @rpm_ FROM table_1147701_5 WHERE engine_code = "D5244 T5" |
What is the model of the engine d5244 t? | CREATE TABLE table_1147701_5 (model_name VARCHAR, engine_code VARCHAR) | SELECT model_name FROM table_1147701_5 WHERE engine_code = "D5244 T" | ### Context: CREATE TABLE table_1147701_5 (model_name VARCHAR, engine_code VARCHAR) ### Question: What is the model of the engine d5244 t? ### Answer: SELECT model_name FROM table_1147701_5 WHERE engine_code = "D5244 T" |
What is the model of the enginge d5252 t? | CREATE TABLE table_1147701_5 (model_name VARCHAR, engine_code VARCHAR) | SELECT model_name FROM table_1147701_5 WHERE engine_code = "D5252 T" | ### Context: CREATE TABLE table_1147701_5 (model_name VARCHAR, engine_code VARCHAR) ### Question: What is the model of the enginge d5252 t? ### Answer: SELECT model_name FROM table_1147701_5 WHERE engine_code = "D5252 T" |
What is the model of the engine d5244 t7? | CREATE TABLE table_1147701_5 (model_name VARCHAR, engine_code VARCHAR) | SELECT model_name FROM table_1147701_5 WHERE engine_code = "D5244 T7" | ### Context: CREATE TABLE table_1147701_5 (model_name VARCHAR, engine_code VARCHAR) ### Question: What is the model of the engine d5244 t7? ### Answer: SELECT model_name FROM table_1147701_5 WHERE engine_code = "D5244 T7" |
What is the position of number 47? | CREATE TABLE table_11545282_11 (position VARCHAR, no VARCHAR) | SELECT position FROM table_11545282_11 WHERE no = "47" | ### Context: CREATE TABLE table_11545282_11 (position VARCHAR, no VARCHAR) ### Question: What is the position of number 47? ### Answer: SELECT position FROM table_11545282_11 WHERE no = "47" |
Name the position of Turkey | CREATE TABLE table_11545282_11 (position VARCHAR, nationality VARCHAR) | SELECT position FROM table_11545282_11 WHERE nationality = "Turkey" | ### Context: CREATE TABLE table_11545282_11 (position VARCHAR, nationality VARCHAR) ### Question: Name the position of Turkey ### Answer: SELECT position FROM table_11545282_11 WHERE nationality = "Turkey" |
Who is player number 51? | CREATE TABLE table_11545282_11 (player VARCHAR, no VARCHAR) | SELECT player FROM table_11545282_11 WHERE no = "51" | ### Context: CREATE TABLE table_11545282_11 (player VARCHAR, no VARCHAR) ### Question: Who is player number 51? ### Answer: SELECT player FROM table_11545282_11 WHERE no = "51" |
What is the position for the years 1998-99 | CREATE TABLE table_11545282_11 (position VARCHAR, years_for_jazz VARCHAR) | SELECT position FROM table_11545282_11 WHERE years_for_jazz = "1998-99" | ### Context: CREATE TABLE table_11545282_11 (position VARCHAR, years_for_jazz VARCHAR) ### Question: What is the position for the years 1998-99 ### Answer: SELECT position FROM table_11545282_11 WHERE years_for_jazz = "1998-99" |
How many positions are for creighton? | CREATE TABLE table_11545282_11 (position VARCHAR, school_club_team VARCHAR) | SELECT COUNT(position) FROM table_11545282_11 WHERE school_club_team = "Creighton" | ### Context: CREATE TABLE table_11545282_11 (position VARCHAR, school_club_team VARCHAR) ### Question: How many positions are for creighton? ### Answer: SELECT COUNT(position) FROM table_11545282_11 WHERE school_club_team = "Creighton" |
Which player is from Marshall and played 1974-75? | CREATE TABLE table_11545282_12 (player VARCHAR, years_for_jazz VARCHAR, school_club_team VARCHAR) | SELECT player FROM table_11545282_12 WHERE years_for_jazz = "1974-75" AND school_club_team = "Marshall" | ### Context: CREATE TABLE table_11545282_12 (player VARCHAR, years_for_jazz VARCHAR, school_club_team VARCHAR) ### Question: Which player is from Marshall and played 1974-75? ### Answer: SELECT player FROM table_11545282_12 WHERE years_for_jazz = "1974-75" AND school_club_team = "Marshall" |
Which country is the player that went to Oregon? | CREATE TABLE table_11545282_12 (nationality VARCHAR, school_club_team VARCHAR) | SELECT nationality FROM table_11545282_12 WHERE school_club_team = "Oregon" | ### Context: CREATE TABLE table_11545282_12 (nationality VARCHAR, school_club_team VARCHAR) ### Question: Which country is the player that went to Oregon? ### Answer: SELECT nationality FROM table_11545282_12 WHERE school_club_team = "Oregon" |
Which country is Jim Les from? | CREATE TABLE table_11545282_12 (nationality VARCHAR, player VARCHAR) | SELECT nationality FROM table_11545282_12 WHERE player = "Jim Les" | ### Context: CREATE TABLE table_11545282_12 (nationality VARCHAR, player VARCHAR) ### Question: Which country is Jim Les from? ### Answer: SELECT nationality FROM table_11545282_12 WHERE player = "Jim Les" |
Which number is the player from Minnesota? | CREATE TABLE table_11545282_12 (no INTEGER, school_club_team VARCHAR) | SELECT MAX(no) FROM table_11545282_12 WHERE school_club_team = "Minnesota" | ### Context: CREATE TABLE table_11545282_12 (no INTEGER, school_club_team VARCHAR) ### Question: Which number is the player from Minnesota? ### Answer: SELECT MAX(no) FROM table_11545282_12 WHERE school_club_team = "Minnesota" |
Which player played for years 2000-02 | CREATE TABLE table_11545282_18 (player VARCHAR, years_for_jazz VARCHAR) | SELECT player FROM table_11545282_18 WHERE years_for_jazz = "2000-02" | ### Context: CREATE TABLE table_11545282_18 (player VARCHAR, years_for_jazz VARCHAR) ### Question: Which player played for years 2000-02 ### Answer: SELECT player FROM table_11545282_18 WHERE years_for_jazz = "2000-02" |
Which school is Kirk Snyder from? | CREATE TABLE table_11545282_18 (school_club_team VARCHAR, player VARCHAR) | SELECT school_club_team FROM table_11545282_18 WHERE player = "Kirk Snyder" | ### Context: CREATE TABLE table_11545282_18 (school_club_team VARCHAR, player VARCHAR) ### Question: Which school is Kirk Snyder from? ### Answer: SELECT school_club_team FROM table_11545282_18 WHERE player = "Kirk Snyder" |
What is the number for years 1985-88 | CREATE TABLE table_11545282_18 (no INTEGER, years_for_jazz VARCHAR) | SELECT MIN(no) FROM table_11545282_18 WHERE years_for_jazz = "1985-88" | ### Context: CREATE TABLE table_11545282_18 (no INTEGER, years_for_jazz VARCHAR) ### Question: What is the number for years 1985-88 ### Answer: SELECT MIN(no) FROM table_11545282_18 WHERE years_for_jazz = "1985-88" |
Which position does John Starks play? | CREATE TABLE table_11545282_18 (position VARCHAR, player VARCHAR) | SELECT position FROM table_11545282_18 WHERE player = "John Starks" | ### Context: CREATE TABLE table_11545282_18 (position VARCHAR, player VARCHAR) ### Question: Which position does John Starks play? ### Answer: SELECT position FROM table_11545282_18 WHERE player = "John Starks" |
Which position does Deshawn Stevenson play? | CREATE TABLE table_11545282_18 (position VARCHAR, player VARCHAR) | SELECT position FROM table_11545282_18 WHERE player = "DeShawn Stevenson" | ### Context: CREATE TABLE table_11545282_18 (position VARCHAR, player VARCHAR) ### Question: Which position does Deshawn Stevenson play? ### Answer: SELECT position FROM table_11545282_18 WHERE player = "DeShawn Stevenson" |
Which player played 2004-05 | CREATE TABLE table_11545282_18 (player VARCHAR, years_for_jazz VARCHAR) | SELECT player FROM table_11545282_18 WHERE years_for_jazz = "2004-05" | ### Context: CREATE TABLE table_11545282_18 (player VARCHAR, years_for_jazz VARCHAR) ### Question: Which player played 2004-05 ### Answer: SELECT player FROM table_11545282_18 WHERE years_for_jazz = "2004-05" |
Name the nationality who played for 1987-89? | CREATE TABLE table_11545282_17 (nationality VARCHAR, years_for_jazz VARCHAR) | SELECT nationality FROM table_11545282_17 WHERE years_for_jazz = "1987-89" | ### Context: CREATE TABLE table_11545282_17 (nationality VARCHAR, years_for_jazz VARCHAR) ### Question: Name the nationality who played for 1987-89? ### Answer: SELECT nationality FROM table_11545282_17 WHERE years_for_jazz = "1987-89" |
Wht years did truck robinson play? | CREATE TABLE table_11545282_17 (years_for_jazz VARCHAR, player VARCHAR) | SELECT years_for_jazz FROM table_11545282_17 WHERE player = "Truck Robinson" | ### Context: CREATE TABLE table_11545282_17 (years_for_jazz VARCHAR, player VARCHAR) ### Question: Wht years did truck robinson play? ### Answer: SELECT years_for_jazz FROM table_11545282_17 WHERE player = "Truck Robinson" |
What is the player that played 2004-05? | CREATE TABLE table_11545282_17 (player VARCHAR, years_for_jazz VARCHAR) | SELECT player FROM table_11545282_17 WHERE years_for_jazz = "2004-05" | ### Context: CREATE TABLE table_11545282_17 (player VARCHAR, years_for_jazz VARCHAR) ### Question: What is the player that played 2004-05? ### Answer: SELECT player FROM table_11545282_17 WHERE years_for_jazz = "2004-05" |
What is the number of players that played 1987-89? | CREATE TABLE table_11545282_17 (no VARCHAR, years_for_jazz VARCHAR) | SELECT no FROM table_11545282_17 WHERE years_for_jazz = "1987-89" | ### Context: CREATE TABLE table_11545282_17 (no VARCHAR, years_for_jazz VARCHAR) ### Question: What is the number of players that played 1987-89? ### Answer: SELECT no FROM table_11545282_17 WHERE years_for_jazz = "1987-89" |
What is the nationality of bill robinzine? | CREATE TABLE table_11545282_17 (nationality VARCHAR, player VARCHAR) | SELECT nationality FROM table_11545282_17 WHERE player = "Bill Robinzine" | ### Context: CREATE TABLE table_11545282_17 (nationality VARCHAR, player VARCHAR) ### Question: What is the nationality of bill robinzine? ### Answer: SELECT nationality FROM table_11545282_17 WHERE player = "Bill Robinzine" |
What is the nationality of the player named Kelly Tripucka? | CREATE TABLE table_11545282_19 (nationality VARCHAR, player VARCHAR) | SELECT nationality FROM table_11545282_19 WHERE player = "Kelly Tripucka" | ### Context: CREATE TABLE table_11545282_19 (nationality VARCHAR, player VARCHAR) ### Question: What is the nationality of the player named Kelly Tripucka? ### Answer: SELECT nationality FROM table_11545282_19 WHERE player = "Kelly Tripucka" |
What years were the Iowa State school/club team have a jazz club? | CREATE TABLE table_11545282_19 (years_for_jazz VARCHAR, school_club_team VARCHAR) | SELECT years_for_jazz FROM table_11545282_19 WHERE school_club_team = "Iowa State" | ### Context: CREATE TABLE table_11545282_19 (years_for_jazz VARCHAR, school_club_team VARCHAR) ### Question: What years were the Iowa State school/club team have a jazz club? ### Answer: SELECT years_for_jazz FROM table_11545282_19 WHERE school_club_team = "Iowa State" |
Which player wears the number 6? | CREATE TABLE table_11545282_19 (player VARCHAR, no VARCHAR) | SELECT player FROM table_11545282_19 WHERE no = 6 | ### Context: CREATE TABLE table_11545282_19 (player VARCHAR, no VARCHAR) ### Question: Which player wears the number 6? ### Answer: SELECT player FROM table_11545282_19 WHERE no = 6 |
Which player's position is the shooting guard? | CREATE TABLE table_11545282_19 (player VARCHAR, position VARCHAR) | SELECT player FROM table_11545282_19 WHERE position = "Shooting guard" | ### Context: CREATE TABLE table_11545282_19 (player VARCHAR, position VARCHAR) ### Question: Which player's position is the shooting guard? ### Answer: SELECT player FROM table_11545282_19 WHERE position = "Shooting guard" |
What is the number of school/club teams held by BYU? | CREATE TABLE table_11545282_19 (no INTEGER, school_club_team VARCHAR) | SELECT MIN(no) FROM table_11545282_19 WHERE school_club_team = "BYU" | ### Context: CREATE TABLE table_11545282_19 (no INTEGER, school_club_team VARCHAR) ### Question: What is the number of school/club teams held by BYU? ### Answer: SELECT MIN(no) FROM table_11545282_19 WHERE school_club_team = "BYU" |
What position did the player from maynard evans hs play | CREATE TABLE table_11545282_4 (position VARCHAR, school_club_team VARCHAR) | SELECT position FROM table_11545282_4 WHERE school_club_team = "Maynard Evans HS" | ### Context: CREATE TABLE table_11545282_4 (position VARCHAR, school_club_team VARCHAR) ### Question: What position did the player from maynard evans hs play ### Answer: SELECT position FROM table_11545282_4 WHERE school_club_team = "Maynard Evans HS" |
What is the largest jersey number for the player from maryland | CREATE TABLE table_11545282_4 (no INTEGER, school_club_team VARCHAR) | SELECT MAX(no) FROM table_11545282_4 WHERE school_club_team = "Maryland" | ### Context: CREATE TABLE table_11545282_4 (no INTEGER, school_club_team VARCHAR) ### Question: What is the largest jersey number for the player from maryland ### Answer: SELECT MAX(no) FROM table_11545282_4 WHERE school_club_team = "Maryland" |
Who are the players that played for the jazz from 1979-86 | CREATE TABLE table_11545282_4 (player VARCHAR, years_for_jazz VARCHAR) | SELECT player FROM table_11545282_4 WHERE years_for_jazz = "1979-86" | ### Context: CREATE TABLE table_11545282_4 (player VARCHAR, years_for_jazz VARCHAR) ### Question: Who are the players that played for the jazz from 1979-86 ### Answer: SELECT player FROM table_11545282_4 WHERE years_for_jazz = "1979-86" |
What years did number 54 play for the jazz | CREATE TABLE table_11545282_4 (years_for_jazz VARCHAR, no VARCHAR) | SELECT years_for_jazz FROM table_11545282_4 WHERE no = 54 | ### Context: CREATE TABLE table_11545282_4 (years_for_jazz VARCHAR, no VARCHAR) ### Question: What years did number 54 play for the jazz ### Answer: SELECT years_for_jazz FROM table_11545282_4 WHERE no = 54 |
How many schools did darryl dawkins play for | CREATE TABLE table_11545282_4 (school_club_team VARCHAR, player VARCHAR) | SELECT COUNT(school_club_team) FROM table_11545282_4 WHERE player = "Darryl Dawkins" | ### Context: CREATE TABLE table_11545282_4 (school_club_team VARCHAR, player VARCHAR) ### Question: How many schools did darryl dawkins play for ### Answer: SELECT COUNT(school_club_team) FROM table_11545282_4 WHERE player = "Darryl Dawkins" |
What is the nationality of the player who played during the years 1989-92; 1994-95? | CREATE TABLE table_11545282_5 (nationality VARCHAR, years_for_jazz VARCHAR) | SELECT nationality FROM table_11545282_5 WHERE years_for_jazz = "1989-92; 1994-95" | ### Context: CREATE TABLE table_11545282_5 (nationality VARCHAR, years_for_jazz VARCHAR) ### Question: What is the nationality of the player who played during the years 1989-92; 1994-95? ### Answer: SELECT nationality FROM table_11545282_5 WHERE years_for_jazz = "1989-92; 1994-95" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.