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