question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
text
stringlengths
114
1.06k
In Pakistan, what was the total freshwater withdrawal (km 3 /yr) where the agricultural use (m 3 /p/yr)(in %) was 1029(96%)?
CREATE TABLE table_15909409_2 (total_freshwater_withdrawal__km_3__yr_ VARCHAR, agricultural_use__m_3__p_yr__in__percentage_ VARCHAR)
SELECT total_freshwater_withdrawal__km_3__yr_ FROM table_15909409_2 WHERE agricultural_use__m_3__p_yr__in__percentage_ = "1029(96%)"
### Context: CREATE TABLE table_15909409_2 (total_freshwater_withdrawal__km_3__yr_ VARCHAR, agricultural_use__m_3__p_yr__in__percentage_ VARCHAR) ### Question: In Pakistan, what was the total freshwater withdrawal (km 3 /yr) where the agricultural use (m 3 /p/yr)(in %) was 1029(96%)? ### Answer: SELECT total_freshwater...
What was the country in which the agricultural use (m 3 /p/yr)(in %) was 794(86%)?
CREATE TABLE table_15909409_2 (country VARCHAR, agricultural_use__m_3__p_yr__in__percentage_ VARCHAR)
SELECT country FROM table_15909409_2 WHERE agricultural_use__m_3__p_yr__in__percentage_ = "794(86%)"
### Context: CREATE TABLE table_15909409_2 (country VARCHAR, agricultural_use__m_3__p_yr__in__percentage_ VARCHAR) ### Question: What was the country in which the agricultural use (m 3 /p/yr)(in %) was 794(86%)? ### Answer: SELECT country FROM table_15909409_2 WHERE agricultural_use__m_3__p_yr__in__percentage_ = "794(8...
In how many countries was the total freshwater withdrawal (km 3 /yr) 169.39?
CREATE TABLE table_15909409_2 (country VARCHAR, total_freshwater_withdrawal__km_3__yr_ VARCHAR)
SELECT COUNT(country) FROM table_15909409_2 WHERE total_freshwater_withdrawal__km_3__yr_ = "169.39"
### Context: CREATE TABLE table_15909409_2 (country VARCHAR, total_freshwater_withdrawal__km_3__yr_ VARCHAR) ### Question: In how many countries was the total freshwater withdrawal (km 3 /yr) 169.39? ### Answer: SELECT COUNT(country) FROM table_15909409_2 WHERE total_freshwater_withdrawal__km_3__yr_ = "169.39"
Name the date of winning score being 67-67-63=197
CREATE TABLE table_1590652_4 (date VARCHAR, winning_score VARCHAR)
SELECT date FROM table_1590652_4 WHERE winning_score = 67 - 67 - 63 = 197
### Context: CREATE TABLE table_1590652_4 (date VARCHAR, winning_score VARCHAR) ### Question: Name the date of winning score being 67-67-63=197 ### Answer: SELECT date FROM table_1590652_4 WHERE winning_score = 67 - 67 - 63 = 197
Name the runners up for when tournament is wgc-accenture match play championship
CREATE TABLE table_1590652_4 (runner_s__up VARCHAR, tournament VARCHAR)
SELECT runner_s__up FROM table_1590652_4 WHERE tournament = "WGC-Accenture Match Play Championship"
### Context: CREATE TABLE table_1590652_4 (runner_s__up VARCHAR, tournament VARCHAR) ### Question: Name the runners up for when tournament is wgc-accenture match play championship ### Answer: SELECT runner_s__up FROM table_1590652_4 WHERE tournament = "WGC-Accenture Match Play Championship"
Name the total number when date is 30 may 2010
CREATE TABLE table_1590652_4 (no VARCHAR, date VARCHAR)
SELECT COUNT(no) FROM table_1590652_4 WHERE date = "30 May 2010"
### Context: CREATE TABLE table_1590652_4 (no VARCHAR, date VARCHAR) ### Question: Name the total number when date is 30 may 2010 ### Answer: SELECT COUNT(no) FROM table_1590652_4 WHERE date = "30 May 2010"
Name th margin of victory when date is 10 jul 2011
CREATE TABLE table_1590652_4 (margin_of_victory VARCHAR, date VARCHAR)
SELECT margin_of_victory FROM table_1590652_4 WHERE date = "10 Jul 2011"
### Context: CREATE TABLE table_1590652_4 (margin_of_victory VARCHAR, date VARCHAR) ### Question: Name th margin of victory when date is 10 jul 2011 ### Answer: SELECT margin_of_victory FROM table_1590652_4 WHERE date = "10 Jul 2011"
Name the most number when tournament is madrid masters
CREATE TABLE table_1590652_4 (no INTEGER, tournament VARCHAR)
SELECT MAX(no) FROM table_1590652_4 WHERE tournament = "Madrid Masters"
### Context: CREATE TABLE table_1590652_4 (no INTEGER, tournament VARCHAR) ### Question: Name the most number when tournament is madrid masters ### Answer: SELECT MAX(no) FROM table_1590652_4 WHERE tournament = "Madrid Masters"
Name the most episode numbers of 6 january 2006
CREATE TABLE table_1590967_2 (episode_number INTEGER, air_date VARCHAR)
SELECT MAX(episode_number) FROM table_1590967_2 WHERE air_date = "6 January 2006"
### Context: CREATE TABLE table_1590967_2 (episode_number INTEGER, air_date VARCHAR) ### Question: Name the most episode numbers of 6 january 2006 ### Answer: SELECT MAX(episode_number) FROM table_1590967_2 WHERE air_date = "6 January 2006"
How many validations are listed for the iin range 36?
CREATE TABLE table_15905399_1 (validation VARCHAR, iin_ranges VARCHAR)
SELECT COUNT(validation) FROM table_15905399_1 WHERE iin_ranges = "36"
### Context: CREATE TABLE table_15905399_1 (validation VARCHAR, iin_ranges VARCHAR) ### Question: How many validations are listed for the iin range 36? ### Answer: SELECT COUNT(validation) FROM table_15905399_1 WHERE iin_ranges = "36"
What is the validation for iin ranges 5610, 560221-560225?
CREATE TABLE table_15905399_1 (validation VARCHAR, iin_ranges VARCHAR)
SELECT validation FROM table_15905399_1 WHERE iin_ranges = "5610, 560221-560225"
### Context: CREATE TABLE table_15905399_1 (validation VARCHAR, iin_ranges VARCHAR) ### Question: What is the validation for iin ranges 5610, 560221-560225? ### Answer: SELECT validation FROM table_15905399_1 WHERE iin_ranges = "5610, 560221-560225"
What is the length for iin range 51-55?
CREATE TABLE table_15905399_1 (length VARCHAR, iin_ranges VARCHAR)
SELECT length FROM table_15905399_1 WHERE iin_ranges = "51-55"
### Context: CREATE TABLE table_15905399_1 (length VARCHAR, iin_ranges VARCHAR) ### Question: What is the length for iin range 51-55? ### Answer: SELECT length FROM table_15905399_1 WHERE iin_ranges = "51-55"
Is the iin range 4 active?
CREATE TABLE table_15905399_1 (active VARCHAR, iin_ranges VARCHAR)
SELECT active FROM table_15905399_1 WHERE iin_ranges = "4"
### Context: CREATE TABLE table_15905399_1 (active VARCHAR, iin_ranges VARCHAR) ### Question: Is the iin range 4 active? ### Answer: SELECT active FROM table_15905399_1 WHERE iin_ranges = "4"
What episode did Pamela Anderson guest host.
CREATE TABLE table_1590967_7 (episode_number VARCHAR, guest_host VARCHAR)
SELECT COUNT(episode_number) FROM table_1590967_7 WHERE guest_host = "Pamela Anderson"
### Context: CREATE TABLE table_1590967_7 (episode_number VARCHAR, guest_host VARCHAR) ### Question: What episode did Pamela Anderson guest host. ### Answer: SELECT COUNT(episode_number) FROM table_1590967_7 WHERE guest_host = "Pamela Anderson"
What song was performed when Barbara Windsor was the guest host?
CREATE TABLE table_1590967_7 (musical_guest__song_performed_ VARCHAR, guest_host VARCHAR)
SELECT musical_guest__song_performed_ FROM table_1590967_7 WHERE guest_host = "Barbara Windsor"
### Context: CREATE TABLE table_1590967_7 (musical_guest__song_performed_ VARCHAR, guest_host VARCHAR) ### Question: What song was performed when Barbara Windsor was the guest host? ### Answer: SELECT musical_guest__song_performed_ FROM table_1590967_7 WHERE guest_host = "Barbara Windsor"
What is the entry for weight in kilograms of jockey D. Nikolic?
CREATE TABLE table_15926991_1 (weight__kg_ VARCHAR, jockey VARCHAR)
SELECT weight__kg_ FROM table_15926991_1 WHERE jockey = "D. Nikolic"
### Context: CREATE TABLE table_15926991_1 (weight__kg_ VARCHAR, jockey VARCHAR) ### Question: What is the entry for weight in kilograms of jockey D. Nikolic? ### Answer: SELECT weight__kg_ FROM table_15926991_1 WHERE jockey = "D. Nikolic"
Which group had the time 1:11.65?
CREATE TABLE table_15926991_1 (group VARCHAR, time VARCHAR)
SELECT group FROM table_15926991_1 WHERE time = "1:11.65"
### Context: CREATE TABLE table_15926991_1 (group VARCHAR, time VARCHAR) ### Question: Which group had the time 1:11.65? ### Answer: SELECT group FROM table_15926991_1 WHERE time = "1:11.65"
Which horse won with a time of 1:35.98 and what was their position?
CREATE TABLE table_15926991_1 (winner_2nd VARCHAR, time VARCHAR)
SELECT winner_2nd FROM table_15926991_1 WHERE time = "1:35.98"
### Context: CREATE TABLE table_15926991_1 (winner_2nd VARCHAR, time VARCHAR) ### Question: Which horse won with a time of 1:35.98 and what was their position? ### Answer: SELECT winner_2nd FROM table_15926991_1 WHERE time = "1:35.98"
What engine type is used in a Space Shuttle Vacuum scenario?
CREATE TABLE table_15944_5 (engine_type VARCHAR, scenario VARCHAR)
SELECT engine_type FROM table_15944_5 WHERE scenario = "Space shuttle vacuum"
### Context: CREATE TABLE table_15944_5 (engine_type VARCHAR, scenario VARCHAR) ### Question: What engine type is used in a Space Shuttle Vacuum scenario? ### Answer: SELECT engine_type FROM table_15944_5 WHERE scenario = "Space shuttle vacuum"
What is the effective exhaust velocity in a Space Shuttle Vacuum?
CREATE TABLE table_15944_5 (effective_exhaust_velocity__m_s_ VARCHAR, scenario VARCHAR)
SELECT COUNT(effective_exhaust_velocity__m_s_) FROM table_15944_5 WHERE scenario = "Space shuttle vacuum"
### Context: CREATE TABLE table_15944_5 (effective_exhaust_velocity__m_s_ VARCHAR, scenario VARCHAR) ### Question: What is the effective exhaust velocity in a Space Shuttle Vacuum? ### Answer: SELECT COUNT(effective_exhaust_velocity__m_s_) FROM table_15944_5 WHERE scenario = "Space shuttle vacuum"
What is the maximum specific impulse with a 4423 m/s effective exhaust velocity?
CREATE TABLE table_15944_5 (specific_impulse__s_ INTEGER, effective_exhaust_velocity__m_s_ VARCHAR)
SELECT MAX(specific_impulse__s_) FROM table_15944_5 WHERE effective_exhaust_velocity__m_s_ = 4423
### Context: CREATE TABLE table_15944_5 (specific_impulse__s_ INTEGER, effective_exhaust_velocity__m_s_ VARCHAR) ### Question: What is the maximum specific impulse with a 4423 m/s effective exhaust velocity? ### Answer: SELECT MAX(specific_impulse__s_) FROM table_15944_5 WHERE effective_exhaust_velocity__m_s_ = 4423
What is the SFC when the specific impulse is 453?
CREATE TABLE table_15944_5 (sfc_in_g__kn·s_ VARCHAR, specific_impulse__s_ VARCHAR)
SELECT sfc_in_g__kn·s_ FROM table_15944_5 WHERE specific_impulse__s_ = 453
### Context: CREATE TABLE table_15944_5 (sfc_in_g__kn·s_ VARCHAR, specific_impulse__s_ VARCHAR) ### Question: What is the SFC when the specific impulse is 453? ### Answer: SELECT sfc_in_g__kn·s_ FROM table_15944_5 WHERE specific_impulse__s_ = 453
When are start dates (1st night) for the season of 1966?
CREATE TABLE table_159359_2 (start_date__1st_night_ VARCHAR, season VARCHAR)
SELECT start_date__1st_night_ FROM table_159359_2 WHERE season = "1966"
### Context: CREATE TABLE table_159359_2 (start_date__1st_night_ VARCHAR, season VARCHAR) ### Question: When are start dates (1st night) for the season of 1966? ### Answer: SELECT start_date__1st_night_ FROM table_159359_2 WHERE season = "1966"
When are end dates (last night) for the season of 1918?
CREATE TABLE table_159359_2 (end_date__last_night_ VARCHAR, season VARCHAR)
SELECT end_date__last_night_ FROM table_159359_2 WHERE season = "1918"
### Context: CREATE TABLE table_159359_2 (end_date__last_night_ VARCHAR, season VARCHAR) ### Question: When are end dates (last night) for the season of 1918? ### Answer: SELECT end_date__last_night_ FROM table_159359_2 WHERE season = "1918"
What is the percentage of the Labour Party on the Harris Poll
CREATE TABLE table_159614_2 (harris VARCHAR, party VARCHAR)
SELECT harris FROM table_159614_2 WHERE party = "Labour"
### Context: CREATE TABLE table_159614_2 (harris VARCHAR, party VARCHAR) ### Question: What is the percentage of the Labour Party on the Harris Poll ### Answer: SELECT harris FROM table_159614_2 WHERE party = "Labour"
On all other parties the National option polls are at 1.3% where as the opinion research pole is at what percentage?
CREATE TABLE table_159614_2 (opinion_research_centre__opc_ VARCHAR, national_opinion_polls__nop_ VARCHAR)
SELECT opinion_research_centre__opc_ FROM table_159614_2 WHERE national_opinion_polls__nop_ = "1.3%"
### Context: CREATE TABLE table_159614_2 (opinion_research_centre__opc_ VARCHAR, national_opinion_polls__nop_ VARCHAR) ### Question: On all other parties the National option polls are at 1.3% where as the opinion research pole is at what percentage? ### Answer: SELECT opinion_research_centre__opc_ FROM table_159614_2 ...
Name the del pueblo for centennial 1988
CREATE TABLE table_15977768_1 (del_pueblo VARCHAR, centennial VARCHAR)
SELECT del_pueblo FROM table_15977768_1 WHERE centennial = "1988"
### Context: CREATE TABLE table_15977768_1 (del_pueblo VARCHAR, centennial VARCHAR) ### Question: Name the del pueblo for centennial 1988 ### Answer: SELECT del_pueblo FROM table_15977768_1 WHERE centennial = "1988"
Name the centennial for 1992 akimel
CREATE TABLE table_15977768_1 (centennial VARCHAR, akimel_a_al_the_name_is_tohono_oodham_for_children_of_the_river VARCHAR)
SELECT centennial FROM table_15977768_1 WHERE akimel_a_al_the_name_is_tohono_oodham_for_children_of_the_river = "1992"
### Context: CREATE TABLE table_15977768_1 (centennial VARCHAR, akimel_a_al_the_name_is_tohono_oodham_for_children_of_the_river VARCHAR) ### Question: Name the centennial for 1992 akimel ### Answer: SELECT centennial FROM table_15977768_1 WHERE akimel_a_al_the_name_is_tohono_oodham_for_children_of_the_river = "1992"
Name the del pueblo for red/black
CREATE TABLE table_15977768_1 (del_pueblo VARCHAR, centennial VARCHAR)
SELECT del_pueblo FROM table_15977768_1 WHERE centennial = "Red/black"
### Context: CREATE TABLE table_15977768_1 (del_pueblo VARCHAR, centennial VARCHAR) ### Question: Name the del pueblo for red/black ### Answer: SELECT del_pueblo FROM table_15977768_1 WHERE centennial = "Red/black"
Name the centennial for location
CREATE TABLE table_15977768_1 (centennial VARCHAR, information VARCHAR)
SELECT centennial FROM table_15977768_1 WHERE information = "Location"
### Context: CREATE TABLE table_15977768_1 (centennial VARCHAR, information VARCHAR) ### Question: Name the centennial for location ### Answer: SELECT centennial FROM table_15977768_1 WHERE information = "Location"
Name the host when first premiere is august 3, 2007
CREATE TABLE table_1597866_3 (host VARCHAR, first_premiere VARCHAR)
SELECT host FROM table_1597866_3 WHERE first_premiere = "August 3, 2007"
### Context: CREATE TABLE table_1597866_3 (host VARCHAR, first_premiere VARCHAR) ### Question: Name the host when first premiere is august 3, 2007 ### Answer: SELECT host FROM table_1597866_3 WHERE first_premiere = "August 3, 2007"
Name the regular judge when host is anja rubik
CREATE TABLE table_1597866_3 (regular_judge VARCHAR, host VARCHAR)
SELECT regular_judge FROM table_1597866_3 WHERE host = "Anja Rubik"
### Context: CREATE TABLE table_1597866_3 (regular_judge VARCHAR, host VARCHAR) ### Question: Name the regular judge when host is anja rubik ### Answer: SELECT regular_judge FROM table_1597866_3 WHERE host = "Anja Rubik"
Name the number of regular judge when host is bernie chan
CREATE TABLE table_1597866_3 (regular_judge VARCHAR, host VARCHAR)
SELECT COUNT(regular_judge) FROM table_1597866_3 WHERE host = "Bernie Chan"
### Context: CREATE TABLE table_1597866_3 (regular_judge VARCHAR, host VARCHAR) ### Question: Name the number of regular judge when host is bernie chan ### Answer: SELECT COUNT(regular_judge) FROM table_1597866_3 WHERE host = "Bernie Chan"
Name the most number for 74 runs margins
CREATE TABLE table_1594772_2 (s_no INTEGER, margin VARCHAR)
SELECT MAX(s_no) FROM table_1594772_2 WHERE margin = "74 runs"
### Context: CREATE TABLE table_1594772_2 (s_no INTEGER, margin VARCHAR) ### Question: Name the most number for 74 runs margins ### Answer: SELECT MAX(s_no) FROM table_1594772_2 WHERE margin = "74 runs"
Name the number of team for 35 runs margin and india winner
CREATE TABLE table_1594772_2 (team__b_ VARCHAR, margin VARCHAR, winner VARCHAR)
SELECT COUNT(team__b_) FROM table_1594772_2 WHERE margin = "35 runs" AND winner = "India"
### Context: CREATE TABLE table_1594772_2 (team__b_ VARCHAR, margin VARCHAR, winner VARCHAR) ### Question: Name the number of team for 35 runs margin and india winner ### Answer: SELECT COUNT(team__b_) FROM table_1594772_2 WHERE margin = "35 runs" AND winner = "India"
Namethe team for feb 27, 1996
CREATE TABLE table_1594772_2 (team__a_ VARCHAR, match_date VARCHAR)
SELECT team__a_ FROM table_1594772_2 WHERE match_date = "Feb 27, 1996"
### Context: CREATE TABLE table_1594772_2 (team__a_ VARCHAR, match_date VARCHAR) ### Question: Namethe team for feb 27, 1996 ### Answer: SELECT team__a_ FROM table_1594772_2 WHERE match_date = "Feb 27, 1996"
Name the numbers for date of feb 27, 1996
CREATE TABLE table_1594772_2 (s_no VARCHAR, match_date VARCHAR)
SELECT s_no FROM table_1594772_2 WHERE match_date = "Feb 27, 1996"
### Context: CREATE TABLE table_1594772_2 (s_no VARCHAR, match_date VARCHAR) ### Question: Name the numbers for date of feb 27, 1996 ### Answer: SELECT s_no FROM table_1594772_2 WHERE match_date = "Feb 27, 1996"
Name the team for oct 30, 1989
CREATE TABLE table_1594772_2 (team__b_ VARCHAR, match_date VARCHAR)
SELECT team__b_ FROM table_1594772_2 WHERE match_date = "Oct 30, 1989"
### Context: CREATE TABLE table_1594772_2 (team__b_ VARCHAR, match_date VARCHAR) ### Question: Name the team for oct 30, 1989 ### Answer: SELECT team__b_ FROM table_1594772_2 WHERE match_date = "Oct 30, 1989"
Name the winner for date of nov 5, 1987
CREATE TABLE table_1594772_2 (winner VARCHAR, match_date VARCHAR)
SELECT winner FROM table_1594772_2 WHERE match_date = "Nov 5, 1987"
### Context: CREATE TABLE table_1594772_2 (winner VARCHAR, match_date VARCHAR) ### Question: Name the winner for date of nov 5, 1987 ### Answer: SELECT winner FROM table_1594772_2 WHERE match_date = "Nov 5, 1987"
On Sept. 17, how many first downs did the oilers have?
CREATE TABLE table_15984957_2 (oilers_first_downs VARCHAR, date VARCHAR)
SELECT COUNT(oilers_first_downs) FROM table_15984957_2 WHERE date = "Sept. 17"
### Context: CREATE TABLE table_15984957_2 (oilers_first_downs VARCHAR, date VARCHAR) ### Question: On Sept. 17, how many first downs did the oilers have? ### Answer: SELECT COUNT(oilers_first_downs) FROM table_15984957_2 WHERE date = "Sept. 17"
How many games were against the los angeles rams?
CREATE TABLE table_15984957_2 (game INTEGER, opponent VARCHAR)
SELECT MIN(game) FROM table_15984957_2 WHERE opponent = "Los Angeles Rams"
### Context: CREATE TABLE table_15984957_2 (game INTEGER, opponent VARCHAR) ### Question: How many games were against the los angeles rams? ### Answer: SELECT MIN(game) FROM table_15984957_2 WHERE opponent = "Los Angeles Rams"
What is the annual change of GDP with a 20.5% GDP of EU in 2012?
CREATE TABLE table_1598533_8 (annual_change__percentage_of_gdp__2012_ VARCHAR, gdp__percentage_of_eu__2012_ VARCHAR)
SELECT annual_change__percentage_of_gdp__2012_ FROM table_1598533_8 WHERE gdp__percentage_of_eu__2012_ = "20.5%"
### Context: CREATE TABLE table_1598533_8 (annual_change__percentage_of_gdp__2012_ VARCHAR, gdp__percentage_of_eu__2012_ VARCHAR) ### Question: What is the annual change of GDP with a 20.5% GDP of EU in 2012? ### Answer: SELECT annual_change__percentage_of_gdp__2012_ FROM table_1598533_8 WHERE gdp__percentage_of_eu__20...
What is the public debt % of GDP in 2013 Q1 with a 4.7% GDP of EU in 2012?
CREATE TABLE table_1598533_8 (public_debt__percentage_of_gdp__2013_q1_ VARCHAR, gdp__percentage_of_eu__2012_ VARCHAR)
SELECT public_debt__percentage_of_gdp__2013_q1_ FROM table_1598533_8 WHERE gdp__percentage_of_eu__2012_ = "4.7%"
### Context: CREATE TABLE table_1598533_8 (public_debt__percentage_of_gdp__2013_q1_ VARCHAR, gdp__percentage_of_eu__2012_ VARCHAR) ### Question: What is the public debt % of GDP in 2013 Q1 with a 4.7% GDP of EU in 2012? ### Answer: SELECT public_debt__percentage_of_gdp__2013_q1_ FROM table_1598533_8 WHERE gdp__percenta...
What is the annual inflation % when GDP per capita in ppp US$ is 24505 in 2012?
CREATE TABLE table_1598533_8 (inflation__percentage_annual__2012_ VARCHAR, gdp_per_capita_in_ppp_us$__2012_ VARCHAR)
SELECT inflation__percentage_annual__2012_ FROM table_1598533_8 WHERE gdp_per_capita_in_ppp_us$__2012_ = 24505
### Context: CREATE TABLE table_1598533_8 (inflation__percentage_annual__2012_ VARCHAR, gdp_per_capita_in_ppp_us$__2012_ VARCHAR) ### Question: What is the annual inflation % when GDP per capita in ppp US$ is 24505 in 2012? ### Answer: SELECT inflation__percentage_annual__2012_ FROM table_1598533_8 WHERE gdp_per_capita...
What are all the places where the number of perfect 40s is 0 and the average is 27.25?
CREATE TABLE table_15988037_24 (place VARCHAR, perfect_40s VARCHAR, average VARCHAR)
SELECT place FROM table_15988037_24 WHERE perfect_40s = 0 AND average = "27.25"
### Context: CREATE TABLE table_15988037_24 (place VARCHAR, perfect_40s VARCHAR, average VARCHAR) ### Question: What are all the places where the number of perfect 40s is 0 and the average is 27.25? ### Answer: SELECT place FROM table_15988037_24 WHERE perfect_40s = 0 AND average = "27.25"
What is the maximum total in which the average is 28.5?
CREATE TABLE table_15988037_24 (total INTEGER, average VARCHAR)
SELECT MAX(total) FROM table_15988037_24 WHERE average = "28.5"
### Context: CREATE TABLE table_15988037_24 (total INTEGER, average VARCHAR) ### Question: What is the maximum total in which the average is 28.5? ### Answer: SELECT MAX(total) FROM table_15988037_24 WHERE average = "28.5"
What is the minimum number of perfect 40s?
CREATE TABLE table_15988037_24 (perfect_40s INTEGER)
SELECT MIN(perfect_40s) FROM table_15988037_24
### Context: CREATE TABLE table_15988037_24 (perfect_40s INTEGER) ### Question: What is the minimum number of perfect 40s? ### Answer: SELECT MIN(perfect_40s) FROM table_15988037_24
When using a .375 Remington Ultra Magnum, what is the muzzle velocity?
CREATE TABLE table_16010376_1 (muzzle_velocity VARCHAR, cartridge VARCHAR)
SELECT muzzle_velocity FROM table_16010376_1 WHERE cartridge = ".375 Remington Ultra Magnum"
### Context: CREATE TABLE table_16010376_1 (muzzle_velocity VARCHAR, cartridge VARCHAR) ### Question: When using a .375 Remington Ultra Magnum, what is the muzzle velocity? ### Answer: SELECT muzzle_velocity FROM table_16010376_1 WHERE cartridge = ".375 Remington Ultra Magnum"
What type of cartridge is used by a Weatherby?
CREATE TABLE table_16010376_1 (cartridge VARCHAR, source VARCHAR)
SELECT cartridge FROM table_16010376_1 WHERE source = "Weatherby"
### Context: CREATE TABLE table_16010376_1 (cartridge VARCHAR, source VARCHAR) ### Question: What type of cartridge is used by a Weatherby? ### Answer: SELECT cartridge FROM table_16010376_1 WHERE source = "Weatherby"
What type of cartridge is used by a Winchester?
CREATE TABLE table_16010376_1 (cartridge VARCHAR, source VARCHAR)
SELECT cartridge FROM table_16010376_1 WHERE source = "Winchester"
### Context: CREATE TABLE table_16010376_1 (cartridge VARCHAR, source VARCHAR) ### Question: What type of cartridge is used by a Winchester? ### Answer: SELECT cartridge FROM table_16010376_1 WHERE source = "Winchester"
What is the weight of the bullet used in a Weatherby?
CREATE TABLE table_16010376_1 (bullet_weight VARCHAR, source VARCHAR)
SELECT bullet_weight FROM table_16010376_1 WHERE source = "Weatherby"
### Context: CREATE TABLE table_16010376_1 (bullet_weight VARCHAR, source VARCHAR) ### Question: What is the weight of the bullet used in a Weatherby? ### Answer: SELECT bullet_weight FROM table_16010376_1 WHERE source = "Weatherby"
What is the weight of the bullet used in a Remington?
CREATE TABLE table_16010376_1 (bullet_weight VARCHAR, source VARCHAR)
SELECT bullet_weight FROM table_16010376_1 WHERE source = "Remington"
### Context: CREATE TABLE table_16010376_1 (bullet_weight VARCHAR, source VARCHAR) ### Question: What is the weight of the bullet used in a Remington? ### Answer: SELECT bullet_weight FROM table_16010376_1 WHERE source = "Remington"
When using a .375 Winchester, what is the muzzle energy?
CREATE TABLE table_16010376_1 (muzzle_energy VARCHAR, cartridge VARCHAR)
SELECT muzzle_energy FROM table_16010376_1 WHERE cartridge = ".375 Winchester"
### Context: CREATE TABLE table_16010376_1 (muzzle_energy VARCHAR, cartridge VARCHAR) ### Question: When using a .375 Winchester, what is the muzzle energy? ### Answer: SELECT muzzle_energy FROM table_16010376_1 WHERE cartridge = ".375 Winchester"
Which headphone models correspond to the US MSRP of $150?
CREATE TABLE table_1601027_1 (headphone_model VARCHAR, us_msrp VARCHAR)
SELECT headphone_model FROM table_1601027_1 WHERE us_msrp = "$150"
### Context: CREATE TABLE table_1601027_1 (headphone_model VARCHAR, us_msrp VARCHAR) ### Question: Which headphone models correspond to the US MSRP of $150? ### Answer: SELECT headphone_model FROM table_1601027_1 WHERE us_msrp = "$150"
Which terminations correspond to a US MSRP of $49?
CREATE TABLE table_1601027_1 (termination VARCHAR, us_msrp VARCHAR)
SELECT termination FROM table_1601027_1 WHERE us_msrp = "$49"
### Context: CREATE TABLE table_1601027_1 (termination VARCHAR, us_msrp VARCHAR) ### Question: Which terminations correspond to a US MSRP of $49? ### Answer: SELECT termination FROM table_1601027_1 WHERE us_msrp = "$49"
How many headphone classes have a US MSRP of $150?
CREATE TABLE table_1601027_1 (headphone_class VARCHAR, us_msrp VARCHAR)
SELECT COUNT(headphone_class) FROM table_1601027_1 WHERE us_msrp = "$150"
### Context: CREATE TABLE table_1601027_1 (headphone_class VARCHAR, us_msrp VARCHAR) ### Question: How many headphone classes have a US MSRP of $150? ### Answer: SELECT COUNT(headphone_class) FROM table_1601027_1 WHERE us_msrp = "$150"
How many values for earpads correspond to the headphone class Prestige and a US MSRP of $79?
CREATE TABLE table_1601027_1 (earpads VARCHAR, headphone_class VARCHAR, us_msrp VARCHAR)
SELECT COUNT(earpads) FROM table_1601027_1 WHERE headphone_class = "Prestige" AND us_msrp = "$79"
### Context: CREATE TABLE table_1601027_1 (earpads VARCHAR, headphone_class VARCHAR, us_msrp VARCHAR) ### Question: How many values for earpads correspond to the headphone class Prestige and a US MSRP of $79? ### Answer: SELECT COUNT(earpads) FROM table_1601027_1 WHERE headphone_class = "Prestige" AND us_msrp = "$79"
Which headphone models have a driver-matched DB of 0.1 and a US MSRP of $49?
CREATE TABLE table_1601027_1 (headphone_model VARCHAR, driver_matched_db VARCHAR, us_msrp VARCHAR)
SELECT headphone_model FROM table_1601027_1 WHERE driver_matched_db = "0.1" AND us_msrp = "$49"
### Context: CREATE TABLE table_1601027_1 (headphone_model VARCHAR, driver_matched_db VARCHAR, us_msrp VARCHAR) ### Question: Which headphone models have a driver-matched DB of 0.1 and a US MSRP of $49? ### Answer: SELECT headphone_model FROM table_1601027_1 WHERE driver_matched_db = "0.1" AND us_msrp = "$49"
Which terminations correspond with headphone model SR80I?
CREATE TABLE table_1601027_1 (termination VARCHAR, headphone_model VARCHAR)
SELECT termination FROM table_1601027_1 WHERE headphone_model = "SR80i"
### Context: CREATE TABLE table_1601027_1 (termination VARCHAR, headphone_model VARCHAR) ### Question: Which terminations correspond with headphone model SR80I? ### Answer: SELECT termination FROM table_1601027_1 WHERE headphone_model = "SR80i"
What type are State Assemblyman
CREATE TABLE table_1602620_1 (type VARCHAR, office VARCHAR)
SELECT type FROM table_1602620_1 WHERE office = "State Assemblyman"
### Context: CREATE TABLE table_1602620_1 (type VARCHAR, office VARCHAR) ### Question: What type are State Assemblyman ### Answer: SELECT type FROM table_1602620_1 WHERE office = "State Assemblyman"
What type had a beginning term of December 8, 1980
CREATE TABLE table_1602620_1 (type VARCHAR, term_began VARCHAR)
SELECT type FROM table_1602620_1 WHERE term_began = "December 8, 1980"
### Context: CREATE TABLE table_1602620_1 (type VARCHAR, term_began VARCHAR) ### Question: What type had a beginning term of December 8, 1980 ### Answer: SELECT type FROM table_1602620_1 WHERE term_began = "December 8, 1980"
What type had an election day in 1980
CREATE TABLE table_1602620_1 (type VARCHAR, elected VARCHAR)
SELECT type FROM table_1602620_1 WHERE elected = 1980
### Context: CREATE TABLE table_1602620_1 (type VARCHAR, elected VARCHAR) ### Question: What type had an election day in 1980 ### Answer: SELECT type FROM table_1602620_1 WHERE elected = 1980
What year did the term end for those elected in 1990
CREATE TABLE table_1602620_1 (term_ended VARCHAR, elected VARCHAR)
SELECT term_ended FROM table_1602620_1 WHERE elected = 1990
### Context: CREATE TABLE table_1602620_1 (term_ended VARCHAR, elected VARCHAR) ### Question: What year did the term end for those elected in 1990 ### Answer: SELECT term_ended FROM table_1602620_1 WHERE elected = 1990
What is the location for the office whose term ended December 2, 1976
CREATE TABLE table_1602620_1 (location VARCHAR, term_ended VARCHAR)
SELECT location FROM table_1602620_1 WHERE term_ended = "December 2, 1976"
### Context: CREATE TABLE table_1602620_1 (location VARCHAR, term_ended VARCHAR) ### Question: What is the location for the office whose term ended December 2, 1976 ### Answer: SELECT location FROM table_1602620_1 WHERE term_ended = "December 2, 1976"
What year did the term end for the office elected in 1984
CREATE TABLE table_1602620_1 (term_ended VARCHAR, elected VARCHAR)
SELECT term_ended FROM table_1602620_1 WHERE elected = 1984
### Context: CREATE TABLE table_1602620_1 (term_ended VARCHAR, elected VARCHAR) ### Question: What year did the term end for the office elected in 1984 ### Answer: SELECT term_ended FROM table_1602620_1 WHERE elected = 1984
What was the record on October 8, 1989?
CREATE TABLE table_16028499_2 (record VARCHAR, date VARCHAR)
SELECT record FROM table_16028499_2 WHERE date = "October 8, 1989"
### Context: CREATE TABLE table_16028499_2 (record VARCHAR, date VARCHAR) ### Question: What was the record on October 8, 1989? ### Answer: SELECT record FROM table_16028499_2 WHERE date = "October 8, 1989"
Where was the game site on October 29, 1989?
CREATE TABLE table_16028499_2 (game_site VARCHAR, date VARCHAR)
SELECT game_site FROM table_16028499_2 WHERE date = "October 29, 1989"
### Context: CREATE TABLE table_16028499_2 (game_site VARCHAR, date VARCHAR) ### Question: Where was the game site on October 29, 1989? ### Answer: SELECT game_site FROM table_16028499_2 WHERE date = "October 29, 1989"
What was the minimum attendance against the New Orleans Saints?
CREATE TABLE table_16028499_2 (attendance INTEGER, opponent VARCHAR)
SELECT MIN(attendance) FROM table_16028499_2 WHERE opponent = "New Orleans Saints"
### Context: CREATE TABLE table_16028499_2 (attendance INTEGER, opponent VARCHAR) ### Question: What was the minimum attendance against the New Orleans Saints? ### Answer: SELECT MIN(attendance) FROM table_16028499_2 WHERE opponent = "New Orleans Saints"
What was the result of week 2?
CREATE TABLE table_16028499_2 (result VARCHAR, week VARCHAR)
SELECT result FROM table_16028499_2 WHERE week = 2
### Context: CREATE TABLE table_16028499_2 (result VARCHAR, week VARCHAR) ### Question: What was the result of week 2? ### Answer: SELECT result FROM table_16028499_2 WHERE week = 2
What date did the team play the New York Jets?
CREATE TABLE table_16028499_2 (date VARCHAR, opponent VARCHAR)
SELECT date FROM table_16028499_2 WHERE opponent = "New York Jets"
### Context: CREATE TABLE table_16028499_2 (date VARCHAR, opponent VARCHAR) ### Question: What date did the team play the New York Jets? ### Answer: SELECT date FROM table_16028499_2 WHERE opponent = "New York Jets"
What was the minimum crowd on January 24, 1987?
CREATE TABLE table_16025095_1 (attendance INTEGER, date VARCHAR)
SELECT MIN(attendance) FROM table_16025095_1 WHERE date = "January 24, 1987"
### Context: CREATE TABLE table_16025095_1 (attendance INTEGER, date VARCHAR) ### Question: What was the minimum crowd on January 24, 1987? ### Answer: SELECT MIN(attendance) FROM table_16025095_1 WHERE date = "January 24, 1987"
How many millions of viewers were there for the episode with a run time of 18:00?
CREATE TABLE table_1601935_1 (viewers__in_millions_ VARCHAR, run_time VARCHAR)
SELECT viewers__in_millions_ FROM table_1601935_1 WHERE run_time = "18:00"
### Context: CREATE TABLE table_1601935_1 (viewers__in_millions_ VARCHAR, run_time VARCHAR) ### Question: How many millions of viewers were there for the episode with a run time of 18:00? ### Answer: SELECT viewers__in_millions_ FROM table_1601935_1 WHERE run_time = "18:00"
What was the archive for episode with 6.6 million viewers?
CREATE TABLE table_1601935_1 (archive VARCHAR, viewers__in_millions_ VARCHAR)
SELECT archive FROM table_1601935_1 WHERE viewers__in_millions_ = "6.6"
### Context: CREATE TABLE table_1601935_1 (archive VARCHAR, viewers__in_millions_ VARCHAR) ### Question: What was the archive for episode with 6.6 million viewers? ### Answer: SELECT archive FROM table_1601935_1 WHERE viewers__in_millions_ = "6.6"
When is the latest game the bills had 21 first downs
CREATE TABLE table_16028459_2 (game INTEGER, bills_first_downs VARCHAR)
SELECT MIN(game) FROM table_16028459_2 WHERE bills_first_downs = 21
### Context: CREATE TABLE table_16028459_2 (game INTEGER, bills_first_downs VARCHAR) ### Question: When is the latest game the bills had 21 first downs ### Answer: SELECT MIN(game) FROM table_16028459_2 WHERE bills_first_downs = 21
How many first downs did the bills have when their opponent had 6
CREATE TABLE table_16028459_2 (bills_first_downs INTEGER, opponents VARCHAR)
SELECT MIN(bills_first_downs) FROM table_16028459_2 WHERE opponents = 6
### Context: CREATE TABLE table_16028459_2 (bills_first_downs INTEGER, opponents VARCHAR) ### Question: How many first downs did the bills have when their opponent had 6 ### Answer: SELECT MIN(bills_first_downs) FROM table_16028459_2 WHERE opponents = 6
How many points did the bills score when their opponent had 14
CREATE TABLE table_16028459_2 (bills_points VARCHAR, opponents VARCHAR)
SELECT bills_points FROM table_16028459_2 WHERE opponents = 14
### Context: CREATE TABLE table_16028459_2 (bills_points VARCHAR, opponents VARCHAR) ### Question: How many points did the bills score when their opponent had 14 ### Answer: SELECT bills_points FROM table_16028459_2 WHERE opponents = 14
What is the minimum number of points given up to the Baltimore Colts
CREATE TABLE table_16028459_2 (opponents INTEGER, opponent VARCHAR)
SELECT MIN(opponents) FROM table_16028459_2 WHERE opponent = "Baltimore Colts"
### Context: CREATE TABLE table_16028459_2 (opponents INTEGER, opponent VARCHAR) ### Question: What is the minimum number of points given up to the Baltimore Colts ### Answer: SELECT MIN(opponents) FROM table_16028459_2 WHERE opponent = "Baltimore Colts"
Who was the runner-up in the Memorial Tournament?
CREATE TABLE table_1602858_1 (runner_s__up VARCHAR, tournament VARCHAR)
SELECT runner_s__up FROM table_1602858_1 WHERE tournament = "Memorial tournament"
### Context: CREATE TABLE table_1602858_1 (runner_s__up VARCHAR, tournament VARCHAR) ### Question: Who was the runner-up in the Memorial Tournament? ### Answer: SELECT runner_s__up FROM table_1602858_1 WHERE tournament = "Memorial tournament"
What was the winning score for the tournament with runner-up Rory Sabbatini?
CREATE TABLE table_1602858_1 (winning_score VARCHAR, runner_s__up VARCHAR)
SELECT winning_score FROM table_1602858_1 WHERE runner_s__up = "Rory Sabbatini"
### Context: CREATE TABLE table_1602858_1 (winning_score VARCHAR, runner_s__up VARCHAR) ### Question: What was the winning score for the tournament with runner-up Rory Sabbatini? ### Answer: SELECT winning_score FROM table_1602858_1 WHERE runner_s__up = "Rory Sabbatini"
What was the margin of victory with the winning score "63-68-68-68=267"?
CREATE TABLE table_1602858_1 (margin_of_victory VARCHAR, winning_score VARCHAR)
SELECT margin_of_victory FROM table_1602858_1 WHERE winning_score = 63 - 68 - 68 - 68 = 267
### Context: CREATE TABLE table_1602858_1 (margin_of_victory VARCHAR, winning_score VARCHAR) ### Question: What was the margin of victory with the winning score "63-68-68-68=267"? ### Answer: SELECT margin_of_victory FROM table_1602858_1 WHERE winning_score = 63 - 68 - 68 - 68 = 267
Name the least position
CREATE TABLE table_16034882_5 (position INTEGER)
SELECT MIN(position) FROM table_16034882_5
### Context: CREATE TABLE table_16034882_5 (position INTEGER) ### Question: Name the least position ### Answer: SELECT MIN(position) FROM table_16034882_5
Name the most goals scored for position 4
CREATE TABLE table_16034882_5 (goals_scored INTEGER, position VARCHAR)
SELECT MAX(goals_scored) FROM table_16034882_5 WHERE position = 4
### Context: CREATE TABLE table_16034882_5 (goals_scored INTEGER, position VARCHAR) ### Question: Name the most goals scored for position 4 ### Answer: SELECT MAX(goals_scored) FROM table_16034882_5 WHERE position = 4
What is the name of the bowl game that was played in Tempe, Arizona?
CREATE TABLE table_16046689_29 (bowl_game VARCHAR, city VARCHAR)
SELECT bowl_game FROM table_16046689_29 WHERE city = "Tempe, Arizona"
### Context: CREATE TABLE table_16046689_29 (bowl_game VARCHAR, city VARCHAR) ### Question: What is the name of the bowl game that was played in Tempe, Arizona? ### Answer: SELECT bowl_game FROM table_16046689_29 WHERE city = "Tempe, Arizona"
What city in the Citrus Bowl aired on ABC?
CREATE TABLE table_16046689_29 (city VARCHAR, stadium VARCHAR, television VARCHAR)
SELECT city FROM table_16046689_29 WHERE stadium = "Citrus Bowl" AND television = "ABC"
### Context: CREATE TABLE table_16046689_29 (city VARCHAR, stadium VARCHAR, television VARCHAR) ### Question: What city in the Citrus Bowl aired on ABC? ### Answer: SELECT city FROM table_16046689_29 WHERE stadium = "Citrus Bowl" AND television = "ABC"
What teams played in the Capital One bowl game on January 1, 2009?
CREATE TABLE table_16046689_29 (conference_matchups VARCHAR, date VARCHAR, bowl_game VARCHAR)
SELECT conference_matchups FROM table_16046689_29 WHERE date = "January 1, 2009" AND bowl_game = "Capital One"
### Context: CREATE TABLE table_16046689_29 (conference_matchups VARCHAR, date VARCHAR, bowl_game VARCHAR) ### Question: What teams played in the Capital One bowl game on January 1, 2009? ### Answer: SELECT conference_matchups FROM table_16046689_29 WHERE date = "January 1, 2009" AND bowl_game = "Capital One"
Which stadium has a payout of $3 million?
CREATE TABLE table_16046689_29 (stadium VARCHAR, payout___us$__ VARCHAR)
SELECT stadium FROM table_16046689_29 WHERE payout___us$__ = "$3 Million"
### Context: CREATE TABLE table_16046689_29 (stadium VARCHAR, payout___us$__ VARCHAR) ### Question: Which stadium has a payout of $3 million? ### Answer: SELECT stadium FROM table_16046689_29 WHERE payout___us$__ = "$3 Million"
What is the largest population in regions where the average family size is 2.8 people?
CREATE TABLE table_16048129_5 (number_of_people INTEGER, average_family_size VARCHAR)
SELECT MAX(number_of_people) FROM table_16048129_5 WHERE average_family_size = "2.8"
### Context: CREATE TABLE table_16048129_5 (number_of_people INTEGER, average_family_size VARCHAR) ### Question: What is the largest population in regions where the average family size is 2.8 people? ### Answer: SELECT MAX(number_of_people) FROM table_16048129_5 WHERE average_family_size = "2.8"
What is the total number of regions where the average family size is 2.8?
CREATE TABLE table_16048129_5 (_percentage_of_total_deportees VARCHAR, average_family_size VARCHAR)
SELECT COUNT(_percentage_of_total_deportees) FROM table_16048129_5 WHERE average_family_size = "2.8"
### Context: CREATE TABLE table_16048129_5 (_percentage_of_total_deportees VARCHAR, average_family_size VARCHAR) ### Question: What is the total number of regions where the average family size is 2.8? ### Answer: SELECT COUNT(_percentage_of_total_deportees) FROM table_16048129_5 WHERE average_family_size = "2.8"
What regions of the USSR have a percentage of deportees of 10.6?
CREATE TABLE table_16048129_5 (region_of_ussr VARCHAR, _percentage_of_total_deportees VARCHAR)
SELECT region_of_ussr FROM table_16048129_5 WHERE _percentage_of_total_deportees = "10.6"
### Context: CREATE TABLE table_16048129_5 (region_of_ussr VARCHAR, _percentage_of_total_deportees VARCHAR) ### Question: What regions of the USSR have a percentage of deportees of 10.6? ### Answer: SELECT region_of_ussr FROM table_16048129_5 WHERE _percentage_of_total_deportees = "10.6"
What is the most number of families in regions where average family size is 2.7?
CREATE TABLE table_16048129_5 (number_of_families INTEGER, average_family_size VARCHAR)
SELECT MAX(number_of_families) FROM table_16048129_5 WHERE average_family_size = "2.7"
### Context: CREATE TABLE table_16048129_5 (number_of_families INTEGER, average_family_size VARCHAR) ### Question: What is the most number of families in regions where average family size is 2.7? ### Answer: SELECT MAX(number_of_families) FROM table_16048129_5 WHERE average_family_size = "2.7"
How many total families are there in regions with 5.8 percent of the population being made up of deportees?
CREATE TABLE table_16048129_5 (number_of_families VARCHAR, _percentage_of_total_deportees VARCHAR)
SELECT COUNT(number_of_families) FROM table_16048129_5 WHERE _percentage_of_total_deportees = "5.8"
### Context: CREATE TABLE table_16048129_5 (number_of_families VARCHAR, _percentage_of_total_deportees VARCHAR) ### Question: How many total families are there in regions with 5.8 percent of the population being made up of deportees? ### Answer: SELECT COUNT(number_of_families) FROM table_16048129_5 WHERE _percentage_o...
What is the most number of families among regions where the population is made up of 5.8% deportees?
CREATE TABLE table_16048129_5 (number_of_families INTEGER, _percentage_of_total_deportees VARCHAR)
SELECT MAX(number_of_families) FROM table_16048129_5 WHERE _percentage_of_total_deportees = "5.8"
### Context: CREATE TABLE table_16048129_5 (number_of_families INTEGER, _percentage_of_total_deportees VARCHAR) ### Question: What is the most number of families among regions where the population is made up of 5.8% deportees? ### Answer: SELECT MAX(number_of_families) FROM table_16048129_5 WHERE _percentage_of_total_d...
Which operator runs the Mamariga shuttle line?
CREATE TABLE table_1603807_2 (operator VARCHAR, line VARCHAR)
SELECT operator FROM table_1603807_2 WHERE line = "Mamariga Shuttle"
### Context: CREATE TABLE table_1603807_2 (operator VARCHAR, line VARCHAR) ### Question: Which operator runs the Mamariga shuttle line? ### Answer: SELECT operator FROM table_1603807_2 WHERE line = "Mamariga Shuttle"
How many lengths of line 3 are given?
CREATE TABLE table_1603807_2 (length VARCHAR, line VARCHAR)
SELECT COUNT(length) FROM table_1603807_2 WHERE line = "line 3"
### Context: CREATE TABLE table_1603807_2 (length VARCHAR, line VARCHAR) ### Question: How many lengths of line 3 are given? ### Answer: SELECT COUNT(length) FROM table_1603807_2 WHERE line = "line 3"
What are the terminals for line 2?
CREATE TABLE table_1603807_2 (terminals VARCHAR, line VARCHAR)
SELECT terminals FROM table_1603807_2 WHERE line = "line 2"
### Context: CREATE TABLE table_1603807_2 (terminals VARCHAR, line VARCHAR) ### Question: What are the terminals for line 2? ### Answer: SELECT terminals FROM table_1603807_2 WHERE line = "line 2"
What is the status of the airport line?
CREATE TABLE table_1603807_2 (status VARCHAR, line VARCHAR)
SELECT status FROM table_1603807_2 WHERE line = "Airport line"
### Context: CREATE TABLE table_1603807_2 (status VARCHAR, line VARCHAR) ### Question: What is the status of the airport line? ### Answer: SELECT status FROM table_1603807_2 WHERE line = "Airport line"
Name the total number of hangul chosongul for 8,352
CREATE TABLE table_160510_5 (hangul_chosongul VARCHAR, area VARCHAR)
SELECT COUNT(hangul_chosongul) FROM table_160510_5 WHERE area = "8,352"
### Context: CREATE TABLE table_160510_5 (hangul_chosongul VARCHAR, area VARCHAR) ### Question: Name the total number of hangul chosongul for 8,352 ### Answer: SELECT COUNT(hangul_chosongul) FROM table_160510_5 WHERE area = "8,352"
Name the iso for chungcheongnam
CREATE TABLE table_160510_5 (iso VARCHAR, rr_romaja VARCHAR)
SELECT iso FROM table_160510_5 WHERE rr_romaja = "Chungcheongnam"
### Context: CREATE TABLE table_160510_5 (iso VARCHAR, rr_romaja VARCHAR) ### Question: Name the iso for chungcheongnam ### Answer: SELECT iso FROM table_160510_5 WHERE rr_romaja = "Chungcheongnam"
Name the country for 11,891 area
CREATE TABLE table_160510_5 (country VARCHAR, area VARCHAR)
SELECT country FROM table_160510_5 WHERE area = "11,891"
### Context: CREATE TABLE table_160510_5 (country VARCHAR, area VARCHAR) ### Question: Name the country for 11,891 area ### Answer: SELECT country FROM table_160510_5 WHERE area = "11,891"
Name the number of region for 경상남도
CREATE TABLE table_160510_5 (region VARCHAR, hangul_chosongul VARCHAR)
SELECT COUNT(region) FROM table_160510_5 WHERE hangul_chosongul = "경상남도"
### Context: CREATE TABLE table_160510_5 (region VARCHAR, hangul_chosongul VARCHAR) ### Question: Name the number of region for 경상남도 ### Answer: SELECT COUNT(region) FROM table_160510_5 WHERE hangul_chosongul = "경상남도"