question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
text
stringlengths
114
1.06k
What is the smallest 08-09 GP/JGP 2nd value when WS points equals 3197?
CREATE TABLE table_23938357_7 (ws_points VARCHAR)
SELECT MIN(08 AS _09_gp_jgp_2nd) FROM table_23938357_7 WHERE ws_points = 3197
### Context: CREATE TABLE table_23938357_7 (ws_points VARCHAR) ### Question: What is the smallest 08-09 GP/JGP 2nd value when WS points equals 3197? ### Answer: SELECT MIN(08 AS _09_gp_jgp_2nd) FROM table_23938357_7 WHERE ws_points = 3197
What is the smallest 07-08 oi best value?
CREATE TABLE table_23938357_7 (Id VARCHAR)
SELECT MIN(07 AS _08_oi_best) FROM table_23938357_7
### Context: CREATE TABLE table_23938357_7 (Id VARCHAR) ### Question: What is the smallest 07-08 oi best value? ### Answer: SELECT MIN(07 AS _08_oi_best) FROM table_23938357_7
Name the number of partners for 5-7, 6-7 (5-7)
CREATE TABLE table_23944006_4 (partner VARCHAR, score VARCHAR)
SELECT COUNT(partner) FROM table_23944006_4 WHERE score = "5-7, 6-7 (5-7)"
### Context: CREATE TABLE table_23944006_4 (partner VARCHAR, score VARCHAR) ### Question: Name the number of partners for 5-7, 6-7 (5-7) ### Answer: SELECT COUNT(partner) FROM table_23944006_4 WHERE score = "5-7, 6-7 (5-7)"
Name the surface for cara black rennae stubbs
CREATE TABLE table_23944006_4 (surface VARCHAR, opponents VARCHAR)
SELECT surface FROM table_23944006_4 WHERE opponents = "Cara Black Rennae Stubbs"
### Context: CREATE TABLE table_23944006_4 (surface VARCHAR, opponents VARCHAR) ### Question: Name the surface for cara black rennae stubbs ### Answer: SELECT surface FROM table_23944006_4 WHERE opponents = "Cara Black Rennae Stubbs"
Name the score for san diego
CREATE TABLE table_23944006_4 (score VARCHAR, championship VARCHAR)
SELECT score FROM table_23944006_4 WHERE championship = "San Diego"
### Context: CREATE TABLE table_23944006_4 (score VARCHAR, championship VARCHAR) ### Question: Name the score for san diego ### Answer: SELECT score FROM table_23944006_4 WHERE championship = "San Diego"
Name the outcome for zurich
CREATE TABLE table_23944006_4 (outcome VARCHAR, championship VARCHAR)
SELECT outcome FROM table_23944006_4 WHERE championship = "Zurich"
### Context: CREATE TABLE table_23944006_4 (outcome VARCHAR, championship VARCHAR) ### Question: Name the outcome for zurich ### Answer: SELECT outcome FROM table_23944006_4 WHERE championship = "Zurich"
Name the number of surfaces for 4-6, 2-6
CREATE TABLE table_23944006_4 (surface VARCHAR, score VARCHAR)
SELECT COUNT(surface) FROM table_23944006_4 WHERE score = "4-6, 2-6"
### Context: CREATE TABLE table_23944006_4 (surface VARCHAR, score VARCHAR) ### Question: Name the number of surfaces for 4-6, 2-6 ### Answer: SELECT COUNT(surface) FROM table_23944006_4 WHERE score = "4-6, 2-6"
What is the least 08-09 i/o best?
CREATE TABLE table_23938357_6 (Id VARCHAR)
SELECT MIN(08 AS _09_i_o_best) FROM table_23938357_6
### Context: CREATE TABLE table_23938357_6 (Id VARCHAR) ### Question: What is the least 08-09 i/o best? ### Answer: SELECT MIN(08 AS _09_i_o_best) FROM table_23938357_6
How many times is keauna mclaughlin / rockne brubaker ranked?
CREATE TABLE table_23938357_6 (rank VARCHAR, name VARCHAR)
SELECT COUNT(rank) FROM table_23938357_6 WHERE name = "Keauna McLaughlin / Rockne Brubaker"
### Context: CREATE TABLE table_23938357_6 (rank VARCHAR, name VARCHAR) ### Question: How many times is keauna mclaughlin / rockne brubaker ranked? ### Answer: SELECT COUNT(rank) FROM table_23938357_6 WHERE name = "Keauna McLaughlin / Rockne Brubaker"
Name the sprint classification for michael barry
CREATE TABLE table_23944514_15 (sprint_classification VARCHAR, aggressive_rider VARCHAR)
SELECT sprint_classification FROM table_23944514_15 WHERE aggressive_rider = "Michael Barry"
### Context: CREATE TABLE table_23944514_15 (sprint_classification VARCHAR, aggressive_rider VARCHAR) ### Question: Name the sprint classification for michael barry ### Answer: SELECT sprint_classification FROM table_23944514_15 WHERE aggressive_rider = "Michael Barry"
Name the youth classification for michael barry
CREATE TABLE table_23944514_15 (youth_classification VARCHAR, aggressive_rider VARCHAR)
SELECT youth_classification FROM table_23944514_15 WHERE aggressive_rider = "Michael Barry"
### Context: CREATE TABLE table_23944514_15 (youth_classification VARCHAR, aggressive_rider VARCHAR) ### Question: Name the youth classification for michael barry ### Answer: SELECT youth_classification FROM table_23944514_15 WHERE aggressive_rider = "Michael Barry"
Name the mountains classification for bradley white
CREATE TABLE table_23944514_15 (mountains_classification VARCHAR, aggressive_rider VARCHAR)
SELECT mountains_classification FROM table_23944514_15 WHERE aggressive_rider = "Bradley White"
### Context: CREATE TABLE table_23944514_15 (mountains_classification VARCHAR, aggressive_rider VARCHAR) ### Question: Name the mountains classification for bradley white ### Answer: SELECT mountains_classification FROM table_23944514_15 WHERE aggressive_rider = "Bradley White"
List all mbit/s with profiles of 8b.
CREATE TABLE table_2394927_1 (max_downstream_throughput___mbit_s__ VARCHAR, profile VARCHAR)
SELECT max_downstream_throughput___mbit_s__ FROM table_2394927_1 WHERE profile = "8b"
### Context: CREATE TABLE table_2394927_1 (max_downstream_throughput___mbit_s__ VARCHAR, profile VARCHAR) ### Question: List all mbit/s with profiles of 8b. ### Answer: SELECT max_downstream_throughput___mbit_s__ FROM table_2394927_1 WHERE profile = "8b"
What are the mhz when the profile is 8b?
CREATE TABLE table_2394927_1 (bandwidth___mhz__ VARCHAR, profile VARCHAR)
SELECT bandwidth___mhz__ FROM table_2394927_1 WHERE profile = "8b"
### Context: CREATE TABLE table_2394927_1 (bandwidth___mhz__ VARCHAR, profile VARCHAR) ### Question: What are the mhz when the profile is 8b? ### Answer: SELECT bandwidth___mhz__ FROM table_2394927_1 WHERE profile = "8b"
What are the highest mbit/s when the dbm is +17.5?
CREATE TABLE table_2394927_1 (max_downstream_throughput___mbit_s__ VARCHAR, power___dbm__ VARCHAR)
SELECT max_downstream_throughput___mbit_s__ FROM table_2394927_1 WHERE power___dbm__ = "+17.5"
### Context: CREATE TABLE table_2394927_1 (max_downstream_throughput___mbit_s__ VARCHAR, power___dbm__ VARCHAR) ### Question: What are the highest mbit/s when the dbm is +17.5? ### Answer: SELECT max_downstream_throughput___mbit_s__ FROM table_2394927_1 WHERE power___dbm__ = "+17.5"
List all dbm's when profiles are 8a.
CREATE TABLE table_2394927_1 (power___dbm__ VARCHAR, profile VARCHAR)
SELECT power___dbm__ FROM table_2394927_1 WHERE profile = "8a"
### Context: CREATE TABLE table_2394927_1 (power___dbm__ VARCHAR, profile VARCHAR) ### Question: List all dbm's when profiles are 8a. ### Answer: SELECT power___dbm__ FROM table_2394927_1 WHERE profile = "8a"
What is the lowest number of carriers?
CREATE TABLE table_2394927_1 (number_of_carriers INTEGER)
SELECT MIN(number_of_carriers) FROM table_2394927_1
### Context: CREATE TABLE table_2394927_1 (number_of_carriers INTEGER) ### Question: What is the lowest number of carriers? ### Answer: SELECT MIN(number_of_carriers) FROM table_2394927_1
Who directed episode 21?
CREATE TABLE table_23958944_5 (directed_by VARCHAR, no_by_season VARCHAR)
SELECT directed_by FROM table_23958944_5 WHERE no_by_season = 21
### Context: CREATE TABLE table_23958944_5 (directed_by VARCHAR, no_by_season VARCHAR) ### Question: Who directed episode 21? ### Answer: SELECT directed_by FROM table_23958944_5 WHERE no_by_season = 21
What episode was watched by 10.81 million US viewers?
CREATE TABLE table_23958944_5 (no_by_season INTEGER, us_viewers__in_millions_ VARCHAR)
SELECT MIN(no_by_season) FROM table_23958944_5 WHERE us_viewers__in_millions_ = "10.81"
### Context: CREATE TABLE table_23958944_5 (no_by_season INTEGER, us_viewers__in_millions_ VARCHAR) ### Question: What episode was watched by 10.81 million US viewers? ### Answer: SELECT MIN(no_by_season) FROM table_23958944_5 WHERE us_viewers__in_millions_ = "10.81"
What episode is directed by Bryan Spicer and written by Terence Paul Winter?
CREATE TABLE table_23958944_5 (title VARCHAR, directed_by VARCHAR, written_by VARCHAR)
SELECT title FROM table_23958944_5 WHERE directed_by = "Bryan Spicer" AND written_by = "Terence Paul Winter"
### Context: CREATE TABLE table_23958944_5 (title VARCHAR, directed_by VARCHAR, written_by VARCHAR) ### Question: What episode is directed by Bryan Spicer and written by Terence Paul Winter? ### Answer: SELECT title FROM table_23958944_5 WHERE directed_by = "Bryan Spicer" AND written_by = "Terence Paul Winter"
Name the number of series for 19
CREATE TABLE table_23958944_6 (no_by_series VARCHAR, no_by_season VARCHAR)
SELECT no_by_series FROM table_23958944_6 WHERE no_by_season = 19
### Context: CREATE TABLE table_23958944_6 (no_by_series VARCHAR, no_by_season VARCHAR) ### Question: Name the number of series for 19 ### Answer: SELECT no_by_series FROM table_23958944_6 WHERE no_by_season = 19
Name the viewers for 520
CREATE TABLE table_23958944_6 (us_viewers__in_millions_ VARCHAR, production_number VARCHAR)
SELECT us_viewers__in_millions_ FROM table_23958944_6 WHERE production_number = 520
### Context: CREATE TABLE table_23958944_6 (us_viewers__in_millions_ VARCHAR, production_number VARCHAR) ### Question: Name the viewers for 520 ### Answer: SELECT us_viewers__in_millions_ FROM table_23958944_6 WHERE production_number = 520
How many different writers have written the episode with series number 8?
CREATE TABLE table_23958944_2 (written_by VARCHAR, no_by_series VARCHAR)
SELECT COUNT(written_by) FROM table_23958944_2 WHERE no_by_series = 8
### Context: CREATE TABLE table_23958944_2 (written_by VARCHAR, no_by_series VARCHAR) ### Question: How many different writers have written the episode with series number 8? ### Answer: SELECT COUNT(written_by) FROM table_23958944_2 WHERE no_by_series = 8
What's the title of the episode with production number 103?
CREATE TABLE table_23958944_2 (title VARCHAR, production_number VARCHAR)
SELECT title FROM table_23958944_2 WHERE production_number = 103
### Context: CREATE TABLE table_23958944_2 (title VARCHAR, production_number VARCHAR) ### Question: What's the title of the episode with production number 103? ### Answer: SELECT title FROM table_23958944_2 WHERE production_number = 103
who has the 1 goal and the position is fw?
CREATE TABLE table_23963781_2 (name VARCHAR, goals VARCHAR, position VARCHAR)
SELECT name FROM table_23963781_2 WHERE goals = 1 AND position = "FW"
### Context: CREATE TABLE table_23963781_2 (name VARCHAR, goals VARCHAR, position VARCHAR) ### Question: who has the 1 goal and the position is fw? ### Answer: SELECT name FROM table_23963781_2 WHERE goals = 1 AND position = "FW"
How many release dates are there for year of 1988 and additional rock band 3 features is none?
CREATE TABLE table_23981741_1 (release_date VARCHAR, year VARCHAR, additional_rock_band_3_features VARCHAR)
SELECT COUNT(release_date) FROM table_23981741_1 WHERE year = 1988 AND additional_rock_band_3_features = "None"
### Context: CREATE TABLE table_23981741_1 (release_date VARCHAR, year VARCHAR, additional_rock_band_3_features VARCHAR) ### Question: How many release dates are there for year of 1988 and additional rock band 3 features is none? ### Answer: SELECT COUNT(release_date) FROM table_23981741_1 WHERE year = 1988 AND additio...
What is the nationality associated with 0 minutes, position of MF, and an Athletica career of 2009?
CREATE TABLE table_23963781_1 (nationality VARCHAR, athletica_career VARCHAR, minutes VARCHAR, position VARCHAR)
SELECT nationality FROM table_23963781_1 WHERE minutes = 0 AND position = "MF" AND athletica_career = "2009"
### Context: CREATE TABLE table_23963781_1 (nationality VARCHAR, athletica_career VARCHAR, minutes VARCHAR, position VARCHAR) ### Question: What is the nationality associated with 0 minutes, position of MF, and an Athletica career of 2009? ### Answer: SELECT nationality FROM table_23963781_1 WHERE minutes = 0 AND posit...
What is the position of the player who is from the United States and has 30 minutes?
CREATE TABLE table_23963781_3 (position VARCHAR, nationality VARCHAR, minutes VARCHAR)
SELECT position FROM table_23963781_3 WHERE nationality = "United States" AND minutes = 30
### Context: CREATE TABLE table_23963781_3 (position VARCHAR, nationality VARCHAR, minutes VARCHAR) ### Question: What is the position of the player who is from the United States and has 30 minutes? ### Answer: SELECT position FROM table_23963781_3 WHERE nationality = "United States" AND minutes = 30
What is the most amount of goals any of the players had?
CREATE TABLE table_23963781_3 (goals INTEGER)
SELECT MAX(goals) FROM table_23963781_3
### Context: CREATE TABLE table_23963781_3 (goals INTEGER) ### Question: What is the most amount of goals any of the players had? ### Answer: SELECT MAX(goals) FROM table_23963781_3
What is the song for Dixie Chicks?
CREATE TABLE table_23981771_1 (song_title VARCHAR, artist VARCHAR)
SELECT song_title FROM table_23981771_1 WHERE artist = "Dixie Chicks"
### Context: CREATE TABLE table_23981771_1 (song_title VARCHAR, artist VARCHAR) ### Question: What is the song for Dixie Chicks? ### Answer: SELECT song_title FROM table_23981771_1 WHERE artist = "Dixie Chicks"
What is the episode title for number 7 in the season?
CREATE TABLE table_23981882_1 (title VARCHAR, no_in_season VARCHAR)
SELECT title FROM table_23981882_1 WHERE no_in_season = 7
### Context: CREATE TABLE table_23981882_1 (title VARCHAR, no_in_season VARCHAR) ### Question: What is the episode title for number 7 in the season? ### Answer: SELECT title FROM table_23981882_1 WHERE no_in_season = 7
What is the special when the challenger is dominique bouchet?
CREATE TABLE table_23982399_12 (special VARCHAR, challenger VARCHAR)
SELECT special FROM table_23982399_12 WHERE challenger = "Dominique Bouchet"
### Context: CREATE TABLE table_23982399_12 (special VARCHAR, challenger VARCHAR) ### Question: What is the special when the challenger is dominique bouchet? ### Answer: SELECT special FROM table_23982399_12 WHERE challenger = "Dominique Bouchet"
Who was the winner when the iron chef is hiroyuki sakai?
CREATE TABLE table_23982399_12 (winner VARCHAR, iron_chef VARCHAR)
SELECT winner FROM table_23982399_12 WHERE iron_chef = "Hiroyuki Sakai"
### Context: CREATE TABLE table_23982399_12 (winner VARCHAR, iron_chef VARCHAR) ### Question: Who was the winner when the iron chef is hiroyuki sakai? ### Answer: SELECT winner FROM table_23982399_12 WHERE iron_chef = "Hiroyuki Sakai"
Who was the challenger when winner was kimio nonaga?
CREATE TABLE table_23982399_12 (challenger VARCHAR, winner VARCHAR)
SELECT challenger FROM table_23982399_12 WHERE winner = "Kimio Nonaga"
### Context: CREATE TABLE table_23982399_12 (challenger VARCHAR, winner VARCHAR) ### Question: Who was the challenger when winner was kimio nonaga? ### Answer: SELECT challenger FROM table_23982399_12 WHERE winner = "Kimio Nonaga"
What episode number originally aired on November 21, 1993?
CREATE TABLE table_23982399_1 (overall_episode__number INTEGER, original_airdate VARCHAR)
SELECT MAX(overall_episode__number) FROM table_23982399_1 WHERE original_airdate = "November 21, 1993"
### Context: CREATE TABLE table_23982399_1 (overall_episode__number INTEGER, original_airdate VARCHAR) ### Question: What episode number originally aired on November 21, 1993? ### Answer: SELECT MAX(overall_episode__number) FROM table_23982399_1 WHERE original_airdate = "November 21, 1993"
Who was the challenger on Episode 5?
CREATE TABLE table_23982399_1 (challenger VARCHAR, overall_episode__number VARCHAR)
SELECT challenger FROM table_23982399_1 WHERE overall_episode__number = 5
### Context: CREATE TABLE table_23982399_1 (challenger VARCHAR, overall_episode__number VARCHAR) ### Question: Who was the challenger on Episode 5? ### Answer: SELECT challenger FROM table_23982399_1 WHERE overall_episode__number = 5
What is the qualifying end date when the qualifying start date is qualifying start date?
CREATE TABLE table_23995075_2 (qualifying_end_date VARCHAR)
SELECT qualifying_end_date FROM table_23995075_2 WHERE "qualifying_start_date" = "qualifying_start_date"
### Context: CREATE TABLE table_23995075_2 (qualifying_end_date VARCHAR) ### Question: What is the qualifying end date when the qualifying start date is qualifying start date? ### Answer: SELECT qualifying_end_date FROM table_23995075_2 WHERE "qualifying_start_date" = "qualifying_start_date"
How many teams can still qualify when there are 0 teams that have secured qualification and 52 teams started?
CREATE TABLE table_23995075_2 (teams_that_can_still_qualify VARCHAR, teams_that_have_secured_qualification VARCHAR, teams_started VARCHAR)
SELECT teams_that_can_still_qualify FROM table_23995075_2 WHERE teams_that_have_secured_qualification = "0" AND teams_started = "52"
### Context: CREATE TABLE table_23995075_2 (teams_that_can_still_qualify VARCHAR, teams_that_have_secured_qualification VARCHAR, teams_started VARCHAR) ### Question: How many teams can still qualify when there are 0 teams that have secured qualification and 52 teams started? ### Answer: SELECT teams_that_can_still_qual...
How many teams eliminated when 11 teams started?
CREATE TABLE table_23995075_2 (teams_that_have_been_eliminated VARCHAR, teams_started VARCHAR)
SELECT teams_that_have_been_eliminated FROM table_23995075_2 WHERE teams_started = "11"
### Context: CREATE TABLE table_23995075_2 (teams_that_have_been_eliminated VARCHAR, teams_started VARCHAR) ### Question: How many teams eliminated when 11 teams started? ### Answer: SELECT teams_that_have_been_eliminated FROM table_23995075_2 WHERE teams_started = "11"
What is the confederation when there are 4 places remaining in the finals?
CREATE TABLE table_23995075_2 (confederation VARCHAR, remaining_places_in_finals VARCHAR)
SELECT confederation FROM table_23995075_2 WHERE remaining_places_in_finals = "4"
### Context: CREATE TABLE table_23995075_2 (confederation VARCHAR, remaining_places_in_finals VARCHAR) ### Question: What is the confederation when there are 4 places remaining in the finals? ### Answer: SELECT confederation FROM table_23995075_2 WHERE remaining_places_in_finals = "4"
How many qualifying start dates for the Concacaf confederation?
CREATE TABLE table_23995075_2 (qualifying_start_date VARCHAR, confederation VARCHAR)
SELECT COUNT(qualifying_start_date) FROM table_23995075_2 WHERE confederation = "CONCACAF"
### Context: CREATE TABLE table_23995075_2 (qualifying_start_date VARCHAR, confederation VARCHAR) ### Question: How many qualifying start dates for the Concacaf confederation? ### Answer: SELECT COUNT(qualifying_start_date) FROM table_23995075_2 WHERE confederation = "CONCACAF"
How many remaining places in finals when 1 team can still qualify and 0 teams have secured qualification?
CREATE TABLE table_23995075_2 (remaining_places_in_finals VARCHAR, teams_that_can_still_qualify VARCHAR, teams_that_have_secured_qualification VARCHAR)
SELECT remaining_places_in_finals FROM table_23995075_2 WHERE teams_that_can_still_qualify = "1" AND teams_that_have_secured_qualification = "0"
### Context: CREATE TABLE table_23995075_2 (remaining_places_in_finals VARCHAR, teams_that_can_still_qualify VARCHAR, teams_that_have_secured_qualification VARCHAR) ### Question: How many remaining places in finals when 1 team can still qualify and 0 teams have secured qualification? ### Answer: SELECT remaining_places...
How many of 3:26.00 have a championship record?
CREATE TABLE table_23987362_2 (world_record VARCHAR)
SELECT COUNT(3) AS :2600 FROM table_23987362_2 WHERE world_record = "Championship record"
### Context: CREATE TABLE table_23987362_2 (world_record VARCHAR) ### Question: How many of 3:26.00 have a championship record? ### Answer: SELECT COUNT(3) AS :2600 FROM table_23987362_2 WHERE world_record = "Championship record"
How many of 3:26.00 when hicham el guerrouj ( mar ) is hudson de souza ( bra )?
CREATE TABLE table_23987362_2 (hicham_el_guerrouj___mar__ VARCHAR)
SELECT COUNT(3) AS :2600 FROM table_23987362_2 WHERE hicham_el_guerrouj___mar__ = "Hudson de Souza ( BRA )"
### Context: CREATE TABLE table_23987362_2 (hicham_el_guerrouj___mar__ VARCHAR) ### Question: How many of 3:26.00 when hicham el guerrouj ( mar ) is hudson de souza ( bra )? ### Answer: SELECT COUNT(3) AS :2600 FROM table_23987362_2 WHERE hicham_el_guerrouj___mar__ = "Hudson de Souza ( BRA )"
When saif saaeed shaheen (qat) is the saif saaeed shaheen ( qat ) what is the world record?
CREATE TABLE table_23988726_2 (world_record VARCHAR)
SELECT world_record FROM table_23988726_2 WHERE "saif_saaeed_shaheen___qat__" = "saif_saaeed_shaheen___qat__"
### Context: CREATE TABLE table_23988726_2 (world_record VARCHAR) ### Question: When saif saaeed shaheen (qat) is the saif saaeed shaheen ( qat ) what is the world record? ### Answer: SELECT world_record FROM table_23988726_2 WHERE "saif_saaeed_shaheen___qat__" = "saif_saaeed_shaheen___qat__"
When daniel lincoln ( usa ) is the saif saaeed shaheen ( qat ) What is the date for September 3rd, 2004?
CREATE TABLE table_23988726_2 (saif_saaeed_shaheen___qat__ VARCHAR)
SELECT 3 AS _september_2004 FROM table_23988726_2 WHERE saif_saaeed_shaheen___qat__ = "Daniel Lincoln ( USA )"
### Context: CREATE TABLE table_23988726_2 (saif_saaeed_shaheen___qat__ VARCHAR) ### Question: When daniel lincoln ( usa ) is the saif saaeed shaheen ( qat ) What is the date for September 3rd, 2004? ### Answer: SELECT 3 AS _september_2004 FROM table_23988726_2 WHERE saif_saaeed_shaheen___qat__ = "Daniel Lincoln ( USA ...
When saif saaeed shaheen ( qat ) is the saif saaeed shaheen ( qat ) what is the date on September 3rd, 2004?
CREATE TABLE table_23988726_2 (Id VARCHAR)
SELECT 3 AS _september_2004 FROM table_23988726_2 WHERE "saif_saaeed_shaheen___qat__" = "saif_saaeed_shaheen___qat__"
### Context: CREATE TABLE table_23988726_2 (Id VARCHAR) ### Question: When saif saaeed shaheen ( qat ) is the saif saaeed shaheen ( qat ) what is the date on September 3rd, 2004? ### Answer: SELECT 3 AS _september_2004 FROM table_23988726_2 WHERE "saif_saaeed_shaheen___qat__" = "saif_saaeed_shaheen___qat__"
If the world record is the African record, what is the 1:53.28 total number?
CREATE TABLE table_24001246_2 (world_record VARCHAR)
SELECT COUNT(1) AS :5328 FROM table_24001246_2 WHERE world_record = "African record"
### Context: CREATE TABLE table_24001246_2 (world_record VARCHAR) ### Question: If the world record is the African record, what is the 1:53.28 total number? ### Answer: SELECT COUNT(1) AS :5328 FROM table_24001246_2 WHERE world_record = "African record"
Who directed the epsiode with production number 109?
CREATE TABLE table_2400842_1 (directed_by VARCHAR, prod__number VARCHAR)
SELECT directed_by FROM table_2400842_1 WHERE prod__number = 109
### Context: CREATE TABLE table_2400842_1 (directed_by VARCHAR, prod__number VARCHAR) ### Question: Who directed the epsiode with production number 109? ### Answer: SELECT directed_by FROM table_2400842_1 WHERE prod__number = 109
Name the least finish for larry dickson
CREATE TABLE table_24004949_1 (finish INTEGER, driver VARCHAR)
SELECT MIN(finish) FROM table_24004949_1 WHERE driver = "Larry Dickson"
### Context: CREATE TABLE table_24004949_1 (finish INTEGER, driver VARCHAR) ### Question: Name the least finish for larry dickson ### Answer: SELECT MIN(finish) FROM table_24004949_1 WHERE driver = "Larry Dickson"
Name the 26 august 2005 asian record
CREATE TABLE table_24011830_2 (world_record VARCHAR)
SELECT 26 AS _august_2005 FROM table_24011830_2 WHERE world_record = "Asian record"
### Context: CREATE TABLE table_24011830_2 (world_record VARCHAR) ### Question: Name the 26 august 2005 asian record ### Answer: SELECT 26 AS _august_2005 FROM table_24011830_2 WHERE world_record = "Asian record"
Name the total number of kenesia for african record
CREATE TABLE table_24011830_2 (kenenisa_bekele___eth__ VARCHAR, world_record VARCHAR)
SELECT COUNT(kenenisa_bekele___eth__) FROM table_24011830_2 WHERE world_record = "African record"
### Context: CREATE TABLE table_24011830_2 (kenenisa_bekele___eth__ VARCHAR, world_record VARCHAR) ### Question: Name the total number of kenesia for african record ### Answer: SELECT COUNT(kenenisa_bekele___eth__) FROM table_24011830_2 WHERE world_record = "African record"
List the number of runners up when albertina fransisca mailoa won the putri pariwisata contest?
CREATE TABLE table_24014744_1 (putri_pariwisata_indonesia VARCHAR)
SELECT COUNT(3 AS rd_runner_up) FROM table_24014744_1 WHERE putri_pariwisata_indonesia = "Albertina Fransisca Mailoa"
### Context: CREATE TABLE table_24014744_1 (putri_pariwisata_indonesia VARCHAR) ### Question: List the number of runners up when albertina fransisca mailoa won the putri pariwisata contest? ### Answer: SELECT COUNT(3 AS rd_runner_up) FROM table_24014744_1 WHERE putri_pariwisata_indonesia = "Albertina Fransisca Mailoa"
Who won 2nd place when albertina fransisca mailoa was the winner of the putri pariwisata contest?
CREATE TABLE table_24014744_1 (putri_pariwisata_indonesia VARCHAR)
SELECT 1 AS st_runner_up FROM table_24014744_1 WHERE putri_pariwisata_indonesia = "Albertina Fransisca Mailoa"
### Context: CREATE TABLE table_24014744_1 (putri_pariwisata_indonesia VARCHAR) ### Question: Who won 2nd place when albertina fransisca mailoa was the winner of the putri pariwisata contest? ### Answer: SELECT 1 AS st_runner_up FROM table_24014744_1 WHERE putri_pariwisata_indonesia = "Albertina Fransisca Mailoa"
what is the original air date for production code 216?
CREATE TABLE table_24018430_3 (original_air_date VARCHAR, production_code VARCHAR)
SELECT original_air_date FROM table_24018430_3 WHERE production_code = 216
### Context: CREATE TABLE table_24018430_3 (original_air_date VARCHAR, production_code VARCHAR) ### Question: what is the original air date for production code 216? ### Answer: SELECT original_air_date FROM table_24018430_3 WHERE production_code = 216
what is writtenand directed by shannon flynn?
CREATE TABLE table_24018430_3 (written_by VARCHAR, directed_by VARCHAR)
SELECT written_by FROM table_24018430_3 WHERE directed_by = "Shannon Flynn"
### Context: CREATE TABLE table_24018430_3 (written_by VARCHAR, directed_by VARCHAR) ### Question: what is writtenand directed by shannon flynn? ### Answer: SELECT written_by FROM table_24018430_3 WHERE directed_by = "Shannon Flynn"
what number is us viewers in season 12?
CREATE TABLE table_24018430_3 (us_viewers__millions_ VARCHAR, no_in_season VARCHAR)
SELECT us_viewers__millions_ FROM table_24018430_3 WHERE no_in_season = 12
### Context: CREATE TABLE table_24018430_3 (us_viewers__millions_ VARCHAR, no_in_season VARCHAR) ### Question: what number is us viewers in season 12? ### Answer: SELECT us_viewers__millions_ FROM table_24018430_3 WHERE no_in_season = 12
What was the population density in km2 for 2011 in the division where area in km2 was 684.37 in 2011?
CREATE TABLE table_24027047_1 (population_density___km²_2011_ VARCHAR, area__km²__2011 VARCHAR)
SELECT population_density___km²_2011_ FROM table_24027047_1 WHERE area__km²__2011 * * = "684.37"
### Context: CREATE TABLE table_24027047_1 (population_density___km²_2011_ VARCHAR, area__km²__2011 VARCHAR) ### Question: What was the population density in km2 for 2011 in the division where area in km2 was 684.37 in 2011? ### Answer: SELECT population_density___km²_2011_ FROM table_24027047_1 WHERE area__km²__2011 ...
What division had a population density of 8,552.4 km2 in 2011?
CREATE TABLE table_24027047_1 (administrative_division VARCHAR, population_density___km²_2011_ VARCHAR)
SELECT administrative_division FROM table_24027047_1 WHERE population_density___km²_2011_ = "8,552.4"
### Context: CREATE TABLE table_24027047_1 (administrative_division VARCHAR, population_density___km²_2011_ VARCHAR) ### Question: What division had a population density of 8,552.4 km2 in 2011? ### Answer: SELECT administrative_division FROM table_24027047_1 WHERE population_density___km²_2011_ = "8,552.4"
What was the area in km2 in 2011 for the Narsingdi District?
CREATE TABLE table_24027047_1 (area__km²__2011 VARCHAR, administrative_division VARCHAR)
SELECT area__km²__2011 * * FROM table_24027047_1 WHERE administrative_division = "Narsingdi District"
### Context: CREATE TABLE table_24027047_1 (area__km²__2011 VARCHAR, administrative_division VARCHAR) ### Question: What was the area in km2 in 2011 for the Narsingdi District? ### Answer: SELECT area__km²__2011 * * FROM table_24027047_1 WHERE administrative_division = "Narsingdi District"
In what division was there a population density in km2 of 1,604.3 in 2011?
CREATE TABLE table_24027047_1 (administrative_division VARCHAR, population_density___km²_2011_ VARCHAR)
SELECT administrative_division FROM table_24027047_1 WHERE population_density___km²_2011_ = "1,604.3"
### Context: CREATE TABLE table_24027047_1 (administrative_division VARCHAR, population_density___km²_2011_ VARCHAR) ### Question: In what division was there a population density in km2 of 1,604.3 in 2011? ### Answer: SELECT administrative_division FROM table_24027047_1 WHERE population_density___km²_2011_ = "1,604.3"
In what division was there a population density in km2 of 4,491.8 in 2011?
CREATE TABLE table_24027047_1 (administrative_division VARCHAR, population_density___km²_2011_ VARCHAR)
SELECT administrative_division FROM table_24027047_1 WHERE population_density___km²_2011_ = "4,491.8"
### Context: CREATE TABLE table_24027047_1 (administrative_division VARCHAR, population_density___km²_2011_ VARCHAR) ### Question: In what division was there a population density in km2 of 4,491.8 in 2011? ### Answer: SELECT administrative_division FROM table_24027047_1 WHERE population_density___km²_2011_ = "4,491.8"
What's the area coordinator for the municipality with 1715 people living in it in 2010?
CREATE TABLE table_2402209_1 (area_coordinator VARCHAR, population__2010_ VARCHAR)
SELECT area_coordinator FROM table_2402209_1 WHERE population__2010_ = 1715
### Context: CREATE TABLE table_2402209_1 (area_coordinator VARCHAR, population__2010_ VARCHAR) ### Question: What's the area coordinator for the municipality with 1715 people living in it in 2010? ### Answer: SELECT area_coordinator FROM table_2402209_1 WHERE population__2010_ = 1715
How many different counts of tue number of Barangays are there for the municipality with 13824 citizens in 2010?
CREATE TABLE table_2402209_1 (no_of_barangays VARCHAR, population__2010_ VARCHAR)
SELECT COUNT(no_of_barangays) FROM table_2402209_1 WHERE population__2010_ = 13824
### Context: CREATE TABLE table_2402209_1 (no_of_barangays VARCHAR, population__2010_ VARCHAR) ### Question: How many different counts of tue number of Barangays are there for the municipality with 13824 citizens in 2010? ### Answer: SELECT COUNT(no_of_barangays) FROM table_2402209_1 WHERE population__2010_ = 13824
How many Barangays lived in the municipality with area coordinator of 110.95?
CREATE TABLE table_2402209_1 (no_of_barangays VARCHAR, area_coordinator VARCHAR)
SELECT no_of_barangays FROM table_2402209_1 WHERE area_coordinator = "110.95"
### Context: CREATE TABLE table_2402209_1 (no_of_barangays VARCHAR, area_coordinator VARCHAR) ### Question: How many Barangays lived in the municipality with area coordinator of 110.95? ### Answer: SELECT no_of_barangays FROM table_2402209_1 WHERE area_coordinator = "110.95"
What circuit had rnd 3?
CREATE TABLE table_24037660_2 (circuit VARCHAR, rnd VARCHAR)
SELECT circuit FROM table_24037660_2 WHERE rnd = 3
### Context: CREATE TABLE table_24037660_2 (circuit VARCHAR, rnd VARCHAR) ### Question: What circuit had rnd 3? ### Answer: SELECT circuit FROM table_24037660_2 WHERE rnd = 3
How many circuits had a winning team of #1 patrón highcroft racing ang gtc winning team #81 alex job racing ?
CREATE TABLE table_24037660_2 (circuit VARCHAR, lmp_winning_team VARCHAR, gtc_winning_team VARCHAR)
SELECT COUNT(circuit) FROM table_24037660_2 WHERE lmp_winning_team = "#1 Patrón Highcroft Racing" AND gtc_winning_team = "#81 Alex Job Racing"
### Context: CREATE TABLE table_24037660_2 (circuit VARCHAR, lmp_winning_team VARCHAR, gtc_winning_team VARCHAR) ### Question: How many circuits had a winning team of #1 patrón highcroft racing ang gtc winning team #81 alex job racing ? ### Answer: SELECT COUNT(circuit) FROM table_24037660_2 WHERE lmp_winning_team = "#...
What was the winning team lmpc in rnd 3?
CREATE TABLE table_24037660_2 (lmpc_winning_team VARCHAR, rnd VARCHAR)
SELECT lmpc_winning_team FROM table_24037660_2 WHERE rnd = 3
### Context: CREATE TABLE table_24037660_2 (lmpc_winning_team VARCHAR, rnd VARCHAR) ### Question: What was the winning team lmpc in rnd 3? ### Answer: SELECT lmpc_winning_team FROM table_24037660_2 WHERE rnd = 3
What was the gtc winning team when lmp winning team was #8 drayson racing?
CREATE TABLE table_24037660_2 (gtc_winning_team VARCHAR, lmp_winning_team VARCHAR)
SELECT gtc_winning_team FROM table_24037660_2 WHERE lmp_winning_team = "#8 Drayson Racing"
### Context: CREATE TABLE table_24037660_2 (gtc_winning_team VARCHAR, lmp_winning_team VARCHAR) ### Question: What was the gtc winning team when lmp winning team was #8 drayson racing? ### Answer: SELECT gtc_winning_team FROM table_24037660_2 WHERE lmp_winning_team = "#8 Drayson Racing"
Who is the captain in Chaguaramas?
CREATE TABLE table_24039173_1 (captain VARCHAR, location VARCHAR)
SELECT captain FROM table_24039173_1 WHERE location = "Chaguaramas"
### Context: CREATE TABLE table_24039173_1 (captain VARCHAR, location VARCHAR) ### Question: Who is the captain in Chaguaramas? ### Answer: SELECT captain FROM table_24039173_1 WHERE location = "Chaguaramas"
What is the minimum capacity for Sangre Grande Ground?
CREATE TABLE table_24039173_1 (capacity INTEGER, stadium VARCHAR)
SELECT MIN(capacity) FROM table_24039173_1 WHERE stadium = "Sangre Grande Ground"
### Context: CREATE TABLE table_24039173_1 (capacity INTEGER, stadium VARCHAR) ### Question: What is the minimum capacity for Sangre Grande Ground? ### Answer: SELECT MIN(capacity) FROM table_24039173_1 WHERE stadium = "Sangre Grande Ground"
What is the capacity for Sangre Grande Ground, home of the North East Stars?
CREATE TABLE table_24039173_1 (capacity VARCHAR, team VARCHAR)
SELECT COUNT(capacity) FROM table_24039173_1 WHERE team = "North East Stars"
### Context: CREATE TABLE table_24039173_1 (capacity VARCHAR, team VARCHAR) ### Question: What is the capacity for Sangre Grande Ground, home of the North East Stars? ### Answer: SELECT COUNT(capacity) FROM table_24039173_1 WHERE team = "North East Stars"
San Juan Jabloteh calls which stadium home?
CREATE TABLE table_24039173_1 (stadium VARCHAR, team VARCHAR)
SELECT stadium FROM table_24039173_1 WHERE team = "San Juan Jabloteh"
### Context: CREATE TABLE table_24039173_1 (stadium VARCHAR, team VARCHAR) ### Question: San Juan Jabloteh calls which stadium home? ### Answer: SELECT stadium FROM table_24039173_1 WHERE team = "San Juan Jabloteh"
What was the innings when caught was 20?
CREATE TABLE table_24039597_26 (innings VARCHAR, caught VARCHAR)
SELECT innings FROM table_24039597_26 WHERE caught = 20
### Context: CREATE TABLE table_24039597_26 (innings VARCHAR, caught VARCHAR) ### Question: What was the innings when caught was 20? ### Answer: SELECT innings FROM table_24039597_26 WHERE caught = 20
What ist he matches where the player is ms dhoni?
CREATE TABLE table_24039597_26 (matches VARCHAR, player VARCHAR)
SELECT matches FROM table_24039597_26 WHERE player = "MS Dhoni"
### Context: CREATE TABLE table_24039597_26 (matches VARCHAR, player VARCHAR) ### Question: What ist he matches where the player is ms dhoni? ### Answer: SELECT matches FROM table_24039597_26 WHERE player = "MS Dhoni"
What is stumped when inning is 143?
CREATE TABLE table_24039597_26 (stumped VARCHAR, innings VARCHAR)
SELECT stumped FROM table_24039597_26 WHERE innings = 143
### Context: CREATE TABLE table_24039597_26 (stumped VARCHAR, innings VARCHAR) ### Question: What is stumped when inning is 143? ### Answer: SELECT stumped FROM table_24039597_26 WHERE innings = 143
How many matches were 44?
CREATE TABLE table_24039597_26 (dismissals VARCHAR, matches VARCHAR)
SELECT COUNT(dismissals) FROM table_24039597_26 WHERE matches = 44
### Context: CREATE TABLE table_24039597_26 (dismissals VARCHAR, matches VARCHAR) ### Question: How many matches were 44? ### Answer: SELECT COUNT(dismissals) FROM table_24039597_26 WHERE matches = 44
What is stumped when matches is 14?
CREATE TABLE table_24039597_26 (stumped INTEGER, matches VARCHAR)
SELECT MIN(stumped) FROM table_24039597_26 WHERE matches = 14
### Context: CREATE TABLE table_24039597_26 (stumped INTEGER, matches VARCHAR) ### Question: What is stumped when matches is 14? ### Answer: SELECT MIN(stumped) FROM table_24039597_26 WHERE matches = 14
Name the total number of monarchs for 23 may 1059 crowned
CREATE TABLE table_24046134_1 (monarch VARCHAR, crowned VARCHAR)
SELECT COUNT(monarch) FROM table_24046134_1 WHERE crowned = "23 May 1059"
### Context: CREATE TABLE table_24046134_1 (monarch VARCHAR, crowned VARCHAR) ### Question: Name the total number of monarchs for 23 may 1059 crowned ### Answer: SELECT COUNT(monarch) FROM table_24046134_1 WHERE crowned = "23 May 1059"
What was the playoff result where the league did not qualify in the Open Cup in 1998?
CREATE TABLE table_2402864_1 (playoffs VARCHAR, open_cup VARCHAR, year VARCHAR)
SELECT playoffs FROM table_2402864_1 WHERE open_cup = "Did not qualify" AND year = 1998
### Context: CREATE TABLE table_2402864_1 (playoffs VARCHAR, open_cup VARCHAR, year VARCHAR) ### Question: What was the playoff result where the league did not qualify in the Open Cup in 1998? ### Answer: SELECT playoffs FROM table_2402864_1 WHERE open_cup = "Did not qualify" AND year = 1998
What was the earliest year where USL PDL played in 3rd, Southeast season?
CREATE TABLE table_2402864_1 (year INTEGER, regular_season VARCHAR, league VARCHAR)
SELECT MIN(year) FROM table_2402864_1 WHERE regular_season = "3rd, Southeast" AND league = "USL PDL"
### Context: CREATE TABLE table_2402864_1 (year INTEGER, regular_season VARCHAR, league VARCHAR) ### Question: What was the earliest year where USL PDL played in 3rd, Southeast season? ### Answer: SELECT MIN(year) FROM table_2402864_1 WHERE regular_season = "3rd, Southeast" AND league = "USL PDL"
What was the Open Cup results for the year 2003?
CREATE TABLE table_2402864_1 (open_cup VARCHAR, year VARCHAR)
SELECT open_cup FROM table_2402864_1 WHERE year = 2003
### Context: CREATE TABLE table_2402864_1 (open_cup VARCHAR, year VARCHAR) ### Question: What was the Open Cup results for the year 2003? ### Answer: SELECT open_cup FROM table_2402864_1 WHERE year = 2003
What is the highest total for evm votes
CREATE TABLE table_24051013_3 (total_evm_votes INTEGER)
SELECT MAX(total_evm_votes) FROM table_24051013_3
### Context: CREATE TABLE table_24051013_3 (total_evm_votes INTEGER) ### Question: What is the highest total for evm votes ### Answer: SELECT MAX(total_evm_votes) FROM table_24051013_3
In what episode did heat 1 take place?
CREATE TABLE table_24051050_1 (episode VARCHAR, contest VARCHAR)
SELECT episode FROM table_24051050_1 WHERE contest = "Heat 1"
### Context: CREATE TABLE table_24051050_1 (episode VARCHAR, contest VARCHAR) ### Question: In what episode did heat 1 take place? ### Answer: SELECT episode FROM table_24051050_1 WHERE contest = "Heat 1"
What events took place in episode 12?
CREATE TABLE table_24051050_1 (events VARCHAR, episode VARCHAR)
SELECT events FROM table_24051050_1 WHERE episode = 12
### Context: CREATE TABLE table_24051050_1 (events VARCHAR, episode VARCHAR) ### Question: What events took place in episode 12? ### Answer: SELECT events FROM table_24051050_1 WHERE episode = 12
Which female challengers featured in episode 28?
CREATE TABLE table_24051050_1 (challengers__female_ VARCHAR, episode VARCHAR)
SELECT challengers__female_ FROM table_24051050_1 WHERE episode = 28
### Context: CREATE TABLE table_24051050_1 (challengers__female_ VARCHAR, episode VARCHAR) ### Question: Which female challengers featured in episode 28? ### Answer: SELECT challengers__female_ FROM table_24051050_1 WHERE episode = 28
How many players came from Los Angeles?
CREATE TABLE table_24055352_1 (name VARCHAR, hometown VARCHAR)
SELECT COUNT(name) FROM table_24055352_1 WHERE hometown = "Los Angeles"
### Context: CREATE TABLE table_24055352_1 (name VARCHAR, hometown VARCHAR) ### Question: How many players came from Los Angeles? ### Answer: SELECT COUNT(name) FROM table_24055352_1 WHERE hometown = "Los Angeles"
What is the height when the player is from Los Angeles?
CREATE TABLE table_24055352_1 (height VARCHAR, hometown VARCHAR)
SELECT height FROM table_24055352_1 WHERE hometown = "Los Angeles"
### Context: CREATE TABLE table_24055352_1 (height VARCHAR, hometown VARCHAR) ### Question: What is the height when the player is from Los Angeles? ### Answer: SELECT height FROM table_24055352_1 WHERE hometown = "Los Angeles"
What is Kammeon Holsey's height?
CREATE TABLE table_24055352_1 (height VARCHAR, name VARCHAR)
SELECT height FROM table_24055352_1 WHERE name = "Kammeon Holsey"
### Context: CREATE TABLE table_24055352_1 (height VARCHAR, name VARCHAR) ### Question: What is Kammeon Holsey's height? ### Answer: SELECT height FROM table_24055352_1 WHERE name = "Kammeon Holsey"
What is the high school of the player number 5?
CREATE TABLE table_24055352_1 (high_school VARCHAR, number VARCHAR)
SELECT high_school FROM table_24055352_1 WHERE number = 5
### Context: CREATE TABLE table_24055352_1 (high_school VARCHAR, number VARCHAR) ### Question: What is the high school of the player number 5? ### Answer: SELECT high_school FROM table_24055352_1 WHERE number = 5
How many times is kenenisa bekele ( eth ) is marílson gomes dos santos ( bra )?
CREATE TABLE table_24062944_2 (world_record VARCHAR, kenenisa_bekele___eth__ VARCHAR)
SELECT COUNT(world_record) FROM table_24062944_2 WHERE kenenisa_bekele___eth__ = "Marílson Gomes dos Santos ( BRA )"
### Context: CREATE TABLE table_24062944_2 (world_record VARCHAR, kenenisa_bekele___eth__ VARCHAR) ### Question: How many times is kenenisa bekele ( eth ) is marílson gomes dos santos ( bra )? ### Answer: SELECT COUNT(world_record) FROM table_24062944_2 WHERE kenenisa_bekele___eth__ = "Marílson Gomes dos Santos ( BRA )...
What is every entry for against with opponent Andreas Vinciguerra?
CREATE TABLE table_24074130_5 (against VARCHAR, opponent VARCHAR)
SELECT against FROM table_24074130_5 WHERE opponent = "Andreas Vinciguerra"
### Context: CREATE TABLE table_24074130_5 (against VARCHAR, opponent VARCHAR) ### Question: What is every entry for against with opponent Andreas Vinciguerra? ### Answer: SELECT against FROM table_24074130_5 WHERE opponent = "Andreas Vinciguerra"
What is every surface against Sweden?
CREATE TABLE table_24074130_5 (surface VARCHAR, against VARCHAR)
SELECT surface FROM table_24074130_5 WHERE against = "Sweden"
### Context: CREATE TABLE table_24074130_5 (surface VARCHAR, against VARCHAR) ### Question: What is every surface against Sweden? ### Answer: SELECT surface FROM table_24074130_5 WHERE against = "Sweden"
What is every entry in the win/lose against Sweden?
CREATE TABLE table_24074130_5 (win_lose VARCHAR, against VARCHAR)
SELECT win_lose FROM table_24074130_5 WHERE against = "Sweden"
### Context: CREATE TABLE table_24074130_5 (win_lose VARCHAR, against VARCHAR) ### Question: What is every entry in the win/lose against Sweden? ### Answer: SELECT win_lose FROM table_24074130_5 WHERE against = "Sweden"
How many production codes have an original airdate of November 16, 1990?
CREATE TABLE table_2409041_3 (production_code VARCHAR, original_air_date VARCHAR)
SELECT COUNT(production_code) FROM table_2409041_3 WHERE original_air_date = "November 16, 1990"
### Context: CREATE TABLE table_2409041_3 (production_code VARCHAR, original_air_date VARCHAR) ### Question: How many production codes have an original airdate of November 16, 1990? ### Answer: SELECT COUNT(production_code) FROM table_2409041_3 WHERE original_air_date = "November 16, 1990"
What series number had an original airdate of March 1, 1991?
CREATE TABLE table_2409041_3 (no_in_series INTEGER, original_air_date VARCHAR)
SELECT MIN(no_in_series) FROM table_2409041_3 WHERE original_air_date = "March 1, 1991"
### Context: CREATE TABLE table_2409041_3 (no_in_series INTEGER, original_air_date VARCHAR) ### Question: What series number had an original airdate of March 1, 1991? ### Answer: SELECT MIN(no_in_series) FROM table_2409041_3 WHERE original_air_date = "March 1, 1991"
How many production codes were in series 39?
CREATE TABLE table_2409041_3 (production_code VARCHAR, no_in_series VARCHAR)
SELECT COUNT(production_code) FROM table_2409041_3 WHERE no_in_series = 39
### Context: CREATE TABLE table_2409041_3 (production_code VARCHAR, no_in_series VARCHAR) ### Question: How many production codes were in series 39? ### Answer: SELECT COUNT(production_code) FROM table_2409041_3 WHERE no_in_series = 39
Who wrote season 23?
CREATE TABLE table_2409041_3 (written_by VARCHAR, no_in_season VARCHAR)
SELECT written_by FROM table_2409041_3 WHERE no_in_season = 23
### Context: CREATE TABLE table_2409041_3 (written_by VARCHAR, no_in_season VARCHAR) ### Question: Who wrote season 23? ### Answer: SELECT written_by FROM table_2409041_3 WHERE no_in_season = 23
What is the production code for episode number 86 in the series?
CREATE TABLE table_2409041_5 (production_code INTEGER, no_in_series VARCHAR)
SELECT MIN(production_code) FROM table_2409041_5 WHERE no_in_series = 86
### Context: CREATE TABLE table_2409041_5 (production_code INTEGER, no_in_series VARCHAR) ### Question: What is the production code for episode number 86 in the series? ### Answer: SELECT MIN(production_code) FROM table_2409041_5 WHERE no_in_series = 86
What is the production code for the episode that originally aired on January 8, 1993?
CREATE TABLE table_2409041_5 (production_code INTEGER, original_air_date VARCHAR)
SELECT MAX(production_code) FROM table_2409041_5 WHERE original_air_date = "January 8, 1993"
### Context: CREATE TABLE table_2409041_5 (production_code INTEGER, original_air_date VARCHAR) ### Question: What is the production code for the episode that originally aired on January 8, 1993? ### Answer: SELECT MAX(production_code) FROM table_2409041_5 WHERE original_air_date = "January 8, 1993"