answer
stringlengths
32
484
context
stringlengths
27
489
question
stringlengths
12
244
SELECT sfc_in_g__kn·s_ FROM table_15944_5 WHERE specific_impulse__s_ = 453
CREATE TABLE table_15944_5 (sfc_in_g__kn·s_ VARCHAR, specific_impulse__s_ VARCHAR)
What is the SFC when the specific impulse is 453?
SELECT start_date__1st_night_ FROM table_159359_2 WHERE season = "1966"
CREATE TABLE table_159359_2 (start_date__1st_night_ VARCHAR, season VARCHAR)
When are start dates (1st night) for the season of 1966?
SELECT end_date__last_night_ FROM table_159359_2 WHERE season = "1918"
CREATE TABLE table_159359_2 (end_date__last_night_ VARCHAR, season VARCHAR)
When are end dates (last night) for the season of 1918?
SELECT harris FROM table_159614_2 WHERE party = "Labour"
CREATE TABLE table_159614_2 (harris VARCHAR, party VARCHAR)
What is the percentage of the Labour Party on the Harris Poll
SELECT opinion_research_centre__opc_ FROM table_159614_2 WHERE national_opinion_polls__nop_ = "1.3%"
CREATE TABLE table_159614_2 (opinion_research_centre__opc_ VARCHAR, national_opinion_polls__nop_ VARCHAR)
On all other parties the National option polls are at 1.3% where as the opinion research pole is at what percentage?
SELECT del_pueblo FROM table_15977768_1 WHERE centennial = "1988"
CREATE TABLE table_15977768_1 (del_pueblo VARCHAR, centennial VARCHAR)
Name the del pueblo for centennial 1988
SELECT centennial FROM table_15977768_1 WHERE akimel_a_al_the_name_is_tohono_oodham_for_children_of_the_river = "1992"
CREATE TABLE table_15977768_1 (centennial VARCHAR, akimel_a_al_the_name_is_tohono_oodham_for_children_of_the_river VARCHAR)
Name the centennial for 1992 akimel
SELECT del_pueblo FROM table_15977768_1 WHERE centennial = "Red/black"
CREATE TABLE table_15977768_1 (del_pueblo VARCHAR, centennial VARCHAR)
Name the del pueblo for red/black
SELECT centennial FROM table_15977768_1 WHERE information = "Location"
CREATE TABLE table_15977768_1 (centennial VARCHAR, information VARCHAR)
Name the centennial for location
SELECT host FROM table_1597866_3 WHERE first_premiere = "August 3, 2007"
CREATE TABLE table_1597866_3 (host VARCHAR, first_premiere VARCHAR)
Name the host when first premiere is august 3, 2007
SELECT regular_judge FROM table_1597866_3 WHERE host = "Anja Rubik"
CREATE TABLE table_1597866_3 (regular_judge VARCHAR, host VARCHAR)
Name the regular judge when host is anja rubik
SELECT COUNT(regular_judge) FROM table_1597866_3 WHERE host = "Bernie Chan"
CREATE TABLE table_1597866_3 (regular_judge VARCHAR, host VARCHAR)
Name the number of regular judge when host is bernie chan
SELECT MAX(s_no) FROM table_1594772_2 WHERE margin = "74 runs"
CREATE TABLE table_1594772_2 (s_no INTEGER, margin VARCHAR)
Name the most number for 74 runs margins
SELECT COUNT(team__b_) FROM table_1594772_2 WHERE margin = "35 runs" AND winner = "India"
CREATE TABLE table_1594772_2 (team__b_ VARCHAR, margin VARCHAR, winner VARCHAR)
Name the number of team for 35 runs margin and india winner
SELECT team__a_ FROM table_1594772_2 WHERE match_date = "Feb 27, 1996"
CREATE TABLE table_1594772_2 (team__a_ VARCHAR, match_date VARCHAR)
Namethe team for feb 27, 1996
SELECT s_no FROM table_1594772_2 WHERE match_date = "Feb 27, 1996"
CREATE TABLE table_1594772_2 (s_no VARCHAR, match_date VARCHAR)
Name the numbers for date of feb 27, 1996
SELECT team__b_ FROM table_1594772_2 WHERE match_date = "Oct 30, 1989"
CREATE TABLE table_1594772_2 (team__b_ VARCHAR, match_date VARCHAR)
Name the team for oct 30, 1989
SELECT winner FROM table_1594772_2 WHERE match_date = "Nov 5, 1987"
CREATE TABLE table_1594772_2 (winner VARCHAR, match_date VARCHAR)
Name the winner for date of nov 5, 1987
SELECT COUNT(oilers_first_downs) FROM table_15984957_2 WHERE date = "Sept. 17"
CREATE TABLE table_15984957_2 (oilers_first_downs VARCHAR, date VARCHAR)
On Sept. 17, how many first downs did the oilers have?
SELECT MIN(game) FROM table_15984957_2 WHERE opponent = "Los Angeles Rams"
CREATE TABLE table_15984957_2 (game INTEGER, opponent VARCHAR)
How many games were against the los angeles rams?
SELECT annual_change__percentage_of_gdp__2012_ FROM table_1598533_8 WHERE gdp__percentage_of_eu__2012_ = "20.5%"
CREATE TABLE table_1598533_8 (annual_change__percentage_of_gdp__2012_ VARCHAR, gdp__percentage_of_eu__2012_ VARCHAR)
What is the annual change of GDP with a 20.5% GDP of EU in 2012?
SELECT public_debt__percentage_of_gdp__2013_q1_ FROM table_1598533_8 WHERE gdp__percentage_of_eu__2012_ = "4.7%"
CREATE TABLE table_1598533_8 (public_debt__percentage_of_gdp__2013_q1_ VARCHAR, gdp__percentage_of_eu__2012_ VARCHAR)
What is the public debt % of GDP in 2013 Q1 with a 4.7% GDP of EU in 2012?
SELECT inflation__percentage_annual__2012_ FROM table_1598533_8 WHERE gdp_per_capita_in_ppp_us$__2012_ = 24505
CREATE TABLE table_1598533_8 (inflation__percentage_annual__2012_ VARCHAR, gdp_per_capita_in_ppp_us$__2012_ VARCHAR)
What is the annual inflation % when GDP per capita in ppp US$ is 24505 in 2012?
SELECT place FROM table_15988037_24 WHERE perfect_40s = 0 AND average = "27.25"
CREATE TABLE table_15988037_24 (place VARCHAR, perfect_40s VARCHAR, average VARCHAR)
What are all the places where the number of perfect 40s is 0 and the average is 27.25?
SELECT MAX(total) FROM table_15988037_24 WHERE average = "28.5"
CREATE TABLE table_15988037_24 (total INTEGER, average VARCHAR)
What is the maximum total in which the average is 28.5?
SELECT MIN(perfect_40s) FROM table_15988037_24
CREATE TABLE table_15988037_24 (perfect_40s INTEGER)
What is the minimum number of perfect 40s?
SELECT muzzle_velocity FROM table_16010376_1 WHERE cartridge = ".375 Remington Ultra Magnum"
CREATE TABLE table_16010376_1 (muzzle_velocity VARCHAR, cartridge VARCHAR)
When using a .375 Remington Ultra Magnum, what is the muzzle velocity?
SELECT cartridge FROM table_16010376_1 WHERE source = "Weatherby"
CREATE TABLE table_16010376_1 (cartridge VARCHAR, source VARCHAR)
What type of cartridge is used by a Weatherby?
SELECT cartridge FROM table_16010376_1 WHERE source = "Winchester"
CREATE TABLE table_16010376_1 (cartridge VARCHAR, source VARCHAR)
What type of cartridge is used by a Winchester?
SELECT bullet_weight FROM table_16010376_1 WHERE source = "Weatherby"
CREATE TABLE table_16010376_1 (bullet_weight VARCHAR, source VARCHAR)
What is the weight of the bullet used in a Weatherby?
SELECT bullet_weight FROM table_16010376_1 WHERE source = "Remington"
CREATE TABLE table_16010376_1 (bullet_weight VARCHAR, source VARCHAR)
What is the weight of the bullet used in a Remington?
SELECT muzzle_energy FROM table_16010376_1 WHERE cartridge = ".375 Winchester"
CREATE TABLE table_16010376_1 (muzzle_energy VARCHAR, cartridge VARCHAR)
When using a .375 Winchester, what is the muzzle energy?
SELECT headphone_model FROM table_1601027_1 WHERE us_msrp = "$150"
CREATE TABLE table_1601027_1 (headphone_model VARCHAR, us_msrp VARCHAR)
Which headphone models correspond to the US MSRP of $150?
SELECT termination FROM table_1601027_1 WHERE us_msrp = "$49"
CREATE TABLE table_1601027_1 (termination VARCHAR, us_msrp VARCHAR)
Which terminations correspond to a US MSRP of $49?
SELECT COUNT(headphone_class) FROM table_1601027_1 WHERE us_msrp = "$150"
CREATE TABLE table_1601027_1 (headphone_class VARCHAR, us_msrp VARCHAR)
How many headphone classes have a US MSRP of $150?
SELECT COUNT(earpads) FROM table_1601027_1 WHERE headphone_class = "Prestige" AND us_msrp = "$79"
CREATE TABLE table_1601027_1 (earpads VARCHAR, headphone_class VARCHAR, us_msrp VARCHAR)
How many values for earpads correspond to the headphone class Prestige and a US MSRP of $79?
SELECT headphone_model FROM table_1601027_1 WHERE driver_matched_db = "0.1" AND us_msrp = "$49"
CREATE TABLE table_1601027_1 (headphone_model VARCHAR, driver_matched_db VARCHAR, us_msrp VARCHAR)
Which headphone models have a driver-matched DB of 0.1 and a US MSRP of $49?
SELECT termination FROM table_1601027_1 WHERE headphone_model = "SR80i"
CREATE TABLE table_1601027_1 (termination VARCHAR, headphone_model VARCHAR)
Which terminations correspond with headphone model SR80I?
SELECT type FROM table_1602620_1 WHERE office = "State Assemblyman"
CREATE TABLE table_1602620_1 (type VARCHAR, office VARCHAR)
What type are State Assemblyman
SELECT type FROM table_1602620_1 WHERE term_began = "December 8, 1980"
CREATE TABLE table_1602620_1 (type VARCHAR, term_began VARCHAR)
What type had a beginning term of December 8, 1980
SELECT type FROM table_1602620_1 WHERE elected = 1980
CREATE TABLE table_1602620_1 (type VARCHAR, elected VARCHAR)
What type had an election day in 1980
SELECT term_ended FROM table_1602620_1 WHERE elected = 1990
CREATE TABLE table_1602620_1 (term_ended VARCHAR, elected VARCHAR)
What year did the term end for those elected in 1990
SELECT location FROM table_1602620_1 WHERE term_ended = "December 2, 1976"
CREATE TABLE table_1602620_1 (location VARCHAR, term_ended VARCHAR)
What is the location for the office whose term ended December 2, 1976
SELECT term_ended FROM table_1602620_1 WHERE elected = 1984
CREATE TABLE table_1602620_1 (term_ended VARCHAR, elected VARCHAR)
What year did the term end for the office elected in 1984
SELECT record FROM table_16028499_2 WHERE date = "October 8, 1989"
CREATE TABLE table_16028499_2 (record VARCHAR, date VARCHAR)
What was the record on October 8, 1989?
SELECT game_site FROM table_16028499_2 WHERE date = "October 29, 1989"
CREATE TABLE table_16028499_2 (game_site VARCHAR, date VARCHAR)
Where was the game site on October 29, 1989?
SELECT MIN(attendance) FROM table_16028499_2 WHERE opponent = "New Orleans Saints"
CREATE TABLE table_16028499_2 (attendance INTEGER, opponent VARCHAR)
What was the minimum attendance against the New Orleans Saints?
SELECT result FROM table_16028499_2 WHERE week = 2
CREATE TABLE table_16028499_2 (result VARCHAR, week VARCHAR)
What was the result of week 2?
SELECT date FROM table_16028499_2 WHERE opponent = "New York Jets"
CREATE TABLE table_16028499_2 (date VARCHAR, opponent VARCHAR)
What date did the team play the New York Jets?
SELECT MIN(attendance) FROM table_16025095_1 WHERE date = "January 24, 1987"
CREATE TABLE table_16025095_1 (attendance INTEGER, date VARCHAR)
What was the minimum crowd on January 24, 1987?
SELECT viewers__in_millions_ FROM table_1601935_1 WHERE run_time = "18:00"
CREATE TABLE table_1601935_1 (viewers__in_millions_ VARCHAR, run_time VARCHAR)
How many millions of viewers were there for the episode with a run time of 18:00?
SELECT archive FROM table_1601935_1 WHERE viewers__in_millions_ = "6.6"
CREATE TABLE table_1601935_1 (archive VARCHAR, viewers__in_millions_ VARCHAR)
What was the archive for episode with 6.6 million viewers?
SELECT MIN(game) FROM table_16028459_2 WHERE bills_first_downs = 21
CREATE TABLE table_16028459_2 (game INTEGER, bills_first_downs VARCHAR)
When is the latest game the bills had 21 first downs
SELECT MIN(bills_first_downs) FROM table_16028459_2 WHERE opponents = 6
CREATE TABLE table_16028459_2 (bills_first_downs INTEGER, opponents VARCHAR)
How many first downs did the bills have when their opponent had 6
SELECT bills_points FROM table_16028459_2 WHERE opponents = 14
CREATE TABLE table_16028459_2 (bills_points VARCHAR, opponents VARCHAR)
How many points did the bills score when their opponent had 14
SELECT MIN(opponents) FROM table_16028459_2 WHERE opponent = "Baltimore Colts"
CREATE TABLE table_16028459_2 (opponents INTEGER, opponent VARCHAR)
What is the minimum number of points given up to the Baltimore Colts
SELECT runner_s__up FROM table_1602858_1 WHERE tournament = "Memorial tournament"
CREATE TABLE table_1602858_1 (runner_s__up VARCHAR, tournament VARCHAR)
Who was the runner-up in the Memorial Tournament?
SELECT winning_score FROM table_1602858_1 WHERE runner_s__up = "Rory Sabbatini"
CREATE TABLE table_1602858_1 (winning_score VARCHAR, runner_s__up VARCHAR)
What was the winning score for the tournament with runner-up Rory Sabbatini?
SELECT margin_of_victory FROM table_1602858_1 WHERE winning_score = 63 - 68 - 68 - 68 = 267
CREATE TABLE table_1602858_1 (margin_of_victory VARCHAR, winning_score VARCHAR)
What was the margin of victory with the winning score "63-68-68-68=267"?
SELECT MIN(position) FROM table_16034882_5
CREATE TABLE table_16034882_5 (position INTEGER)
Name the least position
SELECT MAX(goals_scored) FROM table_16034882_5 WHERE position = 4
CREATE TABLE table_16034882_5 (goals_scored INTEGER, position VARCHAR)
Name the most goals scored for position 4
SELECT bowl_game FROM table_16046689_29 WHERE city = "Tempe, Arizona"
CREATE TABLE table_16046689_29 (bowl_game VARCHAR, city VARCHAR)
What is the name of the bowl game that was played in Tempe, Arizona?
SELECT city FROM table_16046689_29 WHERE stadium = "Citrus Bowl" AND television = "ABC"
CREATE TABLE table_16046689_29 (city VARCHAR, stadium VARCHAR, television VARCHAR)
What city in the Citrus Bowl aired on ABC?
SELECT conference_matchups FROM table_16046689_29 WHERE date = "January 1, 2009" AND bowl_game = "Capital One"
CREATE TABLE table_16046689_29 (conference_matchups VARCHAR, date VARCHAR, bowl_game VARCHAR)
What teams played in the Capital One bowl game on January 1, 2009?
SELECT stadium FROM table_16046689_29 WHERE payout___us$__ = "$3 Million"
CREATE TABLE table_16046689_29 (stadium VARCHAR, payout___us$__ VARCHAR)
Which stadium has a payout of $3 million?
SELECT MAX(number_of_people) FROM table_16048129_5 WHERE average_family_size = "2.8"
CREATE TABLE table_16048129_5 (number_of_people INTEGER, average_family_size VARCHAR)
What is the largest population in regions where the average family size is 2.8 people?
SELECT COUNT(_percentage_of_total_deportees) FROM table_16048129_5 WHERE average_family_size = "2.8"
CREATE TABLE table_16048129_5 (_percentage_of_total_deportees VARCHAR, average_family_size VARCHAR)
What is the total number of regions where the average family size is 2.8?
SELECT region_of_ussr FROM table_16048129_5 WHERE _percentage_of_total_deportees = "10.6"
CREATE TABLE table_16048129_5 (region_of_ussr VARCHAR, _percentage_of_total_deportees VARCHAR)
What regions of the USSR have a percentage of deportees of 10.6?
SELECT MAX(number_of_families) FROM table_16048129_5 WHERE average_family_size = "2.7"
CREATE TABLE table_16048129_5 (number_of_families INTEGER, average_family_size VARCHAR)
What is the most number of families in regions where average family size is 2.7?
SELECT COUNT(number_of_families) FROM table_16048129_5 WHERE _percentage_of_total_deportees = "5.8"
CREATE TABLE table_16048129_5 (number_of_families VARCHAR, _percentage_of_total_deportees VARCHAR)
How many total families are there in regions with 5.8 percent of the population being made up of deportees?
SELECT MAX(number_of_families) FROM table_16048129_5 WHERE _percentage_of_total_deportees = "5.8"
CREATE TABLE table_16048129_5 (number_of_families INTEGER, _percentage_of_total_deportees VARCHAR)
What is the most number of families among regions where the population is made up of 5.8% deportees?
SELECT operator FROM table_1603807_2 WHERE line = "Mamariga Shuttle"
CREATE TABLE table_1603807_2 (operator VARCHAR, line VARCHAR)
Which operator runs the Mamariga shuttle line?
SELECT COUNT(length) FROM table_1603807_2 WHERE line = "line 3"
CREATE TABLE table_1603807_2 (length VARCHAR, line VARCHAR)
How many lengths of line 3 are given?
SELECT terminals FROM table_1603807_2 WHERE line = "line 2"
CREATE TABLE table_1603807_2 (terminals VARCHAR, line VARCHAR)
What are the terminals for line 2?
SELECT status FROM table_1603807_2 WHERE line = "Airport line"
CREATE TABLE table_1603807_2 (status VARCHAR, line VARCHAR)
What is the status of the airport line?
SELECT COUNT(hangul_chosongul) FROM table_160510_5 WHERE area = "8,352"
CREATE TABLE table_160510_5 (hangul_chosongul VARCHAR, area VARCHAR)
Name the total number of hangul chosongul for 8,352
SELECT iso FROM table_160510_5 WHERE rr_romaja = "Chungcheongnam"
CREATE TABLE table_160510_5 (iso VARCHAR, rr_romaja VARCHAR)
Name the iso for chungcheongnam
SELECT country FROM table_160510_5 WHERE area = "11,891"
CREATE TABLE table_160510_5 (country VARCHAR, area VARCHAR)
Name the country for 11,891 area
SELECT COUNT(region) FROM table_160510_5 WHERE hangul_chosongul = "경상남도"
CREATE TABLE table_160510_5 (region VARCHAR, hangul_chosongul VARCHAR)
Name the number of region for 경상남도
SELECT m_r_romaja FROM table_160510_5 WHERE region = "Kwanbuk"
CREATE TABLE table_160510_5 (m_r_romaja VARCHAR, region VARCHAR)
Name the m r romaja for kwanbuk
SELECT pop_density_people_km_2 FROM table_1606824_1 WHERE population__percentage_of_eu = "1.1%" AND member_state = "Slovakia"
CREATE TABLE table_1606824_1 (pop_density_people_km_2 VARCHAR, population__percentage_of_eu VARCHAR, member_state VARCHAR)
Name the population density where population % is 1.1% for slovakia
SELECT COUNT(pop_density_people_km_2) FROM table_1606824_1 WHERE population__percentage_of_eu = "1.7%"
CREATE TABLE table_1606824_1 (pop_density_people_km_2 VARCHAR, population__percentage_of_eu VARCHAR)
Name the population density people where population % eu for 1.7%
SELECT COUNT(area_km_2) FROM table_1606824_1 WHERE pop_density_people_km_2 = "87"
CREATE TABLE table_1606824_1 (area_km_2 VARCHAR, pop_density_people_km_2 VARCHAR)
Name the number of area km 2 for population density is 87
SELECT population__percentage_of_eu FROM table_1606824_1 WHERE member_state = "Greece"
CREATE TABLE table_1606824_1 (population__percentage_of_eu VARCHAR, member_state VARCHAR)
Name the population % of eu for greece
SELECT COUNT(network) FROM table_160728_4 WHERE channel = 7
CREATE TABLE table_160728_4 (network VARCHAR, channel VARCHAR)
How many networks are there that have a channel number 7?
SELECT network FROM table_160728_4 WHERE station = "TV3"
CREATE TABLE table_160728_4 (network VARCHAR, station VARCHAR)
What station on the network is tv3?
SELECT MAX(founded) FROM table_16078390_2 WHERE team_nickname = "Raiders"
CREATE TABLE table_16078390_2 (founded INTEGER, team_nickname VARCHAR)
What year was the team named the Raiders established?
SELECT primary_conference FROM table_16078390_2 WHERE institution = "Gonzaga University"
CREATE TABLE table_16078390_2 (primary_conference VARCHAR, institution VARCHAR)
What conference does Gonzaga University play in?
SELECT COUNT(founded) FROM table_16078390_2 WHERE location = "Tacoma, Washington"
CREATE TABLE table_16078390_2 (founded VARCHAR, location VARCHAR)
How many Universities were founded in Tacoma, Washington?
SELECT institution FROM table_16078390_2 WHERE team_nickname = "Wildcats"
CREATE TABLE table_16078390_2 (institution VARCHAR, team_nickname VARCHAR)
Which school's team has the nickname of the Wildcats?
SELECT MIN(founded) FROM table_16078390_2 WHERE location = "Ellensburg, Washington"
CREATE TABLE table_16078390_2 (founded INTEGER, location VARCHAR)
What year was the university that is located in Ellensburg, Washington established?
SELECT location FROM table_16078390_2 WHERE team_nickname = "Wolves"
CREATE TABLE table_16078390_2 (location VARCHAR, team_nickname VARCHAR)
Where is the university located that's nicknamed the Wolves?
SELECT COUNT(viewers) FROM table_16072430_1 WHERE share = 7 AND weekly_rank = "64"
CREATE TABLE table_16072430_1 (viewers VARCHAR, share VARCHAR, weekly_rank VARCHAR)
What is the total number of viewers where the share is 7 and the week rank is 64?
SELECT COUNT(_number) FROM table_16072430_1 WHERE share > 7.0
CREATE TABLE table_16072430_1 (_number VARCHAR, share INTEGER)
How many episodes have a share bigger than 7.0?
SELECT COUNT(_number) FROM table_16072430_1 WHERE weekly_rank = "TBA" AND timeslot = "8:00 P.M."
CREATE TABLE table_16072430_1 (_number VARCHAR, weekly_rank VARCHAR, timeslot VARCHAR)
How many episodes have a weekly rank tba and are broadcast at 8:00 p.m.?
SELECT timeslot FROM table_16072430_1 WHERE air_date = "February 22, 2008"
CREATE TABLE table_16072430_1 (timeslot VARCHAR, air_date VARCHAR)
What are the timeslot(s) for broadcast on February 22, 2008?
SELECT COUNT(air_date) FROM table_16072430_1 WHERE weekly_rank = "73"
CREATE TABLE table_16072430_1 (air_date VARCHAR, weekly_rank VARCHAR)
What broadcast dates have a weekly rank of 73?
SELECT date_of_appointment FROM table_16075179_6 WHERE team = "St. Johnstone"
CREATE TABLE table_16075179_6 (date_of_appointment VARCHAR, team VARCHAR)
When was the date of appointment for St. Johnstone's manager?
SELECT outgoing_manager FROM table_16075179_6 WHERE team = "Aberdeen"
CREATE TABLE table_16075179_6 (outgoing_manager VARCHAR, team VARCHAR)
Who was the outgoing manager for Aberdeen?
SELECT date_of_appointment FROM table_16075179_6 WHERE outgoing_manager = "Wim Jansen"
CREATE TABLE table_16075179_6 (date_of_appointment VARCHAR, outgoing_manager VARCHAR)
When was the date of appointment for the manager replacing Wim Jansen?