Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
33,200 | <question>: Name the % indian american for asian population 126965 <context>: 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 |
33,201 | <question>: Name the % asian american for 23526 <context>: 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 |
33,202 | <question>: When buffalo narrows is the name how many measurements of population density per kilometer squared are there? <context>: 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" |
33,203 | <question>: When 1233 is the population of 2011 what is the land area in kilometers squared? <context>: CREATE TABLE table_189598_7 (land_area__km²_ VARCHAR, population__2011_ VARCHAR) | SELECT land_area__km²_ FROM table_189598_7 WHERE population__2011_ = 1233 |
33,204 | <question>: When 6.00 is the land area in kilometers squared what is the highest population of 2011? <context>: 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" |
33,205 | <question>: When beauval is the name what is the lowest population of 2011? <context>: CREATE TABLE table_189598_7 (population__2011_ INTEGER, name VARCHAR) | SELECT MIN(population__2011_) FROM table_189598_7 WHERE name = "Beauval" |
33,206 | <question>: When 4.5 is the percentage of change how many population counts were made for 2011? <context>: CREATE TABLE table_189598_7 (population__2011_ VARCHAR, change___percentage_ VARCHAR) | SELECT COUNT(population__2011_) FROM table_189598_7 WHERE change___percentage_ = "4.5" |
33,207 | <question>: When 14.85 kilometers squared is the land area what is the name? <context>: CREATE TABLE table_189598_7 (name VARCHAR, land_area__km²_ VARCHAR) | SELECT name FROM table_189598_7 WHERE land_area__km²_ = "14.85" |
33,208 | <question>: What is every state and District of Columbia with 60.0% overweight or obese adults? <context>: 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%" |
33,209 | <question>: What are all percentages of overweight or obese adults for obesity rank of 21? <context>: 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 |
33,210 | <question>: What is the least obesity rank for the state of Utah? <context>: 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" |
33,211 | <question>: How many states or District of Columbia have 65.4% overweight or obese adults? <context>: 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%" |
33,212 | <question>: What is every percentage of overweight or obese adults when 12.4% of children and adolescents are obese? <context>: 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%" |
33,213 | <question>: Who directed the film Gomorra? <context>: 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" |
33,214 | <question>: What language was spoken in Everlasting Moments? <context>: 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" |
33,215 | <question>: What is the original title of the film submitted by Greece? <context>: CREATE TABLE table_18994724_1 (original_title VARCHAR, submitting_country VARCHAR) | SELECT original_title FROM table_18994724_1 WHERE submitting_country = "Greece" |
33,216 | <question>: Who directed the film Nuits d'arabie? <context>: 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" |
33,217 | <question>: What is every value for population (2006) with a Romanian mother tongue? <context>: CREATE TABLE table_189893_1 (population__2006_ VARCHAR, mother_tongue VARCHAR) | SELECT population__2006_ FROM table_189893_1 WHERE mother_tongue = "Romanian" |
33,218 | <question>: What is the lowest population(2011)? <context>: CREATE TABLE table_189893_1 (population__2011_ INTEGER) | SELECT MIN(population__2011_) FROM table_189893_1 |
33,219 | <question>: What is the lowest population(2006) when there is a 1.06% in 2011? <context>: CREATE TABLE table_189893_1 (population__2006_ INTEGER, percentage__2011_ VARCHAR) | SELECT MIN(population__2006_) FROM table_189893_1 WHERE percentage__2011_ = "1.06%" |
33,220 | <question>: How many values for population(2011) correspond to a 1.40% in 2006? <context>: CREATE TABLE table_189893_1 (population__2011_ VARCHAR, percentage__2006_ VARCHAR) | SELECT COUNT(population__2011_) FROM table_189893_1 WHERE percentage__2006_ = "1.40%" |
33,221 | <question>: What is every value for percentage(2006) with a Polish mother tongue? <context>: CREATE TABLE table_189893_1 (percentage__2006_ VARCHAR, mother_tongue VARCHAR) | SELECT percentage__2006_ FROM table_189893_1 WHERE mother_tongue = "Polish" |
33,222 | <question>: Which team/s have 48 goals total? <context>: CREATE TABLE table_18967450_2 (club VARCHAR, goals VARCHAR) | SELECT club FROM table_18967450_2 WHERE goals = 48 |
33,223 | <question>: Who was the contestant eliminated on episode 8 of RW: Key West season? <context>: 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" |
33,224 | <question>: Who was the female contestant on the Original season of Fresh Meat? <context>: 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" |
33,225 | <question>: What was the gender of the contestant on RR: South Pacific season? <context>: CREATE TABLE table_18974269_1 (gender VARCHAR, original_season VARCHAR) | SELECT gender FROM table_18974269_1 WHERE original_season = "RR: South Pacific" |
33,226 | <question>: What was the season where Evelyn Smith was on? <context>: CREATE TABLE table_18974269_1 (original_season VARCHAR, player VARCHAR) | SELECT original_season FROM table_18974269_1 WHERE player = "Evelyn Smith" |
33,227 | <question>: How many original Australian performers are there when the Original West End Performer is Jordan Dunne? <context>: 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" |
33,228 | <question>: Who is the Original west end performer for the character Martha? <context>: CREATE TABLE table_1901751_1 (original_west_end_performer VARCHAR, character VARCHAR) | SELECT original_west_end_performer FROM table_1901751_1 WHERE character = "Martha" |
33,229 | <question>: Who is the original broadway performer for the character Colin Craven? <context>: CREATE TABLE table_1901751_1 (original_broadway_performer VARCHAR, character VARCHAR) | SELECT original_broadway_performer FROM table_1901751_1 WHERE character = "Colin Craven" |
33,230 | <question>: Who is the original west end performer for the character Neville Craven? <context>: 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" |
33,231 | <question>: Who is the 2005 World AIDS Day Benefit "Dream" Cast when the Original Australian performer is Susan-Ann Walker? <context>: 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" |
33,232 | <question>: Who is the Original Australian performer when the Original West End Performer is Linzi Hateley? <context>: 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" |
33,233 | <question>: Name the minimum wins <context>: CREATE TABLE table_19001175_1 (wins INTEGER) | SELECT MIN(wins) FROM table_19001175_1 |
33,234 | <question>: Name the country for hideki noda category:articles with hcards <context>: CREATE TABLE table_19001175_1 (country VARCHAR, name VARCHAR) | SELECT country FROM table_19001175_1 WHERE name = "Hideki Noda Category:Articles with hCards" |
33,235 | <question>: Name the number of poles for stefano livio category:articles with hcards <context>: CREATE TABLE table_19001175_1 (poles VARCHAR, name VARCHAR) | SELECT COUNT(poles) FROM table_19001175_1 WHERE name = "Stefano Livio Category:Articles with hCards" |
33,236 | <question>: Name the points for thierry tassin category:articles with hcards <context>: CREATE TABLE table_19001175_1 (points VARCHAR, name VARCHAR) | SELECT points FROM table_19001175_1 WHERE name = "Thierry Tassin Category:Articles with hCards" |
33,237 | <question>: Name the number of wins for michele rugolo category:articles with hcards <context>: CREATE TABLE table_19001175_1 (wins VARCHAR, name VARCHAR) | SELECT COUNT(wins) FROM table_19001175_1 WHERE name = "Michele Rugolo Category:Articles with hCards" |
33,238 | <question>: Name the lg for ermengol <context>: CREATE TABLE table_19018191_5 (l_g VARCHAR, player VARCHAR) | SELECT l_g FROM table_19018191_5 WHERE player = "Ermengol" |
33,239 | <question>: Name the nat for total apps for 27 <context>: CREATE TABLE table_19018191_5 (nat VARCHAR, total_apps VARCHAR) | SELECT nat FROM table_19018191_5 WHERE total_apps = 27 |
33,240 | <question>: Name the number of apps for total g is 8 <context>: CREATE TABLE table_19018191_5 (l_apps VARCHAR, total_g VARCHAR) | SELECT COUNT(l_apps) FROM table_19018191_5 WHERE total_g = 8 |
33,241 | <question>: Name the player for l apps is 27 <context>: CREATE TABLE table_19018191_5 (player VARCHAR, l_apps VARCHAR) | SELECT player FROM table_19018191_5 WHERE l_apps = 27 |
33,242 | <question>: What are all the countries where the electric company Ebisa has a presence? <context>: CREATE TABLE table_19001916_2 (country VARCHAR, entities VARCHAR) | SELECT country FROM table_19001916_2 WHERE entities = "EBISA" |
33,243 | <question>: In how many countries is Itaipu a supply point for electricity? <context>: CREATE TABLE table_19001916_2 (country VARCHAR, supply_point VARCHAR) | SELECT COUNT(country) FROM table_19001916_2 WHERE supply_point = "Itaipu" |
33,244 | <question>: What are the electric companies drawing power from Itaipu? <context>: CREATE TABLE table_19001916_2 (entities VARCHAR, supply_point VARCHAR) | SELECT entities FROM table_19001916_2 WHERE supply_point = "Itaipu" |
33,245 | <question>: what will the population of Asia be when Latin America/Caribbean is 783 (7.5%)? <context>: CREATE TABLE table_19017269_5 (asia VARCHAR, latin_america_caribbean VARCHAR) | SELECT asia FROM table_19017269_5 WHERE latin_america_caribbean = "783 (7.5%)" |
33,246 | <question>: what will be the population of Europe when Northern America is 482 (4.7%)? <context>: CREATE TABLE table_19017269_5 (europe VARCHAR, northern_america VARCHAR) | SELECT europe FROM table_19017269_5 WHERE northern_america = "482 (4.7%)" |
33,247 | <question>: what row is the population of Latin America/Caribbean when Asia is 4,894 (46.1%)? <context>: 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%)" |
33,248 | <question>: what will be the population of Africa when Oceania is 67 (0.6%) <context>: CREATE TABLE table_19017269_5 (africa VARCHAR, oceania VARCHAR) | SELECT africa FROM table_19017269_5 WHERE oceania = "67 (0.6%)" |
33,249 | <question>: What is population in the world when 788 (8.1%)? <context>: 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%)" |
33,250 | <question>: what is the worlds smallest population? <context>: CREATE TABLE table_19017269_5 (world INTEGER) | SELECT MIN(world) FROM table_19017269_5 |
33,251 | <question>: What is the first year in the competition? <context>: CREATE TABLE table_19047_2 (year INTEGER) | SELECT MIN(year) FROM table_19047_2 |
33,252 | <question>: What is the result in the final versos Jennifer Capriati? <context>: 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" |
33,253 | <question>: What tournament did she win with a final score of 4–6, 7–5, 6–2? <context>: 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" |
33,254 | <question>: When joj agpangan* is the name how many duration's are there? <context>: CREATE TABLE table_19061741_3 (duration VARCHAR, name VARCHAR) | SELECT COUNT(duration) FROM table_19061741_3 WHERE name = "Joj Agpangan*" |
33,255 | <question>: When davao city is the home or representative town or province and clash 2010 is the edition how many ages are there? <context>: 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" |
33,256 | <question>: When winner is the status and 77 is the total days in pbb house what is the edition? <context>: 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" |
33,257 | <question>: When days 1-86 is the duration how many names are there? <context>: CREATE TABLE table_19061741_3 (name VARCHAR, duration VARCHAR) | SELECT COUNT(name) FROM table_19061741_3 WHERE duration = "Days 1-86" |
33,258 | <question>: WHen joaqui mendoza is the name how long is the duration? <context>: CREATE TABLE table_19061741_3 (duration VARCHAR, name VARCHAR) | SELECT duration FROM table_19061741_3 WHERE name = "Joaqui Mendoza" |
33,259 | <question>: When guiguinto, bulacan is the home or representative town or province how many names are there? <context>: 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" |
33,260 | <question>: When 3t7458 is the production code who are the writers? <context>: CREATE TABLE table_19068566_1 (written_by VARCHAR, production_code VARCHAR) | SELECT written_by FROM table_19068566_1 WHERE production_code = "3T7458" |
33,261 | <question>: When there are 3.39 million u.s viewers what is the production code? <context>: 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" |
33,262 | <question>: When 3t7461 is the production code who is the director? <context>: CREATE TABLE table_19068566_1 (directed_by VARCHAR, production_code VARCHAR) | SELECT directed_by FROM table_19068566_1 WHERE production_code = "3T7461" |
33,263 | <question>: What was the score at the end of the match number 4? <context>: CREATE TABLE table_19072602_1 (score VARCHAR, match_no VARCHAR) | SELECT score FROM table_19072602_1 WHERE match_no = 4 |
33,264 | <question>: What's the match number where Bill Hoffman plays for Team USA? <context>: CREATE TABLE table_19072602_1 (match_no INTEGER, team_usa VARCHAR) | SELECT MIN(match_no) FROM table_19072602_1 WHERE team_usa = "Bill Hoffman" |
33,265 | <question>: How many different scores did Team Europe get when Mika Koivuniemi played for them? <context>: CREATE TABLE table_19072602_1 (score VARCHAR, team_europe VARCHAR) | SELECT COUNT(score) FROM table_19072602_1 WHERE team_europe = "Mika Koivuniemi" |
33,266 | <question>: What was the score when Tore Torgersen played for Team Europe? <context>: CREATE TABLE table_19072602_1 (score VARCHAR, team_europe VARCHAR) | SELECT score FROM table_19072602_1 WHERE team_europe = "Tore Torgersen" |
33,267 | <question>: Name the launch date for duration days 174.14 <context>: CREATE TABLE table_1906515_1 (launch_date VARCHAR, duration__days_ VARCHAR) | SELECT launch_date FROM table_1906515_1 WHERE duration__days_ = "174.14" |
33,268 | <question>: What is the total number of 3rd placed teams when the host is University of Manitoba, Winnipeg, Manitoba? <context>: CREATE TABLE table_1906920_1 (host VARCHAR) | SELECT COUNT(3 AS rd_place) FROM table_1906920_1 WHERE host = "University of Manitoba, Winnipeg, Manitoba" |
33,269 | <question>: When tim mack is on team usa what is the progressive total? <context>: CREATE TABLE table_19072602_3 (progressive_total VARCHAR, team_usa VARCHAR) | SELECT progressive_total FROM table_19072602_3 WHERE team_usa = "Tim Mack" |
33,270 | <question>: When 14 is the match number how many usa teams are there? <context>: CREATE TABLE table_19072602_3 (team_usa VARCHAR, match_no VARCHAR) | SELECT COUNT(team_usa) FROM table_19072602_3 WHERE match_no = 14 |
33,271 | <question>: When chris barnes is on team usa how many europe teams are there? <context>: CREATE TABLE table_19072602_3 (team_europe VARCHAR, team_usa VARCHAR) | SELECT COUNT(team_europe) FROM table_19072602_3 WHERE team_usa = "Chris Barnes" |
33,272 | <question>: in the year 1998/99 what was the league <context>: CREATE TABLE table_1908049_1 (league VARCHAR, year VARCHAR) | SELECT league FROM table_1908049_1 WHERE year = "1998/99" |
33,273 | <question>: in the year 1995/96 what was the reg. season <context>: CREATE TABLE table_1908049_1 (reg_season VARCHAR, year VARCHAR) | SELECT reg_season FROM table_1908049_1 WHERE year = "1995/96" |
33,274 | <question>: in what playoffs the league was in the semifinals <context>: CREATE TABLE table_1908049_1 (league VARCHAR, playoffs VARCHAR) | SELECT league FROM table_1908049_1 WHERE playoffs = "Semifinals" |
33,275 | <question>: what was the year where in the playoffs was champions <context>: CREATE TABLE table_1908049_1 (year VARCHAR, playoffs VARCHAR) | SELECT year FROM table_1908049_1 WHERE playoffs = "Champions" |
33,276 | <question>: what where the playoffs where the avg attendance of the team was 3416 <context>: CREATE TABLE table_1908049_1 (playoffs VARCHAR, avg_attendance VARCHAR) | SELECT playoffs FROM table_1908049_1 WHERE avg_attendance = 3416 |
33,277 | <question>: when did the club Citizen achieve its last top division title? <context>: CREATE TABLE table_1908877_2 (last_top_division_title VARCHAR, club VARCHAR) | SELECT last_top_division_title FROM table_1908877_2 WHERE club = "Citizen" |
33,278 | <question>: How many clubs achieved the 5th position in 2012-13? <context>: 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" |
33,279 | <question>: When interplanet janet is the episode title who is the music by? <context>: CREATE TABLE table_191105_3 (music_by VARCHAR, episode_title VARCHAR) | SELECT music_by FROM table_191105_3 WHERE episode_title = "Interplanet Janet" |
33,280 | <question>: WHen jaime aff and christine langner are the performers what is the subject? <context>: CREATE TABLE table_191105_3 (subject VARCHAR, performed_by VARCHAR) | SELECT subject FROM table_191105_3 WHERE performed_by = "Jaime Aff and Christine Langner" |
33,281 | <question>: If skeletal system is the subject when was it first aired? <context>: CREATE TABLE table_191105_3 (first_aired VARCHAR, subject VARCHAR) | SELECT first_aired FROM table_191105_3 WHERE subject = "Skeletal system" |
33,282 | <question>: When zachary sanders is the performer what is the lowerst first aired? <context>: CREATE TABLE table_191105_3 (first_aired INTEGER, performed_by VARCHAR) | SELECT MIN(first_aired) FROM table_191105_3 WHERE performed_by = "Zachary Sanders" |
33,283 | <question>: What's the amount of winnings (in $) in the year with 2 wins? <context>: CREATE TABLE table_1909647_2 (winnings VARCHAR, wins VARCHAR) | SELECT winnings FROM table_1909647_2 WHERE wins = 2 |
33,284 | <question>: What's the number of starts in the year with 19.3 average finish? <context>: CREATE TABLE table_1909647_2 (starts INTEGER, avg_finish VARCHAR) | SELECT MIN(starts) FROM table_1909647_2 WHERE avg_finish = "19.3" |
33,285 | <question>: In what year did the #14 FitzBradshaw Racing compete? <context>: CREATE TABLE table_1909647_2 (year VARCHAR, team_s_ VARCHAR) | SELECT year FROM table_1909647_2 WHERE team_s_ = "#14 FitzBradshaw Racing" |
33,286 | <question>: What's the average finish in 2008? <context>: CREATE TABLE table_1909647_2 (avg_finish VARCHAR, year VARCHAR) | SELECT avg_finish FROM table_1909647_2 WHERE year = 2008 |
33,287 | <question>: What's #14 FitzBradshaw Racing's top 5 result? <context>: 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" |
33,288 | <question>: What is the date for the episode performed by Sue Manchester? <context>: CREATE TABLE table_191105_4 (first_aired VARCHAR, performed_by VARCHAR) | SELECT first_aired FROM table_191105_4 WHERE performed_by = "Sue Manchester" |
33,289 | <question>: Who is the music by for episode the Elbow Room? <context>: CREATE TABLE table_191105_4 (music_by VARCHAR, episode_title VARCHAR) | SELECT music_by FROM table_191105_4 WHERE episode_title = "Elbow Room" |
33,290 | <question>: What is the name of the episode performed by Essra Mohawk <context>: CREATE TABLE table_191105_4 (episode_title VARCHAR, performed_by VARCHAR) | SELECT episode_title FROM table_191105_4 WHERE performed_by = "Essra Mohawk" |
33,291 | <question>: When five is the new channel what is the date of original removal? <context>: 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" |
33,292 | <question>: When bbc two is the original channel what is the date of original removal? <context>: 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" |
33,293 | <question>: When bbc two is the new channel what is the date of return? <context>: 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" |
33,294 | <question>: What's team #2 in the round where team $1 is Ilisiakos? <context>: CREATE TABLE table_19130829_4 (team__number2 VARCHAR, team__number1 VARCHAR) | SELECT team__number2 FROM table_19130829_4 WHERE team__number1 = "Ilisiakos" |
33,295 | <question>: What's the team #2 in the round where team #1 is Iraklis? <context>: CREATE TABLE table_19130829_4 (team__number2 VARCHAR, team__number1 VARCHAR) | SELECT team__number2 FROM table_19130829_4 WHERE team__number1 = "Iraklis" |
33,296 | <question>: What's the 1st leg result in the round where team #1 is Iraklis? <context>: CREATE TABLE table_19130829_4 (team__number1 VARCHAR) | SELECT 1 AS st_leg FROM table_19130829_4 WHERE team__number1 = "Iraklis" |
33,297 | <question>: What's the 2nd leg result in the round where Panionios is team #2? <context>: CREATE TABLE table_19130829_4 (team__number2 VARCHAR) | SELECT 2 AS nd_leg FROM table_19130829_4 WHERE team__number2 = "Panionios" |
33,298 | <question>: What's the 2nd leg result in the round where team #1 is Iraklis? <context>: CREATE TABLE table_19130829_4 (team__number1 VARCHAR) | SELECT 2 AS nd_leg FROM table_19130829_4 WHERE team__number1 = "Iraklis" |
33,299 | <question>: What is the dma when the format is rhythmic contemporary? <context>: CREATE TABLE table_19131921_1 (dma INTEGER, format VARCHAR) | SELECT MIN(dma) FROM table_19131921_1 WHERE format = "Rhythmic Contemporary" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.