question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
text
stringlengths
114
1.06k
Name the % indian american for asian population 126965
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
### Context: CREATE TABLE table_18963843_1 (_percentage_indian_american VARCHAR, asian_american_population__2010_ VARCHAR) ### Question: Name the % indian american for asian population 126965 ### Answer: SELECT _percentage_indian_american FROM table_18963843_1 WHERE asian_american_population__2010_ = 126965
Name the % asian american for 23526
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
### Context: CREATE TABLE table_18963843_1 (_percentage_asian_american VARCHAR, indian_american_population__2010_ VARCHAR) ### Question: Name the % asian american for 23526 ### Answer: SELECT _percentage_asian_american FROM table_18963843_1 WHERE indian_american_population__2010_ = 23526
When buffalo narrows is the name how many measurements of population density per kilometer squared are there?
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"
### Context: CREATE TABLE table_189598_7 (population_density__per_km²_ VARCHAR, name VARCHAR) ### Question: When buffalo narrows is the name how many measurements of population density per kilometer squared are there? ### Answer: SELECT COUNT(population_density__per_km²_) FROM table_189598_7 WHERE name = "Buffalo Narro...
When 1233 is the population of 2011 what is the land area in kilometers squared?
CREATE TABLE table_189598_7 (land_area__km²_ VARCHAR, population__2011_ VARCHAR)
SELECT land_area__km²_ FROM table_189598_7 WHERE population__2011_ = 1233
### Context: CREATE TABLE table_189598_7 (land_area__km²_ VARCHAR, population__2011_ VARCHAR) ### Question: When 1233 is the population of 2011 what is the land area in kilometers squared? ### Answer: SELECT land_area__km²_ FROM table_189598_7 WHERE population__2011_ = 1233
When 6.00 is the land area in kilometers squared what is the highest population of 2011?
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"
### Context: CREATE TABLE table_189598_7 (population__2011_ INTEGER, land_area__km²_ VARCHAR) ### Question: When 6.00 is the land area in kilometers squared what is the highest population of 2011? ### Answer: SELECT MAX(population__2011_) FROM table_189598_7 WHERE land_area__km²_ = "6.00"
When beauval is the name what is the lowest population of 2011?
CREATE TABLE table_189598_7 (population__2011_ INTEGER, name VARCHAR)
SELECT MIN(population__2011_) FROM table_189598_7 WHERE name = "Beauval"
### Context: CREATE TABLE table_189598_7 (population__2011_ INTEGER, name VARCHAR) ### Question: When beauval is the name what is the lowest population of 2011? ### Answer: SELECT MIN(population__2011_) FROM table_189598_7 WHERE name = "Beauval"
When 4.5 is the percentage of change how many population counts were made for 2011?
CREATE TABLE table_189598_7 (population__2011_ VARCHAR, change___percentage_ VARCHAR)
SELECT COUNT(population__2011_) FROM table_189598_7 WHERE change___percentage_ = "4.5"
### Context: CREATE TABLE table_189598_7 (population__2011_ VARCHAR, change___percentage_ VARCHAR) ### Question: When 4.5 is the percentage of change how many population counts were made for 2011? ### Answer: SELECT COUNT(population__2011_) FROM table_189598_7 WHERE change___percentage_ = "4.5"
When 14.85 kilometers squared is the land area what is the name?
CREATE TABLE table_189598_7 (name VARCHAR, land_area__km²_ VARCHAR)
SELECT name FROM table_189598_7 WHERE land_area__km²_ = "14.85"
### Context: CREATE TABLE table_189598_7 (name VARCHAR, land_area__km²_ VARCHAR) ### Question: When 14.85 kilometers squared is the land area what is the name? ### Answer: SELECT name FROM table_189598_7 WHERE land_area__km²_ = "14.85"
What is every state and District of Columbia with 60.0% overweight or obese adults?
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%"
### Context: CREATE TABLE table_18958648_1 (state_and_district_of_columbia VARCHAR, overweight__incl_obese__adults VARCHAR) ### Question: What is every state and District of Columbia with 60.0% overweight or obese adults? ### Answer: SELECT state_and_district_of_columbia FROM table_18958648_1 WHERE overweight__incl_obe...
What are all percentages of overweight or obese adults for obesity rank of 21?
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
### Context: CREATE TABLE table_18958648_1 (overweight__incl_obese__adults VARCHAR, obesity_rank VARCHAR) ### Question: What are all percentages of overweight or obese adults for obesity rank of 21? ### Answer: SELECT overweight__incl_obese__adults FROM table_18958648_1 WHERE obesity_rank = 21
What is the least obesity rank for the state of Utah?
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"
### Context: CREATE TABLE table_18958648_1 (obesity_rank INTEGER, state_and_district_of_columbia VARCHAR) ### Question: What is the least obesity rank for the state of Utah? ### Answer: SELECT MIN(obesity_rank) FROM table_18958648_1 WHERE state_and_district_of_columbia = "Utah"
How many states or District of Columbia have 65.4% overweight or obese adults?
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%"
### Context: CREATE TABLE table_18958648_1 (state_and_district_of_columbia VARCHAR, overweight__incl_obese__adults VARCHAR) ### Question: How many states or District of Columbia have 65.4% overweight or obese adults? ### Answer: SELECT COUNT(state_and_district_of_columbia) FROM table_18958648_1 WHERE overweight__incl_o...
What is every percentage of overweight or obese adults when 12.4% of children and adolescents are obese?
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%"
### Context: CREATE TABLE table_18958648_1 (overweight__incl_obese__adults VARCHAR, obese_children_and_adolescents VARCHAR) ### Question: What is every percentage of overweight or obese adults when 12.4% of children and adolescents are obese? ### Answer: SELECT overweight__incl_obese__adults FROM table_18958648_1 WHERE...
Who directed the film Gomorra?
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"
### Context: CREATE TABLE table_18994724_1 (director_s_ VARCHAR, film_title_used_in_nomination VARCHAR) ### Question: Who directed the film Gomorra? ### Answer: SELECT director_s_ FROM table_18994724_1 WHERE film_title_used_in_nomination = "Gomorra"
What language was spoken in Everlasting Moments?
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"
### Context: CREATE TABLE table_18994724_1 (language_s_ VARCHAR, film_title_used_in_nomination VARCHAR) ### Question: What language was spoken in Everlasting Moments? ### Answer: SELECT language_s_ FROM table_18994724_1 WHERE film_title_used_in_nomination = "Everlasting Moments"
What is the original title of the film submitted by Greece?
CREATE TABLE table_18994724_1 (original_title VARCHAR, submitting_country VARCHAR)
SELECT original_title FROM table_18994724_1 WHERE submitting_country = "Greece"
### Context: CREATE TABLE table_18994724_1 (original_title VARCHAR, submitting_country VARCHAR) ### Question: What is the original title of the film submitted by Greece? ### Answer: SELECT original_title FROM table_18994724_1 WHERE submitting_country = "Greece"
Who directed the film Nuits d'arabie?
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"
### Context: CREATE TABLE table_18994724_1 (director_s_ VARCHAR, film_title_used_in_nomination VARCHAR) ### Question: Who directed the film Nuits d'arabie? ### Answer: SELECT director_s_ FROM table_18994724_1 WHERE film_title_used_in_nomination = "Nuits d'Arabie"
What is every value for population (2006) with a Romanian mother tongue?
CREATE TABLE table_189893_1 (population__2006_ VARCHAR, mother_tongue VARCHAR)
SELECT population__2006_ FROM table_189893_1 WHERE mother_tongue = "Romanian"
### Context: CREATE TABLE table_189893_1 (population__2006_ VARCHAR, mother_tongue VARCHAR) ### Question: What is every value for population (2006) with a Romanian mother tongue? ### Answer: SELECT population__2006_ FROM table_189893_1 WHERE mother_tongue = "Romanian"
What is the lowest population(2011)?
CREATE TABLE table_189893_1 (population__2011_ INTEGER)
SELECT MIN(population__2011_) FROM table_189893_1
### Context: CREATE TABLE table_189893_1 (population__2011_ INTEGER) ### Question: What is the lowest population(2011)? ### Answer: SELECT MIN(population__2011_) FROM table_189893_1
What is the lowest population(2006) when there is a 1.06% in 2011?
CREATE TABLE table_189893_1 (population__2006_ INTEGER, percentage__2011_ VARCHAR)
SELECT MIN(population__2006_) FROM table_189893_1 WHERE percentage__2011_ = "1.06%"
### Context: CREATE TABLE table_189893_1 (population__2006_ INTEGER, percentage__2011_ VARCHAR) ### Question: What is the lowest population(2006) when there is a 1.06% in 2011? ### Answer: SELECT MIN(population__2006_) FROM table_189893_1 WHERE percentage__2011_ = "1.06%"
How many values for population(2011) correspond to a 1.40% in 2006?
CREATE TABLE table_189893_1 (population__2011_ VARCHAR, percentage__2006_ VARCHAR)
SELECT COUNT(population__2011_) FROM table_189893_1 WHERE percentage__2006_ = "1.40%"
### Context: CREATE TABLE table_189893_1 (population__2011_ VARCHAR, percentage__2006_ VARCHAR) ### Question: How many values for population(2011) correspond to a 1.40% in 2006? ### Answer: SELECT COUNT(population__2011_) FROM table_189893_1 WHERE percentage__2006_ = "1.40%"
What is every value for percentage(2006) with a Polish mother tongue?
CREATE TABLE table_189893_1 (percentage__2006_ VARCHAR, mother_tongue VARCHAR)
SELECT percentage__2006_ FROM table_189893_1 WHERE mother_tongue = "Polish"
### Context: CREATE TABLE table_189893_1 (percentage__2006_ VARCHAR, mother_tongue VARCHAR) ### Question: What is every value for percentage(2006) with a Polish mother tongue? ### Answer: SELECT percentage__2006_ FROM table_189893_1 WHERE mother_tongue = "Polish"
Which team/s have 48 goals total?
CREATE TABLE table_18967450_2 (club VARCHAR, goals VARCHAR)
SELECT club FROM table_18967450_2 WHERE goals = 48
### Context: CREATE TABLE table_18967450_2 (club VARCHAR, goals VARCHAR) ### Question: Which team/s have 48 goals total? ### Answer: SELECT club FROM table_18967450_2 WHERE goals = 48
Who was the contestant eliminated on episode 8 of RW: Key West season?
CREATE TABLE table_18974269_1 (player VARCHAR, original_season VARCHAR, eliminated VARCHAR)
SELECT player FROM table_18974269_1 WHERE original_season = "RW: Key West" AND eliminated = "Episode 8"
### Context: CREATE TABLE table_18974269_1 (player VARCHAR, original_season VARCHAR, eliminated VARCHAR) ### Question: Who was the contestant eliminated on episode 8 of RW: Key West season? ### Answer: SELECT player FROM table_18974269_1 WHERE original_season = "RW: Key West" AND eliminated = "Episode 8"
Who was the female contestant on the Original season of Fresh Meat?
CREATE TABLE table_18974269_1 (player VARCHAR, original_season VARCHAR, gender VARCHAR)
SELECT player FROM table_18974269_1 WHERE original_season = "Fresh Meat" AND gender = "Female"
### Context: CREATE TABLE table_18974269_1 (player VARCHAR, original_season VARCHAR, gender VARCHAR) ### Question: Who was the female contestant on the Original season of Fresh Meat? ### Answer: SELECT player FROM table_18974269_1 WHERE original_season = "Fresh Meat" AND gender = "Female"
What was the gender of the contestant on RR: South Pacific season?
CREATE TABLE table_18974269_1 (gender VARCHAR, original_season VARCHAR)
SELECT gender FROM table_18974269_1 WHERE original_season = "RR: South Pacific"
### Context: CREATE TABLE table_18974269_1 (gender VARCHAR, original_season VARCHAR) ### Question: What was the gender of the contestant on RR: South Pacific season? ### Answer: SELECT gender FROM table_18974269_1 WHERE original_season = "RR: South Pacific"
What was the season where Evelyn Smith was on?
CREATE TABLE table_18974269_1 (original_season VARCHAR, player VARCHAR)
SELECT original_season FROM table_18974269_1 WHERE player = "Evelyn Smith"
### Context: CREATE TABLE table_18974269_1 (original_season VARCHAR, player VARCHAR) ### Question: What was the season where Evelyn Smith was on? ### Answer: SELECT original_season FROM table_18974269_1 WHERE player = "Evelyn Smith"
How many original Australian performers are there when the Original West End Performer is Jordan Dunne?
CREATE TABLE table_1901751_1 (original_australian_performer VARCHAR, original_west_end_performer VARCHAR)
SELECT COUNT(original_australian_performer) FROM table_1901751_1 WHERE original_west_end_performer = "Jordan Dunne"
### Context: CREATE TABLE table_1901751_1 (original_australian_performer VARCHAR, original_west_end_performer VARCHAR) ### Question: How many original Australian performers are there when the Original West End Performer is Jordan Dunne? ### Answer: SELECT COUNT(original_australian_performer) FROM table_1901751_1 WHERE ...
Who is the Original west end performer for the character Martha?
CREATE TABLE table_1901751_1 (original_west_end_performer VARCHAR, character VARCHAR)
SELECT original_west_end_performer FROM table_1901751_1 WHERE character = "Martha"
### Context: CREATE TABLE table_1901751_1 (original_west_end_performer VARCHAR, character VARCHAR) ### Question: Who is the Original west end performer for the character Martha? ### Answer: SELECT original_west_end_performer FROM table_1901751_1 WHERE character = "Martha"
Who is the original broadway performer for the character Colin Craven?
CREATE TABLE table_1901751_1 (original_broadway_performer VARCHAR, character VARCHAR)
SELECT original_broadway_performer FROM table_1901751_1 WHERE character = "Colin Craven"
### Context: CREATE TABLE table_1901751_1 (original_broadway_performer VARCHAR, character VARCHAR) ### Question: Who is the original broadway performer for the character Colin Craven? ### Answer: SELECT original_broadway_performer FROM table_1901751_1 WHERE character = "Colin Craven"
Who is the original west end performer for the character Neville Craven?
CREATE TABLE table_1901751_1 (original_west_end_performer VARCHAR, character VARCHAR)
SELECT original_west_end_performer FROM table_1901751_1 WHERE character = "Neville Craven"
### Context: CREATE TABLE table_1901751_1 (original_west_end_performer VARCHAR, character VARCHAR) ### Question: Who is the original west end performer for the character Neville Craven? ### Answer: SELECT original_west_end_performer FROM table_1901751_1 WHERE character = "Neville Craven"
Who is the 2005 World AIDS Day Benefit "Dream" Cast when the Original Australian performer is Susan-Ann Walker?
CREATE TABLE table_1901751_1 (original_australian_performer VARCHAR)
SELECT 2005 AS _world_aids_day_benefit_dream_cast FROM table_1901751_1 WHERE original_australian_performer = "Susan-Ann Walker"
### Context: CREATE TABLE table_1901751_1 (original_australian_performer VARCHAR) ### Question: Who is the 2005 World AIDS Day Benefit "Dream" Cast when the Original Australian performer is Susan-Ann Walker? ### Answer: SELECT 2005 AS _world_aids_day_benefit_dream_cast FROM table_1901751_1 WHERE original_australian_per...
Who is the Original Australian performer when the Original West End Performer is Linzi Hateley?
CREATE TABLE table_1901751_1 (original_australian_performer VARCHAR, original_west_end_performer VARCHAR)
SELECT original_australian_performer FROM table_1901751_1 WHERE original_west_end_performer = "Linzi Hateley"
### Context: CREATE TABLE table_1901751_1 (original_australian_performer VARCHAR, original_west_end_performer VARCHAR) ### Question: Who is the Original Australian performer when the Original West End Performer is Linzi Hateley? ### Answer: SELECT original_australian_performer FROM table_1901751_1 WHERE original_west_e...
Name the minimum wins
CREATE TABLE table_19001175_1 (wins INTEGER)
SELECT MIN(wins) FROM table_19001175_1
### Context: CREATE TABLE table_19001175_1 (wins INTEGER) ### Question: Name the minimum wins ### Answer: SELECT MIN(wins) FROM table_19001175_1
Name the country for hideki noda category:articles with hcards
CREATE TABLE table_19001175_1 (country VARCHAR, name VARCHAR)
SELECT country FROM table_19001175_1 WHERE name = "Hideki Noda Category:Articles with hCards"
### Context: CREATE TABLE table_19001175_1 (country VARCHAR, name VARCHAR) ### Question: Name the country for hideki noda category:articles with hcards ### Answer: SELECT country FROM table_19001175_1 WHERE name = "Hideki Noda Category:Articles with hCards"
Name the number of poles for stefano livio category:articles with hcards
CREATE TABLE table_19001175_1 (poles VARCHAR, name VARCHAR)
SELECT COUNT(poles) FROM table_19001175_1 WHERE name = "Stefano Livio Category:Articles with hCards"
### Context: CREATE TABLE table_19001175_1 (poles VARCHAR, name VARCHAR) ### Question: Name the number of poles for stefano livio category:articles with hcards ### Answer: SELECT COUNT(poles) FROM table_19001175_1 WHERE name = "Stefano Livio Category:Articles with hCards"
Name the points for thierry tassin category:articles with hcards
CREATE TABLE table_19001175_1 (points VARCHAR, name VARCHAR)
SELECT points FROM table_19001175_1 WHERE name = "Thierry Tassin Category:Articles with hCards"
### Context: CREATE TABLE table_19001175_1 (points VARCHAR, name VARCHAR) ### Question: Name the points for thierry tassin category:articles with hcards ### Answer: SELECT points FROM table_19001175_1 WHERE name = "Thierry Tassin Category:Articles with hCards"
Name the number of wins for michele rugolo category:articles with hcards
CREATE TABLE table_19001175_1 (wins VARCHAR, name VARCHAR)
SELECT COUNT(wins) FROM table_19001175_1 WHERE name = "Michele Rugolo Category:Articles with hCards"
### Context: CREATE TABLE table_19001175_1 (wins VARCHAR, name VARCHAR) ### Question: Name the number of wins for michele rugolo category:articles with hcards ### Answer: SELECT COUNT(wins) FROM table_19001175_1 WHERE name = "Michele Rugolo Category:Articles with hCards"
Name the lg for ermengol
CREATE TABLE table_19018191_5 (l_g VARCHAR, player VARCHAR)
SELECT l_g FROM table_19018191_5 WHERE player = "Ermengol"
### Context: CREATE TABLE table_19018191_5 (l_g VARCHAR, player VARCHAR) ### Question: Name the lg for ermengol ### Answer: SELECT l_g FROM table_19018191_5 WHERE player = "Ermengol"
Name the nat for total apps for 27
CREATE TABLE table_19018191_5 (nat VARCHAR, total_apps VARCHAR)
SELECT nat FROM table_19018191_5 WHERE total_apps = 27
### Context: CREATE TABLE table_19018191_5 (nat VARCHAR, total_apps VARCHAR) ### Question: Name the nat for total apps for 27 ### Answer: SELECT nat FROM table_19018191_5 WHERE total_apps = 27
Name the number of apps for total g is 8
CREATE TABLE table_19018191_5 (l_apps VARCHAR, total_g VARCHAR)
SELECT COUNT(l_apps) FROM table_19018191_5 WHERE total_g = 8
### Context: CREATE TABLE table_19018191_5 (l_apps VARCHAR, total_g VARCHAR) ### Question: Name the number of apps for total g is 8 ### Answer: SELECT COUNT(l_apps) FROM table_19018191_5 WHERE total_g = 8
Name the player for l apps is 27
CREATE TABLE table_19018191_5 (player VARCHAR, l_apps VARCHAR)
SELECT player FROM table_19018191_5 WHERE l_apps = 27
### Context: CREATE TABLE table_19018191_5 (player VARCHAR, l_apps VARCHAR) ### Question: Name the player for l apps is 27 ### Answer: SELECT player FROM table_19018191_5 WHERE l_apps = 27
What are all the countries where the electric company Ebisa has a presence?
CREATE TABLE table_19001916_2 (country VARCHAR, entities VARCHAR)
SELECT country FROM table_19001916_2 WHERE entities = "EBISA"
### Context: CREATE TABLE table_19001916_2 (country VARCHAR, entities VARCHAR) ### Question: What are all the countries where the electric company Ebisa has a presence? ### Answer: SELECT country FROM table_19001916_2 WHERE entities = "EBISA"
In how many countries is Itaipu a supply point for electricity?
CREATE TABLE table_19001916_2 (country VARCHAR, supply_point VARCHAR)
SELECT COUNT(country) FROM table_19001916_2 WHERE supply_point = "Itaipu"
### Context: CREATE TABLE table_19001916_2 (country VARCHAR, supply_point VARCHAR) ### Question: In how many countries is Itaipu a supply point for electricity? ### Answer: SELECT COUNT(country) FROM table_19001916_2 WHERE supply_point = "Itaipu"
What are the electric companies drawing power from Itaipu?
CREATE TABLE table_19001916_2 (entities VARCHAR, supply_point VARCHAR)
SELECT entities FROM table_19001916_2 WHERE supply_point = "Itaipu"
### Context: CREATE TABLE table_19001916_2 (entities VARCHAR, supply_point VARCHAR) ### Question: What are the electric companies drawing power from Itaipu? ### Answer: SELECT entities FROM table_19001916_2 WHERE supply_point = "Itaipu"
what will the population of Asia be when Latin America/Caribbean is 783 (7.5%)?
CREATE TABLE table_19017269_5 (asia VARCHAR, latin_america_caribbean VARCHAR)
SELECT asia FROM table_19017269_5 WHERE latin_america_caribbean = "783 (7.5%)"
### Context: CREATE TABLE table_19017269_5 (asia VARCHAR, latin_america_caribbean VARCHAR) ### Question: what will the population of Asia be when Latin America/Caribbean is 783 (7.5%)? ### Answer: SELECT asia FROM table_19017269_5 WHERE latin_america_caribbean = "783 (7.5%)"
what will be the population of Europe when Northern America is 482 (4.7%)?
CREATE TABLE table_19017269_5 (europe VARCHAR, northern_america VARCHAR)
SELECT europe FROM table_19017269_5 WHERE northern_america = "482 (4.7%)"
### Context: CREATE TABLE table_19017269_5 (europe VARCHAR, northern_america VARCHAR) ### Question: what will be the population of Europe when Northern America is 482 (4.7%)? ### Answer: SELECT europe FROM table_19017269_5 WHERE northern_america = "482 (4.7%)"
what row is the population of Latin America/Caribbean when Asia is 4,894 (46.1%)?
CREATE TABLE table_19017269_5 (latin_america_caribbean VARCHAR, asia VARCHAR)
SELECT COUNT(latin_america_caribbean) FROM table_19017269_5 WHERE asia = "4,894 (46.1%)"
### Context: CREATE TABLE table_19017269_5 (latin_america_caribbean VARCHAR, asia VARCHAR) ### Question: what row is the population of Latin America/Caribbean when Asia is 4,894 (46.1%)? ### Answer: SELECT COUNT(latin_america_caribbean) FROM table_19017269_5 WHERE asia = "4,894 (46.1%)"
what will be the population of Africa when Oceania is 67 (0.6%)
CREATE TABLE table_19017269_5 (africa VARCHAR, oceania VARCHAR)
SELECT africa FROM table_19017269_5 WHERE oceania = "67 (0.6%)"
### Context: CREATE TABLE table_19017269_5 (africa VARCHAR, oceania VARCHAR) ### Question: what will be the population of Africa when Oceania is 67 (0.6%) ### Answer: SELECT africa FROM table_19017269_5 WHERE oceania = "67 (0.6%)"
What is population in the world when 788 (8.1%)?
CREATE TABLE table_19017269_5 (world INTEGER, latin_america_caribbean VARCHAR)
SELECT MIN(world) FROM table_19017269_5 WHERE latin_america_caribbean = "788 (8.1%)"
### Context: CREATE TABLE table_19017269_5 (world INTEGER, latin_america_caribbean VARCHAR) ### Question: What is population in the world when 788 (8.1%)? ### Answer: SELECT MIN(world) FROM table_19017269_5 WHERE latin_america_caribbean = "788 (8.1%)"
what is the worlds smallest population?
CREATE TABLE table_19017269_5 (world INTEGER)
SELECT MIN(world) FROM table_19017269_5
### Context: CREATE TABLE table_19017269_5 (world INTEGER) ### Question: what is the worlds smallest population? ### Answer: SELECT MIN(world) FROM table_19017269_5
What is the first year in the competition?
CREATE TABLE table_19047_2 (year INTEGER)
SELECT MIN(year) FROM table_19047_2
### Context: CREATE TABLE table_19047_2 (year INTEGER) ### Question: What is the first year in the competition? ### Answer: SELECT MIN(year) FROM table_19047_2
What is the result in the final versos Jennifer Capriati?
CREATE TABLE table_19047_2 (outcome VARCHAR, opponent_in_the_final VARCHAR)
SELECT outcome FROM table_19047_2 WHERE opponent_in_the_final = "Jennifer Capriati"
### Context: CREATE TABLE table_19047_2 (outcome VARCHAR, opponent_in_the_final VARCHAR) ### Question: What is the result in the final versos Jennifer Capriati? ### Answer: SELECT outcome FROM table_19047_2 WHERE opponent_in_the_final = "Jennifer Capriati"
What tournament did she win with a final score of 4–6, 7–5, 6–2?
CREATE TABLE table_19047_2 (championship VARCHAR, score_in_the_final VARCHAR)
SELECT championship FROM table_19047_2 WHERE score_in_the_final = "4–6, 7–5, 6–2"
### Context: CREATE TABLE table_19047_2 (championship VARCHAR, score_in_the_final VARCHAR) ### Question: What tournament did she win with a final score of 4–6, 7–5, 6–2? ### Answer: SELECT championship FROM table_19047_2 WHERE score_in_the_final = "4–6, 7–5, 6–2"
When joj agpangan* is the name how many duration's are there?
CREATE TABLE table_19061741_3 (duration VARCHAR, name VARCHAR)
SELECT COUNT(duration) FROM table_19061741_3 WHERE name = "Joj Agpangan*"
### Context: CREATE TABLE table_19061741_3 (duration VARCHAR, name VARCHAR) ### Question: When joj agpangan* is the name how many duration's are there? ### Answer: SELECT COUNT(duration) FROM table_19061741_3 WHERE name = "Joj Agpangan*"
When davao city is the home or representative town or province and clash 2010 is the edition how many ages are there?
CREATE TABLE table_19061741_3 (age VARCHAR, edition VARCHAR, home_or_representative_town_or_province VARCHAR)
SELECT COUNT(age) FROM table_19061741_3 WHERE edition = "Clash 2010" AND home_or_representative_town_or_province = "Davao City"
### Context: CREATE TABLE table_19061741_3 (age VARCHAR, edition VARCHAR, home_or_representative_town_or_province VARCHAR) ### Question: When davao city is the home or representative town or province and clash 2010 is the edition how many ages are there? ### Answer: SELECT COUNT(age) FROM table_19061741_3 WHERE editio...
When winner is the status and 77 is the total days in pbb house what is the edition?
CREATE TABLE table_19061741_3 (edition VARCHAR, total_days_in_pbb_house VARCHAR, status VARCHAR)
SELECT edition FROM table_19061741_3 WHERE total_days_in_pbb_house = 77 AND status = "Winner"
### Context: CREATE TABLE table_19061741_3 (edition VARCHAR, total_days_in_pbb_house VARCHAR, status VARCHAR) ### Question: When winner is the status and 77 is the total days in pbb house what is the edition? ### Answer: SELECT edition FROM table_19061741_3 WHERE total_days_in_pbb_house = 77 AND status = "Winner"
When days 1-86 is the duration how many names are there?
CREATE TABLE table_19061741_3 (name VARCHAR, duration VARCHAR)
SELECT COUNT(name) FROM table_19061741_3 WHERE duration = "Days 1-86"
### Context: CREATE TABLE table_19061741_3 (name VARCHAR, duration VARCHAR) ### Question: When days 1-86 is the duration how many names are there? ### Answer: SELECT COUNT(name) FROM table_19061741_3 WHERE duration = "Days 1-86"
WHen joaqui mendoza is the name how long is the duration?
CREATE TABLE table_19061741_3 (duration VARCHAR, name VARCHAR)
SELECT duration FROM table_19061741_3 WHERE name = "Joaqui Mendoza"
### Context: CREATE TABLE table_19061741_3 (duration VARCHAR, name VARCHAR) ### Question: WHen joaqui mendoza is the name how long is the duration? ### Answer: SELECT duration FROM table_19061741_3 WHERE name = "Joaqui Mendoza"
When guiguinto, bulacan is the home or representative town or province how many names are there?
CREATE TABLE table_19061741_3 (name VARCHAR, home_or_representative_town_or_province VARCHAR)
SELECT COUNT(name) FROM table_19061741_3 WHERE home_or_representative_town_or_province = "Guiguinto, Bulacan"
### Context: CREATE TABLE table_19061741_3 (name VARCHAR, home_or_representative_town_or_province VARCHAR) ### Question: When guiguinto, bulacan is the home or representative town or province how many names are there? ### Answer: SELECT COUNT(name) FROM table_19061741_3 WHERE home_or_representative_town_or_province = ...
When 3t7458 is the production code who are the writers?
CREATE TABLE table_19068566_1 (written_by VARCHAR, production_code VARCHAR)
SELECT written_by FROM table_19068566_1 WHERE production_code = "3T7458"
### Context: CREATE TABLE table_19068566_1 (written_by VARCHAR, production_code VARCHAR) ### Question: When 3t7458 is the production code who are the writers? ### Answer: SELECT written_by FROM table_19068566_1 WHERE production_code = "3T7458"
When there are 3.39 million u.s viewers what is the production code?
CREATE TABLE table_19068566_1 (production_code VARCHAR, us_viewers__million_ VARCHAR)
SELECT production_code FROM table_19068566_1 WHERE us_viewers__million_ = "3.39"
### Context: CREATE TABLE table_19068566_1 (production_code VARCHAR, us_viewers__million_ VARCHAR) ### Question: When there are 3.39 million u.s viewers what is the production code? ### Answer: SELECT production_code FROM table_19068566_1 WHERE us_viewers__million_ = "3.39"
When 3t7461 is the production code who is the director?
CREATE TABLE table_19068566_1 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_19068566_1 WHERE production_code = "3T7461"
### Context: CREATE TABLE table_19068566_1 (directed_by VARCHAR, production_code VARCHAR) ### Question: When 3t7461 is the production code who is the director? ### Answer: SELECT directed_by FROM table_19068566_1 WHERE production_code = "3T7461"
What was the score at the end of the match number 4?
CREATE TABLE table_19072602_1 (score VARCHAR, match_no VARCHAR)
SELECT score FROM table_19072602_1 WHERE match_no = 4
### Context: CREATE TABLE table_19072602_1 (score VARCHAR, match_no VARCHAR) ### Question: What was the score at the end of the match number 4? ### Answer: SELECT score FROM table_19072602_1 WHERE match_no = 4
What's the match number where Bill Hoffman plays for Team USA?
CREATE TABLE table_19072602_1 (match_no INTEGER, team_usa VARCHAR)
SELECT MIN(match_no) FROM table_19072602_1 WHERE team_usa = "Bill Hoffman"
### Context: CREATE TABLE table_19072602_1 (match_no INTEGER, team_usa VARCHAR) ### Question: What's the match number where Bill Hoffman plays for Team USA? ### Answer: SELECT MIN(match_no) FROM table_19072602_1 WHERE team_usa = "Bill Hoffman"
How many different scores did Team Europe get when Mika Koivuniemi played for them?
CREATE TABLE table_19072602_1 (score VARCHAR, team_europe VARCHAR)
SELECT COUNT(score) FROM table_19072602_1 WHERE team_europe = "Mika Koivuniemi"
### Context: CREATE TABLE table_19072602_1 (score VARCHAR, team_europe VARCHAR) ### Question: How many different scores did Team Europe get when Mika Koivuniemi played for them? ### Answer: SELECT COUNT(score) FROM table_19072602_1 WHERE team_europe = "Mika Koivuniemi"
What was the score when Tore Torgersen played for Team Europe?
CREATE TABLE table_19072602_1 (score VARCHAR, team_europe VARCHAR)
SELECT score FROM table_19072602_1 WHERE team_europe = "Tore Torgersen"
### Context: CREATE TABLE table_19072602_1 (score VARCHAR, team_europe VARCHAR) ### Question: What was the score when Tore Torgersen played for Team Europe? ### Answer: SELECT score FROM table_19072602_1 WHERE team_europe = "Tore Torgersen"
Name the launch date for duration days 174.14
CREATE TABLE table_1906515_1 (launch_date VARCHAR, duration__days_ VARCHAR)
SELECT launch_date FROM table_1906515_1 WHERE duration__days_ = "174.14"
### Context: CREATE TABLE table_1906515_1 (launch_date VARCHAR, duration__days_ VARCHAR) ### Question: Name the launch date for duration days 174.14 ### Answer: SELECT launch_date FROM table_1906515_1 WHERE duration__days_ = "174.14"
What is the total number of 3rd placed teams when the host is University of Manitoba, Winnipeg, Manitoba?
CREATE TABLE table_1906920_1 (host VARCHAR)
SELECT COUNT(3 AS rd_place) FROM table_1906920_1 WHERE host = "University of Manitoba, Winnipeg, Manitoba"
### Context: CREATE TABLE table_1906920_1 (host VARCHAR) ### Question: What is the total number of 3rd placed teams when the host is University of Manitoba, Winnipeg, Manitoba? ### Answer: SELECT COUNT(3 AS rd_place) FROM table_1906920_1 WHERE host = "University of Manitoba, Winnipeg, Manitoba"
When tim mack is on team usa what is the progressive total?
CREATE TABLE table_19072602_3 (progressive_total VARCHAR, team_usa VARCHAR)
SELECT progressive_total FROM table_19072602_3 WHERE team_usa = "Tim Mack"
### Context: CREATE TABLE table_19072602_3 (progressive_total VARCHAR, team_usa VARCHAR) ### Question: When tim mack is on team usa what is the progressive total? ### Answer: SELECT progressive_total FROM table_19072602_3 WHERE team_usa = "Tim Mack"
When 14 is the match number how many usa teams are there?
CREATE TABLE table_19072602_3 (team_usa VARCHAR, match_no VARCHAR)
SELECT COUNT(team_usa) FROM table_19072602_3 WHERE match_no = 14
### Context: CREATE TABLE table_19072602_3 (team_usa VARCHAR, match_no VARCHAR) ### Question: When 14 is the match number how many usa teams are there? ### Answer: SELECT COUNT(team_usa) FROM table_19072602_3 WHERE match_no = 14
When chris barnes is on team usa how many europe teams are there?
CREATE TABLE table_19072602_3 (team_europe VARCHAR, team_usa VARCHAR)
SELECT COUNT(team_europe) FROM table_19072602_3 WHERE team_usa = "Chris Barnes"
### Context: CREATE TABLE table_19072602_3 (team_europe VARCHAR, team_usa VARCHAR) ### Question: When chris barnes is on team usa how many europe teams are there? ### Answer: SELECT COUNT(team_europe) FROM table_19072602_3 WHERE team_usa = "Chris Barnes"
in the year 1998/99 what was the league
CREATE TABLE table_1908049_1 (league VARCHAR, year VARCHAR)
SELECT league FROM table_1908049_1 WHERE year = "1998/99"
### Context: CREATE TABLE table_1908049_1 (league VARCHAR, year VARCHAR) ### Question: in the year 1998/99 what was the league ### Answer: SELECT league FROM table_1908049_1 WHERE year = "1998/99"
in the year 1995/96 what was the reg. season
CREATE TABLE table_1908049_1 (reg_season VARCHAR, year VARCHAR)
SELECT reg_season FROM table_1908049_1 WHERE year = "1995/96"
### Context: CREATE TABLE table_1908049_1 (reg_season VARCHAR, year VARCHAR) ### Question: in the year 1995/96 what was the reg. season ### Answer: SELECT reg_season FROM table_1908049_1 WHERE year = "1995/96"
in what playoffs the league was in the semifinals
CREATE TABLE table_1908049_1 (league VARCHAR, playoffs VARCHAR)
SELECT league FROM table_1908049_1 WHERE playoffs = "Semifinals"
### Context: CREATE TABLE table_1908049_1 (league VARCHAR, playoffs VARCHAR) ### Question: in what playoffs the league was in the semifinals ### Answer: SELECT league FROM table_1908049_1 WHERE playoffs = "Semifinals"
what was the year where in the playoffs was champions
CREATE TABLE table_1908049_1 (year VARCHAR, playoffs VARCHAR)
SELECT year FROM table_1908049_1 WHERE playoffs = "Champions"
### Context: CREATE TABLE table_1908049_1 (year VARCHAR, playoffs VARCHAR) ### Question: what was the year where in the playoffs was champions ### Answer: SELECT year FROM table_1908049_1 WHERE playoffs = "Champions"
what where the playoffs where the avg attendance of the team was 3416
CREATE TABLE table_1908049_1 (playoffs VARCHAR, avg_attendance VARCHAR)
SELECT playoffs FROM table_1908049_1 WHERE avg_attendance = 3416
### Context: CREATE TABLE table_1908049_1 (playoffs VARCHAR, avg_attendance VARCHAR) ### Question: what where the playoffs where the avg attendance of the team was 3416 ### Answer: SELECT playoffs FROM table_1908049_1 WHERE avg_attendance = 3416
when did the club Citizen achieve its last top division title?
CREATE TABLE table_1908877_2 (last_top_division_title VARCHAR, club VARCHAR)
SELECT last_top_division_title FROM table_1908877_2 WHERE club = "Citizen"
### Context: CREATE TABLE table_1908877_2 (last_top_division_title VARCHAR, club VARCHAR) ### Question: when did the club Citizen achieve its last top division title? ### Answer: SELECT last_top_division_title FROM table_1908877_2 WHERE club = "Citizen"
How many clubs achieved the 5th position in 2012-13?
CREATE TABLE table_1908877_2 (top_division_titles VARCHAR, position_in_2012_13 VARCHAR)
SELECT COUNT(top_division_titles) FROM table_1908877_2 WHERE position_in_2012_13 = "5th"
### Context: CREATE TABLE table_1908877_2 (top_division_titles VARCHAR, position_in_2012_13 VARCHAR) ### Question: How many clubs achieved the 5th position in 2012-13? ### Answer: SELECT COUNT(top_division_titles) FROM table_1908877_2 WHERE position_in_2012_13 = "5th"
When interplanet janet is the episode title who is the music by?
CREATE TABLE table_191105_3 (music_by VARCHAR, episode_title VARCHAR)
SELECT music_by FROM table_191105_3 WHERE episode_title = "Interplanet Janet"
### Context: CREATE TABLE table_191105_3 (music_by VARCHAR, episode_title VARCHAR) ### Question: When interplanet janet is the episode title who is the music by? ### Answer: SELECT music_by FROM table_191105_3 WHERE episode_title = "Interplanet Janet"
WHen jaime aff and christine langner are the performers what is the subject?
CREATE TABLE table_191105_3 (subject VARCHAR, performed_by VARCHAR)
SELECT subject FROM table_191105_3 WHERE performed_by = "Jaime Aff and Christine Langner"
### Context: CREATE TABLE table_191105_3 (subject VARCHAR, performed_by VARCHAR) ### Question: WHen jaime aff and christine langner are the performers what is the subject? ### Answer: SELECT subject FROM table_191105_3 WHERE performed_by = "Jaime Aff and Christine Langner"
If skeletal system is the subject when was it first aired?
CREATE TABLE table_191105_3 (first_aired VARCHAR, subject VARCHAR)
SELECT first_aired FROM table_191105_3 WHERE subject = "Skeletal system"
### Context: CREATE TABLE table_191105_3 (first_aired VARCHAR, subject VARCHAR) ### Question: If skeletal system is the subject when was it first aired? ### Answer: SELECT first_aired FROM table_191105_3 WHERE subject = "Skeletal system"
When zachary sanders is the performer what is the lowerst first aired?
CREATE TABLE table_191105_3 (first_aired INTEGER, performed_by VARCHAR)
SELECT MIN(first_aired) FROM table_191105_3 WHERE performed_by = "Zachary Sanders"
### Context: CREATE TABLE table_191105_3 (first_aired INTEGER, performed_by VARCHAR) ### Question: When zachary sanders is the performer what is the lowerst first aired? ### Answer: SELECT MIN(first_aired) FROM table_191105_3 WHERE performed_by = "Zachary Sanders"
What's the amount of winnings (in $) in the year with 2 wins?
CREATE TABLE table_1909647_2 (winnings VARCHAR, wins VARCHAR)
SELECT winnings FROM table_1909647_2 WHERE wins = 2
### Context: CREATE TABLE table_1909647_2 (winnings VARCHAR, wins VARCHAR) ### Question: What's the amount of winnings (in $) in the year with 2 wins? ### Answer: SELECT winnings FROM table_1909647_2 WHERE wins = 2
What's the number of starts in the year with 19.3 average finish?
CREATE TABLE table_1909647_2 (starts INTEGER, avg_finish VARCHAR)
SELECT MIN(starts) FROM table_1909647_2 WHERE avg_finish = "19.3"
### Context: CREATE TABLE table_1909647_2 (starts INTEGER, avg_finish VARCHAR) ### Question: What's the number of starts in the year with 19.3 average finish? ### Answer: SELECT MIN(starts) FROM table_1909647_2 WHERE avg_finish = "19.3"
In what year did the #14 FitzBradshaw Racing compete?
CREATE TABLE table_1909647_2 (year VARCHAR, team_s_ VARCHAR)
SELECT year FROM table_1909647_2 WHERE team_s_ = "#14 FitzBradshaw Racing"
### Context: CREATE TABLE table_1909647_2 (year VARCHAR, team_s_ VARCHAR) ### Question: In what year did the #14 FitzBradshaw Racing compete? ### Answer: SELECT year FROM table_1909647_2 WHERE team_s_ = "#14 FitzBradshaw Racing"
What's the average finish in 2008?
CREATE TABLE table_1909647_2 (avg_finish VARCHAR, year VARCHAR)
SELECT avg_finish FROM table_1909647_2 WHERE year = 2008
### Context: CREATE TABLE table_1909647_2 (avg_finish VARCHAR, year VARCHAR) ### Question: What's the average finish in 2008? ### Answer: SELECT avg_finish FROM table_1909647_2 WHERE year = 2008
What's #14 FitzBradshaw Racing's top 5 result?
CREATE TABLE table_1909647_2 (top_5 INTEGER, team_s_ VARCHAR)
SELECT MAX(top_5) FROM table_1909647_2 WHERE team_s_ = "#14 FitzBradshaw Racing"
### Context: CREATE TABLE table_1909647_2 (top_5 INTEGER, team_s_ VARCHAR) ### Question: What's #14 FitzBradshaw Racing's top 5 result? ### Answer: SELECT MAX(top_5) FROM table_1909647_2 WHERE team_s_ = "#14 FitzBradshaw Racing"
What is the date for the episode performed by Sue Manchester?
CREATE TABLE table_191105_4 (first_aired VARCHAR, performed_by VARCHAR)
SELECT first_aired FROM table_191105_4 WHERE performed_by = "Sue Manchester"
### Context: CREATE TABLE table_191105_4 (first_aired VARCHAR, performed_by VARCHAR) ### Question: What is the date for the episode performed by Sue Manchester? ### Answer: SELECT first_aired FROM table_191105_4 WHERE performed_by = "Sue Manchester"
Who is the music by for episode the Elbow Room?
CREATE TABLE table_191105_4 (music_by VARCHAR, episode_title VARCHAR)
SELECT music_by FROM table_191105_4 WHERE episode_title = "Elbow Room"
### Context: CREATE TABLE table_191105_4 (music_by VARCHAR, episode_title VARCHAR) ### Question: Who is the music by for episode the Elbow Room? ### Answer: SELECT music_by FROM table_191105_4 WHERE episode_title = "Elbow Room"
What is the name of the episode performed by Essra Mohawk
CREATE TABLE table_191105_4 (episode_title VARCHAR, performed_by VARCHAR)
SELECT episode_title FROM table_191105_4 WHERE performed_by = "Essra Mohawk"
### Context: CREATE TABLE table_191105_4 (episode_title VARCHAR, performed_by VARCHAR) ### Question: What is the name of the episode performed by Essra Mohawk ### Answer: SELECT episode_title FROM table_191105_4 WHERE performed_by = "Essra Mohawk"
When five is the new channel what is the date of original removal?
CREATE TABLE table_19114172_11 (date_s__of_original_removal VARCHAR, new_channel_s_ VARCHAR)
SELECT date_s__of_original_removal FROM table_19114172_11 WHERE new_channel_s_ = "Five"
### Context: CREATE TABLE table_19114172_11 (date_s__of_original_removal VARCHAR, new_channel_s_ VARCHAR) ### Question: When five is the new channel what is the date of original removal? ### Answer: SELECT date_s__of_original_removal FROM table_19114172_11 WHERE new_channel_s_ = "Five"
When bbc two is the original channel what is the date of original removal?
CREATE TABLE table_19114172_11 (date_s__of_original_removal VARCHAR, original_channel VARCHAR)
SELECT date_s__of_original_removal FROM table_19114172_11 WHERE original_channel = "BBC Two"
### Context: CREATE TABLE table_19114172_11 (date_s__of_original_removal VARCHAR, original_channel VARCHAR) ### Question: When bbc two is the original channel what is the date of original removal? ### Answer: SELECT date_s__of_original_removal FROM table_19114172_11 WHERE original_channel = "BBC Two"
When bbc two is the new channel what is the date of return?
CREATE TABLE table_19114172_11 (date_of_return VARCHAR, new_channel_s_ VARCHAR)
SELECT date_of_return FROM table_19114172_11 WHERE new_channel_s_ = "BBC Two"
### Context: CREATE TABLE table_19114172_11 (date_of_return VARCHAR, new_channel_s_ VARCHAR) ### Question: When bbc two is the new channel what is the date of return? ### Answer: SELECT date_of_return FROM table_19114172_11 WHERE new_channel_s_ = "BBC Two"
What's team #2 in the round where team $1 is Ilisiakos?
CREATE TABLE table_19130829_4 (team__number2 VARCHAR, team__number1 VARCHAR)
SELECT team__number2 FROM table_19130829_4 WHERE team__number1 = "Ilisiakos"
### Context: CREATE TABLE table_19130829_4 (team__number2 VARCHAR, team__number1 VARCHAR) ### Question: What's team #2 in the round where team $1 is Ilisiakos? ### Answer: SELECT team__number2 FROM table_19130829_4 WHERE team__number1 = "Ilisiakos"
What's the team #2 in the round where team #1 is Iraklis?
CREATE TABLE table_19130829_4 (team__number2 VARCHAR, team__number1 VARCHAR)
SELECT team__number2 FROM table_19130829_4 WHERE team__number1 = "Iraklis"
### Context: CREATE TABLE table_19130829_4 (team__number2 VARCHAR, team__number1 VARCHAR) ### Question: What's the team #2 in the round where team #1 is Iraklis? ### Answer: SELECT team__number2 FROM table_19130829_4 WHERE team__number1 = "Iraklis"
What's the 1st leg result in the round where team #1 is Iraklis?
CREATE TABLE table_19130829_4 (team__number1 VARCHAR)
SELECT 1 AS st_leg FROM table_19130829_4 WHERE team__number1 = "Iraklis"
### Context: CREATE TABLE table_19130829_4 (team__number1 VARCHAR) ### Question: What's the 1st leg result in the round where team #1 is Iraklis? ### Answer: SELECT 1 AS st_leg FROM table_19130829_4 WHERE team__number1 = "Iraklis"
What's the 2nd leg result in the round where Panionios is team #2?
CREATE TABLE table_19130829_4 (team__number2 VARCHAR)
SELECT 2 AS nd_leg FROM table_19130829_4 WHERE team__number2 = "Panionios"
### Context: CREATE TABLE table_19130829_4 (team__number2 VARCHAR) ### Question: What's the 2nd leg result in the round where Panionios is team #2? ### Answer: SELECT 2 AS nd_leg FROM table_19130829_4 WHERE team__number2 = "Panionios"
What's the 2nd leg result in the round where team #1 is Iraklis?
CREATE TABLE table_19130829_4 (team__number1 VARCHAR)
SELECT 2 AS nd_leg FROM table_19130829_4 WHERE team__number1 = "Iraklis"
### Context: CREATE TABLE table_19130829_4 (team__number1 VARCHAR) ### Question: What's the 2nd leg result in the round where team #1 is Iraklis? ### Answer: SELECT 2 AS nd_leg FROM table_19130829_4 WHERE team__number1 = "Iraklis"
What is the dma when the format is rhythmic contemporary?
CREATE TABLE table_19131921_1 (dma INTEGER, format VARCHAR)
SELECT MIN(dma) FROM table_19131921_1 WHERE format = "Rhythmic Contemporary"
### Context: CREATE TABLE table_19131921_1 (dma INTEGER, format VARCHAR) ### Question: What is the dma when the format is rhythmic contemporary? ### Answer: SELECT MIN(dma) FROM table_19131921_1 WHERE format = "Rhythmic Contemporary"