instruction
stringlengths
67
299
input
stringlengths
88
550
output
stringlengths
32
484
Write a SQL query that answers the following question: Name the total number of club for lost being 16
The relevant table was constructed using the following SQL : CREATE TABLE table_27293285_4 (club VARCHAR, lost VARCHAR)
SELECT COUNT(club) FROM table_27293285_4 WHERE lost = "16"
Write a SQL query that answers the following question: Name the drawn for lost being 5 and tries for 89
The relevant table was constructed using the following SQL : CREATE TABLE table_27293285_4 (drawn VARCHAR, lost VARCHAR, tries_for VARCHAR)
SELECT drawn FROM table_27293285_4 WHERE lost = "5" AND tries_for = "89"
Write a SQL query that answers the following question: Name the won for played being 22 and points against 511 and lost being 15
The relevant table was constructed using the following SQL : CREATE TABLE table_27293285_4 (won VARCHAR, points_against VARCHAR, played VARCHAR, lost VARCHAR)
SELECT won FROM table_27293285_4 WHERE played = "22" AND lost = "15" AND points_against = "511"
Write a SQL query that answers the following question: What aorist has bude in present tense?
The relevant table was constructed using the following SQL : CREATE TABLE table_27298240_26 (aorist VARCHAR, present VARCHAR)
SELECT aorist FROM table_27298240_26 WHERE present = "bude"
Write a SQL query that answers the following question: Which aorist has imperfect form of bijasmo / bejasmo / besmo?
The relevant table was constructed using the following SQL : CREATE TABLE table_27298240_26 (aorist VARCHAR, imperfect VARCHAR)
SELECT aorist FROM table_27298240_26 WHERE imperfect = "bijasmo / bejasmo / besmo"
Write a SQL query that answers the following question: What is the pluperfect for the perfect si bio/la; bio/la si?
The relevant table was constructed using the following SQL : CREATE TABLE table_27298240_26 (pluperfect VARCHAR, perfect VARCHAR)
SELECT pluperfect FROM table_27298240_26 WHERE perfect = "si bio/la; bio/la si"
Write a SQL query that answers the following question: What was the event when suárez ( tri ) w 16–6 was round of 32?
The relevant table was constructed using the following SQL : CREATE TABLE table_27294107_11 (event VARCHAR, round_of_32 VARCHAR)
SELECT event FROM table_27294107_11 WHERE round_of_32 = "Suárez ( TRI ) W 16–6"
Write a SQL query that answers the following question: What is the semifinals for the light flyweight event?
The relevant table was constructed using the following SQL : CREATE TABLE table_27294107_11 (semifinals VARCHAR, event VARCHAR)
SELECT semifinals FROM table_27294107_11 WHERE event = "Light flyweight"
Write a SQL query that answers the following question: How many semifinals did ferhat pehlivan attend?
The relevant table was constructed using the following SQL : CREATE TABLE table_27294107_11 (semifinals VARCHAR, athlete VARCHAR)
SELECT COUNT(semifinals) FROM table_27294107_11 WHERE athlete = "Ferhat Pehlivan"
Write a SQL query that answers the following question: What is the round of 32 if the round of 16 is drenovak ( srb ) w 20–11?
The relevant table was constructed using the following SQL : CREATE TABLE table_27294107_11 (round_of_32 VARCHAR, round_of_16 VARCHAR)
SELECT round_of_32 FROM table_27294107_11 WHERE round_of_16 = "Drenovak ( SRB ) W 20–11"
Write a SQL query that answers the following question: When yakup şener is the athlete what is the round of 32?
The relevant table was constructed using the following SQL : CREATE TABLE table_27294107_11 (round_of_32 VARCHAR, athlete VARCHAR)
SELECT round_of_32 FROM table_27294107_11 WHERE athlete = "Yakup Şener"
Write a SQL query that answers the following question: What is the round of 32 for fatih keleş?
The relevant table was constructed using the following SQL : CREATE TABLE table_27294107_11 (round_of_32 VARCHAR, athlete VARCHAR)
SELECT round_of_32 FROM table_27294107_11 WHERE athlete = "Fatih Keleş"
Write a SQL query that answers the following question: What is in 1st place when present is mogu?
The relevant table was constructed using the following SQL : CREATE TABLE table_27298240_28 (present VARCHAR)
SELECT 1 AS st FROM table_27298240_28 WHERE present = "mogu"
Write a SQL query that answers the following question: what is 2nd when the pronoun is vi (you pl.)?
The relevant table was constructed using the following SQL : CREATE TABLE table_27298240_28 (pronoun VARCHAR)
SELECT 2 AS nd FROM table_27298240_28 WHERE pronoun = "vi (you pl.)"
Write a SQL query that answers the following question: What is the R when the total is 1 and the position is fw?
The relevant table was constructed using the following SQL : CREATE TABLE table (r VARCHAR, total VARCHAR, position VARCHAR)
SELECT r FROM table WHERE total = 1 AND position = "FW"
Write a SQL query that answers the following question: What is the lowest league cup?
The relevant table was constructed using the following SQL : CREATE TABLE table (league_cup INTEGER)
SELECT MIN(league_cup) FROM table
Write a SQL query that answers the following question: What is the position for the player becchio?
The relevant table was constructed using the following SQL : CREATE TABLE table (position VARCHAR, player VARCHAR, Becchio VARCHAR)
SELECT position FROM table WHERE player = Becchio
Write a SQL query that answers the following question: How many times was the r 4?
The relevant table was constructed using the following SQL : CREATE TABLE table (league_cup VARCHAR, r VARCHAR)
SELECT COUNT(league_cup) FROM table WHERE r = 4
Write a SQL query that answers the following question: What is the parent for peak cima tosa?
The relevant table was constructed using the following SQL : CREATE TABLE table_2731431_1 (parent VARCHAR, peak VARCHAR)
SELECT parent FROM table_2731431_1 WHERE peak = "Cima Tosa"
Write a SQL query that answers the following question: What is the elevation for the peak wildspitze in Austria?
The relevant table was constructed using the following SQL : CREATE TABLE table_2731431_1 (elevation__m_ INTEGER, location VARCHAR, peak VARCHAR)
SELECT MIN(elevation__m_) FROM table_2731431_1 WHERE location = "Austria" AND peak = "Wildspitze"
Write a SQL query that answers the following question: What is the elevation for number 39?
The relevant table was constructed using the following SQL : CREATE TABLE table_2731431_1 (elevation__m_ INTEGER, no VARCHAR)
SELECT MAX(elevation__m_) FROM table_2731431_1 WHERE no = 39
Write a SQL query that answers the following question: What is the col location for the location of france / italy?
The relevant table was constructed using the following SQL : CREATE TABLE table_2731431_1 (col_location VARCHAR, location VARCHAR)
SELECT col_location FROM table_2731431_1 WHERE location = "France / Italy"
Write a SQL query that answers the following question: What is the col location with a col height (m) of 1107?
The relevant table was constructed using the following SQL : CREATE TABLE table_2731431_1 (col_location VARCHAR, col_height__m_ VARCHAR)
SELECT col_location FROM table_2731431_1 WHERE col_height__m_ = 1107
Write a SQL query that answers the following question: Which location has an elevation of 3798?
The relevant table was constructed using the following SQL : CREATE TABLE table_2731431_1 (location VARCHAR, elevation__m_ VARCHAR)
SELECT location FROM table_2731431_1 WHERE elevation__m_ = 3798
Write a SQL query that answers the following question: What is the title when the catalog number is cal01 / 0091037137319?
The relevant table was constructed using the following SQL : CREATE TABLE table_27303975_3 (title VARCHAR, catalog_number VARCHAR)
SELECT title FROM table_27303975_3 WHERE catalog_number = "CAL01 / 0091037137319"
Write a SQL query that answers the following question: How many times is the title am/pm callanetics?
The relevant table was constructed using the following SQL : CREATE TABLE table_27303975_3 (studio VARCHAR, title VARCHAR)
SELECT COUNT(studio) FROM table_27303975_3 WHERE title = "AM/PM Callanetics"
Write a SQL query that answers the following question: How many times was the catalog number cal04 / 0091037553546?
The relevant table was constructed using the following SQL : CREATE TABLE table_27303975_3 (title VARCHAR, catalog_number VARCHAR)
SELECT COUNT(title) FROM table_27303975_3 WHERE catalog_number = "CAL04 / 0091037553546"
Write a SQL query that answers the following question: how many times was the catalog number cal04 / 0091037553546?
The relevant table was constructed using the following SQL : CREATE TABLE table_27303975_3 (copyright_information VARCHAR, catalog_number VARCHAR)
SELECT COUNT(copyright_information) FROM table_27303975_3 WHERE catalog_number = "CAL04 / 0091037553546"
Write a SQL query that answers the following question: how many times was the catalog number cal01 / 0091037137319?
The relevant table was constructed using the following SQL : CREATE TABLE table_27303975_3 (copyright_information VARCHAR, catalog_number VARCHAR)
SELECT COUNT(copyright_information) FROM table_27303975_3 WHERE catalog_number = "CAL01 / 0091037137319"
Write a SQL query that answers the following question: how many times was the catalog number cal05 / 0091037137357?
The relevant table was constructed using the following SQL : CREATE TABLE table_27303975_3 (title VARCHAR, catalog_number VARCHAR)
SELECT COUNT(title) FROM table_27303975_3 WHERE catalog_number = "CAL05 / 0091037137357"
Write a SQL query that answers the following question: who directed the episode that elaine ko wrote?
The relevant table was constructed using the following SQL : CREATE TABLE table_27332038_1 (directed_by VARCHAR, written_by VARCHAR)
SELECT directed_by FROM table_27332038_1 WHERE written_by = "Elaine Ko"
Write a SQL query that answers the following question: when was the episode with production code "2arg01" originally aired?
The relevant table was constructed using the following SQL : CREATE TABLE table_27332038_1 (original_air_date VARCHAR, production_code VARCHAR)
SELECT original_air_date FROM table_27332038_1 WHERE production_code = "2ARG01"
Write a SQL query that answers the following question: what is the title of the episode with production code "2arg09"?
The relevant table was constructed using the following SQL : CREATE TABLE table_27332038_1 (title VARCHAR, production_code VARCHAR)
SELECT title FROM table_27332038_1 WHERE production_code = "2ARG09"
Write a SQL query that answers the following question: when was the episode with production code "2arg24" originally aired?
The relevant table was constructed using the following SQL : CREATE TABLE table_27332038_1 (original_air_date VARCHAR, production_code VARCHAR)
SELECT original_air_date FROM table_27332038_1 WHERE production_code = "2ARG24"
Write a SQL query that answers the following question: What episode had a share percentage of 41.5%?
The relevant table was constructed using the following SQL : CREATE TABLE table_27319183_7 (episode VARCHAR, share___percentage_ VARCHAR)
SELECT episode FROM table_27319183_7 WHERE share___percentage_ = "41.5"
Write a SQL query that answers the following question: What date was the show's weekly ranking 12?
The relevant table was constructed using the following SQL : CREATE TABLE table_27319183_7 (date VARCHAR, weekly_rank VARCHAR)
SELECT date FROM table_27319183_7 WHERE weekly_rank = 12
Write a SQL query that answers the following question: How many total itv viewers were there for the episode with official itv ratings of 10.24 million?
The relevant table was constructed using the following SQL : CREATE TABLE table_27319183_7 (total_itv_viewers__millions_ VARCHAR, official_itv_rating__millions_ VARCHAR)
SELECT total_itv_viewers__millions_ FROM table_27319183_7 WHERE official_itv_rating__millions_ = "10.24"
Write a SQL query that answers the following question: How many total itv viewers were there for the episode with official itv hd ratings of 1.12 million?
The relevant table was constructed using the following SQL : CREATE TABLE table_27319183_7 (total_itv_viewers__millions_ VARCHAR, official_itv_hd_rating__millions_ VARCHAR)
SELECT total_itv_viewers__millions_ FROM table_27319183_7 WHERE official_itv_hd_rating__millions_ = "1.12"
Write a SQL query that answers the following question: What were the official itv ratings in millions for the episode with a total of 8.53 million itv viewers
The relevant table was constructed using the following SQL : CREATE TABLE table_27319183_7 (official_itv_rating__millions_ VARCHAR, total_itv_viewers__millions_ VARCHAR)
SELECT official_itv_rating__millions_ FROM table_27319183_7 WHERE total_itv_viewers__millions_ = "8.53"
Write a SQL query that answers the following question: What were the official itv ratings in millions for semi-final 5?
The relevant table was constructed using the following SQL : CREATE TABLE table_27319183_7 (official_itv_rating__millions_ VARCHAR, episode VARCHAR)
SELECT official_itv_rating__millions_ FROM table_27319183_7 WHERE episode = "Semi-final 5"
Write a SQL query that answers the following question: What is the club when the chairman is roger lambrecht?
The relevant table was constructed using the following SQL : CREATE TABLE table_27374004_2 (club VARCHAR, chairman VARCHAR)
SELECT club FROM table_27374004_2 WHERE chairman = "Roger Lambrecht"
Write a SQL query that answers the following question: What is the team captain when the shirt sponser is quick?
The relevant table was constructed using the following SQL : CREATE TABLE table_27374004_2 (team_captain VARCHAR, shirt_sponsor VARCHAR)
SELECT team_captain FROM table_27374004_2 WHERE shirt_sponsor = "Quick"
Write a SQL query that answers the following question: Who is the chairman when the current manager is bob peeters?
The relevant table was constructed using the following SQL : CREATE TABLE table_27374004_2 (chairman VARCHAR, current_manager VARCHAR)
SELECT chairman FROM table_27374004_2 WHERE current_manager = "Bob Peeters"
Write a SQL query that answers the following question: What is the club when the shirt sponsor is e-lotto.be?
The relevant table was constructed using the following SQL : CREATE TABLE table_27374004_2 (club VARCHAR, shirt_sponsor VARCHAR)
SELECT club FROM table_27374004_2 WHERE shirt_sponsor = "e-lotto.be"
Write a SQL query that answers the following question: Who is the team captain when the club is k.f.c. germinal beerschot?
The relevant table was constructed using the following SQL : CREATE TABLE table_27374004_2 (team_captain VARCHAR, club VARCHAR)
SELECT team_captain FROM table_27374004_2 WHERE club = "K.F.C. Germinal Beerschot"
Write a SQL query that answers the following question: What is the varsity name of the university of mcgill university?
The relevant table was constructed using the following SQL : CREATE TABLE table_27369069_4 (varsity_name VARCHAR, university VARCHAR)
SELECT varsity_name FROM table_27369069_4 WHERE university = "McGill university"
Write a SQL query that answers the following question: What is the soccer stadium with the varsity name is citadins?
The relevant table was constructed using the following SQL : CREATE TABLE table_27369069_4 (soccer_stadium VARCHAR, varsity_name VARCHAR)
SELECT soccer_stadium FROM table_27369069_4 WHERE varsity_name = "Citadins"
Write a SQL query that answers the following question: What is the province where the soccer statium is terrain #2 of complexe sportif claude-robillard?
The relevant table was constructed using the following SQL : CREATE TABLE table_27369069_4 (province VARCHAR, soccer_stadium VARCHAR)
SELECT province FROM table_27369069_4 WHERE soccer_stadium = "terrain #2 of Complexe sportif Claude-Robillard"
Write a SQL query that answers the following question: What is the province for with the stadium capacity of 5100?
The relevant table was constructed using the following SQL : CREATE TABLE table_27369069_4 (province VARCHAR, stadium_capacity VARCHAR)
SELECT province FROM table_27369069_4 WHERE stadium_capacity = 5100
Write a SQL query that answers the following question: What is the university where the soccer stadium is terrain #2 of complexe sportif claude-robillard?
The relevant table was constructed using the following SQL : CREATE TABLE table_27369069_4 (university VARCHAR, soccer_stadium VARCHAR)
SELECT university FROM table_27369069_4 WHERE soccer_stadium = "terrain #2 of Complexe sportif Claude-Robillard"
Write a SQL query that answers the following question: When was the date of appointment by Hugo Broos?
The relevant table was constructed using the following SQL : CREATE TABLE table_27374004_4 (date_of_appointment VARCHAR, replaced_by VARCHAR)
SELECT date_of_appointment FROM table_27374004_4 WHERE replaced_by = "Hugo Broos"
Write a SQL query that answers the following question: How many times did outgoing manager Bart de Roover vacated a position?
The relevant table was constructed using the following SQL : CREATE TABLE table_27374004_4 (date_of_vacancy VARCHAR, outgoing_manager VARCHAR)
SELECT COUNT(date_of_vacancy) FROM table_27374004_4 WHERE outgoing_manager = "Bart De Roover"
Write a SQL query that answers the following question: Who was the outgoing manager of the team in 15th position that was sacked?
The relevant table was constructed using the following SQL : CREATE TABLE table_27374004_4 (outgoing_manager VARCHAR, manner_of_departure VARCHAR, position_in_table VARCHAR)
SELECT outgoing_manager FROM table_27374004_4 WHERE manner_of_departure = "Sacked" AND position_in_table = "15th"
Write a SQL query that answers the following question: What was the team's position in table when Danny OST was the outgoing manager?
The relevant table was constructed using the following SQL : CREATE TABLE table_27374004_4 (position_in_table VARCHAR, outgoing_manager VARCHAR)
SELECT position_in_table FROM table_27374004_4 WHERE outgoing_manager = "Danny Ost"
Write a SQL query that answers the following question: how many maximum # when viewers (m) is 8.01
The relevant table was constructed using the following SQL : CREATE TABLE table_27374740_2 (_number INTEGER, viewers__m_ VARCHAR)
SELECT MAX(_number) FROM table_27374740_2 WHERE viewers__m_ = "8.01"
Write a SQL query that answers the following question: How many outgoing managers were replaced by Bob Peeters?
The relevant table was constructed using the following SQL : CREATE TABLE table_27374004_3 (outgoing_manager VARCHAR, replaced_by VARCHAR)
SELECT COUNT(outgoing_manager) FROM table_27374004_3 WHERE replaced_by = "Bob Peeters"
Write a SQL query that answers the following question: Who replaced Michel Preud'homme?
The relevant table was constructed using the following SQL : CREATE TABLE table_27374004_3 (replaced_by VARCHAR, outgoing_manager VARCHAR)
SELECT replaced_by FROM table_27374004_3 WHERE outgoing_manager = "Michel Preud'homme"
Write a SQL query that answers the following question: What was the manner of departure for the manager of Cercle Brugge?
The relevant table was constructed using the following SQL : CREATE TABLE table_27374004_3 (manner_of_departure VARCHAR, team VARCHAR)
SELECT manner_of_departure FROM table_27374004_3 WHERE team = "Cercle Brugge"
Write a SQL query that answers the following question: Who was the outgoing manager of Charleroi?
The relevant table was constructed using the following SQL : CREATE TABLE table_27374004_3 (outgoing_manager VARCHAR, team VARCHAR)
SELECT outgoing_manager FROM table_27374004_3 WHERE team = "Charleroi"
Write a SQL query that answers the following question: What sponsor has the head coach Samad Marfavi?
The relevant table was constructed using the following SQL : CREATE TABLE table_27383390_2 (shirt_sponsor VARCHAR, head_coach VARCHAR)
SELECT shirt_sponsor FROM table_27383390_2 WHERE head_coach = "Samad Marfavi"
Write a SQL query that answers the following question: Which team has Ali Daei as head coach?
The relevant table was constructed using the following SQL : CREATE TABLE table_27383390_2 (team VARCHAR, head_coach VARCHAR)
SELECT team FROM table_27383390_2 WHERE head_coach = "Ali Daei"
Write a SQL query that answers the following question: What is the kit maker for team foolad?
The relevant table was constructed using the following SQL : CREATE TABLE table_27383390_2 (kit_maker VARCHAR, team VARCHAR)
SELECT kit_maker FROM table_27383390_2 WHERE team = "Foolad"
Write a SQL query that answers the following question: Who is the outgoing head coach when the incoming head coach is abdollah veysi?
The relevant table was constructed using the following SQL : CREATE TABLE table_27383390_4 (outgoing_head_coach VARCHAR, incoming_head_coach VARCHAR)
SELECT outgoing_head_coach FROM table_27383390_4 WHERE incoming_head_coach = "Abdollah Veysi"
Write a SQL query that answers the following question: When is the date of appointment when the position in table is 16?
The relevant table was constructed using the following SQL : CREATE TABLE table_27383390_4 (date_of_appointment VARCHAR, position_in_table VARCHAR)
SELECT date_of_appointment FROM table_27383390_4 WHERE position_in_table = 16
Write a SQL query that answers the following question: How many times is the incoming head coach abdollah veysi?
The relevant table was constructed using the following SQL : CREATE TABLE table_27383390_4 (team VARCHAR, incoming_head_coach VARCHAR)
SELECT COUNT(team) FROM table_27383390_4 WHERE incoming_head_coach = "Abdollah Veysi"
Write a SQL query that answers the following question: What is the team with the date of vacancy 8 dec 2010?
The relevant table was constructed using the following SQL : CREATE TABLE table_27383390_4 (team VARCHAR, date_of_vacancy VARCHAR)
SELECT team FROM table_27383390_4 WHERE date_of_vacancy = "8 Dec 2010"
Write a SQL query that answers the following question: What is the manner of departure when the incoming head coach is mohammad khakpour?
The relevant table was constructed using the following SQL : CREATE TABLE table_27383390_4 (manner_of_departure VARCHAR, incoming_head_coach VARCHAR)
SELECT manner_of_departure FROM table_27383390_4 WHERE incoming_head_coach = "Mohammad Khakpour"
Write a SQL query that answers the following question: What is the original air date of the episode that was written by Rama Stagner?
The relevant table was constructed using the following SQL : CREATE TABLE table_27389024_2 (original_air_date VARCHAR, written_by VARCHAR)
SELECT original_air_date FROM table_27389024_2 WHERE written_by = "Rama Stagner"
Write a SQL query that answers the following question: For the #19 car, what was their finish position?
The relevant table was constructed using the following SQL : CREATE TABLE table_27396005_2 (pos INTEGER, car VARCHAR)
SELECT MAX(pos) FROM table_27396005_2 WHERE car = 19
Write a SQL query that answers the following question: How many constructors had a grid of 13?
The relevant table was constructed using the following SQL : CREATE TABLE table_27396005_2 (constructor VARCHAR, grid VARCHAR)
SELECT COUNT(constructor) FROM table_27396005_2 WHERE grid = 13
Write a SQL query that answers the following question: What was the maximum finish position of the car whose constructor was Joe Gibbs Racing, driven by Denny Hamlin?
The relevant table was constructed using the following SQL : CREATE TABLE table_27396005_2 (pos INTEGER, constructor VARCHAR, driver VARCHAR)
SELECT MAX(pos) FROM table_27396005_2 WHERE constructor = "Joe Gibbs Racing" AND driver = "Denny Hamlin"
Write a SQL query that answers the following question: List all titles with a 57 series number.
The relevant table was constructed using the following SQL : CREATE TABLE table_27397948_2 (title VARCHAR, no_in_series VARCHAR)
SELECT title FROM table_27397948_2 WHERE no_in_series = 57
Write a SQL query that answers the following question: What's the highest season number with a series number of 47?
The relevant table was constructed using the following SQL : CREATE TABLE table_27397948_2 (no_in_season INTEGER, no_in_series VARCHAR)
SELECT MAX(no_in_season) FROM table_27397948_2 WHERE no_in_series = 47
Write a SQL query that answers the following question: Who was the writer for season episode 7?
The relevant table was constructed using the following SQL : CREATE TABLE table_27397948_2 (written_by VARCHAR, no_in_season VARCHAR)
SELECT written_by FROM table_27397948_2 WHERE no_in_season = 7
Write a SQL query that answers the following question: Name who directed when the viewers is 5.86
The relevant table was constructed using the following SQL : CREATE TABLE table_27401228_1 (directed_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT directed_by FROM table_27401228_1 WHERE us_viewers__million_ = "5.86"
Write a SQL query that answers the following question: Where is lootos põlva from?
The relevant table was constructed using the following SQL : CREATE TABLE table_27409644_1 (location VARCHAR, club VARCHAR)
SELECT location FROM table_27409644_1 WHERE club = "Lootos Põlva"
Write a SQL query that answers the following question: Who is the manager for lootos põlva?
The relevant table was constructed using the following SQL : CREATE TABLE table_27409644_1 (manager VARCHAR, club VARCHAR)
SELECT manager FROM table_27409644_1 WHERE club = "Lootos Põlva"
Write a SQL query that answers the following question: Where is lootospark from?
The relevant table was constructed using the following SQL : CREATE TABLE table_27409644_1 (location VARCHAR, ground VARCHAR)
SELECT location FROM table_27409644_1 WHERE ground = "Lootospark"
Write a SQL query that answers the following question: Who is the pärnu manager?
The relevant table was constructed using the following SQL : CREATE TABLE table_27409644_1 (manager VARCHAR, club VARCHAR)
SELECT manager FROM table_27409644_1 WHERE club = "Pärnu"
Write a SQL query that answers the following question: Where is the team that is managed by richard barnwell from?
The relevant table was constructed using the following SQL : CREATE TABLE table_27409644_1 (location VARCHAR, manager VARCHAR)
SELECT location FROM table_27409644_1 WHERE manager = "Richard Barnwell"
Write a SQL query that answers the following question: What is the home location for team flora tallinn?
The relevant table was constructed using the following SQL : CREATE TABLE table_27409644_1 (ground VARCHAR, club VARCHAR)
SELECT ground FROM table_27409644_1 WHERE club = "Flora Tallinn"
Write a SQL query that answers the following question: How many viewers watched the episode written by shana goldberg-meehan & greg malins?
The relevant table was constructed using the following SQL : CREATE TABLE table_27403436_1 (us_viewers__million_ VARCHAR, written_by VARCHAR)
SELECT us_viewers__million_ FROM table_27403436_1 WHERE written_by = "Shana Goldberg-Meehan & Greg Malins"
Write a SQL query that answers the following question: which number lists the production code as 2j5809
The relevant table was constructed using the following SQL : CREATE TABLE table_27403436_1 (no VARCHAR, production_code VARCHAR)
SELECT no FROM table_27403436_1 WHERE production_code = "2J5809"
Write a SQL query that answers the following question: What position was Bob Lilly?
The relevant table was constructed using the following SQL : CREATE TABLE table_274117_5 (position VARCHAR, player VARCHAR)
SELECT position FROM table_274117_5 WHERE player = "Bob Lilly"
Write a SQL query that answers the following question: What are seasons by team for Pro Bowl appearances of the player who was an OL and had 11 appearances?
The relevant table was constructed using the following SQL : CREATE TABLE table_274117_5 (seasons_by_team VARCHAR, position VARCHAR, number VARCHAR)
SELECT seasons_by_team FROM table_274117_5 WHERE position = "OL" AND number = 11
Write a SQL query that answers the following question: What position was the player who was inducted into the Pro Football Hall of Fame in 1980?
The relevant table was constructed using the following SQL : CREATE TABLE table_274117_5 (position VARCHAR, year_of_induction_into_pro_football_hall_of_fame VARCHAR)
SELECT position FROM table_274117_5 WHERE year_of_induction_into_pro_football_hall_of_fame = "1980"
Write a SQL query that answers the following question: When was Will Shields inducted into the Pro Football Hall of Fame?
The relevant table was constructed using the following SQL : CREATE TABLE table_274117_5 (year_of_induction_into_pro_football_hall_of_fame VARCHAR, player VARCHAR)
SELECT year_of_induction_into_pro_football_hall_of_fame FROM table_274117_5 WHERE player = "Will Shields"
Write a SQL query that answers the following question: What is the fewest amount of Pro Bowl appearances any of the players had?
The relevant table was constructed using the following SQL : CREATE TABLE table_274117_5 (number INTEGER)
SELECT MIN(number) FROM table_274117_5
Write a SQL query that answers the following question: How many live births per year do people with a life expectancy of 65.1 have?
The relevant table was constructed using the following SQL : CREATE TABLE table_27434_2 (live_births_per_year VARCHAR, life_expectancy_total VARCHAR)
SELECT live_births_per_year FROM table_27434_2 WHERE life_expectancy_total = "65.1"
Write a SQL query that answers the following question: What period was the life expectancy at 62.4?
The relevant table was constructed using the following SQL : CREATE TABLE table_27434_2 (period VARCHAR, life_expectancy_total VARCHAR)
SELECT period FROM table_27434_2 WHERE life_expectancy_total = "62.4"
Write a SQL query that answers the following question: In what year is australia/oceania listed?
The relevant table was constructed using the following SQL : CREATE TABLE table_27435931_1 (year VARCHAR, continent VARCHAR)
SELECT COUNT(year) FROM table_27435931_1 WHERE continent = "Australia/Oceania"
Write a SQL query that answers the following question: what was the elevation in september 2009?
The relevant table was constructed using the following SQL : CREATE TABLE table_27435931_1 (elevation_m VARCHAR, year VARCHAR)
SELECT elevation_m FROM table_27435931_1 WHERE year = "September 2009"
Write a SQL query that answers the following question: what is the continent in which the country russia is listed?
The relevant table was constructed using the following SQL : CREATE TABLE table_27435931_1 (continent VARCHAR, country VARCHAR)
SELECT continent FROM table_27435931_1 WHERE country = "Russia"
Write a SQL query that answers the following question: what was the lowest elevation in april 2006?
The relevant table was constructed using the following SQL : CREATE TABLE table_27435931_1 (elevation_ft INTEGER, year VARCHAR)
SELECT MIN(elevation_ft) FROM table_27435931_1 WHERE year = "April 2006"
Write a SQL query that answers the following question: what is elevation of tanzania?
The relevant table was constructed using the following SQL : CREATE TABLE table_27435931_1 (elevation_ft VARCHAR, country VARCHAR)
SELECT COUNT(elevation_ft) FROM table_27435931_1 WHERE country = "Tanzania"
Write a SQL query that answers the following question: what is the elevation of south america?
The relevant table was constructed using the following SQL : CREATE TABLE table_27435931_1 (elevation_ft VARCHAR, continent VARCHAR)
SELECT elevation_ft FROM table_27435931_1 WHERE continent = "South America"
Write a SQL query that answers the following question: List the season above 241.0 that was handled by brad tanenbaum.
The relevant table was constructed using the following SQL : CREATE TABLE table_27437601_2 (no_in_season VARCHAR, directed_by VARCHAR, no_in_series VARCHAR)
SELECT no_in_season FROM table_27437601_2 WHERE directed_by = "Brad Tanenbaum" AND no_in_series > 241.0
Write a SQL query that answers the following question: List the 1st air date for season 12.
The relevant table was constructed using the following SQL : CREATE TABLE table_27437601_2 (original_air_date VARCHAR, no_in_season VARCHAR)
SELECT original_air_date FROM table_27437601_2 WHERE no_in_season = 12
Write a SQL query that answers the following question: List the series number for season 12.
The relevant table was constructed using the following SQL : CREATE TABLE table_27437601_2 (no_in_series VARCHAR, no_in_season VARCHAR)
SELECT COUNT(no_in_series) FROM table_27437601_2 WHERE no_in_season = 12
Write a SQL query that answers the following question: How many years was the country Belgium?
The relevant table was constructed using the following SQL : CREATE TABLE table_27441210_13 (year VARCHAR, country VARCHAR)
SELECT COUNT(year) FROM table_27441210_13 WHERE country = "Belgium"