answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT actor_actress FROM table_18638067_1 WHERE film_title_used_in_nomination = "Mrs. Miniver" | CREATE TABLE table_18638067_1 (actor_actress VARCHAR, film_title_used_in_nomination VARCHAR) | In the film Mrs. Miniver, what is the actresses name? |
SELECT year__ceremony_ FROM table_18638067_1 WHERE actor_actress = "Teresa Wright" AND category = "Best Supporting Actress" | CREATE TABLE table_18638067_1 (year__ceremony_ VARCHAR, actor_actress VARCHAR, category VARCHAR) | What year was Teresa Wright nominated best supporting actress? |
SELECT category FROM table_18638067_1 WHERE film_title_used_in_nomination = "Working Girl" | CREATE TABLE table_18638067_1 (category VARCHAR, film_title_used_in_nomination VARCHAR) | What category was the movie Working Girl nominated? |
SELECT actor_actress FROM table_18638067_1 WHERE film_title_used_in_nomination = "Going My Way" AND category = "Best Supporting Actor" | CREATE TABLE table_18638067_1 (actor_actress VARCHAR, film_title_used_in_nomination VARCHAR, category VARCHAR) | Who was nominated for best supporting actor in the movie Going My Way? |
SELECT series__number FROM table_18646432_1 WHERE original_air_date = "November 11, 1996" | CREATE TABLE table_18646432_1 (series__number VARCHAR, original_air_date VARCHAR) | Name the series number that aired on november 11, 1996 |
SELECT written_by FROM table_18646432_4 WHERE original_air_date = "September 29, 1999" | CREATE TABLE table_18646432_4 (written_by VARCHAR, original_air_date VARCHAR) | Who wrote the episode originally aired on September 29, 1999? |
SELECT title FROM table_18646432_4 WHERE original_air_date = "September 29, 1999" | CREATE TABLE table_18646432_4 (title VARCHAR, original_air_date VARCHAR) | What is the name of the episode originally aired on September 29, 1999? |
SELECT horizontal_bar FROM table_18662026_1 WHERE rings = "58.975" | CREATE TABLE table_18662026_1 (horizontal_bar VARCHAR, rings VARCHAR) | If the rings is 58.975, what is the number for the horizontal bar? |
SELECT COUNT(position) FROM table_18662026_1 WHERE country = "United States" | CREATE TABLE table_18662026_1 (position VARCHAR, country VARCHAR) | How many positions was the United States in? |
SELECT parallel_bars FROM table_18662026_1 WHERE rings = "60.500" | CREATE TABLE table_18662026_1 (parallel_bars VARCHAR, rings VARCHAR) | If the rings are 60.500, what is the parallel bars number? |
SELECT COUNT(vault) FROM table_18662026_1 WHERE rings = "60.000" | CREATE TABLE table_18662026_1 (vault VARCHAR, rings VARCHAR) | If the rings number is 60.000, what is the number for the vault? |
SELECT COUNT(floor) FROM table_18662026_1 WHERE parallel_bars = "61.500" | CREATE TABLE table_18662026_1 (floor VARCHAR, parallel_bars VARCHAR) | If the parallel bars numbers is 61.500, what is the total number for the flood? |
SELECT most_recent_date FROM table_18676973_3 WHERE country = "United Kingdom" | CREATE TABLE table_18676973_3 (most_recent_date VARCHAR, country VARCHAR) | When united kingdom is the country what is the most recent date? |
SELECT MAX(combo) FROM table_18676973_3 WHERE rank = "3" | CREATE TABLE table_18676973_3 (combo INTEGER, rank VARCHAR) | When 3 is the rank what is the highest combo? |
SELECT most_recent_cyclist FROM table_18676973_3 WHERE rank = "12" | CREATE TABLE table_18676973_3 (most_recent_cyclist VARCHAR, rank VARCHAR) | When 12 is the rank who is the most recent cyclist? |
SELECT MAX(different_holders) FROM table_18676973_3 WHERE jerseys = 155 | CREATE TABLE table_18676973_3 (different_holders INTEGER, jerseys VARCHAR) | When 155 is the jersey what is the highest amount of different holders? |
SELECT upper_index_kcal__nm_3 FROM table_1868929_1 WHERE lower_index_mj__nm_3 = "62.47" | CREATE TABLE table_1868929_1 (upper_index_kcal__nm_3 VARCHAR, lower_index_mj__nm_3 VARCHAR) | Name the upper index kcal/nm3 for 62.47 |
SELECT fuel_gas FROM table_1868929_1 WHERE upper_index_mj__nm_3 = "92.32" | CREATE TABLE table_1868929_1 (fuel_gas VARCHAR, upper_index_mj__nm_3 VARCHAR) | Name the fuel gas for upper index mj/nm3 for 92.32 |
SELECT lower_index_kcal__nm_3 FROM table_1868929_1 WHERE upper_index_mj__nm_3 = "61.32" | CREATE TABLE table_1868929_1 (lower_index_kcal__nm_3 VARCHAR, upper_index_mj__nm_3 VARCHAR) | Name the lower index kcal/ nm3 for 61.32 |
SELECT qb_rating FROM table_18686317_1 WHERE comp__percentage = "62.0" | CREATE TABLE table_18686317_1 (qb_rating VARCHAR, comp__percentage VARCHAR) | What is the Quarterback rating of the player who got a comp percentage of 62.0? |
SELECT rank FROM table_18686317_1 WHERE yardage = 58179 | CREATE TABLE table_18686317_1 (rank VARCHAR, yardage VARCHAR) | What is the rank of the player who got 58179 in yardage? |
SELECT leagues FROM table_18686317_1 WHERE comp__percentage = "54.0" | CREATE TABLE table_18686317_1 (leagues VARCHAR, comp__percentage VARCHAR) | In which league would you find the player with a comp percentage of 54.0? |
SELECT nation FROM table_18666752_3 WHERE rider = "Phillip Dutton" | CREATE TABLE table_18666752_3 (nation VARCHAR, rider VARCHAR) | Which nation is where rider phillip dutton from? |
SELECT nation FROM table_18666752_3 WHERE horse = "Parkmore Ed" | CREATE TABLE table_18666752_3 (nation VARCHAR, horse VARCHAR) | Which nation is where the horse parkmore ed is? |
SELECT total_team_penalties FROM table_18666752_3 WHERE cross_country_penalties = "30.40" | CREATE TABLE table_18666752_3 (total_team_penalties VARCHAR, cross_country_penalties VARCHAR) | How many total team penalties are there when cross country penalties is 30.40? |
SELECT rider FROM table_18666752_3 WHERE horse = "Galan De Sauvagere" | CREATE TABLE table_18666752_3 (rider VARCHAR, horse VARCHAR) | Who is the rider where the horse is galan de sauvagere? |
SELECT COUNT(total_penalties) FROM table_18666752_3 WHERE rider = "Eric Vigeanel" | CREATE TABLE table_18666752_3 (total_penalties VARCHAR, rider VARCHAR) | How many penalties are there when Eric Vigeanel is the rider? |
SELECT record_label FROM table_18710512_3 WHERE single = "I Can't Stay" | CREATE TABLE table_18710512_3 (record_label VARCHAR, single VARCHAR) | What record label corresponds to the single "I can't stay"? |
SELECT format FROM table_18710512_3 WHERE other_details = "2000 copies" | CREATE TABLE table_18710512_3 (format VARCHAR, other_details VARCHAR) | What format for the release that had 2000 copies? |
SELECT single FROM table_18710512_3 WHERE date = 2008 AND other_details = "4000 copies" | CREATE TABLE table_18710512_3 (single VARCHAR, date VARCHAR, other_details VARCHAR) | What single(s) released in 2008 and had 4000 copies? |
SELECT other_details FROM table_18710512_3 WHERE single = "My Love Will Follow Me" | CREATE TABLE table_18710512_3 (other_details VARCHAR, single VARCHAR) | What were the "other details" (number released) for "is my love will follow me"? |
SELECT date FROM table_18710512_3 WHERE single = "Moped Girls" | CREATE TABLE table_18710512_3 (date VARCHAR, single VARCHAR) | What year was "moped girls" released? |
SELECT MIN(losses) FROM table_18703133_1 WHERE points = 23 | CREATE TABLE table_18703133_1 (losses INTEGER, points VARCHAR) | Name the least amount of losses for 23 points |
SELECT MAX(wins) FROM table_18703133_1 WHERE team = "Sport Colombia" | CREATE TABLE table_18703133_1 (wins INTEGER, team VARCHAR) | Name the most wins for sport colombia |
SELECT COUNT(played) FROM table_18703133_1 WHERE losses = 5 | CREATE TABLE table_18703133_1 (played VARCHAR, losses VARCHAR) | Namr the total number of played for 5 losses |
SELECT MIN(scored) FROM table_18703133_6 WHERE position = 6 | CREATE TABLE table_18703133_6 (scored INTEGER, position VARCHAR) | What is scored with the position of 6? |
SELECT losses FROM table_18703133_6 WHERE team = "Tembetary" | CREATE TABLE table_18703133_6 (losses VARCHAR, team VARCHAR) | How many losses are there for team tembetary? |
SELECT wins FROM table_18703133_6 WHERE points = 24 | CREATE TABLE table_18703133_6 (wins VARCHAR, points VARCHAR) | How many wins have 24 points? |
SELECT MAX(wins) FROM table_18703133_6 | CREATE TABLE table_18703133_6 (wins INTEGER) | How many wins? |
SELECT original_air_date FROM table_18712423_3 WHERE directed_by = "Ian Barry" AND written_by = "Philip Dalkin" | CREATE TABLE table_18712423_3 (original_air_date VARCHAR, directed_by VARCHAR, written_by VARCHAR) | What is the original air date of the episode directed by Ian Barry and written by Philip Dalkin? |
SELECT MIN(series_episode) FROM table_18712423_3 WHERE viewers__millions_ = "1.215" | CREATE TABLE table_18712423_3 (series_episode INTEGER, viewers__millions_ VARCHAR) | What is the show episode number of the episode that reached 1.215 millions views? |
SELECT directed_by FROM table_18712423_3 WHERE written_by = "Matt Ford" | CREATE TABLE table_18712423_3 (directed_by VARCHAR, written_by VARCHAR) | Who directed the episode written by Matt Ford? |
SELECT COUNT(players_left_after_round_1) FROM table_18733480_1 WHERE team_1 = "Wykeham Wonderers" | CREATE TABLE table_18733480_1 (players_left_after_round_1 VARCHAR, team_1 VARCHAR) | How many times was team 1 the wykeham wonderers? |
SELECT air_date FROM table_18733480_1 WHERE team_1 = "Wykeham Wonderers" | CREATE TABLE table_18733480_1 (air_date VARCHAR, team_1 VARCHAR) | What is the original air date that had the wykeham wonderers as team 1? |
SELECT team_1 FROM table_18733480_1 WHERE team_2 = "Chalkheads" | CREATE TABLE table_18733480_1 (team_1 VARCHAR, team_2 VARCHAR) | Who was team 1 when the chalkheads were team 2? |
SELECT title FROM table_18734298_1 WHERE production_code = "1ACX09" | CREATE TABLE table_18734298_1 (title VARCHAR, production_code VARCHAR) | What is the title of the production code 1acx09? |
SELECT COUNT(no_in_series) FROM table_18734298_1 WHERE directed_by = "Rob Renzetti" | CREATE TABLE table_18734298_1 (no_in_series VARCHAR, directed_by VARCHAR) | How many series were directed by Rob Renzetti? |
SELECT written_by FROM table_18734298_1 WHERE no_in_series = 14 | CREATE TABLE table_18734298_1 (written_by VARCHAR, no_in_series VARCHAR) | Who wrote the series number 14? |
SELECT COUNT(winnings) FROM table_1875157_1 WHERE starts = 32 | CREATE TABLE table_1875157_1 (winnings VARCHAR, starts VARCHAR) | Did this driver have any winnings the season he had 32 starts |
SELECT winnings FROM table_1875157_1 WHERE position = "33rd" | CREATE TABLE table_1875157_1 (winnings VARCHAR, position VARCHAR) | How many wins in the season he finished 33rd |
SELECT MIN(top_10) FROM table_1875157_1 | CREATE TABLE table_1875157_1 (top_10 INTEGER) | What is the lowest number of top 10 finishes |
SELECT MAX(poles) FROM table_1875157_1 WHERE year = 2000 | CREATE TABLE table_1875157_1 (poles INTEGER, year VARCHAR) | How many poles in the year 2000 |
SELECT avg_finish FROM table_1875157_2 WHERE winnings = "$1,400" | CREATE TABLE table_1875157_2 (avg_finish VARCHAR, winnings VARCHAR) | What is the average finish for winnings of $1,400? |
SELECT MAX(starts) FROM table_1875157_2 WHERE avg_finish = "16.5" | CREATE TABLE table_1875157_2 (starts INTEGER, avg_finish VARCHAR) | What is the maximum starts that result in an average finish of 16.5? |
SELECT MIN(starts) FROM table_1875157_2 WHERE winnings = "$690,321" | CREATE TABLE table_1875157_2 (starts INTEGER, winnings VARCHAR) | How many starts were there when the winnings are $690,321? |
SELECT other_mozilla FROM table_1876262_10 WHERE safari = "3.76%" | CREATE TABLE table_1876262_10 (other_mozilla VARCHAR, safari VARCHAR) | If Safari is 3.76%, what is the other Mozilla amount? |
SELECT other_mozilla FROM table_1876262_10 WHERE firefox = "30.45%" | CREATE TABLE table_1876262_10 (other_mozilla VARCHAR, firefox VARCHAR) | If Firefox is 30.45%, what is the other Mozilla amount? |
SELECT safari FROM table_1876262_10 WHERE internet_explorer = "47.22%" | CREATE TABLE table_1876262_10 (safari VARCHAR, internet_explorer VARCHAR) | If Internet Explorer is 47.22%, what is the Safari total? |
SELECT COUNT(other_mozilla) FROM table_1876262_10 WHERE period = "September 2009" | CREATE TABLE table_1876262_10 (other_mozilla VARCHAR, period VARCHAR) | For period September 2009, what is the other Mozilla total number? |
SELECT COUNT(production_code) FROM table_1876825_2 WHERE written_by = "David Richardson" AND directed_by = "Todd Holland" | CREATE TABLE table_1876825_2 (production_code VARCHAR, written_by VARCHAR, directed_by VARCHAR) | Name the total number of production code by david richardson and todd holland |
SELECT COUNT(no_in_series) FROM table_1876825_2 WHERE original_air_date = "March 19, 2000" | CREATE TABLE table_1876825_2 (no_in_series VARCHAR, original_air_date VARCHAR) | Name the total number of series for march 19, 2000 |
SELECT no_in_series FROM table_1876825_3 WHERE original_air_date = "February 25, 2001" | CREATE TABLE table_1876825_3 (no_in_series VARCHAR, original_air_date VARCHAR) | What episode number in the series originally aired on February 25, 2001? |
SELECT title FROM table_1876825_3 WHERE production_code = "06-00-218" | CREATE TABLE table_1876825_3 (title VARCHAR, production_code VARCHAR) | What is the name of the episode with the production code of 06-00-218? |
SELECT production_code FROM table_1876825_3 WHERE no_in_series = 26 | CREATE TABLE table_1876825_3 (production_code VARCHAR, no_in_series VARCHAR) | What is the production code for episode 26 in the series? |
SELECT production_code FROM table_1876825_3 WHERE no_in_season = 6 | CREATE TABLE table_1876825_3 (production_code VARCHAR, no_in_season VARCHAR) | What is the production code for episode 6 in the season? |
SELECT title FROM table_1876825_8 WHERE no_in_season = 2 | CREATE TABLE table_1876825_8 (title VARCHAR, no_in_season VARCHAR) | what is the title no in season 2? |
SELECT date_of_vacancy FROM table_18788823_5 WHERE outgoing_manager = "Micky Adams" | CREATE TABLE table_18788823_5 (date_of_vacancy VARCHAR, outgoing_manager VARCHAR) | What date did Micky Adams vacate his position? |
SELECT position_in_table FROM table_18788823_5 WHERE date_of_vacancy = "4 November 2008" | CREATE TABLE table_18788823_5 (position_in_table VARCHAR, date_of_vacancy VARCHAR) | Which vacancy happened on 4 November 2008? |
SELECT COUNT(position_in_table) FROM table_18788823_5 WHERE outgoing_manager = "Keith Downing" | CREATE TABLE table_18788823_5 (position_in_table VARCHAR, outgoing_manager VARCHAR) | How many times did Keith Downing depart a position? |
SELECT team FROM table_18788823_5 WHERE date_of_appointment = "23 December 2008" | CREATE TABLE table_18788823_5 (team VARCHAR, date_of_appointment VARCHAR) | Which team appointed a person on 23 December 2008? |
SELECT date_of_appointment FROM table_18788823_5 WHERE team = "Milton Keynes Dons" | CREATE TABLE table_18788823_5 (date_of_appointment VARCHAR, team VARCHAR) | What date did the Milton Keynes Dons appoint? |
SELECT position_in_table FROM table_18788823_5 WHERE date_of_vacancy = "16 February 2009" | CREATE TABLE table_18788823_5 (position_in_table VARCHAR, date_of_vacancy VARCHAR) | Which vacancy occurred on 16 February 2009? |
SELECT title FROM table_1876825_5 WHERE production_code = "06-02-407" | CREATE TABLE table_1876825_5 (title VARCHAR, production_code VARCHAR) | What is title of episode 06-02-407? |
SELECT title FROM table_1876825_5 WHERE production_code = "06-02-406" | CREATE TABLE table_1876825_5 (title VARCHAR, production_code VARCHAR) | What is title of episode 06-02-406? |
SELECT title FROM table_1876825_5 WHERE original_air_date = "March 2, 2003" | CREATE TABLE table_1876825_5 (title VARCHAR, original_air_date VARCHAR) | What is title of episode aired on March 2, 2003? |
SELECT written_by FROM table_1876825_5 WHERE no_in_series = 74 | CREATE TABLE table_1876825_5 (written_by VARCHAR, no_in_series VARCHAR) | Who wrote episode 74? |
SELECT position_in_table FROM table_18784280_3 WHERE team = "Watford" | CREATE TABLE table_18784280_3 (position_in_table VARCHAR, team VARCHAR) | Which position in the table is the team watford? |
SELECT COUNT(no_in_series) FROM table_1876825_7 WHERE production_code = "06-04-621" | CREATE TABLE table_1876825_7 (no_in_series VARCHAR, production_code VARCHAR) | Name the number of number in series for production code of 06-04-621 |
SELECT COUNT(written_by) FROM table_1876825_7 WHERE original_air_date = "May 8, 2005" | CREATE TABLE table_1876825_7 (written_by VARCHAR, original_air_date VARCHAR) | Name the total number of written by for original air date for may 8, 2005 |
SELECT location_attendance FROM table_18813011_6 WHERE date = "July 11" | CREATE TABLE table_18813011_6 (location_attendance VARCHAR, date VARCHAR) | What was the place and how many people attended the game on July 11? |
SELECT high_assists FROM table_18813011_6 WHERE date = "July 26" | CREATE TABLE table_18813011_6 (high_assists VARCHAR, date VARCHAR) | Who had the most assist and how many on July 26? |
SELECT high_assists FROM table_18813011_6 WHERE record = "13-11" | CREATE TABLE table_18813011_6 (high_assists VARCHAR, record VARCHAR) | Who had the high assist in the game where the record is 13-11? |
SELECT date_of_vacancy FROM table_18795125_6 WHERE position_in_table = "23rd" | CREATE TABLE table_18795125_6 (date_of_vacancy VARCHAR, position_in_table VARCHAR) | At what date did the 23rd manager vacate the position? |
SELECT date_of_appointment FROM table_18795125_6 WHERE outgoing_manager = "Simon Davies" | CREATE TABLE table_18795125_6 (date_of_appointment VARCHAR, outgoing_manager VARCHAR) | What was the date of appointment for the manager that replaced Simon Davies? |
SELECT date_of_appointment FROM table_18795125_6 WHERE position_in_table = "23rd" | CREATE TABLE table_18795125_6 (date_of_appointment VARCHAR, position_in_table VARCHAR) | What was the date of appointment for the manager of the 23rd team? |
SELECT COUNT(replaced_by) FROM table_18795125_6 WHERE outgoing_manager = "Alan Buckley" | CREATE TABLE table_18795125_6 (replaced_by VARCHAR, outgoing_manager VARCHAR) | How many categories for, replaced by, exist when the outgoing manager is Alan Buckley? |
SELECT driver FROM table_18811741_15 WHERE starts = 3 | CREATE TABLE table_18811741_15 (driver VARCHAR, starts VARCHAR) | Which driver starts 3? |
SELECT COUNT(podiums) FROM table_18811741_15 WHERE stage_wins = 18 | CREATE TABLE table_18811741_15 (podiums VARCHAR, stage_wins VARCHAR) | How many podiums for the driver with 18 stage wins? |
SELECT MAX(pos) FROM table_18811741_15 WHERE podiums = 1 | CREATE TABLE table_18811741_15 (pos INTEGER, podiums VARCHAR) | What is the highest pos for a driver with 1 podium? |
SELECT tv_network_s_ FROM table_18821196_1 WHERE weekly_schedule = "Monday to Thursday @ 11:00 pm" | CREATE TABLE table_18821196_1 (tv_network_s_ VARCHAR, weekly_schedule VARCHAR) | What is every TV network with a weekly schedule of Monday to Thursday @ 11:00 pm? |
SELECT country FROM table_18821196_1 WHERE tv_network_s_ = "AXN India" | CREATE TABLE table_18821196_1 (country VARCHAR, tv_network_s_ VARCHAR) | What is every country with a TV network of AXN India? |
SELECT weekly_schedule FROM table_18821196_1 WHERE country = "Norway" | CREATE TABLE table_18821196_1 (weekly_schedule VARCHAR, country VARCHAR) | What is every weekly schedule in the country of Norway? |
SELECT tv_network_s_ FROM table_18821196_1 WHERE country = "Belgium" | CREATE TABLE table_18821196_1 (tv_network_s_ VARCHAR, country VARCHAR) | What is every TV network in Belgium? |
SELECT status FROM table_18821196_1 WHERE weekly_schedule = "Monday to Thursday @ 11:00 pm" | CREATE TABLE table_18821196_1 (status VARCHAR, weekly_schedule VARCHAR) | What is every status with a weekly schedule of Monday to Thursday @ 11:00 pm? |
SELECT weekly_schedule FROM table_18821196_1 WHERE tv_network_s_ = "Viasat 4" | CREATE TABLE table_18821196_1 (weekly_schedule VARCHAR, tv_network_s_ VARCHAR) | What is every weekly schedule of TV network Viasat 4? |
SELECT prize_fund FROM table_18828487_1 WHERE venue = "RWE-Sporthalle, Mülheim" | CREATE TABLE table_18828487_1 (prize_fund VARCHAR, venue VARCHAR) | How much was the prize money for rwe-sporthalle, mülheim ? |
SELECT COUNT(runner_up) FROM table_18828487_1 WHERE year = 2009 | CREATE TABLE table_18828487_1 (runner_up VARCHAR, year VARCHAR) | In 2009, how many were runner-up? |
SELECT champion FROM table_18828487_1 WHERE venue = "Stadthalle Dinslaken, Dinslaken" | CREATE TABLE table_18828487_1 (champion VARCHAR, venue VARCHAR) | How much does the champion get for stadthalle dinslaken, dinslaken? |
SELECT l2_cache FROM table_18823880_10 WHERE release_date = "September 2009" AND part_number_s_ = "BY80607002529AF" | CREATE TABLE table_18823880_10 (l2_cache VARCHAR, release_date VARCHAR, part_number_s_ VARCHAR) | When by80607002529af is the part number and september 2009 is the release date what is the l2 cache? |
SELECT socket FROM table_18823880_10 WHERE part_number_s_ = "BY80607002907AHBX80607I7720QM" | CREATE TABLE table_18823880_10 (socket VARCHAR, part_number_s_ VARCHAR) | When by80607002907ahbx80607i7720qm is the part number what is the socket? |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.