answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT percentage__2006_ FROM table_189893_1 WHERE mother_tongue = "Polish" | CREATE TABLE table_189893_1 (percentage__2006_ VARCHAR, mother_tongue VARCHAR) | What is every value for percentage(2006) with a Polish mother tongue? |
SELECT club FROM table_18967450_2 WHERE goals = 48 | CREATE TABLE table_18967450_2 (club VARCHAR, goals VARCHAR) | Which team/s have 48 goals total? |
SELECT player FROM table_18974269_1 WHERE original_season = "RW: Key West" AND eliminated = "Episode 8" | CREATE TABLE table_18974269_1 (player VARCHAR, original_season VARCHAR, eliminated VARCHAR) | Who was the contestant eliminated on episode 8 of RW: Key West season? |
SELECT player FROM table_18974269_1 WHERE original_season = "Fresh Meat" AND gender = "Female" | CREATE TABLE table_18974269_1 (player VARCHAR, original_season VARCHAR, gender VARCHAR) | Who was the female contestant on the Original season of Fresh Meat? |
SELECT gender FROM table_18974269_1 WHERE original_season = "RR: South Pacific" | CREATE TABLE table_18974269_1 (gender VARCHAR, original_season VARCHAR) | What was the gender of the contestant on RR: South Pacific season? |
SELECT original_season FROM table_18974269_1 WHERE player = "Evelyn Smith" | CREATE TABLE table_18974269_1 (original_season VARCHAR, player VARCHAR) | What was the season where Evelyn Smith was on? |
SELECT COUNT(original_australian_performer) FROM table_1901751_1 WHERE original_west_end_performer = "Jordan Dunne" | CREATE TABLE table_1901751_1 (original_australian_performer VARCHAR, original_west_end_performer VARCHAR) | How many original Australian performers are there when the Original West End Performer is Jordan Dunne? |
SELECT original_west_end_performer FROM table_1901751_1 WHERE character = "Martha" | CREATE TABLE table_1901751_1 (original_west_end_performer VARCHAR, character VARCHAR) | Who is the Original west end performer for the character Martha? |
SELECT original_broadway_performer FROM table_1901751_1 WHERE character = "Colin Craven" | CREATE TABLE table_1901751_1 (original_broadway_performer VARCHAR, character VARCHAR) | Who is the original broadway performer for the character Colin Craven? |
SELECT original_west_end_performer FROM table_1901751_1 WHERE character = "Neville Craven" | CREATE TABLE table_1901751_1 (original_west_end_performer VARCHAR, character VARCHAR) | Who is the original west end performer for the character Neville Craven? |
SELECT 2005 AS _world_aids_day_benefit_dream_cast FROM table_1901751_1 WHERE original_australian_performer = "Susan-Ann Walker" | CREATE TABLE table_1901751_1 (original_australian_performer VARCHAR) | Who is the 2005 World AIDS Day Benefit "Dream" Cast when the Original Australian performer is Susan-Ann Walker? |
SELECT original_australian_performer FROM table_1901751_1 WHERE original_west_end_performer = "Linzi Hateley" | CREATE TABLE table_1901751_1 (original_australian_performer VARCHAR, original_west_end_performer VARCHAR) | Who is the Original Australian performer when the Original West End Performer is Linzi Hateley? |
SELECT MIN(wins) FROM table_19001175_1 | CREATE TABLE table_19001175_1 (wins INTEGER) | Name the minimum wins |
SELECT country FROM table_19001175_1 WHERE name = "Hideki Noda Category:Articles with hCards" | CREATE TABLE table_19001175_1 (country VARCHAR, name VARCHAR) | Name the country for hideki noda category:articles with hcards |
SELECT COUNT(poles) FROM table_19001175_1 WHERE name = "Stefano Livio Category:Articles with hCards" | CREATE TABLE table_19001175_1 (poles VARCHAR, name VARCHAR) | Name the number of poles for stefano livio category:articles with hcards |
SELECT points FROM table_19001175_1 WHERE name = "Thierry Tassin Category:Articles with hCards" | CREATE TABLE table_19001175_1 (points VARCHAR, name VARCHAR) | Name the points for thierry tassin category:articles with hcards |
SELECT COUNT(wins) FROM table_19001175_1 WHERE name = "Michele Rugolo Category:Articles with hCards" | CREATE TABLE table_19001175_1 (wins VARCHAR, name VARCHAR) | Name the number of wins for michele rugolo category:articles with hcards |
SELECT l_g FROM table_19018191_5 WHERE player = "Ermengol" | CREATE TABLE table_19018191_5 (l_g VARCHAR, player VARCHAR) | Name the lg for ermengol |
SELECT nat FROM table_19018191_5 WHERE total_apps = 27 | CREATE TABLE table_19018191_5 (nat VARCHAR, total_apps VARCHAR) | Name the nat for total apps for 27 |
SELECT COUNT(l_apps) FROM table_19018191_5 WHERE total_g = 8 | CREATE TABLE table_19018191_5 (l_apps VARCHAR, total_g VARCHAR) | Name the number of apps for total g is 8 |
SELECT player FROM table_19018191_5 WHERE l_apps = 27 | CREATE TABLE table_19018191_5 (player VARCHAR, l_apps VARCHAR) | Name the player for l apps is 27 |
SELECT country FROM table_19001916_2 WHERE entities = "EBISA" | CREATE TABLE table_19001916_2 (country VARCHAR, entities VARCHAR) | What are all the countries where the electric company Ebisa has a presence? |
SELECT COUNT(country) FROM table_19001916_2 WHERE supply_point = "Itaipu" | CREATE TABLE table_19001916_2 (country VARCHAR, supply_point VARCHAR) | In how many countries is Itaipu a supply point for electricity? |
SELECT entities FROM table_19001916_2 WHERE supply_point = "Itaipu" | CREATE TABLE table_19001916_2 (entities VARCHAR, supply_point VARCHAR) | What are the electric companies drawing power from Itaipu? |
SELECT asia FROM table_19017269_5 WHERE latin_america_caribbean = "783 (7.5%)" | CREATE TABLE table_19017269_5 (asia VARCHAR, latin_america_caribbean VARCHAR) | what will the population of Asia be when Latin America/Caribbean is 783 (7.5%)? |
SELECT europe FROM table_19017269_5 WHERE northern_america = "482 (4.7%)" | CREATE TABLE table_19017269_5 (europe VARCHAR, northern_america VARCHAR) | what will be the population of Europe when Northern America is 482 (4.7%)? |
SELECT COUNT(latin_america_caribbean) FROM table_19017269_5 WHERE asia = "4,894 (46.1%)" | CREATE TABLE table_19017269_5 (latin_america_caribbean VARCHAR, asia VARCHAR) | what row is the population of Latin America/Caribbean when Asia is 4,894 (46.1%)? |
SELECT africa FROM table_19017269_5 WHERE oceania = "67 (0.6%)" | CREATE TABLE table_19017269_5 (africa VARCHAR, oceania VARCHAR) | what will be the population of Africa when Oceania is 67 (0.6%) |
SELECT MIN(world) FROM table_19017269_5 WHERE latin_america_caribbean = "788 (8.1%)" | CREATE TABLE table_19017269_5 (world INTEGER, latin_america_caribbean VARCHAR) | What is population in the world when 788 (8.1%)? |
SELECT MIN(world) FROM table_19017269_5 | CREATE TABLE table_19017269_5 (world INTEGER) | what is the worlds smallest population? |
SELECT MIN(year) FROM table_19047_2 | CREATE TABLE table_19047_2 (year INTEGER) | What is the first year in the competition? |
SELECT outcome FROM table_19047_2 WHERE opponent_in_the_final = "Jennifer Capriati" | CREATE TABLE table_19047_2 (outcome VARCHAR, opponent_in_the_final VARCHAR) | What is the result in the final versos Jennifer Capriati? |
SELECT championship FROM table_19047_2 WHERE score_in_the_final = "4–6, 7–5, 6–2" | CREATE TABLE table_19047_2 (championship VARCHAR, score_in_the_final VARCHAR) | What tournament did she win with a final score of 4–6, 7–5, 6–2? |
SELECT COUNT(duration) FROM table_19061741_3 WHERE name = "Joj Agpangan*" | CREATE TABLE table_19061741_3 (duration VARCHAR, name VARCHAR) | When joj agpangan* is the name how many duration's are there? |
SELECT COUNT(age) FROM table_19061741_3 WHERE edition = "Clash 2010" AND home_or_representative_town_or_province = "Davao City" | CREATE TABLE table_19061741_3 (age VARCHAR, edition VARCHAR, home_or_representative_town_or_province VARCHAR) | When davao city is the home or representative town or province and clash 2010 is the edition how many ages are there? |
SELECT edition FROM table_19061741_3 WHERE total_days_in_pbb_house = 77 AND status = "Winner" | CREATE TABLE table_19061741_3 (edition VARCHAR, total_days_in_pbb_house VARCHAR, status VARCHAR) | When winner is the status and 77 is the total days in pbb house what is the edition? |
SELECT COUNT(name) FROM table_19061741_3 WHERE duration = "Days 1-86" | CREATE TABLE table_19061741_3 (name VARCHAR, duration VARCHAR) | When days 1-86 is the duration how many names are there? |
SELECT duration FROM table_19061741_3 WHERE name = "Joaqui Mendoza" | CREATE TABLE table_19061741_3 (duration VARCHAR, name VARCHAR) | WHen joaqui mendoza is the name how long is the duration? |
SELECT COUNT(name) FROM table_19061741_3 WHERE home_or_representative_town_or_province = "Guiguinto, Bulacan" | CREATE TABLE table_19061741_3 (name VARCHAR, home_or_representative_town_or_province VARCHAR) | When guiguinto, bulacan is the home or representative town or province how many names are there? |
SELECT written_by FROM table_19068566_1 WHERE production_code = "3T7458" | CREATE TABLE table_19068566_1 (written_by VARCHAR, production_code VARCHAR) | When 3t7458 is the production code who are the writers? |
SELECT production_code FROM table_19068566_1 WHERE us_viewers__million_ = "3.39" | CREATE TABLE table_19068566_1 (production_code VARCHAR, us_viewers__million_ VARCHAR) | When there are 3.39 million u.s viewers what is the production code? |
SELECT directed_by FROM table_19068566_1 WHERE production_code = "3T7461" | CREATE TABLE table_19068566_1 (directed_by VARCHAR, production_code VARCHAR) | When 3t7461 is the production code who is the director? |
SELECT score FROM table_19072602_1 WHERE match_no = 4 | CREATE TABLE table_19072602_1 (score VARCHAR, match_no VARCHAR) | What was the score at the end of the match number 4? |
SELECT MIN(match_no) FROM table_19072602_1 WHERE team_usa = "Bill Hoffman" | CREATE TABLE table_19072602_1 (match_no INTEGER, team_usa VARCHAR) | What's the match number where Bill Hoffman plays for Team USA? |
SELECT COUNT(score) FROM table_19072602_1 WHERE team_europe = "Mika Koivuniemi" | CREATE TABLE table_19072602_1 (score VARCHAR, team_europe VARCHAR) | How many different scores did Team Europe get when Mika Koivuniemi played for them? |
SELECT score FROM table_19072602_1 WHERE team_europe = "Tore Torgersen" | CREATE TABLE table_19072602_1 (score VARCHAR, team_europe VARCHAR) | What was the score when Tore Torgersen played for Team Europe? |
SELECT launch_date FROM table_1906515_1 WHERE duration__days_ = "174.14" | CREATE TABLE table_1906515_1 (launch_date VARCHAR, duration__days_ VARCHAR) | Name the launch date for duration days 174.14 |
SELECT COUNT(3 AS rd_place) FROM table_1906920_1 WHERE host = "University of Manitoba, Winnipeg, Manitoba" | CREATE TABLE table_1906920_1 (host VARCHAR) | What is the total number of 3rd placed teams when the host is University of Manitoba, Winnipeg, Manitoba? |
SELECT progressive_total FROM table_19072602_3 WHERE team_usa = "Tim Mack" | CREATE TABLE table_19072602_3 (progressive_total VARCHAR, team_usa VARCHAR) | When tim mack is on team usa what is the progressive total? |
SELECT COUNT(team_usa) FROM table_19072602_3 WHERE match_no = 14 | CREATE TABLE table_19072602_3 (team_usa VARCHAR, match_no VARCHAR) | When 14 is the match number how many usa teams are there? |
SELECT COUNT(team_europe) FROM table_19072602_3 WHERE team_usa = "Chris Barnes" | CREATE TABLE table_19072602_3 (team_europe VARCHAR, team_usa VARCHAR) | When chris barnes is on team usa how many europe teams are there? |
SELECT league FROM table_1908049_1 WHERE year = "1998/99" | CREATE TABLE table_1908049_1 (league VARCHAR, year VARCHAR) | in the year 1998/99 what was the league |
SELECT reg_season FROM table_1908049_1 WHERE year = "1995/96" | CREATE TABLE table_1908049_1 (reg_season VARCHAR, year VARCHAR) | in the year 1995/96 what was the reg. season |
SELECT league FROM table_1908049_1 WHERE playoffs = "Semifinals" | CREATE TABLE table_1908049_1 (league VARCHAR, playoffs VARCHAR) | in what playoffs the league was in the semifinals |
SELECT year FROM table_1908049_1 WHERE playoffs = "Champions" | CREATE TABLE table_1908049_1 (year VARCHAR, playoffs VARCHAR) | what was the year where in the playoffs was champions |
SELECT playoffs FROM table_1908049_1 WHERE avg_attendance = 3416 | CREATE TABLE table_1908049_1 (playoffs VARCHAR, avg_attendance VARCHAR) | what where the playoffs where the avg attendance of the team was 3416 |
SELECT last_top_division_title FROM table_1908877_2 WHERE club = "Citizen" | CREATE TABLE table_1908877_2 (last_top_division_title VARCHAR, club VARCHAR) | when did the club Citizen achieve its last top division title? |
SELECT COUNT(top_division_titles) FROM table_1908877_2 WHERE position_in_2012_13 = "5th" | CREATE TABLE table_1908877_2 (top_division_titles VARCHAR, position_in_2012_13 VARCHAR) | How many clubs achieved the 5th position in 2012-13? |
SELECT music_by FROM table_191105_3 WHERE episode_title = "Interplanet Janet" | CREATE TABLE table_191105_3 (music_by VARCHAR, episode_title VARCHAR) | When interplanet janet is the episode title who is the music by? |
SELECT subject FROM table_191105_3 WHERE performed_by = "Jaime Aff and Christine Langner" | CREATE TABLE table_191105_3 (subject VARCHAR, performed_by VARCHAR) | WHen jaime aff and christine langner are the performers what is the subject? |
SELECT first_aired FROM table_191105_3 WHERE subject = "Skeletal system" | CREATE TABLE table_191105_3 (first_aired VARCHAR, subject VARCHAR) | If skeletal system is the subject when was it first aired? |
SELECT MIN(first_aired) FROM table_191105_3 WHERE performed_by = "Zachary Sanders" | CREATE TABLE table_191105_3 (first_aired INTEGER, performed_by VARCHAR) | When zachary sanders is the performer what is the lowerst first aired? |
SELECT winnings FROM table_1909647_2 WHERE wins = 2 | CREATE TABLE table_1909647_2 (winnings VARCHAR, wins VARCHAR) | What's the amount of winnings (in $) in the year with 2 wins? |
SELECT MIN(starts) FROM table_1909647_2 WHERE avg_finish = "19.3" | CREATE TABLE table_1909647_2 (starts INTEGER, avg_finish VARCHAR) | What's the number of starts in the year with 19.3 average finish? |
SELECT year FROM table_1909647_2 WHERE team_s_ = "#14 FitzBradshaw Racing" | CREATE TABLE table_1909647_2 (year VARCHAR, team_s_ VARCHAR) | In what year did the #14 FitzBradshaw Racing compete? |
SELECT avg_finish FROM table_1909647_2 WHERE year = 2008 | CREATE TABLE table_1909647_2 (avg_finish VARCHAR, year VARCHAR) | What's the average finish in 2008? |
SELECT MAX(top_5) FROM table_1909647_2 WHERE team_s_ = "#14 FitzBradshaw Racing" | CREATE TABLE table_1909647_2 (top_5 INTEGER, team_s_ VARCHAR) | What's #14 FitzBradshaw Racing's top 5 result? |
SELECT first_aired FROM table_191105_4 WHERE performed_by = "Sue Manchester" | CREATE TABLE table_191105_4 (first_aired VARCHAR, performed_by VARCHAR) | What is the date for the episode performed by Sue Manchester? |
SELECT music_by FROM table_191105_4 WHERE episode_title = "Elbow Room" | CREATE TABLE table_191105_4 (music_by VARCHAR, episode_title VARCHAR) | Who is the music by for episode the Elbow Room? |
SELECT episode_title FROM table_191105_4 WHERE performed_by = "Essra Mohawk" | CREATE TABLE table_191105_4 (episode_title VARCHAR, performed_by VARCHAR) | What is the name of the episode performed by Essra Mohawk |
SELECT date_s__of_original_removal FROM table_19114172_11 WHERE new_channel_s_ = "Five" | CREATE TABLE table_19114172_11 (date_s__of_original_removal VARCHAR, new_channel_s_ VARCHAR) | When five is the new channel what is the date of original removal? |
SELECT date_s__of_original_removal FROM table_19114172_11 WHERE original_channel = "BBC Two" | CREATE TABLE table_19114172_11 (date_s__of_original_removal VARCHAR, original_channel VARCHAR) | When bbc two is the original channel what is the date of original removal? |
SELECT date_of_return FROM table_19114172_11 WHERE new_channel_s_ = "BBC Two" | CREATE TABLE table_19114172_11 (date_of_return VARCHAR, new_channel_s_ VARCHAR) | When bbc two is the new channel what is the date of return? |
SELECT team__number2 FROM table_19130829_4 WHERE team__number1 = "Ilisiakos" | CREATE TABLE table_19130829_4 (team__number2 VARCHAR, team__number1 VARCHAR) | What's team #2 in the round where team $1 is Ilisiakos? |
SELECT team__number2 FROM table_19130829_4 WHERE team__number1 = "Iraklis" | CREATE TABLE table_19130829_4 (team__number2 VARCHAR, team__number1 VARCHAR) | What's the team #2 in the round where team #1 is Iraklis? |
SELECT 1 AS st_leg FROM table_19130829_4 WHERE team__number1 = "Iraklis" | CREATE TABLE table_19130829_4 (team__number1 VARCHAR) | What's the 1st leg result in the round where team #1 is Iraklis? |
SELECT 2 AS nd_leg FROM table_19130829_4 WHERE team__number2 = "Panionios" | CREATE TABLE table_19130829_4 (team__number2 VARCHAR) | What's the 2nd leg result in the round where Panionios is team #2? |
SELECT 2 AS nd_leg FROM table_19130829_4 WHERE team__number1 = "Iraklis" | CREATE TABLE table_19130829_4 (team__number1 VARCHAR) | What's the 2nd leg result in the round where team #1 is Iraklis? |
SELECT MIN(dma) FROM table_19131921_1 WHERE format = "Rhythmic Contemporary" | CREATE TABLE table_19131921_1 (dma INTEGER, format VARCHAR) | What is the dma when the format is rhythmic contemporary? |
SELECT frequency FROM table_19131921_1 WHERE station = "WLFV-FM" | CREATE TABLE table_19131921_1 (frequency VARCHAR, station VARCHAR) | Which frequency is station wlfv-fm? |
SELECT station FROM table_19131921_1 WHERE frequency = "107.3" | CREATE TABLE table_19131921_1 (station VARCHAR, frequency VARCHAR) | Which station has the frequency of 107.3? |
SELECT MIN(dma) FROM table_19131921_1 | CREATE TABLE table_19131921_1 (dma INTEGER) | What is dma? |
SELECT dma FROM table_19131921_1 WHERE branding = "Big Oldies 107.3" AND station = "WARV-FM" | CREATE TABLE table_19131921_1 (dma VARCHAR, branding VARCHAR, station VARCHAR) | What is the dma of branding is big oldies 107.3 with the station warv-fm? |
SELECT branding FROM table_19131921_1 WHERE format = "Southern Country" | CREATE TABLE table_19131921_1 (branding VARCHAR, format VARCHAR) | Which branding has the format of southern country? |
SELECT COUNT(方位_direction) FROM table_1912713_2 WHERE 性情_personality = "Gentle" | CREATE TABLE table_1912713_2 (方位_direction VARCHAR, 性情_personality VARCHAR) | What is the total number of gentle personalities? |
SELECT 意義_meaning FROM table_1912713_2 WHERE 性情_personality = "Gentle" | CREATE TABLE table_1912713_2 (意義_meaning VARCHAR, 性情_personality VARCHAR) | What is the meaning of a gentle personality? |
SELECT 家族_family FROM table_1912713_2 WHERE 性情_personality = "Gentle" | CREATE TABLE table_1912713_2 (家族_family VARCHAR, 性情_personality VARCHAR) | Who in the family has a gentle personality? |
SELECT mission_no FROM table_191323_2 WHERE alt_name = "1962-F01" | CREATE TABLE table_191323_2 (mission_no VARCHAR, alt_name VARCHAR) | Which mission number has alternate name 1962-f01 |
SELECT notes FROM table_191323_2 WHERE nssdc_id_no = "1959-002A" | CREATE TABLE table_191323_2 (notes VARCHAR, nssdc_id_no VARCHAR) | What are the notes of the satellite whose nssdc id number is 1959-002a? |
SELECT alt_name FROM table_191323_2 WHERE nssdc_id_no = "1970-054A" | CREATE TABLE table_191323_2 (alt_name VARCHAR, nssdc_id_no VARCHAR) | What are the alternative name/s of those satellites whose nssdc id number is 1970-054a? |
SELECT alt_name FROM table_191323_2 WHERE notes = "Mission failed. Guidance system failed. No orbit." | CREATE TABLE table_191323_2 (alt_name VARCHAR, notes VARCHAR) | What are the alternative names of those satellites where the notes are: mission failed. guidance system failed. no orbit. |
SELECT name FROM table_1912276_2 WHERE __750m = "46.436" | CREATE TABLE table_1912276_2 (name VARCHAR, __750m VARCHAR) | If -750m is 46.436, what is the name of the cyclist? |
SELECT __500m FROM table_1912276_2 WHERE name = "Theo Bos" | CREATE TABLE table_1912276_2 (__500m VARCHAR, name VARCHAR) | What is the -500 number for Theo Bos? |
SELECT __750m FROM table_1912276_2 WHERE __250m = "18.852" | CREATE TABLE table_1912276_2 (__750m VARCHAR, __250m VARCHAR) | If the -250m is 18.852, what is the |
SELECT MAX(rank) FROM table_1912276_2 WHERE __750m = "45.505" | CREATE TABLE table_1912276_2 (rank INTEGER, __750m VARCHAR) | If -750 is 45.505, what is the maximum rank? |
SELECT region_2 FROM table_191591_5 WHERE number_of_episodes = "25" AND dvd_title = "Catfights and Brawls" | CREATE TABLE table_191591_5 (region_2 VARCHAR, number_of_episodes VARCHAR, dvd_title VARCHAR) | Where are there 25 episodes in Catfights and Brawls? |
SELECT missouri FROM table_19153842_1 WHERE year = 2002 | CREATE TABLE table_19153842_1 (missouri VARCHAR, year VARCHAR) | Name the missouri for 2002 |
SELECT MIN(bangladeshi_population) FROM table_19149550_9 WHERE rank = 7 | CREATE TABLE table_19149550_9 (bangladeshi_population INTEGER, rank VARCHAR) | How many Bangladeshi citizens are there in the borough ranked at number 7? |
SELECT london_borough FROM table_19149550_9 WHERE pakistani_population = 7797 | CREATE TABLE table_19149550_9 (london_borough VARCHAR, pakistani_population VARCHAR) | What's the London borough with 7797 Pakistani citizens? |
SELECT COUNT(rank) FROM table_19149550_9 WHERE total_asian_population = 33338 | CREATE TABLE table_19149550_9 (rank VARCHAR, total_asian_population VARCHAR) | How many boroughs with different ranks have a total Asian population of 33338? |
Subsets and Splits