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