question
stringlengths
12
244
context
stringlengths
27
489
answer
dict
Name the % indian american for asian population 126965
CREATE TABLE table_18963843_1 (_percentage_indian_american VARCHAR, asian_american_population__2010_ VARCHAR)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT COUNT(population_density__per_km²_) FROM table_189598_7 WHERE name = \"Buffalo Narrows\"" }
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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT state_and_district_of_columbia FROM table_18958648_1 WHERE overweight__incl_obese__adults = \"60.0%\"" }
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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT COUNT(state_and_district_of_columbia) FROM table_18958648_1 WHERE overweight__incl_obese__adults = \"65.4%\"" }
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)
{ "SQL_Query": "SELECT overweight__incl_obese__adults FROM table_18958648_1 WHERE obese_children_and_adolescents = \"12.4%\"" }
Who directed the film Gomorra?
CREATE TABLE table_18994724_1 (director_s_ VARCHAR, film_title_used_in_nomination VARCHAR)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT COUNT(original_australian_performer) FROM table_1901751_1 WHERE original_west_end_performer = \"Jordan Dunne\"" }
Who is the Original west end performer for the character Martha?
CREATE TABLE table_1901751_1 (original_west_end_performer VARCHAR, character VARCHAR)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT 2005 AS _world_aids_day_benefit_dream_cast FROM table_1901751_1 WHERE original_australian_performer = \"Susan-Ann Walker\"" }
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)
{ "SQL_Query": "SELECT original_australian_performer FROM table_1901751_1 WHERE original_west_end_performer = \"Linzi Hateley\"" }
Name the minimum wins
CREATE TABLE table_19001175_1 (wins INTEGER)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT MIN(world) FROM table_19017269_5" }
What is the first year in the competition?
CREATE TABLE table_19047_2 (year INTEGER)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT COUNT(age) FROM table_19061741_3 WHERE edition = \"Clash 2010\" AND home_or_representative_town_or_province = \"Davao City\"" }
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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT COUNT(name) FROM table_19061741_3 WHERE home_or_representative_town_or_province = \"Guiguinto, Bulacan\"" }
When 3t7458 is the production code who are the writers?
CREATE TABLE table_19068566_1 (written_by VARCHAR, production_code VARCHAR)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "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)
{ "SQL_Query": "SELECT MIN(dma) FROM table_19131921_1 WHERE format = \"Rhythmic Contemporary\"" }