Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
33,000
<question>: When houdet ( fra ) w 6-2, 6-1 is the quarterfinals what is the final/bronze medal match? <context>: CREATE TABLE table_18602462_21 (final__bronze_medal_match VARCHAR, quarterfinals VARCHAR)
SELECT final__bronze_medal_match FROM table_18602462_21 WHERE quarterfinals = "Houdet ( FRA ) W 6-2, 6-1"
33,001
<question>: When in round of 16 it was did not advance what was it in round of 32? <context>: CREATE TABLE table_18602462_21 (round_of_32 VARCHAR, round_of_16 VARCHAR)
SELECT round_of_32 FROM table_18602462_21 WHERE round_of_16 = "Did not advance"
33,002
<question>: When scheffers ( ned ) l 3-6, 1-6 is the final/ bronze medal match what was the event? <context>: CREATE TABLE table_18602462_21 (event VARCHAR, final__bronze_medal_match VARCHAR)
SELECT event FROM table_18602462_21 WHERE final__bronze_medal_match = "Scheffers ( NED ) L 3-6, 1-6"
33,003
<question>: When mixed quad singles is the event what is the final/bronze medal match? <context>: CREATE TABLE table_18602462_21 (final__bronze_medal_match VARCHAR, event VARCHAR)
SELECT final__bronze_medal_match FROM table_18602462_21 WHERE event = "Mixed Quad Singles"
33,004
<question>: When bas van erp was the athlete what was the quarterfinals? <context>: CREATE TABLE table_18602462_21 (quarterfinals VARCHAR, athlete VARCHAR)
SELECT quarterfinals FROM table_18602462_21 WHERE athlete = "Bas van Erp"
33,005
<question>: What is the semifinal result for Dorrie Timmermans-Van Hall? <context>: CREATE TABLE table_18602462_22 (semifinals VARCHAR, athlete VARCHAR)
SELECT semifinals FROM table_18602462_22 WHERE athlete = "Dorrie Timmermans-Van Hall"
33,006
<question>: What is the round of 16 result for Jiske Griffioen Esther Vergeer? <context>: CREATE TABLE table_18602462_22 (round_of_16 VARCHAR, athlete VARCHAR)
SELECT round_of_16 FROM table_18602462_22 WHERE athlete = "Jiske Griffioen Esther Vergeer"
33,007
<question>: The semifinal score of vergeer ( ned ) l 0-6, 1-6 follows a round of 16 result of what? <context>: CREATE TABLE table_18602462_22 (round_of_16 VARCHAR, semifinals VARCHAR)
SELECT round_of_16 FROM table_18602462_22 WHERE semifinals = "Vergeer ( NED ) L 0-6, 1-6"
33,008
<question>: How many round of 32 results are followed by Polidori ( Ita ) w 6-1, 3-6, 6-3 in the round of 16? <context>: CREATE TABLE table_18602462_22 (round_of_32 VARCHAR, round_of_16 VARCHAR)
SELECT COUNT(round_of_32) FROM table_18602462_22 WHERE round_of_16 = "Polidori ( ITA ) W 6-1, 3-6, 6-3"
33,009
<question>: Name the maximum points for libertad <context>: CREATE TABLE table_18607260_6 (points INTEGER, team VARCHAR)
SELECT MAX(points) FROM table_18607260_6 WHERE team = "Libertad"
33,010
<question>: Name the least wins for 5 losses <context>: CREATE TABLE table_18607260_6 (wins INTEGER, losses VARCHAR)
SELECT MIN(wins) FROM table_18607260_6 WHERE losses = 5
33,011
<question>: Name the most draws <context>: CREATE TABLE table_18607260_6 (draws INTEGER)
SELECT MAX(draws) FROM table_18607260_6
33,012
<question>: Name the least played <context>: CREATE TABLE table_18607260_6 (played INTEGER)
SELECT MIN(played) FROM table_18607260_6
33,013
<question>: When cristina peña garzon is the contestant what is the geographical region? <context>: CREATE TABLE table_18618707_1 (geographical_regions VARCHAR, contestant VARCHAR)
SELECT geographical_regions FROM table_18618707_1 WHERE contestant = "Cristina Peña Garzon"
33,014
<question>: When 1.79 is the height what is the geographical region? <context>: CREATE TABLE table_18618707_1 (geographical_regions VARCHAR, height VARCHAR)
SELECT geographical_regions FROM table_18618707_1 WHERE height = "1.79"
33,015
<question>: When 1.67 is the height how many contestants are there? <context>: CREATE TABLE table_18618707_1 (contestant VARCHAR, height VARCHAR)
SELECT COUNT(contestant) FROM table_18618707_1 WHERE height = "1.67"
33,016
<question>: When el cibao is the geographical region and the height is 1.80 who is the contestant? <context>: CREATE TABLE table_18618707_1 (contestant VARCHAR, height VARCHAR, geographical_regions VARCHAR)
SELECT contestant FROM table_18618707_1 WHERE height = "1.80" AND geographical_regions = "El Cibao"
33,017
<question>: When toronto is the hometown how many height measurements are there? <context>: CREATE TABLE table_18618707_1 (height VARCHAR, hometown VARCHAR)
SELECT COUNT(height) FROM table_18618707_1 WHERE hometown = "Toronto"
33,018
<question>: What is the 3rd place team for the year of 1955? <context>: CREATE TABLE table_18618672_2 (year VARCHAR)
SELECT 3 AS rd_place_team FROM table_18618672_2 WHERE year = 1955
33,019
<question>: When Sagittarius is the wester name what is the sanskrit gloss? <context>: CREATE TABLE table_186462_1 (sanskrit VARCHAR, western_name VARCHAR)
SELECT sanskrit AS gloss FROM table_186462_1 WHERE western_name = "Sagittarius"
33,020
<question>: When धनुष is the sankrit how many western names are there? <context>: CREATE TABLE table_186462_1 (western_name VARCHAR, sanskrit VARCHAR)
SELECT COUNT(western_name) FROM table_186462_1 WHERE sanskrit = "धनुष"
33,021
<question>: In the film Mrs. Miniver, what is the actresses name? <context>: CREATE TABLE table_18638067_1 (actor_actress VARCHAR, film_title_used_in_nomination VARCHAR)
SELECT actor_actress FROM table_18638067_1 WHERE film_title_used_in_nomination = "Mrs. Miniver"
33,022
<question>: What year was Teresa Wright nominated best supporting actress? <context>: CREATE TABLE table_18638067_1 (year__ceremony_ VARCHAR, actor_actress VARCHAR, category VARCHAR)
SELECT year__ceremony_ FROM table_18638067_1 WHERE actor_actress = "Teresa Wright" AND category = "Best Supporting Actress"
33,023
<question>: What category was the movie Working Girl nominated? <context>: CREATE TABLE table_18638067_1 (category VARCHAR, film_title_used_in_nomination VARCHAR)
SELECT category FROM table_18638067_1 WHERE film_title_used_in_nomination = "Working Girl"
33,024
<question>: Who was nominated for best supporting actor in the movie Going My Way? <context>: CREATE TABLE table_18638067_1 (actor_actress VARCHAR, film_title_used_in_nomination VARCHAR, category VARCHAR)
SELECT actor_actress FROM table_18638067_1 WHERE film_title_used_in_nomination = "Going My Way" AND category = "Best Supporting Actor"
33,025
<question>: Name the series number that aired on november 11, 1996 <context>: CREATE TABLE table_18646432_1 (series__number VARCHAR, original_air_date VARCHAR)
SELECT series__number FROM table_18646432_1 WHERE original_air_date = "November 11, 1996"
33,026
<question>: Who wrote the episode originally aired on September 29, 1999? <context>: CREATE TABLE table_18646432_4 (written_by VARCHAR, original_air_date VARCHAR)
SELECT written_by FROM table_18646432_4 WHERE original_air_date = "September 29, 1999"
33,027
<question>: What is the name of the episode originally aired on September 29, 1999? <context>: CREATE TABLE table_18646432_4 (title VARCHAR, original_air_date VARCHAR)
SELECT title FROM table_18646432_4 WHERE original_air_date = "September 29, 1999"
33,028
<question>: If the rings is 58.975, what is the number for the horizontal bar? <context>: CREATE TABLE table_18662026_1 (horizontal_bar VARCHAR, rings VARCHAR)
SELECT horizontal_bar FROM table_18662026_1 WHERE rings = "58.975"
33,029
<question>: How many positions was the United States in? <context>: CREATE TABLE table_18662026_1 (position VARCHAR, country VARCHAR)
SELECT COUNT(position) FROM table_18662026_1 WHERE country = "United States"
33,030
<question>: If the rings are 60.500, what is the parallel bars number? <context>: CREATE TABLE table_18662026_1 (parallel_bars VARCHAR, rings VARCHAR)
SELECT parallel_bars FROM table_18662026_1 WHERE rings = "60.500"
33,031
<question>: If the rings number is 60.000, what is the number for the vault? <context>: CREATE TABLE table_18662026_1 (vault VARCHAR, rings VARCHAR)
SELECT COUNT(vault) FROM table_18662026_1 WHERE rings = "60.000"
33,032
<question>: If the parallel bars numbers is 61.500, what is the total number for the flood? <context>: CREATE TABLE table_18662026_1 (floor VARCHAR, parallel_bars VARCHAR)
SELECT COUNT(floor) FROM table_18662026_1 WHERE parallel_bars = "61.500"
33,033
<question>: When united kingdom is the country what is the most recent date? <context>: CREATE TABLE table_18676973_3 (most_recent_date VARCHAR, country VARCHAR)
SELECT most_recent_date FROM table_18676973_3 WHERE country = "United Kingdom"
33,034
<question>: When 3 is the rank what is the highest combo? <context>: CREATE TABLE table_18676973_3 (combo INTEGER, rank VARCHAR)
SELECT MAX(combo) FROM table_18676973_3 WHERE rank = "3"
33,035
<question>: When 12 is the rank who is the most recent cyclist? <context>: CREATE TABLE table_18676973_3 (most_recent_cyclist VARCHAR, rank VARCHAR)
SELECT most_recent_cyclist FROM table_18676973_3 WHERE rank = "12"
33,036
<question>: When 155 is the jersey what is the highest amount of different holders? <context>: CREATE TABLE table_18676973_3 (different_holders INTEGER, jerseys VARCHAR)
SELECT MAX(different_holders) FROM table_18676973_3 WHERE jerseys = 155
33,037
<question>: Name the upper index kcal/nm3 for 62.47 <context>: CREATE TABLE table_1868929_1 (upper_index_kcal__nm_3 VARCHAR, lower_index_mj__nm_3 VARCHAR)
SELECT upper_index_kcal__nm_3 FROM table_1868929_1 WHERE lower_index_mj__nm_3 = "62.47"
33,038
<question>: Name the fuel gas for upper index mj/nm3 for 92.32 <context>: CREATE TABLE table_1868929_1 (fuel_gas VARCHAR, upper_index_mj__nm_3 VARCHAR)
SELECT fuel_gas FROM table_1868929_1 WHERE upper_index_mj__nm_3 = "92.32"
33,039
<question>: Name the lower index kcal/ nm3 for 61.32 <context>: CREATE TABLE table_1868929_1 (lower_index_kcal__nm_3 VARCHAR, upper_index_mj__nm_3 VARCHAR)
SELECT lower_index_kcal__nm_3 FROM table_1868929_1 WHERE upper_index_mj__nm_3 = "61.32"
33,040
<question>: What is the Quarterback rating of the player who got a comp percentage of 62.0? <context>: CREATE TABLE table_18686317_1 (qb_rating VARCHAR, comp__percentage VARCHAR)
SELECT qb_rating FROM table_18686317_1 WHERE comp__percentage = "62.0"
33,041
<question>: What is the rank of the player who got 58179 in yardage? <context>: CREATE TABLE table_18686317_1 (rank VARCHAR, yardage VARCHAR)
SELECT rank FROM table_18686317_1 WHERE yardage = 58179
33,042
<question>: In which league would you find the player with a comp percentage of 54.0? <context>: CREATE TABLE table_18686317_1 (leagues VARCHAR, comp__percentage VARCHAR)
SELECT leagues FROM table_18686317_1 WHERE comp__percentage = "54.0"
33,043
<question>: Which nation is where rider phillip dutton from? <context>: CREATE TABLE table_18666752_3 (nation VARCHAR, rider VARCHAR)
SELECT nation FROM table_18666752_3 WHERE rider = "Phillip Dutton"
33,044
<question>: Which nation is where the horse parkmore ed is? <context>: CREATE TABLE table_18666752_3 (nation VARCHAR, horse VARCHAR)
SELECT nation FROM table_18666752_3 WHERE horse = "Parkmore Ed"
33,045
<question>: How many total team penalties are there when cross country penalties is 30.40? <context>: CREATE TABLE table_18666752_3 (total_team_penalties VARCHAR, cross_country_penalties VARCHAR)
SELECT total_team_penalties FROM table_18666752_3 WHERE cross_country_penalties = "30.40"
33,046
<question>: Who is the rider where the horse is galan de sauvagere? <context>: CREATE TABLE table_18666752_3 (rider VARCHAR, horse VARCHAR)
SELECT rider FROM table_18666752_3 WHERE horse = "Galan De Sauvagere"
33,047
<question>: How many penalties are there when Eric Vigeanel is the rider? <context>: CREATE TABLE table_18666752_3 (total_penalties VARCHAR, rider VARCHAR)
SELECT COUNT(total_penalties) FROM table_18666752_3 WHERE rider = "Eric Vigeanel"
33,048
<question>: What record label corresponds to the single "I can't stay"? <context>: CREATE TABLE table_18710512_3 (record_label VARCHAR, single VARCHAR)
SELECT record_label FROM table_18710512_3 WHERE single = "I Can't Stay"
33,049
<question>: What format for the release that had 2000 copies? <context>: CREATE TABLE table_18710512_3 (format VARCHAR, other_details VARCHAR)
SELECT format FROM table_18710512_3 WHERE other_details = "2000 copies"
33,050
<question>: What single(s) released in 2008 and had 4000 copies? <context>: CREATE TABLE table_18710512_3 (single VARCHAR, date VARCHAR, other_details VARCHAR)
SELECT single FROM table_18710512_3 WHERE date = 2008 AND other_details = "4000 copies"
33,051
<question>: What were the "other details" (number released) for "is my love will follow me"? <context>: CREATE TABLE table_18710512_3 (other_details VARCHAR, single VARCHAR)
SELECT other_details FROM table_18710512_3 WHERE single = "My Love Will Follow Me"
33,052
<question>: What year was "moped girls" released? <context>: CREATE TABLE table_18710512_3 (date VARCHAR, single VARCHAR)
SELECT date FROM table_18710512_3 WHERE single = "Moped Girls"
33,053
<question>: Name the least amount of losses for 23 points <context>: CREATE TABLE table_18703133_1 (losses INTEGER, points VARCHAR)
SELECT MIN(losses) FROM table_18703133_1 WHERE points = 23
33,054
<question>: Name the most wins for sport colombia <context>: CREATE TABLE table_18703133_1 (wins INTEGER, team VARCHAR)
SELECT MAX(wins) FROM table_18703133_1 WHERE team = "Sport Colombia"
33,055
<question>: Namr the total number of played for 5 losses <context>: CREATE TABLE table_18703133_1 (played VARCHAR, losses VARCHAR)
SELECT COUNT(played) FROM table_18703133_1 WHERE losses = 5
33,056
<question>: What is scored with the position of 6? <context>: CREATE TABLE table_18703133_6 (scored INTEGER, position VARCHAR)
SELECT MIN(scored) FROM table_18703133_6 WHERE position = 6
33,057
<question>: How many losses are there for team tembetary? <context>: CREATE TABLE table_18703133_6 (losses VARCHAR, team VARCHAR)
SELECT losses FROM table_18703133_6 WHERE team = "Tembetary"
33,058
<question>: How many wins have 24 points? <context>: CREATE TABLE table_18703133_6 (wins VARCHAR, points VARCHAR)
SELECT wins FROM table_18703133_6 WHERE points = 24
33,059
<question>: How many wins? <context>: CREATE TABLE table_18703133_6 (wins INTEGER)
SELECT MAX(wins) FROM table_18703133_6
33,060
<question>: What is the original air date of the episode directed by Ian Barry and written by Philip Dalkin? <context>: CREATE TABLE table_18712423_3 (original_air_date VARCHAR, directed_by VARCHAR, written_by VARCHAR)
SELECT original_air_date FROM table_18712423_3 WHERE directed_by = "Ian Barry" AND written_by = "Philip Dalkin"
33,061
<question>: What is the show episode number of the episode that reached 1.215 millions views? <context>: CREATE TABLE table_18712423_3 (series_episode INTEGER, viewers__millions_ VARCHAR)
SELECT MIN(series_episode) FROM table_18712423_3 WHERE viewers__millions_ = "1.215"
33,062
<question>: Who directed the episode written by Matt Ford? <context>: CREATE TABLE table_18712423_3 (directed_by VARCHAR, written_by VARCHAR)
SELECT directed_by FROM table_18712423_3 WHERE written_by = "Matt Ford"
33,063
<question>: How many times was team 1 the wykeham wonderers? <context>: CREATE TABLE table_18733480_1 (players_left_after_round_1 VARCHAR, team_1 VARCHAR)
SELECT COUNT(players_left_after_round_1) FROM table_18733480_1 WHERE team_1 = "Wykeham Wonderers"
33,064
<question>: What is the original air date that had the wykeham wonderers as team 1? <context>: CREATE TABLE table_18733480_1 (air_date VARCHAR, team_1 VARCHAR)
SELECT air_date FROM table_18733480_1 WHERE team_1 = "Wykeham Wonderers"
33,065
<question>: Who was team 1 when the chalkheads were team 2? <context>: CREATE TABLE table_18733480_1 (team_1 VARCHAR, team_2 VARCHAR)
SELECT team_1 FROM table_18733480_1 WHERE team_2 = "Chalkheads"
33,066
<question>: What is the title of the production code 1acx09? <context>: CREATE TABLE table_18734298_1 (title VARCHAR, production_code VARCHAR)
SELECT title FROM table_18734298_1 WHERE production_code = "1ACX09"
33,067
<question>: How many series were directed by Rob Renzetti? <context>: CREATE TABLE table_18734298_1 (no_in_series VARCHAR, directed_by VARCHAR)
SELECT COUNT(no_in_series) FROM table_18734298_1 WHERE directed_by = "Rob Renzetti"
33,068
<question>: Who wrote the series number 14? <context>: CREATE TABLE table_18734298_1 (written_by VARCHAR, no_in_series VARCHAR)
SELECT written_by FROM table_18734298_1 WHERE no_in_series = 14
33,069
<question>: Did this driver have any winnings the season he had 32 starts <context>: CREATE TABLE table_1875157_1 (winnings VARCHAR, starts VARCHAR)
SELECT COUNT(winnings) FROM table_1875157_1 WHERE starts = 32
33,070
<question>: How many wins in the season he finished 33rd <context>: CREATE TABLE table_1875157_1 (winnings VARCHAR, position VARCHAR)
SELECT winnings FROM table_1875157_1 WHERE position = "33rd"
33,071
<question>: What is the lowest number of top 10 finishes <context>: CREATE TABLE table_1875157_1 (top_10 INTEGER)
SELECT MIN(top_10) FROM table_1875157_1
33,072
<question>: How many poles in the year 2000 <context>: CREATE TABLE table_1875157_1 (poles INTEGER, year VARCHAR)
SELECT MAX(poles) FROM table_1875157_1 WHERE year = 2000
33,073
<question>: What is the average finish for winnings of $1,400? <context>: CREATE TABLE table_1875157_2 (avg_finish VARCHAR, winnings VARCHAR)
SELECT avg_finish FROM table_1875157_2 WHERE winnings = "$1,400"
33,074
<question>: What is the maximum starts that result in an average finish of 16.5? <context>: CREATE TABLE table_1875157_2 (starts INTEGER, avg_finish VARCHAR)
SELECT MAX(starts) FROM table_1875157_2 WHERE avg_finish = "16.5"
33,075
<question>: How many starts were there when the winnings are $690,321? <context>: CREATE TABLE table_1875157_2 (starts INTEGER, winnings VARCHAR)
SELECT MIN(starts) FROM table_1875157_2 WHERE winnings = "$690,321"
33,076
<question>: If Safari is 3.76%, what is the other Mozilla amount? <context>: CREATE TABLE table_1876262_10 (other_mozilla VARCHAR, safari VARCHAR)
SELECT other_mozilla FROM table_1876262_10 WHERE safari = "3.76%"
33,077
<question>: If Firefox is 30.45%, what is the other Mozilla amount? <context>: CREATE TABLE table_1876262_10 (other_mozilla VARCHAR, firefox VARCHAR)
SELECT other_mozilla FROM table_1876262_10 WHERE firefox = "30.45%"
33,078
<question>: If Internet Explorer is 47.22%, what is the Safari total? <context>: CREATE TABLE table_1876262_10 (safari VARCHAR, internet_explorer VARCHAR)
SELECT safari FROM table_1876262_10 WHERE internet_explorer = "47.22%"
33,079
<question>: For period September 2009, what is the other Mozilla total number? <context>: CREATE TABLE table_1876262_10 (other_mozilla VARCHAR, period VARCHAR)
SELECT COUNT(other_mozilla) FROM table_1876262_10 WHERE period = "September 2009"
33,080
<question>: Name the total number of production code by david richardson and todd holland <context>: CREATE TABLE table_1876825_2 (production_code VARCHAR, written_by VARCHAR, directed_by VARCHAR)
SELECT COUNT(production_code) FROM table_1876825_2 WHERE written_by = "David Richardson" AND directed_by = "Todd Holland"
33,081
<question>: Name the total number of series for march 19, 2000 <context>: CREATE TABLE table_1876825_2 (no_in_series VARCHAR, original_air_date VARCHAR)
SELECT COUNT(no_in_series) FROM table_1876825_2 WHERE original_air_date = "March 19, 2000"
33,082
<question>: What episode number in the series originally aired on February 25, 2001? <context>: CREATE TABLE table_1876825_3 (no_in_series VARCHAR, original_air_date VARCHAR)
SELECT no_in_series FROM table_1876825_3 WHERE original_air_date = "February 25, 2001"
33,083
<question>: What is the name of the episode with the production code of 06-00-218? <context>: CREATE TABLE table_1876825_3 (title VARCHAR, production_code VARCHAR)
SELECT title FROM table_1876825_3 WHERE production_code = "06-00-218"
33,084
<question>: What is the production code for episode 26 in the series? <context>: CREATE TABLE table_1876825_3 (production_code VARCHAR, no_in_series VARCHAR)
SELECT production_code FROM table_1876825_3 WHERE no_in_series = 26
33,085
<question>: What is the production code for episode 6 in the season? <context>: CREATE TABLE table_1876825_3 (production_code VARCHAR, no_in_season VARCHAR)
SELECT production_code FROM table_1876825_3 WHERE no_in_season = 6
33,086
<question>: what is the title no in season 2? <context>: CREATE TABLE table_1876825_8 (title VARCHAR, no_in_season VARCHAR)
SELECT title FROM table_1876825_8 WHERE no_in_season = 2
33,087
<question>: What date did Micky Adams vacate his position? <context>: CREATE TABLE table_18788823_5 (date_of_vacancy VARCHAR, outgoing_manager VARCHAR)
SELECT date_of_vacancy FROM table_18788823_5 WHERE outgoing_manager = "Micky Adams"
33,088
<question>: Which vacancy happened on 4 November 2008? <context>: CREATE TABLE table_18788823_5 (position_in_table VARCHAR, date_of_vacancy VARCHAR)
SELECT position_in_table FROM table_18788823_5 WHERE date_of_vacancy = "4 November 2008"
33,089
<question>: How many times did Keith Downing depart a position? <context>: CREATE TABLE table_18788823_5 (position_in_table VARCHAR, outgoing_manager VARCHAR)
SELECT COUNT(position_in_table) FROM table_18788823_5 WHERE outgoing_manager = "Keith Downing"
33,090
<question>: Which team appointed a person on 23 December 2008? <context>: CREATE TABLE table_18788823_5 (team VARCHAR, date_of_appointment VARCHAR)
SELECT team FROM table_18788823_5 WHERE date_of_appointment = "23 December 2008"
33,091
<question>: What date did the Milton Keynes Dons appoint? <context>: CREATE TABLE table_18788823_5 (date_of_appointment VARCHAR, team VARCHAR)
SELECT date_of_appointment FROM table_18788823_5 WHERE team = "Milton Keynes Dons"
33,092
<question>: Which vacancy occurred on 16 February 2009? <context>: CREATE TABLE table_18788823_5 (position_in_table VARCHAR, date_of_vacancy VARCHAR)
SELECT position_in_table FROM table_18788823_5 WHERE date_of_vacancy = "16 February 2009"
33,093
<question>: What is title of episode 06-02-407? <context>: CREATE TABLE table_1876825_5 (title VARCHAR, production_code VARCHAR)
SELECT title FROM table_1876825_5 WHERE production_code = "06-02-407"
33,094
<question>: What is title of episode 06-02-406? <context>: CREATE TABLE table_1876825_5 (title VARCHAR, production_code VARCHAR)
SELECT title FROM table_1876825_5 WHERE production_code = "06-02-406"
33,095
<question>: What is title of episode aired on March 2, 2003? <context>: CREATE TABLE table_1876825_5 (title VARCHAR, original_air_date VARCHAR)
SELECT title FROM table_1876825_5 WHERE original_air_date = "March 2, 2003"
33,096
<question>: Who wrote episode 74? <context>: CREATE TABLE table_1876825_5 (written_by VARCHAR, no_in_series VARCHAR)
SELECT written_by FROM table_1876825_5 WHERE no_in_series = 74
33,097
<question>: Which position in the table is the team watford? <context>: CREATE TABLE table_18784280_3 (position_in_table VARCHAR, team VARCHAR)
SELECT position_in_table FROM table_18784280_3 WHERE team = "Watford"
33,098
<question>: Name the number of number in series for production code of 06-04-621 <context>: CREATE TABLE table_1876825_7 (no_in_series VARCHAR, production_code VARCHAR)
SELECT COUNT(no_in_series) FROM table_1876825_7 WHERE production_code = "06-04-621"
33,099
<question>: Name the total number of written by for original air date for may 8, 2005 <context>: CREATE TABLE table_1876825_7 (written_by VARCHAR, original_air_date VARCHAR)
SELECT COUNT(written_by) FROM table_1876825_7 WHERE original_air_date = "May 8, 2005"