combined_text
stringlengths
106
1.05k
###question:Name the % indian american for asian population 126965###answer: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 % asian american for 23526###answer: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: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 Narrows"###context:CREATE TABLE table_189598_7 (population_density__per_km²_ VARCHAR, name 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###context:CREATE TABLE table_189598_7 (land_area__km²_ VARCHAR, population__2011_ 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"###context:CREATE TABLE table_189598_7 (population__2011_ INTEGER, land_area__km²_ 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"###context:CREATE TABLE table_189598_7 (population__2011_ INTEGER, name 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"###context:CREATE TABLE table_189598_7 (population__2011_ VARCHAR, change___percentage_ 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"###context:CREATE TABLE table_189598_7 (name VARCHAR, land_area__km²_ 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_obese__adults = "60.0%"###context:CREATE TABLE table_18958648_1 (state_and_district_of_columbia VARCHAR, overweight__incl_obese__adu...
###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###context:CREATE TABLE table_18958648_1 (overweight__incl_obese__adults VARCHAR, obesity_rank 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"###context:CREATE TABLE table_18958648_1 (obesity_rank INTEGER, state_and_district_of_columbia 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_obese__adults = "65.4%"###context:CREATE TABLE table_18958648_1 (state_and_district_of_columbia VARCHAR, overweight__incl_obese__a...
###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 obese_children_and_adolescents = "12.4%"###context:CREATE TABLE table_18958648_1 (overweight__incl_obese__adults VARCHAR, obese_...
###question:Who directed the film Gomorra?###answer: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:What language was spoken in Everlasting Moments?###answer: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 is the original title of the film submitted by Greece?###answer:SELECT original_title FROM table_18994724_1 WHERE submitting_country = "Greece"###context:CREATE TABLE table_18994724_1 (original_title VARCHAR, submitting_country 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"###context:CREATE TABLE table_18994724_1 (director_s_ VARCHAR, film_title_used_in_nomination 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"###context:CREATE TABLE table_189893_1 (population__2006_ VARCHAR, mother_tongue VARCHAR)
###question:What is the lowest population(2011)?###answer:SELECT MIN(population__2011_) FROM table_189893_1###context:CREATE TABLE table_189893_1 (population__2011_ INTEGER)
###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%"###context:CREATE TABLE table_189893_1 (population__2006_ INTEGER, percentage__2011_ 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%"###context:CREATE TABLE table_189893_1 (population__2011_ VARCHAR, percentage__2006_ 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"###context:CREATE TABLE table_189893_1 (percentage__2006_ VARCHAR, mother_tongue VARCHAR)
###question:Which team/s have 48 goals total?###answer:SELECT club FROM table_18967450_2 WHERE goals = 48###context:CREATE TABLE table_18967450_2 (club VARCHAR, goals 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"###context:CREATE TABLE table_18974269_1 (player VARCHAR, original_season VARCHAR, eliminated 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"###context:CREATE TABLE table_18974269_1 (player VARCHAR, original_season VARCHAR, gender 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"###context:CREATE TABLE table_18974269_1 (gender VARCHAR, original_season VARCHAR)
###question:What was the season where Evelyn Smith was on?###answer:SELECT original_season FROM table_18974269_1 WHERE player = "Evelyn Smith"###context:CREATE TABLE table_18974269_1 (original_season VARCHAR, player 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 original_west_end_performer = "Jordan Dunne"###context:CREATE TABLE table_1901751_1 (original_australian_performer 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"###context:CREATE TABLE table_1901751_1 (original_west_end_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"###context:CREATE TABLE table_1901751_1 (original_broadway_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"###context:CREATE TABLE table_1901751_1 (original_west_end_performer VARCHAR, character 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_performer = "Susan-Ann Walker"###context:CREATE TABLE table_1901751_1 (original_australian...
###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_end_performer = "Linzi Hateley"###context:CREATE TABLE table_1901751_1 (original_australian_performer VARCHAR, original_west_...
###question:Name the minimum wins###answer:SELECT MIN(wins) FROM table_19001175_1###context:CREATE TABLE table_19001175_1 (wins INTEGER)
###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"###context:CREATE TABLE table_19001175_1 (country 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"###context:CREATE TABLE table_19001175_1 (poles 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"###context:CREATE TABLE table_19001175_1 (points 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"###context:CREATE TABLE table_19001175_1 (wins VARCHAR, name VARCHAR)
###question:Name the lg for ermengol###answer:SELECT l_g FROM table_19018191_5 WHERE player = "Ermengol"###context:CREATE TABLE table_19018191_5 (l_g VARCHAR, player VARCHAR)
###question:Name the nat for total apps for 27###answer:SELECT nat FROM table_19018191_5 WHERE total_apps = 27###context:CREATE TABLE table_19018191_5 (nat VARCHAR, total_apps 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###context:CREATE TABLE table_19018191_5 (l_apps VARCHAR, total_g VARCHAR)
###question:Name the player for l apps is 27###answer:SELECT player FROM table_19018191_5 WHERE l_apps = 27###context:CREATE TABLE table_19018191_5 (player VARCHAR, l_apps 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"###context:CREATE TABLE table_19001916_2 (country VARCHAR, entities 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"###context:CREATE TABLE table_19001916_2 (country 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"###context:CREATE TABLE table_19001916_2 (entities VARCHAR, supply_point 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%)"###context:CREATE TABLE table_19017269_5 (asia VARCHAR, latin_america_caribbean 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%)"###context:CREATE TABLE table_19017269_5 (europe VARCHAR, northern_america 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%)"###context:CREATE TABLE table_19017269_5 (latin_america_caribbean VARCHAR, asia 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%)"###context:CREATE TABLE table_19017269_5 (africa VARCHAR, oceania 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%)"###context:CREATE TABLE table_19017269_5 (world INTEGER, latin_america_caribbean VARCHAR)
###question:what is the worlds smallest population?###answer:SELECT MIN(world) FROM table_19017269_5###context:CREATE TABLE table_19017269_5 (world INTEGER)
###question:What is the first year in the competition?###answer:SELECT MIN(year) FROM table_19047_2###context:CREATE TABLE table_19047_2 (year INTEGER)
###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"###context:CREATE TABLE table_19047_2 (outcome VARCHAR, opponent_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"###context:CREATE TABLE table_19047_2 (championship VARCHAR, score_in_the_final 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*"###context:CREATE TABLE table_19061741_3 (duration VARCHAR, name 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 edition = "Clash 2010" AND home_or_representative_town_or_province = "Davao City"###context:CREATE TABLE table_19061741_3 (age 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"###context:CREATE TABLE table_19061741_3 (edition VARCHAR, total_days_in_pbb_house VARCHAR, status 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"###context:CREATE TABLE table_19061741_3 (name VARCHAR, duration VARCHAR)
###question:WHen joaqui mendoza is the name how long is the duration?###answer:SELECT duration FROM table_19061741_3 WHERE name = "Joaqui Mendoza"###context:CREATE TABLE table_19061741_3 (duration VARCHAR, name 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 = "Guiguinto, Bulacan"###context:CREATE TABLE table_19061741_3 (name VARCHAR, home_or_representative_town_or_provi...
###question:When 3t7458 is the production code who are the writers?###answer: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 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"###context:CREATE TABLE table_19068566_1 (production_code VARCHAR, us_viewers__million_ VARCHAR)
###question:When 3t7461 is the production code who is the director?###answer:SELECT directed_by FROM table_19068566_1 WHERE production_code = "3T7461"###context:CREATE TABLE table_19068566_1 (directed_by VARCHAR, production_code 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###context:CREATE TABLE table_19072602_1 (score VARCHAR, match_no 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"###context:CREATE TABLE table_19072602_1 (match_no INTEGER, team_usa 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"###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"###context:CREATE TABLE table_19072602_1 (score VARCHAR, team_europe VARCHAR)
###question:Name the launch date for duration days 174.14###answer: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: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"###context:CREATE TABLE table_1906920_1 (host 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"###context:CREATE TABLE table_19072602_3 (progressive_total VARCHAR, team_usa 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###context:CREATE TABLE table_19072602_3 (team_usa VARCHAR, match_no 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"###context:CREATE TABLE table_19072602_3 (team_europe VARCHAR, team_usa VARCHAR)
###question:in the year 1998/99 what was the league###answer:SELECT league FROM table_1908049_1 WHERE year = "1998/99"###context:CREATE TABLE table_1908049_1 (league 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"###context:CREATE TABLE table_1908049_1 (reg_season VARCHAR, year VARCHAR)
###question:in what playoffs the league was in the semifinals###answer:SELECT league FROM table_1908049_1 WHERE playoffs = "Semifinals"###context:CREATE TABLE table_1908049_1 (league VARCHAR, playoffs VARCHAR)
###question:what was the year where in the playoffs was champions###answer:SELECT year FROM table_1908049_1 WHERE playoffs = "Champions"###context:CREATE TABLE table_1908049_1 (year VARCHAR, playoffs 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###context:CREATE TABLE table_1908049_1 (playoffs VARCHAR, avg_attendance 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"###context:CREATE TABLE table_1908877_2 (last_top_division_title VARCHAR, club 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"###context:CREATE TABLE table_1908877_2 (top_division_titles VARCHAR, position_in_2012_13 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"###context:CREATE TABLE table_191105_3 (music_by VARCHAR, episode_title 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"###context:CREATE TABLE table_191105_3 (subject VARCHAR, performed_by 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"###context:CREATE TABLE table_191105_3 (first_aired VARCHAR, subject 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"###context:CREATE TABLE table_191105_3 (first_aired INTEGER, performed_by 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###context:CREATE TABLE table_1909647_2 (winnings VARCHAR, wins 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"###context:CREATE TABLE table_1909647_2 (starts INTEGER, avg_finish VARCHAR)
###question:In what year did the #14 FitzBradshaw Racing compete?###answer:SELECT year FROM table_1909647_2 WHERE team_s_ = "#14 FitzBradshaw Racing"###context:CREATE TABLE table_1909647_2 (year VARCHAR, team_s_ VARCHAR)
###question:What's the average finish in 2008?###answer:SELECT avg_finish FROM table_1909647_2 WHERE year = 2008###context:CREATE TABLE table_1909647_2 (avg_finish VARCHAR, year 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"###context:CREATE TABLE table_1909647_2 (top_5 INTEGER, team_s_ 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"###context:CREATE TABLE table_191105_4 (first_aired VARCHAR, performed_by 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"###context:CREATE TABLE table_191105_4 (music_by VARCHAR, episode_title 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"###context:CREATE TABLE table_191105_4 (episode_title VARCHAR, performed_by 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"###context:CREATE TABLE table_19114172_11 (date_s__of_original_removal VARCHAR, new_channel_s_ 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"###context:CREATE TABLE table_19114172_11 (date_s__of_original_removal VARCHAR, original_channel 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"###context:CREATE TABLE table_19114172_11 (date_of_return VARCHAR, new_channel_s_ 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"###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"###context:CREATE TABLE table_19130829_4 (team__number2 VARCHAR, 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"###context:CREATE TABLE table_19130829_4 (team__number1 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"###context:CREATE TABLE table_19130829_4 (team__number2 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"###context:CREATE TABLE table_19130829_4 (team__number1 VARCHAR)
###question:What is the dma when the format is rhythmic contemporary?###answer:SELECT MIN(dma) FROM table_19131921_1 WHERE format = "Rhythmic Contemporary"###context:CREATE TABLE table_19131921_1 (dma INTEGER, format VARCHAR)