question
stringlengths
12
244
context
stringlengths
27
489
answer
dict
How many millions of people in the US saw the episode with series number 103?
CREATE TABLE table_22078972_2 (us_viewers__millions_ VARCHAR, no_in_series VARCHAR)
{ "SQL_Query": "SELECT us_viewers__millions_ FROM table_22078972_2 WHERE no_in_series = 103" }
What number episode in the series was watched by 15.89 million U.S. viewers?
CREATE TABLE table_22078906_2 (no_in_series VARCHAR, us_viewers__millions_ VARCHAR)
{ "SQL_Query": "SELECT no_in_series FROM table_22078906_2 WHERE us_viewers__millions_ = \"15.89\"" }
What is the title of the episode directed by William Webb?
CREATE TABLE table_22078906_2 (title VARCHAR, directed_by VARCHAR)
{ "SQL_Query": "SELECT title FROM table_22078906_2 WHERE directed_by = \"William Webb\"" }
What was the final score when River Plate was the runner-up?
CREATE TABLE table_2208838_2 (result VARCHAR, runner_up VARCHAR)
{ "SQL_Query": "SELECT result FROM table_2208838_2 WHERE runner_up = \"River Plate\"" }
What was spent per voter when total amount spent was 210,280,000?
CREATE TABLE table_22097588_9 (spent_per_voter___php__ VARCHAR, amount_spent___php__ VARCHAR)
{ "SQL_Query": "SELECT spent_per_voter___php__ FROM table_22097588_9 WHERE amount_spent___php__ = \"210,280,000\"" }
What was spent per voter when the spent per vote was 20.07?
CREATE TABLE table_22097588_9 (spent_per_voter___php__ VARCHAR, spent_per_vote___php__ VARCHAR)
{ "SQL_Query": "SELECT spent_per_voter___php__ FROM table_22097588_9 WHERE spent_per_vote___php__ = \"20.07\"" }
Between November 25–30, 2008 the sellout rate was at 75%, indicating that the ration between shows to sellout was what?
CREATE TABLE table_22123920_4 (shows___sellout VARCHAR, sellout___percentage_ VARCHAR)
{ "SQL_Query": "SELECT shows___sellout FROM table_22123920_4 WHERE sellout___percentage_ = \"75%\"" }
During the period in which gross sales totals for "The Show Girl Must Go On" reached $2,628,457, what did the numbers show for tickets sold/ available at the box office?
CREATE TABLE table_22123920_4 (tickets_sold___available VARCHAR, gross_sales VARCHAR)
{ "SQL_Query": "SELECT tickets_sold___available FROM table_22123920_4 WHERE gross_sales = \"$2,628,457\"" }
Which specific dates encompass the time period when "The Show Girl Must Go On" showed a gross sales figure total of $2,877,906?
CREATE TABLE table_22123920_4 (dates__mdy_ VARCHAR, gross_sales VARCHAR)
{ "SQL_Query": "SELECT dates__mdy_ FROM table_22123920_4 WHERE gross_sales = \"$2,877,906\"" }
What year and the corresponding ceremony was the english titled movie "time out" submitted?
CREATE TABLE table_22102732_1 (year__ceremony_ VARCHAR, english_title VARCHAR)
{ "SQL_Query": "SELECT year__ceremony_ FROM table_22102732_1 WHERE english_title = \"Time Out\"" }
How many english titles were directed by carlos moreno?
CREATE TABLE table_22102732_1 (english_title VARCHAR, director VARCHAR)
{ "SQL_Query": "SELECT COUNT(english_title) FROM table_22102732_1 WHERE director = \"Carlos Moreno\"" }
What is the rank # of kelli miller the winning pitcher?
CREATE TABLE table_22098274_1 (rank_number VARCHAR, winning_pitcher VARCHAR)
{ "SQL_Query": "SELECT rank_number FROM table_22098274_1 WHERE winning_pitcher = \"Kelli Miller\"" }
How many number of site have May 1, 2004 as the date?
CREATE TABLE table_22098274_1 (site VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT COUNT(site) FROM table_22098274_1 WHERE date = \"May 1, 2004\"" }
At what time is the site usf softball field • tampa, fl and w4-0 is the result?
CREATE TABLE table_22098274_1 (time VARCHAR, site VARCHAR, result VARCHAR)
{ "SQL_Query": "SELECT time FROM table_22098274_1 WHERE site = \"USF Softball Field • Tampa, FL\" AND result = \"W4-0\"" }
What was the result for the film with the English name of Morning Undersea?
CREATE TABLE table_22118197_1 (result VARCHAR, english_title VARCHAR)
{ "SQL_Query": "SELECT result FROM table_22118197_1 WHERE english_title = \"Morning Undersea\"" }
What was the result of the film with the Portuguese title, Um Filme Falado?
CREATE TABLE table_22118197_1 (result VARCHAR, portuguese_title VARCHAR)
{ "SQL_Query": "SELECT result FROM table_22118197_1 WHERE portuguese_title = \"Um Filme Falado\"" }
What is the Portuguese name of the film who's English title is, Belle Toujours?
CREATE TABLE table_22118197_1 (portuguese_title VARCHAR, english_title VARCHAR)
{ "SQL_Query": "SELECT portuguese_title FROM table_22118197_1 WHERE english_title = \"Belle Toujours\"" }
What is every result for the ceremony year of 2007 (80th)?
CREATE TABLE table_22128871_1 (result VARCHAR, year__ceremony_ VARCHAR)
{ "SQL_Query": "SELECT result FROM table_22128871_1 WHERE year__ceremony_ = \"2007 (80th)\"" }
What is every English title for the result of nominee?
CREATE TABLE table_22128871_1 (english_title VARCHAR, result VARCHAR)
{ "SQL_Query": "SELECT english_title FROM table_22128871_1 WHERE result = \"Nominee\"" }
How many directors have vietnamese titles of Gate, Gate, Paragate?
CREATE TABLE table_22128871_1 (director VARCHAR, vietnamese_title VARCHAR)
{ "SQL_Query": "SELECT COUNT(director) FROM table_22128871_1 WHERE vietnamese_title = \"Gate, gate, paragate\"" }
What is every ceremony year for the result of nominee?
CREATE TABLE table_22128871_1 (year__ceremony_ VARCHAR, result VARCHAR)
{ "SQL_Query": "SELECT year__ceremony_ FROM table_22128871_1 WHERE result = \"Nominee\"" }
Who was the pilot of max altitude of 55.9 miles?
CREATE TABLE table_221315_3 (pilot VARCHAR, max_altitude__miles_ VARCHAR)
{ "SQL_Query": "SELECT pilot FROM table_221315_3 WHERE max_altitude__miles_ = \"55.9\"" }
What is the highest number of fai space flights when max mach is 5.65?
CREATE TABLE table_221315_3 (fai_space_flights INTEGER, max_mach VARCHAR)
{ "SQL_Query": "SELECT MAX(fai_space_flights) FROM table_221315_3 WHERE max_mach = \"5.65\"" }
What was the maximum altitude for Neil Armstrong?
CREATE TABLE table_221315_3 (max_altitude__miles_ VARCHAR, pilot VARCHAR)
{ "SQL_Query": "SELECT max_altitude__miles_ FROM table_221315_3 WHERE pilot = \"Neil Armstrong\"" }
How many numbers were recorded under max speed for 1 USAF space flight and total flights 34?
CREATE TABLE table_221315_3 (max_speed__mph_ VARCHAR, usaf_space_flights VARCHAR, total_flights VARCHAR)
{ "SQL_Query": "SELECT COUNT(max_speed__mph_) FROM table_221315_3 WHERE usaf_space_flights = 1 AND total_flights = 34" }
What were all USAF space flights when the aximum speed was 3822?
CREATE TABLE table_221315_3 (usaf_space_flights VARCHAR, max_speed__mph_ VARCHAR)
{ "SQL_Query": "SELECT usaf_space_flights FROM table_221315_3 WHERE max_speed__mph_ = 3822" }
What was the max mach when the maximum speed was 3887?
CREATE TABLE table_221315_3 (max_mach VARCHAR, max_speed__mph_ VARCHAR)
{ "SQL_Query": "SELECT max_mach FROM table_221315_3 WHERE max_speed__mph_ = 3887" }
What is the record for the away leg in round 1 and aggregate 2-0?
CREATE TABLE table_2214582_1 (away_leg VARCHAR, round VARCHAR, aggregate VARCHAR)
{ "SQL_Query": "SELECT away_leg FROM table_2214582_1 WHERE round = 1 AND aggregate = \"2-0\"" }
Name the parishes for beira baixa province
CREATE TABLE table_221375_1 (parishes VARCHAR, province_of_1936 VARCHAR)
{ "SQL_Query": "SELECT COUNT(parishes) FROM table_221375_1 WHERE province_of_1936 = \"Beira Baixa Province\"" }
Name the most municipalities for alto alentejo province (partly ribatejo)
CREATE TABLE table_221375_1 (municipalities INTEGER, province_of_1936 VARCHAR)
{ "SQL_Query": "SELECT MAX(municipalities) FROM table_221375_1 WHERE province_of_1936 = \"Alto Alentejo Province (partly Ribatejo)\"" }
Name province of 1936 viana do castelo
CREATE TABLE table_221375_1 (province_of_1936 VARCHAR, district VARCHAR)
{ "SQL_Query": "SELECT province_of_1936 FROM table_221375_1 WHERE district = \"Viana do Castelo\"" }
What was the score when the partner is Rafael Osuna?
CREATE TABLE table_2215159_2 (score VARCHAR, partner VARCHAR)
{ "SQL_Query": "SELECT score FROM table_2215159_2 WHERE partner = \"Rafael Osuna\"" }
What was the outcome of the game when the partner is Rafael Osuna?
CREATE TABLE table_2215159_2 (outcome VARCHAR, partner VARCHAR)
{ "SQL_Query": "SELECT outcome FROM table_2215159_2 WHERE partner = \"Rafael Osuna\"" }
What is the surface of the French Championships?
CREATE TABLE table_2215159_2 (surface VARCHAR, championship VARCHAR)
{ "SQL_Query": "SELECT surface FROM table_2215159_2 WHERE championship = \"French championships\"" }
How many outcomes were there for matches played with Chuck McKinley on grass in 1962?
CREATE TABLE table_2215159_2 (outcome VARCHAR, year VARCHAR, surface VARCHAR, partner VARCHAR)
{ "SQL_Query": "SELECT COUNT(outcome) FROM table_2215159_2 WHERE surface = \"Grass\" AND partner = \"Chuck McKinley\" AND year = 1962" }
What was the home leg score against partizani tirana?
CREATE TABLE table_2214582_3 (home_leg VARCHAR, opponents VARCHAR)
{ "SQL_Query": "SELECT home_leg FROM table_2214582_3 WHERE opponents = \"Partizani Tirana\"" }
What round did they face fc st. gallen?
CREATE TABLE table_2214582_3 (round VARCHAR, opponents VARCHAR)
{ "SQL_Query": "SELECT COUNT(round) FROM table_2214582_3 WHERE opponents = \"FC St. Gallen\"" }
What was the home leg score against fc schalke 04?
CREATE TABLE table_2214582_3 (home_leg VARCHAR, opponents VARCHAR)
{ "SQL_Query": "SELECT home_leg FROM table_2214582_3 WHERE opponents = \"FC Schalke 04\"" }
How many dfb-pokal did kevin-prince boateng have?
CREATE TABLE table_22167196_1 (dfb_pokal VARCHAR, player VARCHAR)
{ "SQL_Query": "SELECT COUNT(dfb_pokal) FROM table_22167196_1 WHERE player = \"Kevin-Prince Boateng\"" }
Who is the head coach when Miami University is the championship game opponent?
CREATE TABLE table_22165661_3 (head_coach VARCHAR, championship_game_opponent VARCHAR)
{ "SQL_Query": "SELECT head_coach FROM table_22165661_3 WHERE championship_game_opponent = \"Miami University\"" }
What is the location when 2-1 is the score?
CREATE TABLE table_22165661_3 (location VARCHAR, score VARCHAR)
{ "SQL_Query": "SELECT location FROM table_22165661_3 WHERE score = \"2-1\"" }
What is the conference when Ferris State is the championship game opponent?
CREATE TABLE table_22165661_3 (conference VARCHAR, championship_game_opponent VARCHAR)
{ "SQL_Query": "SELECT conference FROM table_22165661_3 WHERE championship_game_opponent = \"Ferris State\"" }
What is the location of the 1999 tournament?
CREATE TABLE table_22165661_3 (location VARCHAR, tournament VARCHAR)
{ "SQL_Query": "SELECT location FROM table_22165661_3 WHERE tournament = 1999" }
How many scores are there when the championship game opponent is Miami University?
CREATE TABLE table_22165661_3 (score VARCHAR, championship_game_opponent VARCHAR)
{ "SQL_Query": "SELECT COUNT(score) FROM table_22165661_3 WHERE championship_game_opponent = \"Miami University\"" }
Who is the head coach for the score of 4-3?
CREATE TABLE table_22165661_3 (head_coach VARCHAR, score VARCHAR)
{ "SQL_Query": "SELECT head_coach FROM table_22165661_3 WHERE score = \"4-3\"" }
What is the bleeding time when the platelet count is decreased or unaffected?
CREATE TABLE table_221653_1 (bleeding_time VARCHAR, platelet_count VARCHAR)
{ "SQL_Query": "SELECT bleeding_time FROM table_221653_1 WHERE platelet_count = \"Decreased or unaffected\"" }
What is the partial thromboplastin time when the condition factor x deficiency as seen in amyloid purpura?
CREATE TABLE table_221653_1 (partial_thromboplastin_time VARCHAR, condition VARCHAR)
{ "SQL_Query": "SELECT partial_thromboplastin_time FROM table_221653_1 WHERE condition = \"Factor X deficiency as seen in amyloid purpura\"" }
How many time does the platelet count occur when prothrombin time and bleeding time are prolonged?
CREATE TABLE table_221653_1 (platelet_count VARCHAR, prothrombin_time VARCHAR, bleeding_time VARCHAR)
{ "SQL_Query": "SELECT COUNT(platelet_count) FROM table_221653_1 WHERE prothrombin_time = \"Prolonged\" AND bleeding_time = \"Prolonged\"" }
What is the bleeding time for the disseminated intravascular coagulation condition?
CREATE TABLE table_221653_1 (bleeding_time VARCHAR, condition VARCHAR)
{ "SQL_Query": "SELECT COUNT(bleeding_time) FROM table_221653_1 WHERE condition = \"Disseminated intravascular coagulation\"" }
What is the result for partial thromboplastin time when prothrombin time and bleeding time are prolonged?
CREATE TABLE table_221653_1 (partial_thromboplastin_time VARCHAR, prothrombin_time VARCHAR, bleeding_time VARCHAR)
{ "SQL_Query": "SELECT partial_thromboplastin_time FROM table_221653_1 WHERE prothrombin_time = \"Prolonged\" AND bleeding_time = \"Prolonged\"" }
What is the platelet count when partial thromboplastin time and bleeding time are unaffected?
CREATE TABLE table_221653_1 (platelet_count VARCHAR, partial_thromboplastin_time VARCHAR, bleeding_time VARCHAR)
{ "SQL_Query": "SELECT platelet_count FROM table_221653_1 WHERE partial_thromboplastin_time = \"Unaffected\" AND bleeding_time = \"Unaffected\"" }
What is the lowest top 50 ranking that the episode titled "the god-why-don't-you-love-me blues" received?
CREATE TABLE table_22170495_7 (top_50_ranking INTEGER, title VARCHAR)
{ "SQL_Query": "SELECT MIN(top_50_ranking) FROM table_22170495_7 WHERE title = \"The God-Why-Don't-You-Love-Me Blues\"" }
Which episodes originally aired on April 19, 2010?
CREATE TABLE table_22170495_7 (title VARCHAR, original_airing VARCHAR)
{ "SQL_Query": "SELECT title FROM table_22170495_7 WHERE original_airing = \"April 19, 2010\"" }
The episode titled "Epiphany" received what scripted show ranking?
CREATE TABLE table_22170495_7 (scripted_show_ranking INTEGER, title VARCHAR)
{ "SQL_Query": "SELECT MIN(scripted_show_ranking) FROM table_22170495_7 WHERE title = \"Epiphany\"" }
How many of the episodes in the top 50 rankings were originally aired on June 28, 2010?
CREATE TABLE table_22170495_7 (top_50_ranking VARCHAR, original_airing VARCHAR)
{ "SQL_Query": "SELECT COUNT(top_50_ranking) FROM table_22170495_7 WHERE original_airing = \"June 28, 2010\"" }
For the location of quezon city , metro manila what is the athletic nickname?
CREATE TABLE table_22171978_1 (athletic_nickname VARCHAR, location VARCHAR)
{ "SQL_Query": "SELECT athletic_nickname FROM table_22171978_1 WHERE location = \"Quezon City , Metro Manila\"" }
How many locations are there for the athletic nickname is blue crusaders?
CREATE TABLE table_22171978_1 (location VARCHAR, athletic_nickname VARCHAR)
{ "SQL_Query": "SELECT COUNT(location) FROM table_22171978_1 WHERE athletic_nickname = \"Blue Crusaders\"" }
How many entries are shown for school colors for the location of naga , camarines sur?
CREATE TABLE table_22171978_1 (school_colors VARCHAR, location VARCHAR)
{ "SQL_Query": "SELECT COUNT(school_colors) FROM table_22171978_1 WHERE location = \"Naga , Camarines Sur\"" }
For the athletic nickname of golden knights how many entries are shown for enrollment?
CREATE TABLE table_22171978_1 (enrollment VARCHAR, athletic_nickname VARCHAR)
{ "SQL_Query": "SELECT COUNT(enrollment) FROM table_22171978_1 WHERE athletic_nickname = \"Golden Knights\"" }
What year was the ateneo de manila university founded?
CREATE TABLE table_22171978_1 (founded VARCHAR, institution VARCHAR)
{ "SQL_Query": "SELECT founded FROM table_22171978_1 WHERE institution = \"Ateneo de Manila University\"" }
What year was the athletic nickname blue crusaders founded?
CREATE TABLE table_22171978_1 (founded VARCHAR, athletic_nickname VARCHAR)
{ "SQL_Query": "SELECT founded FROM table_22171978_1 WHERE athletic_nickname = \"Blue Crusaders\"" }
How many original airdates did season 20 have?
CREATE TABLE table_22181917_2 (original_air_date VARCHAR, season__number VARCHAR)
{ "SQL_Query": "SELECT COUNT(original_air_date) FROM table_22181917_2 WHERE season__number = 20" }
Who directed the episode that was watched by 6.62 million U.S. viewers?
CREATE TABLE table_22181917_2 (directed_by VARCHAR, us_viewers__millions_ VARCHAR)
{ "SQL_Query": "SELECT directed_by FROM table_22181917_2 WHERE us_viewers__millions_ = \"6.62\"" }
What is the production code for the episode with 8.56 million U.S. viewers?
CREATE TABLE table_22181917_2 (production_code VARCHAR, us_viewers__millions_ VARCHAR)
{ "SQL_Query": "SELECT production_code FROM table_22181917_2 WHERE us_viewers__millions_ = \"8.56\"" }
What is the title of the episode that had 9.76 million U.S. viewers?
CREATE TABLE table_22181917_2 (title VARCHAR, us_viewers__millions_ VARCHAR)
{ "SQL_Query": "SELECT title FROM table_22181917_2 WHERE us_viewers__millions_ = \"9.76\"" }
What is the title of the original airing on e4 May 2, 2010?
CREATE TABLE table_22170495_6 (title VARCHAR, original_airing_on_e4 VARCHAR)
{ "SQL_Query": "SELECT title FROM table_22170495_6 WHERE original_airing_on_e4 = \"May 2, 2010\"" }
How many total viewers have April 21, 2010 as the original airing on channel 4?
CREATE TABLE table_22170495_6 (total_viewers VARCHAR, original_airing_on_channel_4 VARCHAR)
{ "SQL_Query": "SELECT COUNT(total_viewers) FROM table_22170495_6 WHERE original_airing_on_channel_4 = \"April 21, 2010\"" }
What is the position in e4s ratings b when June 30, 2010 is the original airing on channel 4?
CREATE TABLE table_22170495_6 (position_in_e4s_ratings_b VARCHAR, original_airing_on_channel_4 VARCHAR)
{ "SQL_Query": "SELECT position_in_e4s_ratings_b FROM table_22170495_6 WHERE original_airing_on_channel_4 = \"June 30, 2010\"" }
When is the original airing on channel 4 with being alive as the title?
CREATE TABLE table_22170495_6 (original_airing_on_channel_4 VARCHAR, title VARCHAR)
{ "SQL_Query": "SELECT original_airing_on_channel_4 FROM table_22170495_6 WHERE title = \"Being Alive\"" }
How many position in channel 4s ratings a have February 24, 2010 as the original airing on channel 4?
CREATE TABLE table_22170495_6 (position_in_channel_4s_ratings_a VARCHAR, original_airing_on_channel_4 VARCHAR)
{ "SQL_Query": "SELECT COUNT(position_in_channel_4s_ratings_a) FROM table_22170495_6 WHERE original_airing_on_channel_4 = \"February 24, 2010\"" }
What are all types where registration is HB-OPU?
CREATE TABLE table_22180353_1 (type VARCHAR, registration VARCHAR)
{ "SQL_Query": "SELECT type FROM table_22180353_1 WHERE registration = \"HB-OPU\"" }
What is every registration for the type of T 6 G?
CREATE TABLE table_22180353_1 (registration VARCHAR, type VARCHAR)
{ "SQL_Query": "SELECT registration FROM table_22180353_1 WHERE type = \"T 6 G\"" }
What is every construction date for the registration of HB-HOS?
CREATE TABLE table_22180353_1 (construction VARCHAR, registration VARCHAR)
{ "SQL_Query": "SELECT construction AS date FROM table_22180353_1 WHERE registration = \"HB-HOS\"" }
What is every conformity to original design if registration is HB-DAI?
CREATE TABLE table_22180353_1 (conformity_to_original_design VARCHAR, registration VARCHAR)
{ "SQL_Query": "SELECT conformity_to_original_design FROM table_22180353_1 WHERE registration = \"HB-DAI\"" }
What is the latest season number that Eric Tuchman directed?
CREATE TABLE table_2219961_2 (season__number INTEGER, director VARCHAR)
{ "SQL_Query": "SELECT MAX(season__number) FROM table_2219961_2 WHERE director = \"Eric Tuchman\"" }
How man seasons have the air date of October 2, 2001?
CREATE TABLE table_2219961_2 (season__number VARCHAR, nbc_airdate VARCHAR)
{ "SQL_Query": "SELECT COUNT(season__number) FROM table_2219961_2 WHERE nbc_airdate = \"October 2, 2001\"" }
What was the report in the race where the winning team was Roush Fenway Racing?
CREATE TABLE table_2220432_1 (report VARCHAR, team VARCHAR)
{ "SQL_Query": "SELECT report FROM table_2220432_1 WHERE team = \"Roush Fenway Racing\"" }
What was the miles (km) for the race that had an average speed of 136.117 MPH?
CREATE TABLE table_2220432_1 (miles__km_ VARCHAR, average_speed__mph_ VARCHAR)
{ "SQL_Query": "SELECT miles__km_ FROM table_2220432_1 WHERE average_speed__mph_ = \"136.117\"" }
What are the miles when February 25 is the date?
CREATE TABLE table_2226343_1 (miles__km_ VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT miles__km_ FROM table_2226343_1 WHERE date = \"February 25\"" }
How many laps have an average speed of 141.911?
CREATE TABLE table_2226343_1 (laps VARCHAR, average_speed__mph_ VARCHAR)
{ "SQL_Query": "SELECT laps FROM table_2226343_1 WHERE average_speed__mph_ = \"141.911\"" }
Who is the manufacturer when 150.088 is the average speed (mph)?
CREATE TABLE table_2226343_1 (manufacturer VARCHAR, average_speed__mph_ VARCHAR)
{ "SQL_Query": "SELECT manufacturer FROM table_2226343_1 WHERE average_speed__mph_ = \"150.088\"" }
Who is the manufacturer for the date of June 22?
CREATE TABLE table_2226343_1 (manufacturer VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT manufacturer FROM table_2226343_1 WHERE date = \"June 22\"" }
How many laps have a race time of 3:31:24?
CREATE TABLE table_2226343_1 (laps VARCHAR, race_time VARCHAR)
{ "SQL_Query": "SELECT laps FROM table_2226343_1 WHERE race_time = \"3:31:24\"" }
How many laps have an average speed (mph) of 140.22?
CREATE TABLE table_2226343_1 (laps VARCHAR, average_speed__mph_ VARCHAR)
{ "SQL_Query": "SELECT laps FROM table_2226343_1 WHERE average_speed__mph_ = \"140.22\"" }
Who directed the film with the original title of три летња дана?
CREATE TABLE table_22265716_1 (director VARCHAR, original_title VARCHAR)
{ "SQL_Query": "SELECT director FROM table_22265716_1 WHERE original_title = \"Три летња дана\"" }
Who directed the film with the title three summer days?
CREATE TABLE table_22265716_1 (director VARCHAR, film_title_used_in_nomination VARCHAR)
{ "SQL_Query": "SELECT director FROM table_22265716_1 WHERE film_title_used_in_nomination = \"Three Summer Days\"" }
Who is the director of the film with the title лепа села лепо горе?
CREATE TABLE table_22265716_1 (director VARCHAR, original_title VARCHAR)
{ "SQL_Query": "SELECT director FROM table_22265716_1 WHERE original_title = \"Лепа села лепо горе\"" }
How many viewers in millions watched the episode with the production code 6acx16?
CREATE TABLE table_22261877_1 (us_viewers__million_ VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT us_viewers__million_ FROM table_22261877_1 WHERE production_code = \"6ACX16\"" }
What is the air date of the episode with the production code 6acx19?
CREATE TABLE table_22261877_1 (original_air_date VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT original_air_date FROM table_22261877_1 WHERE production_code = \"6ACX19\"" }
What is the original air date for the production code of 1.12?
CREATE TABLE table_2226817_2 (original_air_date VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT original_air_date FROM table_2226817_2 WHERE production_code = \"1.12\"" }
How many number of series have a production code of 1.11?
CREATE TABLE table_2226817_2 (no_in_series VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT no_in_series FROM table_2226817_2 WHERE production_code = \"1.11\"" }
How many number of series have the production code of 1.11?
CREATE TABLE table_2226817_2 (no_in_series INTEGER, production_code VARCHAR)
{ "SQL_Query": "SELECT MAX(no_in_series) FROM table_2226817_2 WHERE production_code = \"1.11\"" }
Who wrote when the original airdate is April 5, 1987?
CREATE TABLE table_2226817_2 (written_by VARCHAR, original_air_date VARCHAR)
{ "SQL_Query": "SELECT written_by FROM table_2226817_2 WHERE original_air_date = \"April 5, 1987\"" }
Who directed when the production code is 1.02?
CREATE TABLE table_2226817_2 (directed_by VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT directed_by FROM table_2226817_2 WHERE production_code = \"1.02\"" }
Name the production code for november 27, 1988
CREATE TABLE table_2226817_4 (production_code VARCHAR, original_air_date VARCHAR)
{ "SQL_Query": "SELECT production_code FROM table_2226817_4 WHERE original_air_date = \"November 27, 1988\"" }
Name the original air date for 3.04 production code
CREATE TABLE table_2226817_4 (original_air_date VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT original_air_date FROM table_2226817_4 WHERE production_code = \"3.04\"" }
Name who wrote the episode that aired april 9, 1989
CREATE TABLE table_2226817_4 (written_by VARCHAR, original_air_date VARCHAR)
{ "SQL_Query": "SELECT written_by FROM table_2226817_4 WHERE original_air_date = \"April 9, 1989\"" }
Name the number of number in season for 3.09
CREATE TABLE table_2226817_4 (no_in_season VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT COUNT(no_in_season) FROM table_2226817_4 WHERE production_code = \"3.09\"" }
when was the episode premiere if the production code is 11.19?
CREATE TABLE table_2226817_12 (original_air_date VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT COUNT(original_air_date) FROM table_2226817_12 WHERE production_code = \"11.19\"" }
what is the name of the episode whose premiere was in march 2, 1997?
CREATE TABLE table_2226817_12 (title VARCHAR, original_air_date VARCHAR)
{ "SQL_Query": "SELECT title FROM table_2226817_12 WHERE original_air_date = \"March 2, 1997\"" }