question
stringlengths
12
244
context
stringlengths
27
489
answer
dict
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)
{ "SQL_Query": "SELECT total_freshwater_withdrawal__km_3__yr_ FROM table_15909409_2 WHERE agricultural_use__m_3__p_yr__in__percentage_ = \"1029(96%)\"" }
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)
{ "SQL_Query": "SELECT country FROM table_15909409_2 WHERE agricultural_use__m_3__p_yr__in__percentage_ = \"794(86%)\"" }
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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT opinion_research_centre__opc_ FROM table_159614_2 WHERE national_opinion_polls__nop_ = \"1.3%\"" }
Name the del pueblo for centennial 1988
CREATE TABLE table_15977768_1 (del_pueblo VARCHAR, centennial VARCHAR)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT annual_change__percentage_of_gdp__2012_ FROM table_1598533_8 WHERE gdp__percentage_of_eu__2012_ = \"20.5%\"" }
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)
{ "SQL_Query": "SELECT public_debt__percentage_of_gdp__2013_q1_ FROM table_1598533_8 WHERE gdp__percentage_of_eu__2012_ = \"4.7%\"" }
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)
{ "SQL_Query": "SELECT inflation__percentage_annual__2012_ FROM table_1598533_8 WHERE gdp_per_capita_in_ppp_us$__2012_ = 24505" }
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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT termination FROM table_1601027_1 WHERE headphone_model = \"SR80i\"" }
What type are State Assemblyman
CREATE TABLE table_1602620_1 (type VARCHAR, office VARCHAR)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT COUNT(number_of_families) FROM table_16048129_5 WHERE _percentage_of_total_deportees = \"5.8\"" }
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)
{ "SQL_Query": "SELECT MAX(number_of_families) FROM table_16048129_5 WHERE _percentage_of_total_deportees = \"5.8\"" }
Which operator runs the Mamariga shuttle line?
CREATE TABLE table_1603807_2 (operator VARCHAR, line VARCHAR)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT COUNT(region) FROM table_160510_5 WHERE hangul_chosongul = \"경상남도\"" }