answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT hadeda_ibis FROM table_20042805_2 WHERE whitefaced_duck = "Blacksmith Plover" | CREATE TABLE table_20042805_2 (hadeda_ibis VARCHAR, whitefaced_duck VARCHAR) | What is the Hadeda Ibis when the Whitefaced Duck is Blacksmith Plover? |
SELECT winning_pilot FROM table_20036882_2 WHERE country = "Hungary" | CREATE TABLE table_20036882_2 (winning_pilot VARCHAR, country VARCHAR) | Name the winning pilot for hungary |
SELECT MAX(round) FROM table_20036882_2 WHERE winning_pilot = "Michael Goulian" | CREATE TABLE table_20036882_2 (round INTEGER, winning_pilot VARCHAR) | Name the most round for michael goulian |
SELECT country FROM table_20036882_2 WHERE winning_pilot = "Hannes Arch" | CREATE TABLE table_20036882_2 (country VARCHAR, winning_pilot VARCHAR) | Name the country for hannes arch |
SELECT written_by FROM table_20046379_3 WHERE no_in_series = "45" | CREATE TABLE table_20046379_3 (written_by VARCHAR, no_in_series VARCHAR) | Who wrote the episode with series number 45? |
SELECT us_viewers__millions_ FROM table_20046379_3 WHERE production_code = "214" | CREATE TABLE table_20046379_3 (us_viewers__millions_ VARCHAR, production_code VARCHAR) | How many millions of people in the US saw the episode with production code 214? |
SELECT title FROM table_20046379_3 WHERE us_viewers__millions_ = "3.8" | CREATE TABLE table_20046379_3 (title VARCHAR, us_viewers__millions_ VARCHAR) | What's the title of the episode seen by 3.8 million people in the US? |
SELECT COUNT(original_air_date) FROM table_20046379_3 WHERE no_in_series = "35" | CREATE TABLE table_20046379_3 (original_air_date VARCHAR, no_in_series VARCHAR) | On how many different dates did the episode with series number 35 air for the first time? |
SELECT date FROM table_2006661_1 WHERE value = "55c" | CREATE TABLE table_2006661_1 (date VARCHAR, value VARCHAR) | Name the date for value 55c |
SELECT scott FROM table_2006661_1 WHERE species = "Chloropsis hardwickii" | CREATE TABLE table_2006661_1 (scott VARCHAR, species VARCHAR) | Name the scott for chloropsis hardwickii |
SELECT MAX(population__2000_) FROM table_2004733_2 WHERE barangay = "Bulac" | CREATE TABLE table_2004733_2 (population__2000_ INTEGER, barangay VARCHAR) | How many people lived in bulac in the year 2000? |
SELECT population__2010_ FROM table_2004733_2 WHERE population_density__2010_ = "3,965.02" | CREATE TABLE table_2004733_2 (population__2010_ VARCHAR, population_density__2010_ VARCHAR) | In 2010, how many people lived in cities with a population density of 3,965.02? |
SELECT barangay FROM table_2004733_2 WHERE area__in_km_2__ = "3.6787" | CREATE TABLE table_2004733_2 (barangay VARCHAR, area__in_km_2__ VARCHAR) | What's the name of the barangay whose area is 3.6787 km² ? |
SELECT MAX(population__2000_) FROM table_2004733_2 WHERE area__in_km_2__ = "1.2530" | CREATE TABLE table_2004733_2 (population__2000_ INTEGER, area__in_km_2__ VARCHAR) | How many people lived in the city which has 1.2530 km² in the year 2000? |
SELECT COUNT(population__2000_) FROM table_2004733_2 WHERE barangay = "San Gabriel" | CREATE TABLE table_2004733_2 (population__2000_ VARCHAR, barangay VARCHAR) | How many people lived in san gabriel in the year 2000? |
SELECT COUNT(title) FROM table_20065425_1 WHERE termination_of_mission = "August 5, 1984" | CREATE TABLE table_20065425_1 (title VARCHAR, termination_of_mission VARCHAR) | How many different titles does the representative whose mission was terminated on August 5, 1984 have? |
SELECT state FROM table_20065425_1 WHERE termination_of_mission = "November 29, 1973" | CREATE TABLE table_20065425_1 (state VARCHAR, termination_of_mission VARCHAR) | What state does the representative whose mission was terminated on November 29, 1973 represent? |
SELECT training FROM table_20065425_1 WHERE presentation_of_credentials = "February 24, 1950" | CREATE TABLE table_20065425_1 (training VARCHAR, presentation_of_credentials VARCHAR) | Who trained the representative whose presentation of credentials happened on February 24, 1950? |
SELECT year__ceremony_ FROM table_20061872_1 WHERE original_title = "Här har du ditt liv" | CREATE TABLE table_20061872_1 (year__ceremony_ VARCHAR, original_title VARCHAR) | When was the film Här har du ditt liv used in nomination? |
SELECT original_title FROM table_20061872_1 WHERE film_title_used_in_nomination = "Zozo" | CREATE TABLE table_20061872_1 (original_title VARCHAR, film_title_used_in_nomination VARCHAR) | What's the original title of the film Zozo? |
SELECT original_title FROM table_20061872_1 WHERE film_title_used_in_nomination = "The New Land" | CREATE TABLE table_20061872_1 (original_title VARCHAR, film_title_used_in_nomination VARCHAR) | What's the original title of The New Land? |
SELECT COUNT(championship) FROM table_2009095_2 WHERE outcome = "Winner" AND opponents = "Judy Tegart Dalton Lesley Turner Bowrey" | CREATE TABLE table_2009095_2 (championship VARCHAR, outcome VARCHAR, opponents VARCHAR) | Name the championship for winner and judy tegart dalton lesley turner bowrey |
SELECT outcome FROM table_2009095_2 WHERE championship = "Wimbledon" | CREATE TABLE table_2009095_2 (outcome VARCHAR, championship VARCHAR) | Name the outcome for wimbledon |
SELECT opponents FROM table_2009095_2 WHERE score = "6–4, 3–6, 6–2" | CREATE TABLE table_2009095_2 (opponents VARCHAR, score VARCHAR) | Name the opponets for 6–4, 3–6, 6–2 |
SELECT MIN(year) FROM table_2009095_2 WHERE opponents = "Evonne Goolagong Helen Gourlay" | CREATE TABLE table_2009095_2 (year INTEGER, opponents VARCHAR) | Name the least year for evonne goolagong helen gourlay |
SELECT surface FROM table_2009095_2 WHERE championship = "Australian Open" AND outcome = "Winner" | CREATE TABLE table_2009095_2 (surface VARCHAR, championship VARCHAR, outcome VARCHAR) | Name the surface for australian open for winner |
SELECT highest_scoring_team FROM table_20079931_4 WHERE circuit_location = "Ring Knutstorp" AND winning_team = "Polestar Racing" | CREATE TABLE table_20079931_4 (highest_scoring_team VARCHAR, circuit_location VARCHAR, winning_team VARCHAR) | What's the highest scoring team in the round in Ring Knutstorp in which Polestar Racing is the winning team? |
SELECT COUNT(round) FROM table_20079931_4 WHERE circuit_location = "Karlskoga Motorstadion" AND pole_position = "Roger Eriksson" | CREATE TABLE table_20079931_4 (round VARCHAR, circuit_location VARCHAR, pole_position VARCHAR) | How many rounds were there in Karlskoga Motorstadion with Roger Eriksson at the pole position? |
SELECT first_leg FROM table_20086138_1 WHERE opposition = "Norchi Dinamoeli" | CREATE TABLE table_20086138_1 (first_leg VARCHAR, opposition VARCHAR) | What was the first leg result in the round against Norchi Dinamoeli? |
SELECT vehicle FROM table_20090682_4 WHERE best_time_of_day = "1:17.17" | CREATE TABLE table_20090682_4 (vehicle VARCHAR, best_time_of_day VARCHAR) | which vehicles got best time of day 1:17.17 |
SELECT COUNT(driver) FROM table_20090682_4 WHERE vehicle = "Toyota Corolla" | CREATE TABLE table_20090682_4 (driver VARCHAR, vehicle VARCHAR) | how many drivers driving toyota corolla |
SELECT MAX(pos) FROM table_20090682_4 WHERE driver = "Brendan Sole" | CREATE TABLE table_20090682_4 (pos INTEGER, driver VARCHAR) | what is the lowest position of brendan sole |
SELECT COUNT(vehicle) FROM table_20090682_4 WHERE top_13_time = "1:18.72" | CREATE TABLE table_20090682_4 (vehicle VARCHAR, top_13_time VARCHAR) | how many vehicles where top 13 time is 1:18.72 |
SELECT driver FROM table_20090682_4 WHERE best_time_of_day = "1:16.93" | CREATE TABLE table_20090682_4 (driver VARCHAR, best_time_of_day VARCHAR) | which driver got best time of day 1:16.93 |
SELECT assists FROM table_20107762_1 WHERE mins = "744:27" | CREATE TABLE table_20107762_1 (assists VARCHAR, mins VARCHAR) | What is the amount of assists when mins is 744:27? |
SELECT MIN(games) FROM table_20107762_1 WHERE mins = "385:33" | CREATE TABLE table_20107762_1 (games INTEGER, mins VARCHAR) | What is the game number with 385:33 mins? |
SELECT points FROM table_20107762_1 WHERE rebounds = "4.4" | CREATE TABLE table_20107762_1 (points VARCHAR, rebounds VARCHAR) | What is the points number when rebounds is 4.4? |
SELECT team FROM table_20107762_1 WHERE ft_percentage = "77.6" | CREATE TABLE table_20107762_1 (team VARCHAR, ft_percentage VARCHAR) | Who is the team with the ft% of 77.6? |
SELECT year FROM table_2011349_2 WHERE third_place = "Austin Austin TX" | CREATE TABLE table_2011349_2 (year VARCHAR, third_place VARCHAR) | When did Austin Austin TX get the third place? |
SELECT representative FROM table_20098199_2 WHERE religion = "United Methodist" AND prior_background = "Congressional aide" | CREATE TABLE table_20098199_2 (representative VARCHAR, religion VARCHAR, prior_background VARCHAR) | Who has a religion of United Methodist and a prior background of a Congressional Aide? |
SELECT name FROM table_20095300_1 WHERE number = 25 | CREATE TABLE table_20095300_1 (name VARCHAR, number VARCHAR) | What horse has the number 25? |
SELECT weight__st, _lb_ FROM table_20095300_1 WHERE name = "Point Barrow" | CREATE TABLE table_20095300_1 (weight__st VARCHAR, _lb_ VARCHAR, name VARCHAR) | How much does Point Barrow weight? |
SELECT colours FROM table_20095300_1 WHERE jockey = "Andrew McNamara" | CREATE TABLE table_20095300_1 (colours VARCHAR, jockey VARCHAR) | What are Andrew McNamara's colors? |
SELECT MAX(number) FROM table_20095300_1 WHERE trainer = "Kim Bailey" | CREATE TABLE table_20095300_1 (number INTEGER, trainer VARCHAR) | What's the number of the horse whose trainer is Kim Bailey? |
SELECT written_by FROM table_20098479_1 WHERE no_in_series = 48 | CREATE TABLE table_20098479_1 (written_by VARCHAR, no_in_series VARCHAR) | Who wrote episode number 48 |
SELECT MIN(production_code) FROM table_20098479_1 | CREATE TABLE table_20098479_1 (production_code INTEGER) | What is the lowest production code |
SELECT original_title FROM table_20124413_3 WHERE production_code = "3.19" | CREATE TABLE table_20124413_3 (original_title VARCHAR, production_code VARCHAR) | What was the original title of 3.19? |
SELECT _number FROM table_20124413_2 WHERE prod_code = "2.6" | CREATE TABLE table_20124413_2 (_number VARCHAR, prod_code VARCHAR) | How many numbers have the product code of 2.6? |
SELECT COUNT(directed_by) FROM table_20124413_2 WHERE prod_code = "2.8" | CREATE TABLE table_20124413_2 (directed_by VARCHAR, prod_code VARCHAR) | How many directed have the product code of 2.8? |
SELECT original_title FROM table_20124413_1 WHERE prod_code = "1.12" | CREATE TABLE table_20124413_1 (original_title VARCHAR, prod_code VARCHAR) | When 1.12 is the production code what is the original title? |
SELECT COUNT(original_airdate) FROM table_20124413_1 WHERE prod_code = "1.17" | CREATE TABLE table_20124413_1 (original_airdate VARCHAR, prod_code VARCHAR) | When 1.17 is the production code how many air dates are there? |
SELECT winnings FROM table_2012187_1 WHERE poles = 0 AND team_s_ = "Yates Racing Front Row Motorsports" | CREATE TABLE table_2012187_1 (winnings VARCHAR, poles VARCHAR, team_s_ VARCHAR) | state the winnings of yates racing front row motorsports where poles were 0 |
SELECT team_s_ FROM table_2012187_1 WHERE winnings = "$2,605,05" | CREATE TABLE table_2012187_1 (team_s_ VARCHAR, winnings VARCHAR) | which team(s) won $2,605,05 |
SELECT COUNT(wins) FROM table_2012187_1 WHERE top_10 = 2 | CREATE TABLE table_2012187_1 (wins VARCHAR, top_10 VARCHAR) | state the wins of the team with 2 top 10 |
SELECT kannada_name_ಕನ್ನಡ FROM table_201400_2 WHERE tamil_name_தமிழ் = "Anusham அனுஷம்" | CREATE TABLE table_201400_2 (kannada_name_ಕನ್ನಡ VARCHAR, tamil_name_தமிழ் VARCHAR) | what is kannada name ಕನ್ನಡ of tamil name தமிழ் anusham அனுஷம் |
SELECT malayalam_name_മലയാളം FROM table_201400_2 WHERE tamil_name_தமிழ் = "Punarpoosam புனர்பூசம்" | CREATE TABLE table_201400_2 (malayalam_name_മലയാളം VARCHAR, tamil_name_தமிழ் VARCHAR) | what is the malayalam name മലയാളം of tamil name தமிழ் punarpoosam புனர்பூசம் |
SELECT telugu_name_తెలుగు FROM table_201400_2 WHERE kannada_name_ಕನ್ನಡ = "Utthara ಉತ್ತರ" | CREATE TABLE table_201400_2 (telugu_name_తెలుగు VARCHAR, kannada_name_ಕನ್ನಡ VARCHAR) | what is the telugu name తెలుగు of kannada name ಕನ್ನಡ utthara ಉತ್ತರ |
SELECT sanskrit FROM table_201400_2 WHERE western_star_name = "Arcturus" | CREATE TABLE table_201400_2 (sanskrit VARCHAR, western_star_name VARCHAR) | what is the sanskrit of western star name arcturus |
SELECT malayalam_name_മലയാളം FROM table_201400_2 WHERE sanskrit = "Uttarāṣāḍha उत्तराषाढा" | CREATE TABLE table_201400_2 (malayalam_name_മലയാളം VARCHAR, sanskrit VARCHAR) | what is the malayalam name മലയാളം of sanskrit uttarāṣāḍha उत्तराषाढा |
SELECT traditional FROM table_2013618_1 WHERE area = 544 | CREATE TABLE table_2013618_1 (traditional VARCHAR, area VARCHAR) | Name the traditional for area 544 |
SELECT foochow FROM table_2013618_1 WHERE english_name = "Pingnan County" | CREATE TABLE table_2013618_1 (foochow VARCHAR, english_name VARCHAR) | Name the foochow for pingnan county |
SELECT pinyin FROM table_2013618_1 WHERE foochow = "Ciá-ìng-gâing" | CREATE TABLE table_2013618_1 (pinyin VARCHAR, foochow VARCHAR) | Name the pinyin for ciá-ìng-gâing |
SELECT traditional FROM table_2013618_1 WHERE simplified = "屏南县" | CREATE TABLE table_2013618_1 (traditional VARCHAR, simplified VARCHAR) | Name the traditional for 屏南县 |
SELECT density FROM table_2013618_1 WHERE traditional = "古田縣" | CREATE TABLE table_2013618_1 (density VARCHAR, traditional VARCHAR) | Name the density for 古田縣 |
SELECT english_name FROM table_2013618_1 WHERE traditional = "福鼎市" | CREATE TABLE table_2013618_1 (english_name VARCHAR, traditional VARCHAR) | Name the english name for 福鼎市 |
SELECT cfl_team FROM table_20170644_1 WHERE player = "Darcy Brown" | CREATE TABLE table_20170644_1 (cfl_team VARCHAR, player VARCHAR) | What CFL team did Darcy Brown play for? |
SELECT cfl_team FROM table_20170644_1 WHERE player = "Simeon Rottier" | CREATE TABLE table_20170644_1 (cfl_team VARCHAR, player VARCHAR) | What CFL team did simeon rottier play for? |
SELECT college FROM table_20170644_1 WHERE player = "Étienne Légaré" | CREATE TABLE table_20170644_1 (college VARCHAR, player VARCHAR) | What college did étienne légaré play for? |
SELECT cfl_team FROM table_20170644_1 WHERE position = "OL" | CREATE TABLE table_20170644_1 (cfl_team VARCHAR, position VARCHAR) | What team was in position OL? |
SELECT player FROM table_20170644_1 WHERE cfl_team = "Hamilton Tiger-Cats (via BC via Saskatchewan )" | CREATE TABLE table_20170644_1 (player VARCHAR, cfl_team VARCHAR) | Who was the player for the CFL team hamilton tiger-cats (via bc via saskatchewan )? |
SELECT MAX(pick__number) FROM table_20170644_1 WHERE cfl_team = "BC Lions (via Hamilton via Winnipeg )" | CREATE TABLE table_20170644_1 (pick__number INTEGER, cfl_team VARCHAR) | What number pick did the CFL team bc lions (via hamilton via winnipeg ) have? |
SELECT COUNT(release_date) FROM table_20174050_1 WHERE story__number = 7 | CREATE TABLE table_20174050_1 (release_date VARCHAR, story__number VARCHAR) | How many different release dates are there for the audio book with a story number 7? |
SELECT title FROM table_20174050_1 WHERE story__number = 91 | CREATE TABLE table_20174050_1 (title VARCHAR, story__number VARCHAR) | What's the title of the audio book with story number 91? |
SELECT release_date FROM table_20174050_1 WHERE target__number = "069 69" | CREATE TABLE table_20174050_1 (release_date VARCHAR, target__number VARCHAR) | When was the audio book with target number 069 69 released? |
SELECT format FROM table_20174050_1 WHERE title = "The Mind Robber" | CREATE TABLE table_20174050_1 (format VARCHAR, title VARCHAR) | What's the format of the audio book titled The Mind Robber? |
SELECT reader FROM table_20174050_24 WHERE author = "Cole, Stephen Stephen Cole" AND release_date = "2008-11-13 13 November 2008" | CREATE TABLE table_20174050_24 (reader VARCHAR, author VARCHAR, release_date VARCHAR) | who is the reader of the audiobook authored by cole, stephen stephen cole and released on 2008-11-13 13 november 2008 |
SELECT COUNT(company) FROM table_20174050_24 WHERE title = "Deadly Download" | CREATE TABLE table_20174050_24 (company VARCHAR, title VARCHAR) | how many companies released an audiobook titled deadly download |
SELECT company FROM table_20174050_24 WHERE release_date = "2010-11-04 4 November 2010" | CREATE TABLE table_20174050_24 (company VARCHAR, release_date VARCHAR) | which companies released on 2010-11-04 4 november 2010 |
SELECT company FROM table_20174050_24 WHERE author = "Day, Martin Martin Day" | CREATE TABLE table_20174050_24 (company VARCHAR, author VARCHAR) | which company released audiobooks authored by day, martin martin day |
SELECT COUNT(format) FROM table_20174050_24 WHERE author = "Day, Martin Martin Day" | CREATE TABLE table_20174050_24 (format VARCHAR, author VARCHAR) | how many formats of books authored by day, martin martin day |
SELECT COUNT(cfl_team) FROM table_20170644_5 WHERE college = "Laval" | CREATE TABLE table_20170644_5 (cfl_team VARCHAR, college VARCHAR) | How many players were drafted from laval? |
SELECT player FROM table_20170644_5 WHERE college = "Montreal" | CREATE TABLE table_20170644_5 (player VARCHAR, college VARCHAR) | What player went to montreal college? |
SELECT player FROM table_20170644_5 WHERE cfl_team = "Hamilton Tiger-Cats" | CREATE TABLE table_20170644_5 (player VARCHAR, cfl_team VARCHAR) | What player(s) drafted by the hamilton tiger-cats? |
SELECT position FROM table_20170644_5 WHERE cfl_team = "Montreal Alouettes" | CREATE TABLE table_20170644_5 (position VARCHAR, cfl_team VARCHAR) | What position(s) drafted by the montreal alouettes? |
SELECT company FROM table_20174050_23 WHERE author = "Pinborough, Sarah Sarah Pinborough" | CREATE TABLE table_20174050_23 (company VARCHAR, author VARCHAR) | which company uses pinborough, sarah sarah pinborough? |
SELECT reader FROM table_20174050_23 WHERE title = "Department X" | CREATE TABLE table_20174050_23 (reader VARCHAR, title VARCHAR) | who the reader of title department x? |
SELECT COUNT(notes) FROM table_20174050_23 WHERE reader = "Varma, Idria Indira Varma" | CREATE TABLE table_20174050_23 (notes VARCHAR, reader VARCHAR) | how many notes were read by reader varma, idria indira varma? |
SELECT reader FROM table_20174050_23 WHERE format = "Download/CD" AND author = "Lidster, Joseph Joseph Lidster" | CREATE TABLE table_20174050_23 (reader VARCHAR, format VARCHAR, author VARCHAR) | who is the reader on the download/cd format of the title written by author lidster, joseph joseph lidster? |
SELECT landesliga_mitte FROM table_20181270_3 WHERE landesliga_süd = "FC Gundelfingen" AND landesliga_nord = "VfL Frohnlach" | CREATE TABLE table_20181270_3 (landesliga_mitte VARCHAR, landesliga_süd VARCHAR, landesliga_nord VARCHAR) | Name the landesliga mitte for fc gundelfingen and vfl frohnlach |
SELECT landesliga_nord FROM table_20181270_3 WHERE landesliga_mitte = "Freier TuS Regensburg" | CREATE TABLE table_20181270_3 (landesliga_nord VARCHAR, landesliga_mitte VARCHAR) | Name the landesliga nord for freier tus regensburg |
SELECT landesliga_nord FROM table_20181270_3 WHERE landesliga_mitte = "ASV Neumarkt" | CREATE TABLE table_20181270_3 (landesliga_nord VARCHAR, landesliga_mitte VARCHAR) | Name the landesliga nord for asv neumarkt |
SELECT landesliga_mitte FROM table_20181270_3 WHERE bayernliga = "SV Türk Gücü München" | CREATE TABLE table_20181270_3 (landesliga_mitte VARCHAR, bayernliga VARCHAR) | Name the landesliga mitte sv türk gücü münchen |
SELECT landesliga_süd FROM table_20181270_3 WHERE bayernliga = "SG Quelle Fürth" | CREATE TABLE table_20181270_3 (landesliga_süd VARCHAR, bayernliga VARCHAR) | Name the landesliga sud for sg quelle fürth |
SELECT oil_rig FROM table_20183474_1 WHERE place = "7th" | CREATE TABLE table_20183474_1 (oil_rig VARCHAR, place VARCHAR) | What's the oil rig of the song that ended on 7th place? |
SELECT MIN(oil_rig) FROM table_20183474_1 WHERE draw = 9 | CREATE TABLE table_20183474_1 (oil_rig INTEGER, draw VARCHAR) | What's the oil rig of the song with a draw number 9? |
SELECT MIN(press_jury) FROM table_20183474_1 WHERE artist = "Frank Aleksandersen" | CREATE TABLE table_20183474_1 (press_jury INTEGER, artist VARCHAR) | How many press jury points did the song by Frank Aleksandersen get? |
SELECT total_points FROM table_20183474_1 WHERE draw = 3 | CREATE TABLE table_20183474_1 (total_points VARCHAR, draw VARCHAR) | How many points did the song with a draw number 3 get? |
SELECT notes FROM table_20174050_7 WHERE reader = "Briggs, Nicholas Nicholas Briggs" AND title = "Paradox Lost" | CREATE TABLE table_20174050_7 (notes VARCHAR, reader VARCHAR, title VARCHAR) | If the title is Paradox Lost and the reader is Briggs, Nicholas Nicholas Briggs, what are all of the notes? |
SELECT release_date FROM table_20174050_7 WHERE title = "The Way Through the Woods" | CREATE TABLE table_20174050_7 (release_date VARCHAR, title VARCHAR) | If the title is The Way Through The Woods, what is the release date? |
SELECT release_date FROM table_20174050_7 WHERE reader = "Syal, Meera Meera Syal" | CREATE TABLE table_20174050_7 (release_date VARCHAR, reader VARCHAR) | If the reader is Syal, Meera Meera Syal, what was the release date? |
Subsets and Splits