answer
stringlengths
32
484
context
stringlengths
27
489
question
stringlengths
12
244
SELECT MIN(ep) FROM table_20967430_2 WHERE original_air_date = "November 29, 1985"
CREATE TABLE table_20967430_2 (ep INTEGER, original_air_date VARCHAR)
Name the least episode for november 29, 1985
SELECT score_in_final FROM table_20986710_1 WHERE runner_up = "Tracy Austin"
CREATE TABLE table_20986710_1 (score_in_final VARCHAR, runner_up VARCHAR)
What was the final score when tracy austin was runner up?
SELECT MAX(ep) FROM table_20967430_3 WHERE prod_code = "5A06"
CREATE TABLE table_20967430_3 (ep INTEGER, prod_code VARCHAR)
When 5a06 is the production code what is the highest episode?
SELECT written_by FROM table_20967430_3 WHERE season = 10
CREATE TABLE table_20967430_3 (written_by VARCHAR, season VARCHAR)
When it is season 10 who are the writers?
SELECT mens_singles FROM table_21001903_2 WHERE womens_singles = "Wang Yihan" AND tour = "French Super Series"
CREATE TABLE table_21001903_2 (mens_singles VARCHAR, womens_singles VARCHAR, tour VARCHAR)
when womens singles is wang yihan and tour is french super series, what were the men's singles?
SELECT tour FROM table_21001903_2 WHERE mixed_doubles = "Zheng Bo Ma Jin" AND womens_singles = "Wang Yihan"
CREATE TABLE table_21001903_2 (tour VARCHAR, mixed_doubles VARCHAR, womens_singles VARCHAR)
when mixed doubles is zheng bo ma jin and womens singles is wang yihan, what was the tour?
SELECT COUNT(title) FROM table_21002034_4 WHERE director = "Alex Chapple"
CREATE TABLE table_21002034_4 (title VARCHAR, director VARCHAR)
How many titles were directed by Alex Chapple?
SELECT MAX(_number) FROM table_21002034_7 WHERE air_date_netherlands_yyyy_mm_dd = "2009/12/29"
CREATE TABLE table_21002034_7 (_number INTEGER, air_date_netherlands_yyyy_mm_dd VARCHAR)
Name the most number for air date 2009/12/29
SELECT viewers__in_millions_ FROM table_2101431_1 WHERE run_time = "23:25"
CREATE TABLE table_2101431_1 (viewers__in_millions_ VARCHAR, run_time VARCHAR)
How many millions viewers watched the episode that ran 23:25?
SELECT broadcast_date FROM table_2101431_1 WHERE archive = "16mm t/r" AND run_time = "23:25"
CREATE TABLE table_2101431_1 (broadcast_date VARCHAR, archive VARCHAR, run_time VARCHAR)
What is the broadcast date of the episode on 16mm t/r that ran 23:25?
SELECT episode FROM table_2101431_1 WHERE viewers__in_millions_ = "7.2"
CREATE TABLE table_2101431_1 (episode VARCHAR, viewers__in_millions_ VARCHAR)
Which episode was watched by 7.2 million viewers?
SELECT episode FROM table_2101431_1 WHERE run_time = "24:18"
CREATE TABLE table_2101431_1 (episode VARCHAR, run_time VARCHAR)
What episode had a run time of 24:18?
SELECT MIN(valves) FROM table_21021796_1
CREATE TABLE table_21021796_1 (valves INTEGER)
What is the greatest number of valves?
SELECT stroke FROM table_21021796_1 WHERE applications = "1999 W210 E-Class , 2000 W203 C-Class"
CREATE TABLE table_21021796_1 (stroke VARCHAR, applications VARCHAR)
For the 1999 w210 e-class , 2000 w203 c-class, what is the stroke?
SELECT displacement FROM table_21021796_1 WHERE torque = "N·m (lb·ft) @1500 rpm"
CREATE TABLE table_21021796_1 (displacement VARCHAR, torque VARCHAR)
What is the displacement for torque of n·m (lb·ft) @1500 rpm?
SELECT power FROM table_21021796_1 WHERE torque = "N·m (lb·ft) @1600–2400 rpm" AND applications = "2000 W90x Sprinter"
CREATE TABLE table_21021796_1 (power VARCHAR, torque VARCHAR, applications VARCHAR)
If torque is n·m (lb·ft) @1600–2400 rpm and applications is 2000 w90x sprinter, what is the power?
SELECT torque FROM table_21021796_1 WHERE stroke = "88.4mm"
CREATE TABLE table_21021796_1 (torque VARCHAR, stroke VARCHAR)
List the torque possible when the stroke is 88.4mm?
SELECT opponent FROM table_21007907_1 WHERE record = "7-1-0"
CREATE TABLE table_21007907_1 (opponent VARCHAR, record VARCHAR)
Name the opponent for 7-1-0
SELECT episode FROM table_2102782_1 WHERE run_time = "25:05"
CREATE TABLE table_2102782_1 (episode VARCHAR, run_time VARCHAR)
Name the episode for run time 25:05
SELECT broadcast_date FROM table_2102782_1 WHERE run_time = "25:04"
CREATE TABLE table_2102782_1 (broadcast_date VARCHAR, run_time VARCHAR)
Name the broadcast date for run timke of 25:04
SELECT archive FROM table_2102782_1 WHERE run_time = "23:55"
CREATE TABLE table_2102782_1 (archive VARCHAR, run_time VARCHAR)
Name the archive for run time of 23:55
SELECT broadcast_date FROM table_2102782_1 WHERE viewers__in_millions_ = "7.4"
CREATE TABLE table_2102782_1 (broadcast_date VARCHAR, viewers__in_millions_ VARCHAR)
Name the broadcast date for 7.4 viewers
SELECT broadcast_date FROM table_2102782_1 WHERE viewers__in_millions_ = "6.0"
CREATE TABLE table_2102782_1 (broadcast_date VARCHAR, viewers__in_millions_ VARCHAR)
Name the broadcast date for 6.0 viewers
SELECT COUNT(episode_no) FROM table_21025437_2 WHERE written_by = "Kirstie Falkous & John Regier"
CREATE TABLE table_21025437_2 (episode_no VARCHAR, written_by VARCHAR)
How many episodes were written by Kirstie Falkous & John Regier?
SELECT episode FROM table_2102714_1 WHERE viewers__in_millions_ = "9.7"
CREATE TABLE table_2102714_1 (episode VARCHAR, viewers__in_millions_ VARCHAR)
What episode had 9.7 million viewers?
SELECT broadcast_date FROM table_2102714_1 WHERE run_time = "24:40"
CREATE TABLE table_2102714_1 (broadcast_date VARCHAR, run_time VARCHAR)
What date was an episode broadcasted on that had a run time of 24:40?
SELECT episode FROM table_2102714_1 WHERE run_time = "24:53"
CREATE TABLE table_2102714_1 (episode VARCHAR, run_time VARCHAR)
What episode had a run time of 24:53?
SELECT archive FROM table_2102714_1 WHERE run_time = "25:24"
CREATE TABLE table_2102714_1 (archive VARCHAR, run_time VARCHAR)
What was the archive for the episode with a run time of 25:24?
SELECT archive FROM table_2102714_1 WHERE run_time = "24:05"
CREATE TABLE table_2102714_1 (archive VARCHAR, run_time VARCHAR)
What is he archive for the episode with a run time of 24:05?
SELECT directed_by FROM table_21025437_6 WHERE episode_no = 23
CREATE TABLE table_21025437_6 (directed_by VARCHAR, episode_no VARCHAR)
Who directed episode number 23?
SELECT MAX(game) FROM table_21034801_1 WHERE record = "4-0"
CREATE TABLE table_21034801_1 (game INTEGER, record VARCHAR)
What was the numer of the game when the record was 4-0?
SELECT COUNT(opponent) FROM table_21034801_1 WHERE record = "7-0"
CREATE TABLE table_21034801_1 (opponent VARCHAR, record VARCHAR)
How many opponents led to an exactly 7-0 record?
SELECT game FROM table_21034801_1 WHERE opponent = "Kansas State"
CREATE TABLE table_21034801_1 (game VARCHAR, opponent VARCHAR)
What number was the game against Kansas State?
SELECT COUNT(episode) FROM table_2102898_1 WHERE run_time = "24:33"
CREATE TABLE table_2102898_1 (episode VARCHAR, run_time VARCHAR)
How many episodes ran 24:33?
SELECT viewers__in_millions_ FROM table_2102898_1 WHERE broadcast_date = "25April1970"
CREATE TABLE table_2102898_1 (viewers__in_millions_ VARCHAR, broadcast_date VARCHAR)
On broadcast date is 25april1970, how many people tuned in?
SELECT viewers__in_millions_ FROM table_2102898_1 WHERE broadcast_date = "28March1970"
CREATE TABLE table_2102898_1 (viewers__in_millions_ VARCHAR, broadcast_date VARCHAR)
On broadcast date is 28march1970, how many people tuned in?
SELECT COUNT(viewers__in_millions_) FROM table_2102898_1 WHERE broadcast_date = "21March1970"
CREATE TABLE table_2102898_1 (viewers__in_millions_ VARCHAR, broadcast_date VARCHAR)
On broadcast date is 21march1970, how many people tuned in?
SELECT archive FROM table_2102898_1 WHERE broadcast_date = "18April1970"
CREATE TABLE table_2102898_1 (archive VARCHAR, broadcast_date VARCHAR)
What is the archive of the show that aired on 18april1970?
SELECT MIN(golden_bears_points) FROM table_21035326_1 WHERE opponents = 15
CREATE TABLE table_21035326_1 (golden_bears_points INTEGER, opponents VARCHAR)
What was the least amount of points scored by the golden bears when the opponent scored 15 points?
SELECT COUNT(opponents) FROM table_21035326_1 WHERE game = 4
CREATE TABLE table_21035326_1 (opponents VARCHAR, game VARCHAR)
What is the total number of opponents played against the bears in game 4?
SELECT opponent FROM table_21035326_1 WHERE golden_bears_points = 3
CREATE TABLE table_21035326_1 (opponent VARCHAR, golden_bears_points VARCHAR)
What opponent was playing against the Golden Bears when they scored 3 points?
SELECT medal_of_honor FROM table_2104176_1 WHERE air_force_cross = "Army Distinguished Service Medal"
CREATE TABLE table_2104176_1 (medal_of_honor VARCHAR, air_force_cross VARCHAR)
What is the Medal of Honor with Army Distinguished Service Medal?
SELECT homeland_security_distinguished_service_medal FROM table_2104176_1 WHERE medal_of_honor = "Coast Guard Medal"
CREATE TABLE table_2104176_1 (homeland_security_distinguished_service_medal VARCHAR, medal_of_honor VARCHAR)
WHat is the Homeland security distinguished service medal when the medal of honor is Coast guard Medal?
SELECT distinguished_service_cross FROM table_2104176_1 WHERE navy_cross = "Coast Guard Commendation Medal"
CREATE TABLE table_2104176_1 (distinguished_service_cross VARCHAR, navy_cross VARCHAR)
What is the distinguished service cross when the navy cross is Coast Guard commendation medal?
SELECT air_force_cross FROM table_2104176_1 WHERE homeland_security_distinguished_service_medal = "Aerial Achievement Medal"
CREATE TABLE table_2104176_1 (air_force_cross VARCHAR, homeland_security_distinguished_service_medal VARCHAR)
What is the air force cross when you recieve the Aerial achievement medal?
SELECT coast_guard_cross FROM table_2104176_1 WHERE distinguished_service_cross = "Navy Distinguished Service Medal"
CREATE TABLE table_2104176_1 (coast_guard_cross VARCHAR, distinguished_service_cross VARCHAR)
What is the coast guard cross when you recieve the navy distinguished service medal?
SELECT COUNT(walker__percentage) FROM table_21046399_3 WHERE county = "Kenosha"
CREATE TABLE table_21046399_3 (walker__percentage VARCHAR, county VARCHAR)
How many figures are given for Walker's percentage in Kenosha county?
SELECT walker__percentage FROM table_21046399_3 WHERE county = "Calumet"
CREATE TABLE table_21046399_3 (walker__percentage VARCHAR, county VARCHAR)
What percentage did Walker win in Calumet county?
SELECT COUNT(won_by) FROM table_21046399_3 WHERE county = "Milwaukee"
CREATE TABLE table_21046399_3 (won_by VARCHAR, county VARCHAR)
How many total figures are given for Milwaukee county?
SELECT result FROM table_21058823_1 WHERE record = "3-2-1"
CREATE TABLE table_21058823_1 (result VARCHAR, record VARCHAR)
What did they do in the game when their record was 3-2-1?
SELECT result FROM table_21058823_1 WHERE opponent = "Villanova"
CREATE TABLE table_21058823_1 (result VARCHAR, opponent VARCHAR)
What did they do against Villanova?
SELECT result FROM table_21058823_1 WHERE opponent = "Memphis"
CREATE TABLE table_21058823_1 (result VARCHAR, opponent VARCHAR)
What did they do against Memphis?
SELECT COUNT(date) FROM table_21058823_1 WHERE record = "0-2-0"
CREATE TABLE table_21058823_1 (date VARCHAR, record VARCHAR)
How many games did they play when their record 0-2-0?
SELECT au_air_date FROM table_21055055_2 WHERE viewers__m_ = "2.267"
CREATE TABLE table_21055055_2 (au_air_date VARCHAR, viewers__m_ VARCHAR)
When did the episode seen by is 2.267 million people get aired?
SELECT episode FROM table_2105721_1 WHERE run_time = "24:44"
CREATE TABLE table_2105721_1 (episode VARCHAR, run_time VARCHAR)
Name the episode for run time in 24:44
SELECT COUNT(episode) FROM table_2105721_1 WHERE run_time = "24:11"
CREATE TABLE table_2105721_1 (episode VARCHAR, run_time VARCHAR)
Name the total episode for runtime of 24:11
SELECT opponent FROM table_21063459_1 WHERE record = "3-1, #16"
CREATE TABLE table_21063459_1 (opponent VARCHAR, record VARCHAR)
Who did the team play against when a record of 3-1, #16 was achieved?
SELECT result FROM table_21063459_1 WHERE opponent = "Mississippi State"
CREATE TABLE table_21063459_1 (result VARCHAR, opponent VARCHAR)
What was the result of the game against Mississippi State?
SELECT opponent FROM table_21063459_1 WHERE result = "Loss"
CREATE TABLE table_21063459_1 (opponent VARCHAR, result VARCHAR)
Who did the team play against in the game that resulted with a loss?
SELECT game FROM table_21058836_1 WHERE opponent = "Santa Clara"
CREATE TABLE table_21058836_1 (game VARCHAR, opponent VARCHAR)
What game did the Bruins play Santa Clara?
SELECT opponents FROM table_21058836_1 WHERE opponent = "Santa Clara"
CREATE TABLE table_21058836_1 (opponents VARCHAR, opponent VARCHAR)
Santa Clara was played how many times?
SELECT result FROM table_21058836_1 WHERE opponents = 26
CREATE TABLE table_21058836_1 (result VARCHAR, opponents VARCHAR)
The game the Bruins scored 26 ,what was the result?
SELECT record FROM table_21058836_1 WHERE game = 9
CREATE TABLE table_21058836_1 (record VARCHAR, game VARCHAR)
What was the record for game 9?
SELECT opponent FROM table_21062353_1 WHERE game = 4
CREATE TABLE table_21062353_1 (opponent VARCHAR, game VARCHAR)
Who were the opponents of the Wildcats in game 4?
SELECT opponent FROM table_21062353_1 WHERE game = 8
CREATE TABLE table_21062353_1 (opponent VARCHAR, game VARCHAR)
Who were the the opponents of the Wildcats for game 8 of the season?
SELECT record FROM table_21062353_1 WHERE opponent = "Florida"
CREATE TABLE table_21062353_1 (record VARCHAR, opponent VARCHAR)
What was the record of the Wildcats after playing Florida?
SELECT COUNT(wildcats_points) FROM table_21062353_1 WHERE game = 11
CREATE TABLE table_21062353_1 (wildcats_points VARCHAR, game VARCHAR)
How many times did the Wildcats play a game 11 regardless of points scored?
SELECT COUNT(black_knights_points) FROM table_21091145_1 WHERE game = 3
CREATE TABLE table_21091145_1 (black_knights_points VARCHAR, game VARCHAR)
Name the number of black knights points for 3 game
SELECT opponents FROM table_21091145_1 WHERE game = 5
CREATE TABLE table_21091145_1 (opponents VARCHAR, game VARCHAR)
Name the opponents for game 5
SELECT result FROM table_21091145_1 WHERE black_knights_points = 19
CREATE TABLE table_21091145_1 (result VARCHAR, black_knights_points VARCHAR)
Name the result for 19 black knights points
SELECT opponent FROM table_21091145_1 WHERE black_knights_points = 27
CREATE TABLE table_21091145_1 (opponent VARCHAR, black_knights_points VARCHAR)
Name the opponent for black knights points 27
SELECT date FROM table_21091157_1 WHERE game = 8
CREATE TABLE table_21091157_1 (date VARCHAR, game VARCHAR)
Name the date for game 8
SELECT COUNT(date) FROM table_21091157_1 WHERE record = "1-0"
CREATE TABLE table_21091157_1 (date VARCHAR, record VARCHAR)
Name the number of date for 1-0 record
SELECT game FROM table_21091157_1 WHERE record = "1-0"
CREATE TABLE table_21091157_1 (game VARCHAR, record VARCHAR)
Name the game for record 1-0
SELECT MAX(game) FROM table_21091157_1
CREATE TABLE table_21091157_1 (game INTEGER)
Name the most game
SELECT MAX(game) FROM table_21091162_1 WHERE record = "3-4-0"
CREATE TABLE table_21091162_1 (game INTEGER, record VARCHAR)
How many games have a record of 3-4-0?
SELECT COUNT(date) FROM table_21091162_1 WHERE opponent = "Boston College"
CREATE TABLE table_21091162_1 (date VARCHAR, opponent VARCHAR)
How many dates have boston college as the opponent?
SELECT MAX(game) FROM table_21091162_1 WHERE opponent = "Air Force"
CREATE TABLE table_21091162_1 (game INTEGER, opponent VARCHAR)
How many games have Air Force as the opponent?
SELECT COUNT(record) FROM table_21091162_1 WHERE black_knights_points = 17
CREATE TABLE table_21091162_1 (record VARCHAR, black_knights_points VARCHAR)
How many records have black knights points as 17?
SELECT opponent FROM table_21091127_1 WHERE record = "6-2"
CREATE TABLE table_21091127_1 (opponent VARCHAR, record VARCHAR)
Which opponent has a record of 6-2?
SELECT COUNT(result) FROM table_21091127_1 WHERE game = 5
CREATE TABLE table_21091127_1 (result VARCHAR, game VARCHAR)
How many results have a game of 5?
SELECT run_time FROM table_2108684_1 WHERE viewers__in_millions_ = "7.9"
CREATE TABLE table_2108684_1 (run_time VARCHAR, viewers__in_millions_ VARCHAR)
What is the run time for the episode with 7.9 million viewers?
SELECT episode FROM table_2108684_1 WHERE run_time = "23:38"
CREATE TABLE table_2108684_1 (episode VARCHAR, run_time VARCHAR)
What episode had a run time of 23:38?
SELECT viewers__in_millions_ FROM table_2108684_1 WHERE run_time = "25:22"
CREATE TABLE table_2108684_1 (viewers__in_millions_ VARCHAR, run_time VARCHAR)
How many million viewers watched the episode with a run time of 25:22?
SELECT date FROM table_21092444_1 WHERE result = "Loss" AND opponent = "Duke"
CREATE TABLE table_21092444_1 (date VARCHAR, result VARCHAR, opponent VARCHAR)
Name the date for result loss for duke
SELECT opponents FROM table_21092444_1 WHERE record = "2-1"
CREATE TABLE table_21092444_1 (opponents VARCHAR, record VARCHAR)
Name the opponents for record of 2-1
SELECT record FROM table_21092444_1 WHERE black_knights_points = 54
CREATE TABLE table_21092444_1 (record VARCHAR, black_knights_points VARCHAR)
Name the record for black knights points 54
SELECT opponents FROM table_21092444_1 WHERE opponent = "Stanford"
CREATE TABLE table_21092444_1 (opponents VARCHAR, opponent VARCHAR)
Name the opponents stanford
SELECT result FROM table_21094951_1 WHERE opponent = "Ursinus College"
CREATE TABLE table_21094951_1 (result VARCHAR, opponent VARCHAR)
Name the result for ursinus college
SELECT MAX(black_knights_points) FROM table_21094951_1 WHERE result = "Loss"
CREATE TABLE table_21094951_1 (black_knights_points INTEGER, result VARCHAR)
Name the black knights points for loss result
SELECT date FROM table_21094951_1 WHERE record = "6-2"
CREATE TABLE table_21094951_1 (date VARCHAR, record VARCHAR)
Name the date for 6-2 record
SELECT MAX(opponents) FROM table_21094951_1 WHERE record = "2-0"
CREATE TABLE table_21094951_1 (opponents INTEGER, record VARCHAR)
Name the opponents for record being 2-0
SELECT innings FROM table_21100348_10 WHERE average = "41.43"
CREATE TABLE table_21100348_10 (innings VARCHAR, average VARCHAR)
How man innings were there during the period with a career average of 41.43?
SELECT period FROM table_21100348_10 WHERE player = "Ricky Ponting"
CREATE TABLE table_21100348_10 (period VARCHAR, player VARCHAR)
During what period did Ricky Ponting play?
SELECT period FROM table_21100348_10 WHERE average = "44.10"
CREATE TABLE table_21100348_10 (period VARCHAR, average VARCHAR)
During what period was the career average 44.10?
SELECT MIN(rank) FROM table_21100348_10 WHERE player = "Michael Bevan"
CREATE TABLE table_21100348_10 (rank INTEGER, player VARCHAR)
What was the smallest numbered rank for Michael Bevan?
SELECT period FROM table_21100348_10 WHERE average = "48.15"
CREATE TABLE table_21100348_10 (period VARCHAR, average VARCHAR)
What period was there a career average of 48.15?
SELECT commodity FROM table_21109892_1 WHERE value__int_$1000_ = 409566
CREATE TABLE table_21109892_1 (commodity VARCHAR, value__int_$1000_ VARCHAR)
when the value (int $1000) is 409566, what is the commodity?
SELECT MIN(value__int_) AS $1000_ FROM table_21109892_1 WHERE value_world_rank = "23"
CREATE TABLE table_21109892_1 (value__int_ INTEGER, value_world_rank VARCHAR)
When the value rank is 23, what is the value?
SELECT rank FROM table_21109892_1 WHERE value_world_rank = "7"
CREATE TABLE table_21109892_1 (rank VARCHAR, value_world_rank VARCHAR)
When the value world rank is 7, what is the rank?