Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
31,100 | <question>: In Pakistan, what was the total freshwater withdrawal (km 3 /yr) where the agricultural use (m 3 /p/yr)(in %) was 1029(96%)? <context>: 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%)" |
31,101 | <question>: What was the country in which the agricultural use (m 3 /p/yr)(in %) was 794(86%)? <context>: 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%)" |
31,102 | <question>: In how many countries was the total freshwater withdrawal (km 3 /yr) 169.39? <context>: 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" |
31,103 | <question>: Name the date of winning score being 67-67-63=197 <context>: CREATE TABLE table_1590652_4 (date VARCHAR, winning_score VARCHAR) | SELECT date FROM table_1590652_4 WHERE winning_score = 67 - 67 - 63 = 197 |
31,104 | <question>: Name the runners up for when tournament is wgc-accenture match play championship <context>: 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" |
31,105 | <question>: Name the total number when date is 30 may 2010 <context>: CREATE TABLE table_1590652_4 (no VARCHAR, date VARCHAR) | SELECT COUNT(no) FROM table_1590652_4 WHERE date = "30 May 2010" |
31,106 | <question>: Name th margin of victory when date is 10 jul 2011 <context>: CREATE TABLE table_1590652_4 (margin_of_victory VARCHAR, date VARCHAR) | SELECT margin_of_victory FROM table_1590652_4 WHERE date = "10 Jul 2011" |
31,107 | <question>: Name the most number when tournament is madrid masters <context>: CREATE TABLE table_1590652_4 (no INTEGER, tournament VARCHAR) | SELECT MAX(no) FROM table_1590652_4 WHERE tournament = "Madrid Masters" |
31,108 | <question>: Name the most episode numbers of 6 january 2006 <context>: 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" |
31,109 | <question>: How many validations are listed for the iin range 36? <context>: CREATE TABLE table_15905399_1 (validation VARCHAR, iin_ranges VARCHAR) | SELECT COUNT(validation) FROM table_15905399_1 WHERE iin_ranges = "36" |
31,110 | <question>: What is the validation for iin ranges 5610, 560221-560225? <context>: CREATE TABLE table_15905399_1 (validation VARCHAR, iin_ranges VARCHAR) | SELECT validation FROM table_15905399_1 WHERE iin_ranges = "5610, 560221-560225" |
31,111 | <question>: What is the length for iin range 51-55? <context>: CREATE TABLE table_15905399_1 (length VARCHAR, iin_ranges VARCHAR) | SELECT length FROM table_15905399_1 WHERE iin_ranges = "51-55" |
31,112 | <question>: Is the iin range 4 active? <context>: CREATE TABLE table_15905399_1 (active VARCHAR, iin_ranges VARCHAR) | SELECT active FROM table_15905399_1 WHERE iin_ranges = "4" |
31,113 | <question>: What episode did Pamela Anderson guest host. <context>: CREATE TABLE table_1590967_7 (episode_number VARCHAR, guest_host VARCHAR) | SELECT COUNT(episode_number) FROM table_1590967_7 WHERE guest_host = "Pamela Anderson" |
31,114 | <question>: What song was performed when Barbara Windsor was the guest host? <context>: 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" |
31,115 | <question>: What is the entry for weight in kilograms of jockey D. Nikolic? <context>: CREATE TABLE table_15926991_1 (weight__kg_ VARCHAR, jockey VARCHAR) | SELECT weight__kg_ FROM table_15926991_1 WHERE jockey = "D. Nikolic" |
31,116 | <question>: Which group had the time 1:11.65? <context>: CREATE TABLE table_15926991_1 (group VARCHAR, time VARCHAR) | SELECT group FROM table_15926991_1 WHERE time = "1:11.65" |
31,117 | <question>: Which horse won with a time of 1:35.98 and what was their position? <context>: CREATE TABLE table_15926991_1 (winner_2nd VARCHAR, time VARCHAR) | SELECT winner_2nd FROM table_15926991_1 WHERE time = "1:35.98" |
31,118 | <question>: What engine type is used in a Space Shuttle Vacuum scenario? <context>: CREATE TABLE table_15944_5 (engine_type VARCHAR, scenario VARCHAR) | SELECT engine_type FROM table_15944_5 WHERE scenario = "Space shuttle vacuum" |
31,119 | <question>: What is the effective exhaust velocity in a Space Shuttle Vacuum? <context>: 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" |
31,120 | <question>: What is the maximum specific impulse with a 4423 m/s effective exhaust velocity? <context>: 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 |
31,121 | <question>: What is the SFC when the specific impulse is 453? <context>: 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 |
31,122 | <question>: When are start dates (1st night) for the season of 1966? <context>: CREATE TABLE table_159359_2 (start_date__1st_night_ VARCHAR, season VARCHAR) | SELECT start_date__1st_night_ FROM table_159359_2 WHERE season = "1966" |
31,123 | <question>: When are end dates (last night) for the season of 1918? <context>: CREATE TABLE table_159359_2 (end_date__last_night_ VARCHAR, season VARCHAR) | SELECT end_date__last_night_ FROM table_159359_2 WHERE season = "1918" |
31,124 | <question>: What is the percentage of the Labour Party on the Harris Poll <context>: CREATE TABLE table_159614_2 (harris VARCHAR, party VARCHAR) | SELECT harris FROM table_159614_2 WHERE party = "Labour" |
31,125 | <question>: On all other parties the National option polls are at 1.3% where as the opinion research pole is at what percentage? <context>: 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%" |
31,126 | <question>: Name the del pueblo for centennial 1988 <context>: CREATE TABLE table_15977768_1 (del_pueblo VARCHAR, centennial VARCHAR) | SELECT del_pueblo FROM table_15977768_1 WHERE centennial = "1988" |
31,127 | <question>: Name the centennial for 1992 akimel <context>: 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" |
31,128 | <question>: Name the del pueblo for red/black <context>: CREATE TABLE table_15977768_1 (del_pueblo VARCHAR, centennial VARCHAR) | SELECT del_pueblo FROM table_15977768_1 WHERE centennial = "Red/black" |
31,129 | <question>: Name the centennial for location <context>: CREATE TABLE table_15977768_1 (centennial VARCHAR, information VARCHAR) | SELECT centennial FROM table_15977768_1 WHERE information = "Location" |
31,130 | <question>: Name the host when first premiere is august 3, 2007 <context>: CREATE TABLE table_1597866_3 (host VARCHAR, first_premiere VARCHAR) | SELECT host FROM table_1597866_3 WHERE first_premiere = "August 3, 2007" |
31,131 | <question>: Name the regular judge when host is anja rubik <context>: CREATE TABLE table_1597866_3 (regular_judge VARCHAR, host VARCHAR) | SELECT regular_judge FROM table_1597866_3 WHERE host = "Anja Rubik" |
31,132 | <question>: Name the number of regular judge when host is bernie chan <context>: CREATE TABLE table_1597866_3 (regular_judge VARCHAR, host VARCHAR) | SELECT COUNT(regular_judge) FROM table_1597866_3 WHERE host = "Bernie Chan" |
31,133 | <question>: Name the most number for 74 runs margins <context>: CREATE TABLE table_1594772_2 (s_no INTEGER, margin VARCHAR) | SELECT MAX(s_no) FROM table_1594772_2 WHERE margin = "74 runs" |
31,134 | <question>: Name the number of team for 35 runs margin and india winner <context>: 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" |
31,135 | <question>: Namethe team for feb 27, 1996 <context>: CREATE TABLE table_1594772_2 (team__a_ VARCHAR, match_date VARCHAR) | SELECT team__a_ FROM table_1594772_2 WHERE match_date = "Feb 27, 1996" |
31,136 | <question>: Name the numbers for date of feb 27, 1996 <context>: CREATE TABLE table_1594772_2 (s_no VARCHAR, match_date VARCHAR) | SELECT s_no FROM table_1594772_2 WHERE match_date = "Feb 27, 1996" |
31,137 | <question>: Name the team for oct 30, 1989 <context>: CREATE TABLE table_1594772_2 (team__b_ VARCHAR, match_date VARCHAR) | SELECT team__b_ FROM table_1594772_2 WHERE match_date = "Oct 30, 1989" |
31,138 | <question>: Name the winner for date of nov 5, 1987 <context>: CREATE TABLE table_1594772_2 (winner VARCHAR, match_date VARCHAR) | SELECT winner FROM table_1594772_2 WHERE match_date = "Nov 5, 1987" |
31,139 | <question>: On Sept. 17, how many first downs did the oilers have? <context>: CREATE TABLE table_15984957_2 (oilers_first_downs VARCHAR, date VARCHAR) | SELECT COUNT(oilers_first_downs) FROM table_15984957_2 WHERE date = "Sept. 17" |
31,140 | <question>: How many games were against the los angeles rams? <context>: CREATE TABLE table_15984957_2 (game INTEGER, opponent VARCHAR) | SELECT MIN(game) FROM table_15984957_2 WHERE opponent = "Los Angeles Rams" |
31,141 | <question>: What is the annual change of GDP with a 20.5% GDP of EU in 2012? <context>: 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%" |
31,142 | <question>: What is the public debt % of GDP in 2013 Q1 with a 4.7% GDP of EU in 2012? <context>: 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%" |
31,143 | <question>: What is the annual inflation % when GDP per capita in ppp US$ is 24505 in 2012? <context>: 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 |
31,144 | <question>: What are all the places where the number of perfect 40s is 0 and the average is 27.25? <context>: 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" |
31,145 | <question>: What is the maximum total in which the average is 28.5? <context>: CREATE TABLE table_15988037_24 (total INTEGER, average VARCHAR) | SELECT MAX(total) FROM table_15988037_24 WHERE average = "28.5" |
31,146 | <question>: What is the minimum number of perfect 40s? <context>: CREATE TABLE table_15988037_24 (perfect_40s INTEGER) | SELECT MIN(perfect_40s) FROM table_15988037_24 |
31,147 | <question>: When using a .375 Remington Ultra Magnum, what is the muzzle velocity? <context>: CREATE TABLE table_16010376_1 (muzzle_velocity VARCHAR, cartridge VARCHAR) | SELECT muzzle_velocity FROM table_16010376_1 WHERE cartridge = ".375 Remington Ultra Magnum" |
31,148 | <question>: What type of cartridge is used by a Weatherby? <context>: CREATE TABLE table_16010376_1 (cartridge VARCHAR, source VARCHAR) | SELECT cartridge FROM table_16010376_1 WHERE source = "Weatherby" |
31,149 | <question>: What type of cartridge is used by a Winchester? <context>: CREATE TABLE table_16010376_1 (cartridge VARCHAR, source VARCHAR) | SELECT cartridge FROM table_16010376_1 WHERE source = "Winchester" |
31,150 | <question>: What is the weight of the bullet used in a Weatherby? <context>: CREATE TABLE table_16010376_1 (bullet_weight VARCHAR, source VARCHAR) | SELECT bullet_weight FROM table_16010376_1 WHERE source = "Weatherby" |
31,151 | <question>: What is the weight of the bullet used in a Remington? <context>: CREATE TABLE table_16010376_1 (bullet_weight VARCHAR, source VARCHAR) | SELECT bullet_weight FROM table_16010376_1 WHERE source = "Remington" |
31,152 | <question>: When using a .375 Winchester, what is the muzzle energy? <context>: CREATE TABLE table_16010376_1 (muzzle_energy VARCHAR, cartridge VARCHAR) | SELECT muzzle_energy FROM table_16010376_1 WHERE cartridge = ".375 Winchester" |
31,153 | <question>: Which headphone models correspond to the US MSRP of $150? <context>: CREATE TABLE table_1601027_1 (headphone_model VARCHAR, us_msrp VARCHAR) | SELECT headphone_model FROM table_1601027_1 WHERE us_msrp = "$150" |
31,154 | <question>: Which terminations correspond to a US MSRP of $49? <context>: CREATE TABLE table_1601027_1 (termination VARCHAR, us_msrp VARCHAR) | SELECT termination FROM table_1601027_1 WHERE us_msrp = "$49" |
31,155 | <question>: How many headphone classes have a US MSRP of $150? <context>: CREATE TABLE table_1601027_1 (headphone_class VARCHAR, us_msrp VARCHAR) | SELECT COUNT(headphone_class) FROM table_1601027_1 WHERE us_msrp = "$150" |
31,156 | <question>: How many values for earpads correspond to the headphone class Prestige and a US MSRP of $79? <context>: 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" |
31,157 | <question>: Which headphone models have a driver-matched DB of 0.1 and a US MSRP of $49? <context>: 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" |
31,158 | <question>: Which terminations correspond with headphone model SR80I? <context>: CREATE TABLE table_1601027_1 (termination VARCHAR, headphone_model VARCHAR) | SELECT termination FROM table_1601027_1 WHERE headphone_model = "SR80i" |
31,159 | <question>: What type are State Assemblyman <context>: CREATE TABLE table_1602620_1 (type VARCHAR, office VARCHAR) | SELECT type FROM table_1602620_1 WHERE office = "State Assemblyman" |
31,160 | <question>: What type had a beginning term of December 8, 1980 <context>: CREATE TABLE table_1602620_1 (type VARCHAR, term_began VARCHAR) | SELECT type FROM table_1602620_1 WHERE term_began = "December 8, 1980" |
31,161 | <question>: What type had an election day in 1980 <context>: CREATE TABLE table_1602620_1 (type VARCHAR, elected VARCHAR) | SELECT type FROM table_1602620_1 WHERE elected = 1980 |
31,162 | <question>: What year did the term end for those elected in 1990 <context>: CREATE TABLE table_1602620_1 (term_ended VARCHAR, elected VARCHAR) | SELECT term_ended FROM table_1602620_1 WHERE elected = 1990 |
31,163 | <question>: What is the location for the office whose term ended December 2, 1976 <context>: CREATE TABLE table_1602620_1 (location VARCHAR, term_ended VARCHAR) | SELECT location FROM table_1602620_1 WHERE term_ended = "December 2, 1976" |
31,164 | <question>: What year did the term end for the office elected in 1984 <context>: CREATE TABLE table_1602620_1 (term_ended VARCHAR, elected VARCHAR) | SELECT term_ended FROM table_1602620_1 WHERE elected = 1984 |
31,165 | <question>: What was the record on October 8, 1989? <context>: CREATE TABLE table_16028499_2 (record VARCHAR, date VARCHAR) | SELECT record FROM table_16028499_2 WHERE date = "October 8, 1989" |
31,166 | <question>: Where was the game site on October 29, 1989? <context>: CREATE TABLE table_16028499_2 (game_site VARCHAR, date VARCHAR) | SELECT game_site FROM table_16028499_2 WHERE date = "October 29, 1989" |
31,167 | <question>: What was the minimum attendance against the New Orleans Saints? <context>: CREATE TABLE table_16028499_2 (attendance INTEGER, opponent VARCHAR) | SELECT MIN(attendance) FROM table_16028499_2 WHERE opponent = "New Orleans Saints" |
31,168 | <question>: What was the result of week 2? <context>: CREATE TABLE table_16028499_2 (result VARCHAR, week VARCHAR) | SELECT result FROM table_16028499_2 WHERE week = 2 |
31,169 | <question>: What date did the team play the New York Jets? <context>: CREATE TABLE table_16028499_2 (date VARCHAR, opponent VARCHAR) | SELECT date FROM table_16028499_2 WHERE opponent = "New York Jets" |
31,170 | <question>: What was the minimum crowd on January 24, 1987? <context>: CREATE TABLE table_16025095_1 (attendance INTEGER, date VARCHAR) | SELECT MIN(attendance) FROM table_16025095_1 WHERE date = "January 24, 1987" |
31,171 | <question>: How many millions of viewers were there for the episode with a run time of 18:00? <context>: 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" |
31,172 | <question>: What was the archive for episode with 6.6 million viewers? <context>: CREATE TABLE table_1601935_1 (archive VARCHAR, viewers__in_millions_ VARCHAR) | SELECT archive FROM table_1601935_1 WHERE viewers__in_millions_ = "6.6" |
31,173 | <question>: When is the latest game the bills had 21 first downs <context>: CREATE TABLE table_16028459_2 (game INTEGER, bills_first_downs VARCHAR) | SELECT MIN(game) FROM table_16028459_2 WHERE bills_first_downs = 21 |
31,174 | <question>: How many first downs did the bills have when their opponent had 6 <context>: CREATE TABLE table_16028459_2 (bills_first_downs INTEGER, opponents VARCHAR) | SELECT MIN(bills_first_downs) FROM table_16028459_2 WHERE opponents = 6 |
31,175 | <question>: How many points did the bills score when their opponent had 14 <context>: CREATE TABLE table_16028459_2 (bills_points VARCHAR, opponents VARCHAR) | SELECT bills_points FROM table_16028459_2 WHERE opponents = 14 |
31,176 | <question>: What is the minimum number of points given up to the Baltimore Colts <context>: CREATE TABLE table_16028459_2 (opponents INTEGER, opponent VARCHAR) | SELECT MIN(opponents) FROM table_16028459_2 WHERE opponent = "Baltimore Colts" |
31,177 | <question>: Who was the runner-up in the Memorial Tournament? <context>: CREATE TABLE table_1602858_1 (runner_s__up VARCHAR, tournament VARCHAR) | SELECT runner_s__up FROM table_1602858_1 WHERE tournament = "Memorial tournament" |
31,178 | <question>: What was the winning score for the tournament with runner-up Rory Sabbatini? <context>: 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" |
31,179 | <question>: What was the margin of victory with the winning score "63-68-68-68=267"? <context>: 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 |
31,180 | <question>: Name the least position <context>: CREATE TABLE table_16034882_5 (position INTEGER) | SELECT MIN(position) FROM table_16034882_5 |
31,181 | <question>: Name the most goals scored for position 4 <context>: CREATE TABLE table_16034882_5 (goals_scored INTEGER, position VARCHAR) | SELECT MAX(goals_scored) FROM table_16034882_5 WHERE position = 4 |
31,182 | <question>: What is the name of the bowl game that was played in Tempe, Arizona? <context>: CREATE TABLE table_16046689_29 (bowl_game VARCHAR, city VARCHAR) | SELECT bowl_game FROM table_16046689_29 WHERE city = "Tempe, Arizona" |
31,183 | <question>: What city in the Citrus Bowl aired on ABC? <context>: CREATE TABLE table_16046689_29 (city VARCHAR, stadium VARCHAR, television VARCHAR) | SELECT city FROM table_16046689_29 WHERE stadium = "Citrus Bowl" AND television = "ABC" |
31,184 | <question>: What teams played in the Capital One bowl game on January 1, 2009? <context>: 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" |
31,185 | <question>: Which stadium has a payout of $3 million? <context>: CREATE TABLE table_16046689_29 (stadium VARCHAR, payout___us$__ VARCHAR) | SELECT stadium FROM table_16046689_29 WHERE payout___us$__ = "$3 Million" |
31,186 | <question>: What is the largest population in regions where the average family size is 2.8 people? <context>: 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" |
31,187 | <question>: What is the total number of regions where the average family size is 2.8? <context>: 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" |
31,188 | <question>: What regions of the USSR have a percentage of deportees of 10.6? <context>: 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" |
31,189 | <question>: What is the most number of families in regions where average family size is 2.7? <context>: 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" |
31,190 | <question>: How many total families are there in regions with 5.8 percent of the population being made up of deportees? <context>: 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" |
31,191 | <question>: What is the most number of families among regions where the population is made up of 5.8% deportees? <context>: 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" |
31,192 | <question>: Which operator runs the Mamariga shuttle line? <context>: CREATE TABLE table_1603807_2 (operator VARCHAR, line VARCHAR) | SELECT operator FROM table_1603807_2 WHERE line = "Mamariga Shuttle" |
31,193 | <question>: How many lengths of line 3 are given? <context>: CREATE TABLE table_1603807_2 (length VARCHAR, line VARCHAR) | SELECT COUNT(length) FROM table_1603807_2 WHERE line = "line 3" |
31,194 | <question>: What are the terminals for line 2? <context>: CREATE TABLE table_1603807_2 (terminals VARCHAR, line VARCHAR) | SELECT terminals FROM table_1603807_2 WHERE line = "line 2" |
31,195 | <question>: What is the status of the airport line? <context>: CREATE TABLE table_1603807_2 (status VARCHAR, line VARCHAR) | SELECT status FROM table_1603807_2 WHERE line = "Airport line" |
31,196 | <question>: Name the total number of hangul chosongul for 8,352 <context>: CREATE TABLE table_160510_5 (hangul_chosongul VARCHAR, area VARCHAR) | SELECT COUNT(hangul_chosongul) FROM table_160510_5 WHERE area = "8,352" |
31,197 | <question>: Name the iso for chungcheongnam <context>: CREATE TABLE table_160510_5 (iso VARCHAR, rr_romaja VARCHAR) | SELECT iso FROM table_160510_5 WHERE rr_romaja = "Chungcheongnam" |
31,198 | <question>: Name the country for 11,891 area <context>: CREATE TABLE table_160510_5 (country VARCHAR, area VARCHAR) | SELECT country FROM table_160510_5 WHERE area = "11,891" |
31,199 | <question>: Name the number of region for 경상남도 <context>: CREATE TABLE table_160510_5 (region VARCHAR, hangul_chosongul VARCHAR) | SELECT COUNT(region) FROM table_160510_5 WHERE hangul_chosongul = "경상남도" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.