instruction
stringlengths
67
299
input
stringlengths
88
550
output
stringlengths
32
484
Write a SQL query that answers the following question: When slblw(b1) is the sspec number what is the mult.?
The relevant table was constructed using the following SQL : CREATE TABLE table_18823880_10 (mult VARCHAR, sspec_number VARCHAR)
SELECT mult FROM table_18823880_10 WHERE sspec_number = "SLBLW(B1)"
Write a SQL query that answers the following question: When socketg1 is the socket what is the release price in dollars?
The relevant table was constructed using the following SQL : CREATE TABLE table_18823880_10 (release_price___usd__ VARCHAR, socket VARCHAR)
SELECT release_price___usd__ FROM table_18823880_10 WHERE socket = "socketG1"
Write a SQL query that answers the following question: How many points did the opposing team score on Dec. 19, 1982?
The relevant table was constructed using the following SQL : CREATE TABLE table_18847456_2 (opponents INTEGER, date VARCHAR)
SELECT MAX(opponents) FROM table_18847456_2 WHERE date = "Dec. 19"
Write a SQL query that answers the following question: How many bills where originally cosponsored in those years where the total of all amendments cosponsored was 0?
The relevant table was constructed using the following SQL : CREATE TABLE table_18852984_2 (bills_originally_cosponsored VARCHAR, all_amendments_cosponsored VARCHAR)
SELECT bills_originally_cosponsored FROM table_18852984_2 WHERE all_amendments_cosponsored = 0
Write a SQL query that answers the following question: How many bill cosponsored during those years where bills originally cosponsored is 113?
The relevant table was constructed using the following SQL : CREATE TABLE table_18852984_2 (all_bills_cosponsored VARCHAR, bills_originally_cosponsored VARCHAR)
SELECT all_bills_cosponsored FROM table_18852984_2 WHERE bills_originally_cosponsored = 113
Write a SQL query that answers the following question: What is the greatest number of bills sponsored in any year?
The relevant table was constructed using the following SQL : CREATE TABLE table_18852984_2 (all_bills_sponsored INTEGER)
SELECT MAX(all_bills_sponsored) FROM table_18852984_2
Write a SQL query that answers the following question: What is the lowest cr number?
The relevant table was constructed using the following SQL : CREATE TABLE table_1886270_1 (cr_no INTEGER)
SELECT MIN(cr_no) FROM table_1886270_1
Write a SQL query that answers the following question: When 2/1939 is the withdrawn when was it built?
The relevant table was constructed using the following SQL : CREATE TABLE table_1886270_1 (built VARCHAR, withdrawn VARCHAR)
SELECT built FROM table_1886270_1 WHERE withdrawn = "2/1939"
Write a SQL query that answers the following question: When river ness is the hr name what is the hr number?
The relevant table was constructed using the following SQL : CREATE TABLE table_1886270_1 (hr_no VARCHAR, hr_name VARCHAR)
SELECT hr_no FROM table_1886270_1 WHERE hr_name = "River Ness"
Write a SQL query that answers the following question: When (river garry) is the hr name how many builts are there?
The relevant table was constructed using the following SQL : CREATE TABLE table_1886270_1 (built VARCHAR, hr_name VARCHAR)
SELECT COUNT(built) FROM table_1886270_1 WHERE hr_name = "(River Garry)"
Write a SQL query that answers the following question: What is the highest cr number?
The relevant table was constructed using the following SQL : CREATE TABLE table_1886270_1 (cr_no INTEGER)
SELECT MAX(cr_no) FROM table_1886270_1
Write a SQL query that answers the following question: When river ness is the hr name how many builts are there?
The relevant table was constructed using the following SQL : CREATE TABLE table_1886270_1 (built VARCHAR, hr_name VARCHAR)
SELECT COUNT(built) FROM table_1886270_1 WHERE hr_name = "River Ness"
Write a SQL query that answers the following question: How many opponents are at Minnesota Vikings?
The relevant table was constructed using the following SQL : CREATE TABLE table_18847736_2 (opponents INTEGER, opponent VARCHAR)
SELECT MAX(opponents) FROM table_18847736_2 WHERE opponent = "at Minnesota Vikings"
Write a SQL query that answers the following question: What is the date when the opponent is the New England Patriots?
The relevant table was constructed using the following SQL : CREATE TABLE table_18847736_2 (date VARCHAR, opponent VARCHAR)
SELECT date FROM table_18847736_2 WHERE opponent = "New England Patriots"
Write a SQL query that answers the following question: How many dates do the dolphins have 6 points?
The relevant table was constructed using the following SQL : CREATE TABLE table_18847736_2 (date VARCHAR, dolphins_points VARCHAR)
SELECT date FROM table_18847736_2 WHERE dolphins_points = 6
Write a SQL query that answers the following question: What country does robert allenby represent?
The relevant table was constructed using the following SQL : CREATE TABLE table_18862490_2 (country VARCHAR, player VARCHAR)
SELECT country FROM table_18862490_2 WHERE player = "Robert Allenby"
Write a SQL query that answers the following question: What score to par won in 1998?
The relevant table was constructed using the following SQL : CREATE TABLE table_18862490_2 (to_par VARCHAR, year VARCHAR)
SELECT to_par FROM table_18862490_2 WHERE year = 1998
Write a SQL query that answers the following question: What player(s) had the score of 64-70-67-69=270?
The relevant table was constructed using the following SQL : CREATE TABLE table_18862490_2 (player VARCHAR, score VARCHAR)
SELECT player FROM table_18862490_2 WHERE score = 64 - 70 - 67 - 69 = 270
Write a SQL query that answers the following question: What players had teh score of 64-71-67-67=269?
The relevant table was constructed using the following SQL : CREATE TABLE table_18862490_2 (player VARCHAR, score VARCHAR)
SELECT player FROM table_18862490_2 WHERE score = 64 - 71 - 67 - 67 = 269
Write a SQL query that answers the following question: What is the first yar that someone won with a score of 68-66-68-71=273?
The relevant table was constructed using the following SQL : CREATE TABLE table_18862490_2 (year INTEGER, score VARCHAR)
SELECT MIN(year) FROM table_18862490_2 WHERE score = 68 - 66 - 68 - 71 = 273
Write a SQL query that answers the following question: How many socialist have a lead of 12.6%?
The relevant table was constructed using the following SQL : CREATE TABLE table_1886589_1 (socialist VARCHAR, lead VARCHAR)
SELECT COUNT(socialist) FROM table_1886589_1 WHERE lead = "12.6%"
Write a SQL query that answers the following question: What is the lowest SOL?
The relevant table was constructed using the following SQL : CREATE TABLE table_1888157_1 (SOl INTEGER)
SELECT MIN(SOl) FROM table_1888157_1
Write a SQL query that answers the following question: What is the highest GA when GF is 39?
The relevant table was constructed using the following SQL : CREATE TABLE table_1888157_1 (ga INTEGER, gf VARCHAR)
SELECT MAX(ga) FROM table_1888157_1 WHERE gf = 39
Write a SQL query that answers the following question: How many different records were there in the games that ended in w 70-66?
The relevant table was constructed using the following SQL : CREATE TABLE table_18904831_5 (record VARCHAR, score VARCHAR)
SELECT COUNT(record) FROM table_18904831_5 WHERE score = "W 70-66"
Write a SQL query that answers the following question: What was the record of the game in which Dydek (10) did the most high rebounds?
The relevant table was constructed using the following SQL : CREATE TABLE table_18904831_5 (record VARCHAR, high_rebounds VARCHAR)
SELECT record FROM table_18904831_5 WHERE high_rebounds = "Dydek (10)"
Write a SQL query that answers the following question: Who did the most high rebounds in the game where Sales (17) did the high points?
The relevant table was constructed using the following SQL : CREATE TABLE table_18904831_5 (high_rebounds VARCHAR, high_points VARCHAR)
SELECT high_rebounds FROM table_18904831_5 WHERE high_points = "Sales (17)"
Write a SQL query that answers the following question: When a private individual is the source and 018 is the story number what is the total footage remaining from missing episodes (mm:ss)?
The relevant table was constructed using the following SQL : CREATE TABLE table_1889619_5 (total_footage_remaining_from_missing_episodes__mm VARCHAR, story_no VARCHAR, source VARCHAR)
SELECT total_footage_remaining_from_missing_episodes__mm AS :ss_ FROM table_1889619_5 WHERE story_no = "018" AND source = "Private individual"
Write a SQL query that answers the following question: When episode 4 is the missing episode with recovered footage and the 032 is the story number what is the country/territory?
The relevant table was constructed using the following SQL : CREATE TABLE table_1889619_5 (country_territory VARCHAR, story_no VARCHAR, missing_episodes_with_recovered_footage VARCHAR)
SELECT country_territory FROM table_1889619_5 WHERE story_no = "032" AND missing_episodes_with_recovered_footage = "Episode 4"
Write a SQL query that answers the following question: Name the least game for 8-3
The relevant table was constructed using the following SQL : CREATE TABLE table_18894744_5 (game INTEGER, record VARCHAR)
SELECT MIN(game) FROM table_18894744_5 WHERE record = "8-3"
Write a SQL query that answers the following question: Name the opponent for record 10-4
The relevant table was constructed using the following SQL : CREATE TABLE table_18894744_5 (opponent VARCHAR, record VARCHAR)
SELECT opponent FROM table_18894744_5 WHERE record = "10-4"
Write a SQL query that answers the following question: Name the high rebounds for record 7-1
The relevant table was constructed using the following SQL : CREATE TABLE table_18894744_5 (high_rebounds VARCHAR, record VARCHAR)
SELECT high_rebounds FROM table_18894744_5 WHERE record = "7-1"
Write a SQL query that answers the following question: Name the game for june 16
The relevant table was constructed using the following SQL : CREATE TABLE table_18894744_5 (game VARCHAR, date VARCHAR)
SELECT game FROM table_18894744_5 WHERE date = "June 16"
Write a SQL query that answers the following question: Name the game for june 7
The relevant table was constructed using the following SQL : CREATE TABLE table_18894744_5 (game VARCHAR, date VARCHAR)
SELECT game FROM table_18894744_5 WHERE date = "June 7"
Write a SQL query that answers the following question: Who did the high rebounds in the game with a 19-6 record?
The relevant table was constructed using the following SQL : CREATE TABLE table_18894744_6 (high_rebounds VARCHAR, record VARCHAR)
SELECT high_rebounds FROM table_18894744_6 WHERE record = "19-6"
Write a SQL query that answers the following question: Where was the game with a 13-5 record played, and in front of how many people?
The relevant table was constructed using the following SQL : CREATE TABLE table_18894744_6 (location_attendance VARCHAR, record VARCHAR)
SELECT location_attendance FROM table_18894744_6 WHERE record = "13-5"
Write a SQL query that answers the following question: Who did the high rebounds in the game where Douglas (28) did the high points?
The relevant table was constructed using the following SQL : CREATE TABLE table_18894744_6 (high_rebounds VARCHAR, high_points VARCHAR)
SELECT high_rebounds FROM table_18894744_6 WHERE high_points = "Douglas (28)"
Write a SQL query that answers the following question: What was the record on the game played on July 1?
The relevant table was constructed using the following SQL : CREATE TABLE table_18894744_6 (record VARCHAR, date VARCHAR)
SELECT record FROM table_18894744_6 WHERE date = "July 1"
Write a SQL query that answers the following question: How many opponents was a game with a record 17-6 played against?
The relevant table was constructed using the following SQL : CREATE TABLE table_18894744_6 (opponent VARCHAR, record VARCHAR)
SELECT COUNT(opponent) FROM table_18894744_6 WHERE record = "17-6"
Write a SQL query that answers the following question: What was the career duration of the bowler who played 60 matches?
The relevant table was constructed using the following SQL : CREATE TABLE table_18914438_1 (career VARCHAR, matches VARCHAR)
SELECT career FROM table_18914438_1 WHERE matches = 60
Write a SQL query that answers the following question: What is the Best score if the Maidens is 547 and Overs is 2755.1?
The relevant table was constructed using the following SQL : CREATE TABLE table_18914438_1 (best VARCHAR, maidens VARCHAR, overs VARCHAR)
SELECT best FROM table_18914438_1 WHERE maidens = 547 AND overs = "2755.1"
Write a SQL query that answers the following question: What was the Overs score of the career played from 1993-2007?
The relevant table was constructed using the following SQL : CREATE TABLE table_18914438_1 (overs VARCHAR, career VARCHAR)
SELECT overs FROM table_18914438_1 WHERE career = "1993-2007"
Write a SQL query that answers the following question: What was the Best score during the game played from 1971-1984?
The relevant table was constructed using the following SQL : CREATE TABLE table_18914438_1 (best VARCHAR, career VARCHAR)
SELECT best FROM table_18914438_1 WHERE career = "1971-1984"
Write a SQL query that answers the following question: When dydek (11) has the highest rebounds what is the date?
The relevant table was constructed using the following SQL : CREATE TABLE table_18904831_6 (date VARCHAR, high_rebounds VARCHAR)
SELECT date FROM table_18904831_6 WHERE high_rebounds = "Dydek (11)"
Write a SQL query that answers the following question: When mcwilliams-franklin (8) has the highest rebounds what is the date?
The relevant table was constructed using the following SQL : CREATE TABLE table_18904831_6 (date VARCHAR, high_rebounds VARCHAR)
SELECT date FROM table_18904831_6 WHERE high_rebounds = "McWilliams-Franklin (8)"
Write a SQL query that answers the following question: When dydek (8) has the highest rebounds who has the highest amount of points?
The relevant table was constructed using the following SQL : CREATE TABLE table_18904831_6 (high_points VARCHAR, high_rebounds VARCHAR)
SELECT high_points FROM table_18904831_6 WHERE high_rebounds = "Dydek (8)"
Write a SQL query that answers the following question: When w 73-70 is the score what is the location?
The relevant table was constructed using the following SQL : CREATE TABLE table_18904831_6 (location VARCHAR, score VARCHAR)
SELECT location FROM table_18904831_6 WHERE score = "W 73-70"
Write a SQL query that answers the following question: What was the score in the game that had a record of 25-8?
The relevant table was constructed using the following SQL : CREATE TABLE table_18904831_7 (score VARCHAR, record VARCHAR)
SELECT score FROM table_18904831_7 WHERE record = "25-8"
Write a SQL query that answers the following question: What was # of the first game played on August 20?
The relevant table was constructed using the following SQL : CREATE TABLE table_18904831_7 (game INTEGER, date VARCHAR)
SELECT MIN(game) FROM table_18904831_7 WHERE date = "August 20"
Write a SQL query that answers the following question: What were the high points for the game played at the MCI Center?
The relevant table was constructed using the following SQL : CREATE TABLE table_18904831_7 (high_points VARCHAR, location VARCHAR)
SELECT COUNT(high_points) FROM table_18904831_7 WHERE location = "MCI Center"
Write a SQL query that answers the following question: Where was the game played that had a record of 19-6?
The relevant table was constructed using the following SQL : CREATE TABLE table_18904831_7 (location VARCHAR, record VARCHAR)
SELECT location FROM table_18904831_7 WHERE record = "19-6"
Write a SQL query that answers the following question: What is the col (m) of the Barurumea Ridge peak?
The relevant table was constructed using the following SQL : CREATE TABLE table_18946749_2 (col__m_ INTEGER, peak VARCHAR)
SELECT MAX(col__m_) FROM table_18946749_2 WHERE peak = "Barurumea Ridge"
Write a SQL query that answers the following question: What is the elevation (m) of the Mount Wilhelm peak?
The relevant table was constructed using the following SQL : CREATE TABLE table_18946749_2 (elevation__m_ INTEGER, peak VARCHAR)
SELECT MAX(elevation__m_) FROM table_18946749_2 WHERE peak = "Mount Wilhelm"
Write a SQL query that answers the following question: What is the col (m) of the Bewani Mountains High Point peak?
The relevant table was constructed using the following SQL : CREATE TABLE table_18946749_2 (col__m_ INTEGER, peak VARCHAR)
SELECT MIN(col__m_) FROM table_18946749_2 WHERE peak = "Bewani Mountains High Point"
Write a SQL query that answers the following question: When mount wondiwoi is the peak what is the island?
The relevant table was constructed using the following SQL : CREATE TABLE table_18946749_1 (island VARCHAR, peak VARCHAR)
SELECT island FROM table_18946749_1 WHERE peak = "Mount Wondiwoi"
Write a SQL query that answers the following question: When mount gauttier is the peak what is the island?
The relevant table was constructed using the following SQL : CREATE TABLE table_18946749_1 (island VARCHAR, peak VARCHAR)
SELECT island FROM table_18946749_1 WHERE peak = "Mount Gauttier"
Write a SQL query that answers the following question: When mount kobowre is the peak what is the highest elevation in meters?
The relevant table was constructed using the following SQL : CREATE TABLE table_18946749_1 (elevation__m_ INTEGER, peak VARCHAR)
SELECT MAX(elevation__m_) FROM table_18946749_1 WHERE peak = "Mount Kobowre"
Write a SQL query that answers the following question: When mount gauttier is the peak what is the highest prominence in meters?
The relevant table was constructed using the following SQL : CREATE TABLE table_18946749_1 (prominence__m_ INTEGER, peak VARCHAR)
SELECT MAX(prominence__m_) FROM table_18946749_1 WHERE peak = "Mount Gauttier"
Write a SQL query that answers the following question: When 44 is the col in meters what is the country?
The relevant table was constructed using the following SQL : CREATE TABLE table_18946749_1 (country VARCHAR, col__m_ VARCHAR)
SELECT country FROM table_18946749_1 WHERE col__m_ = 44
Write a SQL query that answers the following question: Name the release date for album # 2nd
The relevant table was constructed using the following SQL : CREATE TABLE table_1893815_1 (release_date VARCHAR, album_number VARCHAR)
SELECT release_date FROM table_1893815_1 WHERE album_number = "2nd"
Write a SQL query that answers the following question: Name the label for grown up overnight
The relevant table was constructed using the following SQL : CREATE TABLE table_1893815_1 (label VARCHAR, english_title VARCHAR)
SELECT label FROM table_1893815_1 WHERE english_title = "Grown Up Overnight"
Write a SQL query that answers the following question: Name the label for traditional chinese 情歌沒有告訴你
The relevant table was constructed using the following SQL : CREATE TABLE table_1893815_1 (label VARCHAR, chinese__traditional_ VARCHAR)
SELECT label FROM table_1893815_1 WHERE chinese__traditional_ = "情歌沒有告訴你"
Write a SQL query that answers the following question: Name the number of traditional chinese for album number 6th
The relevant table was constructed using the following SQL : CREATE TABLE table_1893815_1 (chinese__traditional_ VARCHAR, album_number VARCHAR)
SELECT COUNT(chinese__traditional_) FROM table_1893815_1 WHERE album_number = "6th"
Write a SQL query that answers the following question: Name the chinese traditional for 美丽人生
The relevant table was constructed using the following SQL : CREATE TABLE table_1893815_1 (chinese__traditional_ VARCHAR, chinese__simplified_ VARCHAR)
SELECT chinese__traditional_ FROM table_1893815_1 WHERE chinese__simplified_ = "美丽人生"
Write a SQL query that answers the following question: Name the english title for album # 2nd
The relevant table was constructed using the following SQL : CREATE TABLE table_1893815_1 (english_title VARCHAR, album_number VARCHAR)
SELECT english_title FROM table_1893815_1 WHERE album_number = "2nd"
Write a SQL query that answers the following question: How many samples were taken of 嬰幼兒配方乳粉2段基粉 ?
The relevant table was constructed using the following SQL : CREATE TABLE table_18943444_1 (samples_taken VARCHAR, product VARCHAR)
SELECT COUNT(samples_taken) FROM table_18943444_1 WHERE product = "嬰幼兒配方乳粉2段基粉"
Write a SQL query that answers the following question: What are the producers of 磊磊牌嬰幼兒配方乳粉 ?
The relevant table was constructed using the following SQL : CREATE TABLE table_18943444_1 (producer VARCHAR, product VARCHAR)
SELECT producer FROM table_18943444_1 WHERE product = "磊磊牌嬰幼兒配方乳粉"
Write a SQL query that answers the following question: What is the smallest amount sampled of product 蒙牛牌嬰幼兒配方乳粉 ?
The relevant table was constructed using the following SQL : CREATE TABLE table_18943444_1 (samples_taken INTEGER, product VARCHAR)
SELECT MIN(samples_taken) FROM table_18943444_1 WHERE product = "蒙牛牌嬰幼兒配方乳粉"
Write a SQL query that answers the following question: Who is the producer of 金必氏牌嬰幼兒配方乳粉 ?
The relevant table was constructed using the following SQL : CREATE TABLE table_18943444_1 (producer VARCHAR, product VARCHAR)
SELECT producer FROM table_18943444_1 WHERE product = "金必氏牌嬰幼兒配方乳粉"
Write a SQL query that answers the following question: How many live births per year are there in the period where the life expectancy for females is 73.3?
The relevant table was constructed using the following SQL : CREATE TABLE table_18950570_2 (live_births_per_year VARCHAR, life_expectancy_females VARCHAR)
SELECT live_births_per_year FROM table_18950570_2 WHERE life_expectancy_females = "73.3"
Write a SQL query that answers the following question: How many births per year are there for the period with 998 000 deaths per year?
The relevant table was constructed using the following SQL : CREATE TABLE table_18950570_2 (live_births_per_year VARCHAR, deaths_per_year VARCHAR)
SELECT live_births_per_year FROM table_18950570_2 WHERE deaths_per_year = "998 000"
Write a SQL query that answers the following question: What is the highest value for col(m) when prominence(m) is 3755?
The relevant table was constructed using the following SQL : CREATE TABLE table_18946749_4 (col__m_ INTEGER, prominence__m_ VARCHAR)
SELECT MAX(col__m_) FROM table_18946749_4 WHERE prominence__m_ = 3755
Write a SQL query that answers the following question: What is the highest value for col(m) at North Island?
The relevant table was constructed using the following SQL : CREATE TABLE table_18946749_4 (col__m_ INTEGER, island VARCHAR)
SELECT MAX(col__m_) FROM table_18946749_4 WHERE island = "North island"
Write a SQL query that answers the following question: What is the lowest elevation(m) for the peak Mount Taylor?
The relevant table was constructed using the following SQL : CREATE TABLE table_18946749_4 (elevation__m_ INTEGER, peak VARCHAR)
SELECT MIN(elevation__m_) FROM table_18946749_4 WHERE peak = "Mount Taylor"
Write a SQL query that answers the following question: How many values of prominence(m) occur at rank 5?
The relevant table was constructed using the following SQL : CREATE TABLE table_18946749_4 (prominence__m_ VARCHAR, rank VARCHAR)
SELECT COUNT(prominence__m_) FROM table_18946749_4 WHERE rank = 5
Write a SQL query that answers the following question: what ae all of the brazil 100% where the age group is 15-17?
The relevant table was constructed using the following SQL : CREATE TABLE table_18950570_4 (brazil_100_percentage__percent_of_the_population_ VARCHAR, age_group VARCHAR)
SELECT brazil_100_percentage__percent_of_the_population_ FROM table_18950570_4 WHERE age_group = "15-17"
Write a SQL query that answers the following question: If the just ratio is 11:8 and the cents size is 560, what is the interval name?
The relevant table was constructed using the following SQL : CREATE TABLE table_18955077_1 (interval_name VARCHAR, size__cents_ VARCHAR, just_ratio VARCHAR)
SELECT interval_name FROM table_18955077_1 WHERE size__cents_ = 560 AND just_ratio = "11:8"
Write a SQL query that answers the following question: If the just cents is 84.46, what is the just ratio?
The relevant table was constructed using the following SQL : CREATE TABLE table_18955077_1 (just_ratio VARCHAR, just__cents_ VARCHAR)
SELECT just_ratio FROM table_18955077_1 WHERE just__cents_ = "84.46"
Write a SQL query that answers the following question: If the just cents is 701.96, what is the interval name?
The relevant table was constructed using the following SQL : CREATE TABLE table_18955077_1 (interval_name VARCHAR, just__cents_ VARCHAR)
SELECT interval_name FROM table_18955077_1 WHERE just__cents_ = "701.96"
Write a SQL query that answers the following question: Name the asian american population 2010 for kansas city-overland park-kansas city, mo-ks csa
The relevant table was constructed using the following SQL : CREATE TABLE table_18963843_1 (asian_american_population__2010_ INTEGER, combined_statistical_area VARCHAR)
SELECT MAX(asian_american_population__2010_) FROM table_18963843_1 WHERE combined_statistical_area = "Kansas City-Overland Park-Kansas City, MO-KS CSA"
Write a SQL query that answers the following question: Name the % indian american for asian population 126965
The relevant table was constructed using the following SQL : CREATE TABLE table_18963843_1 (_percentage_indian_american VARCHAR, asian_american_population__2010_ VARCHAR)
SELECT _percentage_indian_american FROM table_18963843_1 WHERE asian_american_population__2010_ = 126965
Write a SQL query that answers the following question: Name the % asian american for 23526
The relevant table was constructed using the following SQL : CREATE TABLE table_18963843_1 (_percentage_asian_american VARCHAR, indian_american_population__2010_ VARCHAR)
SELECT _percentage_asian_american FROM table_18963843_1 WHERE indian_american_population__2010_ = 23526
Write a SQL query that answers the following question: When buffalo narrows is the name how many measurements of population density per kilometer squared are there?
The relevant table was constructed using the following SQL : CREATE TABLE table_189598_7 (population_density__per_km²_ VARCHAR, name VARCHAR)
SELECT COUNT(population_density__per_km²_) FROM table_189598_7 WHERE name = "Buffalo Narrows"
Write a SQL query that answers the following question: When 1233 is the population of 2011 what is the land area in kilometers squared?
The relevant table was constructed using the following SQL : CREATE TABLE table_189598_7 (land_area__km²_ VARCHAR, population__2011_ VARCHAR)
SELECT land_area__km²_ FROM table_189598_7 WHERE population__2011_ = 1233
Write a SQL query that answers the following question: When 6.00 is the land area in kilometers squared what is the highest population of 2011?
The relevant table was constructed using the following SQL : CREATE TABLE table_189598_7 (population__2011_ INTEGER, land_area__km²_ VARCHAR)
SELECT MAX(population__2011_) FROM table_189598_7 WHERE land_area__km²_ = "6.00"
Write a SQL query that answers the following question: When beauval is the name what is the lowest population of 2011?
The relevant table was constructed using the following SQL : CREATE TABLE table_189598_7 (population__2011_ INTEGER, name VARCHAR)
SELECT MIN(population__2011_) FROM table_189598_7 WHERE name = "Beauval"
Write a SQL query that answers the following question: When 4.5 is the percentage of change how many population counts were made for 2011?
The relevant table was constructed using the following SQL : CREATE TABLE table_189598_7 (population__2011_ VARCHAR, change___percentage_ VARCHAR)
SELECT COUNT(population__2011_) FROM table_189598_7 WHERE change___percentage_ = "4.5"
Write a SQL query that answers the following question: When 14.85 kilometers squared is the land area what is the name?
The relevant table was constructed using the following SQL : CREATE TABLE table_189598_7 (name VARCHAR, land_area__km²_ VARCHAR)
SELECT name FROM table_189598_7 WHERE land_area__km²_ = "14.85"
Write a SQL query that answers the following question: What is every state and District of Columbia with 60.0% overweight or obese adults?
The relevant table was constructed using the following SQL : CREATE TABLE table_18958648_1 (state_and_district_of_columbia VARCHAR, overweight__incl_obese__adults VARCHAR)
SELECT state_and_district_of_columbia FROM table_18958648_1 WHERE overweight__incl_obese__adults = "60.0%"
Write a SQL query that answers the following question: What are all percentages of overweight or obese adults for obesity rank of 21?
The relevant table was constructed using the following SQL : CREATE TABLE table_18958648_1 (overweight__incl_obese__adults VARCHAR, obesity_rank VARCHAR)
SELECT overweight__incl_obese__adults FROM table_18958648_1 WHERE obesity_rank = 21
Write a SQL query that answers the following question: What is the least obesity rank for the state of Utah?
The relevant table was constructed using the following SQL : CREATE TABLE table_18958648_1 (obesity_rank INTEGER, state_and_district_of_columbia VARCHAR)
SELECT MIN(obesity_rank) FROM table_18958648_1 WHERE state_and_district_of_columbia = "Utah"
Write a SQL query that answers the following question: How many states or District of Columbia have 65.4% overweight or obese adults?
The relevant table was constructed using the following SQL : CREATE TABLE table_18958648_1 (state_and_district_of_columbia VARCHAR, overweight__incl_obese__adults VARCHAR)
SELECT COUNT(state_and_district_of_columbia) FROM table_18958648_1 WHERE overweight__incl_obese__adults = "65.4%"
Write a SQL query that answers the following question: What is every percentage of overweight or obese adults when 12.4% of children and adolescents are obese?
The relevant table was constructed using the following SQL : CREATE TABLE table_18958648_1 (overweight__incl_obese__adults VARCHAR, obese_children_and_adolescents VARCHAR)
SELECT overweight__incl_obese__adults FROM table_18958648_1 WHERE obese_children_and_adolescents = "12.4%"
Write a SQL query that answers the following question: Who directed the film Gomorra?
The relevant table was constructed using the following SQL : CREATE TABLE table_18994724_1 (director_s_ VARCHAR, film_title_used_in_nomination VARCHAR)
SELECT director_s_ FROM table_18994724_1 WHERE film_title_used_in_nomination = "Gomorra"
Write a SQL query that answers the following question: What language was spoken in Everlasting Moments?
The relevant table was constructed using the following SQL : CREATE TABLE table_18994724_1 (language_s_ VARCHAR, film_title_used_in_nomination VARCHAR)
SELECT language_s_ FROM table_18994724_1 WHERE film_title_used_in_nomination = "Everlasting Moments"
Write a SQL query that answers the following question: What is the original title of the film submitted by Greece?
The relevant table was constructed using the following SQL : CREATE TABLE table_18994724_1 (original_title VARCHAR, submitting_country VARCHAR)
SELECT original_title FROM table_18994724_1 WHERE submitting_country = "Greece"
Write a SQL query that answers the following question: Who directed the film Nuits d'arabie?
The relevant table was constructed using the following SQL : CREATE TABLE table_18994724_1 (director_s_ VARCHAR, film_title_used_in_nomination VARCHAR)
SELECT director_s_ FROM table_18994724_1 WHERE film_title_used_in_nomination = "Nuits d'Arabie"
Write a SQL query that answers the following question: What is every value for population (2006) with a Romanian mother tongue?
The relevant table was constructed using the following SQL : CREATE TABLE table_189893_1 (population__2006_ VARCHAR, mother_tongue VARCHAR)
SELECT population__2006_ FROM table_189893_1 WHERE mother_tongue = "Romanian"
Write a SQL query that answers the following question: What is the lowest population(2011)?
The relevant table was constructed using the following SQL : CREATE TABLE table_189893_1 (population__2011_ INTEGER)
SELECT MIN(population__2011_) FROM table_189893_1
Write a SQL query that answers the following question: What is the lowest population(2006) when there is a 1.06% in 2011?
The relevant table was constructed using the following SQL : CREATE TABLE table_189893_1 (population__2006_ INTEGER, percentage__2011_ VARCHAR)
SELECT MIN(population__2006_) FROM table_189893_1 WHERE percentage__2011_ = "1.06%"
Write a SQL query that answers the following question: How many values for population(2011) correspond to a 1.40% in 2006?
The relevant table was constructed using the following SQL : CREATE TABLE table_189893_1 (population__2011_ VARCHAR, percentage__2006_ VARCHAR)
SELECT COUNT(population__2011_) FROM table_189893_1 WHERE percentage__2006_ = "1.40%"