answer
stringlengths
32
484
context
stringlengths
27
489
question
stringlengths
12
244
SELECT sat_28_aug FROM table_26986076_1 WHERE wed_25_aug = "20' 09.25 112.324mph"
CREATE TABLE table_26986076_1 (sat_28_aug VARCHAR, wed_25_aug VARCHAR)
If the time on Wed aug 25 was 20' 09.25 112.324mph, what was the time on sat Aug 28?
SELECT COUNT(rank) FROM table_26986076_2 WHERE tues_24_aug = "19' 19.83 117.110mph"
CREATE TABLE table_26986076_2 (rank VARCHAR, tues_24_aug VARCHAR)
How many times was tues 24 aug 19' 19.83 117.110mph?
SELECT COUNT(sat_29_aug) FROM table_26986076_2 WHERE fri_27_aug = "19' 38.87 115.219mph"
CREATE TABLE table_26986076_2 (sat_29_aug VARCHAR, fri_27_aug VARCHAR)
how many time is fri 27 aug 19' 38.87 115.219mph?
SELECT wed_25_aug FROM table_26986076_2 WHERE mon_23_aug = "26' 57.82 89.957mph"
CREATE TABLE table_26986076_2 (wed_25_aug VARCHAR, mon_23_aug VARCHAR)
what is wed 25 aug when mon 23 aug is 26' 57.82 89.957mph?
SELECT thurs_26_aug FROM table_26986076_2 WHERE wed_25_aug = "19' 59.98 113.192mph"
CREATE TABLE table_26986076_2 (thurs_26_aug VARCHAR, wed_25_aug VARCHAR)
What is thurs 26 aug when wed 25 aug is 19' 59.98 113.192mph?
SELECT mon_23_aug FROM table_26986076_2 WHERE fri_27_aug = "18' 59.25 119.226mph"
CREATE TABLE table_26986076_2 (mon_23_aug VARCHAR, fri_27_aug VARCHAR)
what is mon 23 aug when fri 27 aug is 18' 59.25 119.226mph?
SELECT sat_21_aug FROM table_26986076_5 WHERE rank = 8
CREATE TABLE table_26986076_5 (sat_21_aug VARCHAR, rank VARCHAR)
When 8 is the rank what is the Saturday August 21st?
SELECT tues_24_aug FROM table_26986076_5 WHERE fri_27_aug = "20' 58.50 107.929mph"
CREATE TABLE table_26986076_5 (tues_24_aug VARCHAR, fri_27_aug VARCHAR)
When 20' 58.50 107.929mph is Friday August 27th What is Tuesday 24th August?
SELECT mon_23_aug FROM table_26986076_5 WHERE tues_24_aug = "21' 18.87 106.209mph"
CREATE TABLE table_26986076_5 (mon_23_aug VARCHAR, tues_24_aug VARCHAR)
When 21' 18.87 106.209mph is Tuesday August 24th what is Monday August 23rd?
SELECT sat_29_aug FROM table_26986076_5 WHERE tues_24_aug = "21' 10.25 106.930mph"
CREATE TABLE table_26986076_5 (sat_29_aug VARCHAR, tues_24_aug VARCHAR)
When 21' 10.25 106.930mph is Tuesday August 24th what is Saturday August 29th?
SELECT fri_27_aug FROM table_26986076_5 WHERE wed_25_aug = "21' 05.83 107.304mph"
CREATE TABLE table_26986076_5 (fri_27_aug VARCHAR, wed_25_aug VARCHAR)
When 21' 05.83 107.304mph is Wednesday August 25th what is Friday August 27th?
SELECT mon_23_aug FROM table_26986076_5 WHERE rider = "Tom Snow 250cc Honda"
CREATE TABLE table_26986076_5 (mon_23_aug VARCHAR, rider VARCHAR)
When tom snow 250cc honda is the rider what is Monday August 23rd?
SELECT directed_by FROM table_26982362_2 WHERE original_airdate = "October 8, 2010"
CREATE TABLE table_26982362_2 (directed_by VARCHAR, original_airdate VARCHAR)
The episode with the original airdate October 8, 2010, is directed by who?
SELECT directed_by FROM table_26982362_2 WHERE production_code = "693-004"
CREATE TABLE table_26982362_2 (directed_by VARCHAR, production_code VARCHAR)
Who directed the episode with production code 693-004?
SELECT COUNT(original_airdate) FROM table_26982362_2 WHERE production_code = "693-002"
CREATE TABLE table_26982362_2 (original_airdate VARCHAR, production_code VARCHAR)
The episode with production code 693-002, has how many original airdates?
SELECT title FROM table_26982362_2 WHERE original_airdate = "April 23, 2010"
CREATE TABLE table_26982362_2 (title VARCHAR, original_airdate VARCHAR)
What is the title of the episode whose original airdate is April 23, 2010?
SELECT rider FROM table_26986076_7 WHERE tues_24_aug = "22' 09.44 93.840mph"
CREATE TABLE table_26986076_7 (rider VARCHAR, tues_24_aug VARCHAR)
Who had the time of 22' 09.44 93.840mph on Tuesday August 24th?
SELECT l3_cache__mb_ FROM table_269920_16 WHERE speed__ghz_ = "2.93"
CREATE TABLE table_269920_16 (l3_cache__mb_ VARCHAR, speed__ghz_ VARCHAR)
What is the L3 cache for the processor having a speed of 2.93 GHz?
SELECT COUNT(cores) FROM table_269920_16 WHERE speed__ghz_ = "2.53"
CREATE TABLE table_269920_16 (cores VARCHAR, speed__ghz_ VARCHAR)
How many entries have a speed of exactly 2.53 GHz?
SELECT speed__ghz_ FROM table_269920_16 WHERE model = "W3540"
CREATE TABLE table_269920_16 (speed__ghz_ VARCHAR, model VARCHAR)
What is the speed of the model whose number is W3540?
SELECT wed_25_aug FROM table_26986076_6 WHERE fri_27_aug = "22' 23.97 101.065mph"
CREATE TABLE table_26986076_6 (wed_25_aug VARCHAR, fri_27_aug VARCHAR)
What was the Weds 25 Aug time for the driver whose Aug 27 time was 22' 23.97 101.065mph?
SELECT sat_21_aug FROM table_26986076_6 WHERE thurs_26_aug = "20' 56.01 108.143mph"
CREATE TABLE table_26986076_6 (sat_21_aug VARCHAR, thurs_26_aug VARCHAR)
What was the Sat 21 Aug time for the driver whose Thurs 26 Aug time was 20' 56.01 108.143mph?
SELECT sat_21_aug FROM table_26986076_6 WHERE tues_24_aug = "20' 38.40 109.680mph"
CREATE TABLE table_26986076_6 (sat_21_aug VARCHAR, tues_24_aug VARCHAR)
What was the Sat 21 Aug time for the rider whose Tues 24 Aug time was 20' 38.40 109.680mph?
SELECT area__km²_ FROM table_269888_1 WHERE population__2010_ = 53542
CREATE TABLE table_269888_1 (area__km²_ VARCHAR, population__2010_ VARCHAR)
Name the area for population of 53542
SELECT no_of_s_barangay FROM table_269888_1 WHERE pop_density__per_km²_ = "205.4"
CREATE TABLE table_269888_1 (no_of_s_barangay VARCHAR, pop_density__per_km²_ VARCHAR)
Name the number of barangay for 205.4 density
SELECT COUNT(fsb__mhz_) FROM table_269920_3 WHERE model = "7140N"
CREATE TABLE table_269920_3 (fsb__mhz_ VARCHAR, model VARCHAR)
How many different FSB are there for the 7140N model?
SELECT COUNT(l2_cache__mb_) FROM table_269920_3 WHERE model = "7130M"
CREATE TABLE table_269920_3 (l2_cache__mb_ VARCHAR, model VARCHAR)
How many different L2 cache numbers are there for the 7130M model?
SELECT MAX(l2_cache__mb_) FROM table_269920_3
CREATE TABLE table_269920_3 (l2_cache__mb_ INTEGER)
What's the maximal L3 cache for any of the models given?
SELECT MIN(tdp__w_) FROM table_269920_3 WHERE model = "7130N"
CREATE TABLE table_269920_3 (tdp__w_ INTEGER, model VARCHAR)
What's the TDP for the 7130N model?
SELECT l2_cache__mb_ FROM table_269920_3 WHERE model = "7140N"
CREATE TABLE table_269920_3 (l2_cache__mb_ VARCHAR, model VARCHAR)
What's the L2 cache for the 7140N model?
SELECT COUNT(cfl_team) FROM table_26996293_4 WHERE college = "Waterloo"
CREATE TABLE table_26996293_4 (cfl_team VARCHAR, college VARCHAR)
what is the cfl team where college is waterloo?
SELECT college FROM table_26996293_1 WHERE player = "Jim Bennett"
CREATE TABLE table_26996293_1 (college VARCHAR, player VARCHAR)
What college did Jim Bennett attend?
SELECT cfl_team FROM table_26996293_1 WHERE player = "Barry Jamieson"
CREATE TABLE table_26996293_1 (cfl_team VARCHAR, player VARCHAR)
What CFL Team was Barry Jamieson a part of?
SELECT college FROM table_26996293_1 WHERE position = "DE"
CREATE TABLE table_26996293_1 (college VARCHAR, position VARCHAR)
What college did the player who played DE go to?
SELECT MAX(pick__number) FROM table_26996293_1 WHERE player = "Barry Jamieson"
CREATE TABLE table_26996293_1 (pick__number INTEGER, player VARCHAR)
What was Barry Jamieson's pick number?
SELECT college FROM table_26996293_1 WHERE player = "Bob LaRose"
CREATE TABLE table_26996293_1 (college VARCHAR, player VARCHAR)
What college did Bob Larose attend?
SELECT player FROM table_26996293_2 WHERE college = "British Columbia"
CREATE TABLE table_26996293_2 (player VARCHAR, college VARCHAR)
where college is british columbia what are all the player
SELECT pick__number FROM table_26996293_2 WHERE college = "St. Francis Xavier"
CREATE TABLE table_26996293_2 (pick__number VARCHAR, college VARCHAR)
where college is st. francis xavier what are all the pick #
SELECT position FROM table_26996293_2 WHERE player = "Jim Henshall"
CREATE TABLE table_26996293_2 (position VARCHAR, player VARCHAR)
player is jim henshall what are all the position
SELECT position FROM table_26996293_2 WHERE cfl_team = "Edmonton (2)"
CREATE TABLE table_26996293_2 (position VARCHAR, cfl_team VARCHAR)
where cfl team is edmonton (2) what are all the position
SELECT player FROM table_26996293_2 WHERE cfl_team = "Winnipeg (3) via Hamilton"
CREATE TABLE table_26996293_2 (player VARCHAR, cfl_team VARCHAR)
where cfl team is winnipeg (3) via hamilton what are all the player
SELECT COUNT(cfl_team) FROM table_26996293_3 WHERE college = "Mount Allison"
CREATE TABLE table_26996293_3 (cfl_team VARCHAR, college VARCHAR)
How many CFL teams drafted someone from mount allison college?
SELECT player FROM table_26996293_3 WHERE position = "OG"
CREATE TABLE table_26996293_3 (player VARCHAR, position VARCHAR)
What player drafted was an OG?
SELECT position FROM table_26996293_7 WHERE player = "Bill Simmons"
CREATE TABLE table_26996293_7 (position VARCHAR, player VARCHAR)
What is the position of the player bill simmons?
SELECT position FROM table_26996293_7 WHERE cfl_team = "Saskatchewan (7)"
CREATE TABLE table_26996293_7 (position VARCHAR, cfl_team VARCHAR)
What is the position of cfl team saskatchewan (7)?
SELECT COUNT(pick__number) FROM table_26996293_7 WHERE player = "Brian Currie"
CREATE TABLE table_26996293_7 (pick__number VARCHAR, player VARCHAR)
How many times was player brian currie picked?
SELECT position FROM table_26996293_7 WHERE pick__number = 54
CREATE TABLE table_26996293_7 (position VARCHAR, pick__number VARCHAR)
What position was pick # 54?
SELECT pick__number FROM table_26996293_7 WHERE cfl_team = "BC Lions (7)"
CREATE TABLE table_26996293_7 (pick__number VARCHAR, cfl_team VARCHAR)
What is the pick # of cfl team bc lions (7)
SELECT college FROM table_26996293_7 WHERE player = "Terry Moss"
CREATE TABLE table_26996293_7 (college VARCHAR, player VARCHAR)
What is the college where player terry moss attended?
SELECT outgoing_manager FROM table_26998135_2 WHERE team = "Kasımpaşa"
CREATE TABLE table_26998135_2 (outgoing_manager VARCHAR, team VARCHAR)
What is the outgoing manager for the team kasımpaşa?
SELECT replaced_by FROM table_26998135_2 WHERE date_of_vacancy = "27 December 2010"
CREATE TABLE table_26998135_2 (replaced_by VARCHAR, date_of_vacancy VARCHAR)
Who is the replaced by when the date of vacancy is 27 december 2010?
SELECT manner_of_departure FROM table_26998135_2 WHERE date_of_appointment = "24 May 2010"
CREATE TABLE table_26998135_2 (manner_of_departure VARCHAR, date_of_appointment VARCHAR)
What is the manner of departure for the date of appointment 24 may 2010?
SELECT date_of_appointment FROM table_26998135_2 WHERE outgoing_manager = "Mustafa Denizli"
CREATE TABLE table_26998135_2 (date_of_appointment VARCHAR, outgoing_manager VARCHAR)
What is the date of appointment when the outgoing manager was mustafa denizli?
SELECT date_of_appointment FROM table_26998135_2 WHERE date_of_vacancy = "15 March 2011"
CREATE TABLE table_26998135_2 (date_of_appointment VARCHAR, date_of_vacancy VARCHAR)
What is the date of appointment when the date of vacancy is 15 march 2011?
SELECT MIN(population) FROM table_27003223_4 WHERE democratic = "28.0%"
CREATE TABLE table_27003223_4 (population INTEGER, democratic VARCHAR)
What is the lowest population in which 28.0% are democrat?
SELECT democratic FROM table_27003223_4 WHERE registered_voters = "67.8%"
CREATE TABLE table_27003223_4 (democratic VARCHAR, registered_voters VARCHAR)
what is the percentage of democratic voters in which the registered voters is 67.8%?
SELECT registered_voters FROM table_27003223_4 WHERE d_r_spread = "+10.4%"
CREATE TABLE table_27003223_4 (registered_voters VARCHAR, d_r_spread VARCHAR)
What is the percentage of registered voters in which the d-r spread is +10.4%?
SELECT registered_voters FROM table_27003223_4 WHERE d_r_spread = "+14.3%"
CREATE TABLE table_27003223_4 (registered_voters VARCHAR, d_r_spread VARCHAR)
What is the percentage of registered voters in which the d-r spread is +14.3%?
SELECT republican FROM table_27003223_4 WHERE d_r_spread = "-14.1%"
CREATE TABLE table_27003223_4 (republican VARCHAR, d_r_spread VARCHAR)
What is the percentage of republican voters in which the d-r spread is -14.1%?
SELECT no_party_preference FROM table_27003223_4 WHERE democratic = "24.8%"
CREATE TABLE table_27003223_4 (no_party_preference VARCHAR, democratic VARCHAR)
What is the percentage of "no party preference" where the democratic percentage is 24.8%?
SELECT COUNT(train_no) FROM table_27011761_2 WHERE departure = "17:30"
CREATE TABLE table_27011761_2 (train_no VARCHAR, departure VARCHAR)
How many trains depart at 17:30?
SELECT COUNT(train_no) FROM table_27011761_2 WHERE arrival = "11:00"
CREATE TABLE table_27011761_2 (train_no VARCHAR, arrival VARCHAR)
How many trains arrive at 11:00?
SELECT no_party_preference FROM table_27003186_3 WHERE city = "Murrieta"
CREATE TABLE table_27003186_3 (no_party_preference VARCHAR, city VARCHAR)
What is the no party preference when the city is murrieta?
SELECT no_party_preference FROM table_27003186_3 WHERE other = "10.1%"
CREATE TABLE table_27003186_3 (no_party_preference VARCHAR, other VARCHAR)
What is the no party preference when other is 10.1%?
SELECT no_party_preference FROM table_27003186_3 WHERE republican = "45.3%"
CREATE TABLE table_27003186_3 (no_party_preference VARCHAR, republican VARCHAR)
What is the no party preference when republican is 45.3%?
SELECT other FROM table_27003186_3 WHERE no_party_preference = "19.1%"
CREATE TABLE table_27003186_3 (other VARCHAR, no_party_preference VARCHAR)
What is other when no party preference is 19.1%?
SELECT other FROM table_27003186_3 WHERE registered_voters = "50.7%"
CREATE TABLE table_27003186_3 (other VARCHAR, registered_voters VARCHAR)
What is other when registered voters is 50.7%?
SELECT district FROM table_27021001_1 WHERE incumbent = "Charlie Norwood"
CREATE TABLE table_27021001_1 (district VARCHAR, incumbent VARCHAR)
What is the district with the incumbent Charlie Norwood?
SELECT elected FROM table_27021001_1 WHERE incumbent = "Cynthia McKinney"
CREATE TABLE table_27021001_1 (elected VARCHAR, incumbent VARCHAR)
What is the year elected for incumbent Cynthia Mckinney?
SELECT COUNT(incumbent) FROM table_27021001_1 WHERE result = "Sanford Bishop (D) 57% Joseph McCormick (R) 43%"
CREATE TABLE table_27021001_1 (incumbent VARCHAR, result VARCHAR)
How many incumbents were the result of sanford bishop (d) 57% joseph mccormick (r) 43%?
SELECT status FROM table_27021001_1 WHERE district = "Georgia's 10th"
CREATE TABLE table_27021001_1 (status VARCHAR, district VARCHAR)
What is the status for district georgia's 10th?
SELECT result FROM table_27021001_1 WHERE district = "Georgia's 1st"
CREATE TABLE table_27021001_1 (result VARCHAR, district VARCHAR)
What is the result of districk georgia's 1st?
SELECT district FROM table_27021001_1 WHERE result = "Mac Collins (R) unopposed"
CREATE TABLE table_27021001_1 (district VARCHAR, result VARCHAR)
What is the district with the result mac collins (r) unopposed?
SELECT COUNT(title) FROM table_2701851_3 WHERE production_code = "201a"
CREATE TABLE table_2701851_3 (title VARCHAR, production_code VARCHAR)
how many times is the production code is 201a?
SELECT MAX(overall_rank) FROM table_2701625_1 WHERE country = "Czech Republic"
CREATE TABLE table_2701625_1 (overall_rank INTEGER, country VARCHAR)
Name the most overall rank for czech republic
SELECT COUNT(male_rank) FROM table_2701625_1 WHERE country = "Fiji"
CREATE TABLE table_2701625_1 (male_rank VARCHAR, country VARCHAR)
Name the total number of male rank for fiji
SELECT MAX(female_life_expectancy) FROM table_2701625_1 WHERE country = "Djibouti"
CREATE TABLE table_2701625_1 (female_life_expectancy INTEGER, country VARCHAR)
Name the most female life expectancy for djibouti
SELECT MAX(female_life_expectancy) FROM table_2701625_1 WHERE overall_rank = 61
CREATE TABLE table_2701625_1 (female_life_expectancy INTEGER, overall_rank VARCHAR)
Name the most female life expectancy for overall rank of 61
SELECT MAX(male_life_expectancy) FROM table_2701625_1 WHERE country = "Pakistan"
CREATE TABLE table_2701625_1 (male_life_expectancy INTEGER, country VARCHAR)
Name the most male life expectancy for pakistan
SELECT title FROM table_2701851_2 WHERE no_in_series = "10a"
CREATE TABLE table_2701851_2 (title VARCHAR, no_in_series VARCHAR)
What is the name of episode # 10a?
SELECT title FROM table_2701851_2 WHERE written_by = "Michael Price"
CREATE TABLE table_2701851_2 (title VARCHAR, written_by VARCHAR)
What is the name of the episode written by Michael Price?
SELECT title FROM table_2701851_5 WHERE production_code = "404a"
CREATE TABLE table_2701851_5 (title VARCHAR, production_code VARCHAR)
What was the title for the episode with the production code 404a?
SELECT production_code FROM table_2701851_5 WHERE written_by = "Kat Likkel & Denise Downer"
CREATE TABLE table_2701851_5 (production_code VARCHAR, written_by VARCHAR)
What is the production code for the episode written by Kat Likkel & Denise Downer?
SELECT directed_by FROM table_2701851_5 WHERE no_in_season = "10a"
CREATE TABLE table_2701851_5 (directed_by VARCHAR, no_in_season VARCHAR)
Who was the director for the Episode number in season 10a?
SELECT written_by FROM table_2701851_5 WHERE no_in_series = "46b"
CREATE TABLE table_2701851_5 (written_by VARCHAR, no_in_series VARCHAR)
Who wrote the episode in the series 46b?
SELECT COUNT(production_code) FROM table_2701851_5 WHERE no_in_series = "46b"
CREATE TABLE table_2701851_5 (production_code VARCHAR, no_in_series VARCHAR)
How many production codes did the episode number in series 46b have?
SELECT COUNT(directed_by) FROM table_27047554_1 WHERE us_viewers__in_millions_ = "2.48"
CREATE TABLE table_27047554_1 (directed_by VARCHAR, us_viewers__in_millions_ VARCHAR)
How many directors directed an episode that reached 2.48 million viewers?
SELECT delegate FROM table_27050732_7 WHERE district = "41"
CREATE TABLE table_27050732_7 (delegate VARCHAR, district VARCHAR)
Who represents district 41?
SELECT district FROM table_27050336_7 WHERE delegate = "McDonough, Patrick L. Pat McDonough"
CREATE TABLE table_27050336_7 (district VARCHAR, delegate VARCHAR)
For delegate is mcdonough, patrick l. pat mcdonough, specify all the district.
SELECT delegate FROM table_27050336_7 WHERE committee = "Environmental Matters" AND district = "36"
CREATE TABLE table_27050336_7 (delegate VARCHAR, committee VARCHAR, district VARCHAR)
where committee is environmental matters and district is 36 please specify all the delegate name
SELECT delegate FROM table_27050336_7 WHERE committee = "Judiciary" AND party = "Democratic" AND counties_represented = "Montgomery"
CREATE TABLE table_27050336_7 (delegate VARCHAR, counties_represented VARCHAR, committee VARCHAR, party VARCHAR)
For democratic party, countries represented is montgomery and where committee is judiciary mention all the delegate name.
SELECT party FROM table_27050336_7 WHERE delegate = "Feldman, Brian J. Brian J. Feldman"
CREATE TABLE table_27050336_7 (party VARCHAR, delegate VARCHAR)
Where delegate is feldman, brian j. brian j. feldman, please specify all the party
SELECT party FROM table_27050336_7 WHERE delegate = "Gaines, Tawanna P. Tawanna Gaines"
CREATE TABLE table_27050336_7 (party VARCHAR, delegate VARCHAR)
For delegate is gaines, tawanna p. tawanna gaines, please specify all the party.
SELECT height FROM table_27067379_1 WHERE number_of_floors = 70
CREATE TABLE table_27067379_1 (height VARCHAR, number_of_floors VARCHAR)
If the number of floors is 70, what is the height?
SELECT MIN(number_of_floors) FROM table_27067379_1 WHERE completion = 2010
CREATE TABLE table_27067379_1 (number_of_floors INTEGER, completion VARCHAR)
if the completed is 2010, what is the number of floors?
SELECT height FROM table_27067379_1 WHERE building = "Costanera Center Torre 1"
CREATE TABLE table_27067379_1 (height VARCHAR, building VARCHAR)
If the building is Costanera Center Torre 1, what is the height?
SELECT COUNT(position) FROM table_27067379_1 WHERE building = "Costanera Center Torre 1"
CREATE TABLE table_27067379_1 (position VARCHAR, building VARCHAR)
How many positions does building Costanera Center Torre 1 have?
SELECT outgoing_manager FROM table_27057070_3 WHERE team = "Simurq PFC"
CREATE TABLE table_27057070_3 (outgoing_manager VARCHAR, team VARCHAR)
Who is the outgoing manager when the team is simurq pfc?
SELECT COUNT(date_of_appointment) FROM table_27057070_3 WHERE team = "Khazar Lankaran"
CREATE TABLE table_27057070_3 (date_of_appointment VARCHAR, team VARCHAR)
How many date of appointment entries are there when the team is khazar lankaran?
SELECT manner_of_departure FROM table_27057070_3 WHERE replaced_by = "Bahman Hasanov"
CREATE TABLE table_27057070_3 (manner_of_departure VARCHAR, replaced_by VARCHAR)
What is the manner of departure when the replaced by is bahman hasanov?