question stringlengths 12 244 | context stringlengths 27 489 | answer dict |
|---|---|---|
Which title did Neil Affleck direct? | CREATE TABLE table_14724369_1 (title VARCHAR, directed_by VARCHAR) | {
"SQL_Query": "SELECT title FROM table_14724369_1 WHERE directed_by = \"Neil Affleck\""
} |
What is the first number in series that had the production code 1ACX03? | CREATE TABLE table_14724369_1 (no_in_series INTEGER, production_code VARCHAR) | {
"SQL_Query": "SELECT MAX(no_in_series) FROM table_14724369_1 WHERE production_code = \"1ACX03\""
} |
Which title had the production code 1ACX04? | CREATE TABLE table_14724369_1 (title VARCHAR, production_code VARCHAR) | {
"SQL_Query": "SELECT title FROM table_14724369_1 WHERE production_code = \"1ACX04\""
} |
When did the show directed by Michael Dimartino first air? | CREATE TABLE table_14724369_1 (original_air_date VARCHAR, directed_by VARCHAR) | {
"SQL_Query": "SELECT original_air_date FROM table_14724369_1 WHERE directed_by = \"Michael DiMartino\""
} |
Which series numbers were directed by Monte Young? | CREATE TABLE table_14724369_1 (no_in_series VARCHAR, directed_by VARCHAR) | {
"SQL_Query": "SELECT no_in_series FROM table_14724369_1 WHERE directed_by = \"Monte Young\""
} |
How many people directed the show written by Chris Sheridan? | CREATE TABLE table_14724369_1 (directed_by VARCHAR, written_by VARCHAR) | {
"SQL_Query": "SELECT COUNT(directed_by) FROM table_14724369_1 WHERE written_by = \"Chris Sheridan\""
} |
What regular seasons occurred in 2011? | CREATE TABLE table_14723382_1 (regular_season VARCHAR, year VARCHAR) | {
"SQL_Query": "SELECT regular_season FROM table_14723382_1 WHERE year = 2011"
} |
What is the largest numbered? | CREATE TABLE table_14723382_1 (division INTEGER) | {
"SQL_Query": "SELECT MAX(division) FROM table_14723382_1"
} |
How many positions does rene villemure play? | CREATE TABLE table_1473672_2 (position VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT COUNT(position) FROM table_1473672_2 WHERE player = \"Rene Villemure\""
} |
What is the pick# for the medicine hat tigers (wchl)? | CREATE TABLE table_1473672_2 (pick__number INTEGER, college_junior_club_team VARCHAR) | {
"SQL_Query": "SELECT MIN(pick__number) FROM table_1473672_2 WHERE college_junior_club_team = \"Medicine Hat Tigers (WCHL)\""
} |
What nhl team does stan weir play for? | CREATE TABLE table_1473672_2 (nhl_team VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT nhl_team FROM table_1473672_2 WHERE player = \"Stan Weir\""
} |
What nhl team does dwight bialowas play for? | CREATE TABLE table_1473672_2 (nhl_team VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT nhl_team FROM table_1473672_2 WHERE player = \"Dwight Bialowas\""
} |
Lorne Henning has the lowest pick# of? | CREATE TABLE table_1473672_2 (pick__number INTEGER) | {
"SQL_Query": "SELECT MIN(pick__number) FROM table_1473672_2"
} |
Jack Lynch played for the oshawa generals (omjhl) before playing for what nhl team? | CREATE TABLE table_1473672_2 (nhl_team VARCHAR, college_junior_club_team VARCHAR) | {
"SQL_Query": "SELECT nhl_team FROM table_1473672_2 WHERE college_junior_club_team = \"Oshawa Generals (OMJHL)\""
} |
Which colle/junior/club team did Michel Boudreau play for? | CREATE TABLE table_1473672_3 (college_junior_club_team VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT college_junior_club_team FROM table_1473672_3 WHERE player = \"Michel Boudreau\""
} |
Which players played right wing? | CREATE TABLE table_1473672_3 (player VARCHAR, position VARCHAR) | {
"SQL_Query": "SELECT player FROM table_1473672_3 WHERE position = \"Right Wing\""
} |
Which nationality is the player from the Philadelphia Flyers? | CREATE TABLE table_1473672_3 (nationality VARCHAR, nhl_team VARCHAR) | {
"SQL_Query": "SELECT nationality FROM table_1473672_3 WHERE nhl_team = \"Philadelphia Flyers\""
} |
Which position did the player hold that played for the Philadelphia Flyers in NHL? | CREATE TABLE table_1473672_3 (position VARCHAR, nhl_team VARCHAR) | {
"SQL_Query": "SELECT position FROM table_1473672_3 WHERE nhl_team = \"Philadelphia Flyers\""
} |
Which college/junior/club team did the player play on that played for the Buffalo Sabres in NHL? | CREATE TABLE table_1473672_3 (college_junior_club_team VARCHAR, nhl_team VARCHAR) | {
"SQL_Query": "SELECT college_junior_club_team FROM table_1473672_3 WHERE nhl_team = \"Buffalo Sabres\""
} |
Name the number of teams for college/junior club for philadelphia flyers | CREATE TABLE table_1473672_4 (college_junior_club_team VARCHAR, nhl_team VARCHAR) | {
"SQL_Query": "SELECT COUNT(college_junior_club_team) FROM table_1473672_4 WHERE nhl_team = \"Philadelphia Flyers\""
} |
Name the position for ron lalonde | CREATE TABLE table_1473672_4 (position VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT position FROM table_1473672_4 WHERE player = \"Ron Lalonde\""
} |
Name the college/junior club team for pick number 63 | CREATE TABLE table_1473672_4 (college_junior_club_team VARCHAR, pick__number VARCHAR) | {
"SQL_Query": "SELECT college_junior_club_team FROM table_1473672_4 WHERE pick__number = 63"
} |
How many positions did 1972 NHL Draft pick Rene Lambert play? | CREATE TABLE table_1473672_10 (position VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT COUNT(position) FROM table_1473672_10 WHERE player = \"Rene Lambert\""
} |
what's the college/junior/club team with nhl team being california golden seals | CREATE TABLE table_1473672_9 (college_junior_club_team VARCHAR, nhl_team VARCHAR) | {
"SQL_Query": "SELECT college_junior_club_team FROM table_1473672_9 WHERE nhl_team = \"California Golden Seals\""
} |
what's the nhl team with college/junior/club team being brandon wheat kings (wchl) | CREATE TABLE table_1473672_9 (nhl_team VARCHAR, college_junior_club_team VARCHAR) | {
"SQL_Query": "SELECT nhl_team FROM table_1473672_9 WHERE college_junior_club_team = \"Brandon Wheat Kings (WCHL)\""
} |
who is the the player with pick # being 132 | CREATE TABLE table_1473672_9 (player VARCHAR, pick__number VARCHAR) | {
"SQL_Query": "SELECT player FROM table_1473672_9 WHERE pick__number = 132"
} |
how many player with nhl team being vancouver canucks | CREATE TABLE table_1473672_9 (player VARCHAR, nhl_team VARCHAR) | {
"SQL_Query": "SELECT COUNT(player) FROM table_1473672_9 WHERE nhl_team = \"Vancouver Canucks\""
} |
what's the position with player being ray boutin | CREATE TABLE table_1473672_9 (position VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT position FROM table_1473672_9 WHERE player = \"Ray Boutin\""
} |
what is the name of the borough where station uses is 28702? | CREATE TABLE table_14748457_1 (borough VARCHAR, station_users_2008_9 VARCHAR) | {
"SQL_Query": "SELECT borough FROM table_14748457_1 WHERE station_users_2008_9 = \"28702\""
} |
what are the lines served where station users is 210076? | CREATE TABLE table_14748457_1 (lines_served VARCHAR, station_users_2008_9 VARCHAR) | {
"SQL_Query": "SELECT lines_served FROM table_14748457_1 WHERE station_users_2008_9 = \"210076\""
} |
whatis hte station code where users are 130368? | CREATE TABLE table_14748457_1 (station__and_code_ VARCHAR, station_users_2008_9 VARCHAR) | {
"SQL_Query": "SELECT station__and_code_ FROM table_14748457_1 WHERE station_users_2008_9 = \"130368\""
} |
Which is the class A when Weslaco was the class AAAAA and brownwood was the class AAAA | CREATE TABLE table_14747043_1 (class_a VARCHAR, class_aAAAA VARCHAR, Weslaco VARCHAR, class_aAAA VARCHAR, Brownwood VARCHAR) | {
"SQL_Query": "SELECT class_a FROM table_14747043_1 WHERE class_aAAAA = Weslaco AND class_aAAA = Brownwood"
} |
Which is the class A when Marion was the class AA | CREATE TABLE table_14747043_1 (class_a VARCHAR, class_aA VARCHAR, Marion VARCHAR) | {
"SQL_Query": "SELECT class_a FROM table_14747043_1 WHERE class_aA = Marion"
} |
Which is the class AA when graford was the class A | CREATE TABLE table_14747043_1 (class_aA VARCHAR, class_a VARCHAR) | {
"SQL_Query": "SELECT class_aA FROM table_14747043_1 WHERE class_a = \"Graford\""
} |
How many class AA in the year 2002-03 | CREATE TABLE table_14747043_1 (class_aA VARCHAR, school_year VARCHAR) | {
"SQL_Query": "SELECT COUNT(class_aA) FROM table_14747043_1 WHERE school_year = \"2002-03\""
} |
Who was the class AAAA when class AAAAA was Weslaco in 1994-95 | CREATE TABLE table_14747043_1 (class_aAAA VARCHAR, class_aAAAA VARCHAR, Weslaco VARCHAR, school_year VARCHAR) | {
"SQL_Query": "SELECT class_aAAA FROM table_14747043_1 WHERE class_aAAAA = Weslaco AND school_year = \"1994-95\""
} |
What are the changes from 2009 to 2010 in Tunisia? | CREATE TABLE table_14752049_2 (change__2009_to_2010_ VARCHAR, country VARCHAR) | {
"SQL_Query": "SELECT change__2009_to_2010_ FROM table_14752049_2 WHERE country = \"Tunisia\""
} |
What are the international tourist arrivals in 2010 where change from 2010 to 2011 is +11.2% ? | CREATE TABLE table_14752049_2 (international_tourist_arrivals__2010_ VARCHAR, change__2010_to_2011_ VARCHAR) | {
"SQL_Query": "SELECT international_tourist_arrivals__2010_ FROM table_14752049_2 WHERE change__2010_to_2011_ = \"+11.2%\""
} |
What are the changes (2010 to 2011) where the International Tourist Arrivals is 1.7 million? | CREATE TABLE table_14752049_2 (change__2010_to_2011_ VARCHAR, international_tourist_arrivals__2011_ VARCHAR) | {
"SQL_Query": "SELECT change__2010_to_2011_ FROM table_14752049_2 WHERE international_tourist_arrivals__2011_ = \"1.7 million\""
} |
What are the international tourist arrivals(2010) where change from 2009 to 2010 is +11.1%? | CREATE TABLE table_14752049_2 (international_tourist_arrivals__2010_ VARCHAR, change__2009_to_2010_ VARCHAR) | {
"SQL_Query": "SELECT international_tourist_arrivals__2010_ FROM table_14752049_2 WHERE change__2009_to_2010_ = \"+11.1%\""
} |
What are the International tourist arrivals (2010) where change from 2010 to 2011 is +15% | CREATE TABLE table_14752049_2 (international_tourist_arrivals__2010_ VARCHAR, change__2010_to_2011_ VARCHAR) | {
"SQL_Query": "SELECT international_tourist_arrivals__2010_ FROM table_14752049_2 WHERE change__2010_to_2011_ = \"+15%\""
} |
How many international tourist arrivals were in Senegal in 2011? | CREATE TABLE table_14752049_2 (international_tourist_arrivals__2011_ VARCHAR, country VARCHAR) | {
"SQL_Query": "SELECT international_tourist_arrivals__2011_ FROM table_14752049_2 WHERE country = \"Senegal\""
} |
When the change (2010 to 2011) is +1.0% what is the change (2011 to 2012)? | CREATE TABLE table_14752049_6 (change__2011_to_2012_ VARCHAR, change__2010_to_2011_ VARCHAR) | {
"SQL_Query": "SELECT change__2011_to_2012_ FROM table_14752049_6 WHERE change__2010_to_2011_ = \"+1.0%\""
} |
When the change (2011 to 2012) is -0.1% what is the country? | CREATE TABLE table_14752049_6 (country VARCHAR, change__2011_to_2012_ VARCHAR) | {
"SQL_Query": "SELECT country FROM table_14752049_6 WHERE change__2011_to_2012_ = \"-0.1%\""
} |
When the change (2011 to 2012) is +13.4% what is the country? | CREATE TABLE table_14752049_6 (country VARCHAR, change__2011_to_2012_ VARCHAR) | {
"SQL_Query": "SELECT country FROM table_14752049_6 WHERE change__2011_to_2012_ = \"+13.4%\""
} |
When 24.1 million is international tourist arrivals (2012) what is the change (2010 to 2011) ? | CREATE TABLE table_14752049_6 (change__2010_to_2011_ VARCHAR, international_tourist_arrivals__2012_ VARCHAR) | {
"SQL_Query": "SELECT change__2010_to_2011_ FROM table_14752049_6 WHERE international_tourist_arrivals__2012_ = \"24.1 million\""
} |
United kingdom is the country what is the change (2011 to 2012)? | CREATE TABLE table_14752049_6 (change__2011_to_2012_ VARCHAR, country VARCHAR) | {
"SQL_Query": "SELECT change__2011_to_2012_ FROM table_14752049_6 WHERE country = \"United Kingdom\""
} |
When the 1 is the rank what is the overall amount of international tourist arrivals in 2012? | CREATE TABLE table_14752049_6 (international_tourist_arrivals__2012_ VARCHAR, rank VARCHAR) | {
"SQL_Query": "SELECT COUNT(international_tourist_arrivals__2012_) FROM table_14752049_6 WHERE rank = 1"
} |
What is the enrollment amount where Hispanic (%) is 3.6? | CREATE TABLE table_14754471_1 (enrollment VARCHAR, hispanic___percentage_ VARCHAR) | {
"SQL_Query": "SELECT enrollment FROM table_14754471_1 WHERE hispanic___percentage_ = \"3.6\""
} |
What percentage of Asians are there in the year 2009? | CREATE TABLE table_14754471_1 (asian___percentage_ VARCHAR, year VARCHAR) | {
"SQL_Query": "SELECT asian___percentage_ FROM table_14754471_1 WHERE year = 2009"
} |
What percentage of Asians are there in the year 2004? | CREATE TABLE table_14754471_1 (asian___percentage_ VARCHAR, year VARCHAR) | {
"SQL_Query": "SELECT asian___percentage_ FROM table_14754471_1 WHERE year = 2004"
} |
What percentage of hispanics are there when the free/reduced lunch percentage is 81.4? | CREATE TABLE table_14754471_1 (hispanic___percentage_ VARCHAR, free_reduced_lunch___percentage_ VARCHAR) | {
"SQL_Query": "SELECT hispanic___percentage_ FROM table_14754471_1 WHERE free_reduced_lunch___percentage_ = \"81.4\""
} |
What percentage of free/reduced lunch are there when the hispanic percentage is 3.7? | CREATE TABLE table_14754471_1 (free_reduced_lunch___percentage_ VARCHAR, hispanic___percentage_ VARCHAR) | {
"SQL_Query": "SELECT free_reduced_lunch___percentage_ FROM table_14754471_1 WHERE hispanic___percentage_ = \"3.7\""
} |
Who was the arranger for the track written by Nizar Francis ? | CREATE TABLE table_14778650_1 (arranger VARCHAR, writer VARCHAR) | {
"SQL_Query": "SELECT arranger FROM table_14778650_1 WHERE writer = \"Nizar Francis\""
} |
Who was the writer for the song 4:29 in length? | CREATE TABLE table_14778650_1 (writer VARCHAR, length VARCHAR) | {
"SQL_Query": "SELECT writer FROM table_14778650_1 WHERE length = \"4:29\""
} |
What track number is 4:29 in length? | CREATE TABLE table_14778650_1 (_number VARCHAR, length VARCHAR) | {
"SQL_Query": "SELECT _number FROM table_14778650_1 WHERE length = \"4:29\""
} |
What is the female rank in Karnataka? | CREATE TABLE table_14785903_1 (females_rank VARCHAR, states VARCHAR) | {
"SQL_Query": "SELECT females_rank FROM table_14785903_1 WHERE states = \"Karnataka\""
} |
What is the English title when the original title is Die Qual Der Wahl? | CREATE TABLE table_1481865_1 (title__english_ VARCHAR, title__original_ VARCHAR) | {
"SQL_Query": "SELECT title__english_ FROM table_1481865_1 WHERE title__original_ = \"Die Qual der Wahl\""
} |
What is the episode number where the English title is Pilot? | CREATE TABLE table_1481865_1 (number_of_episode VARCHAR, title__english_ VARCHAR) | {
"SQL_Query": "SELECT number_of_episode FROM table_1481865_1 WHERE title__english_ = \"Pilot\""
} |
What was the original air date for episode number 6? | CREATE TABLE table_1481865_1 (original_air_date VARCHAR, number_of_episode VARCHAR) | {
"SQL_Query": "SELECT original_air_date FROM table_1481865_1 WHERE number_of_episode = 6"
} |
What is the original title of season number 3? | CREATE TABLE table_1481865_1 (title__original_ VARCHAR, number_of_season VARCHAR) | {
"SQL_Query": "SELECT title__original_ FROM table_1481865_1 WHERE number_of_season = 3"
} |
What municipality where the human development index in the year 2000 was 0.7827? | CREATE TABLE table_1480455_1 (municipality VARCHAR, human_development_index__2000_ VARCHAR) | {
"SQL_Query": "SELECT municipality FROM table_1480455_1 WHERE human_development_index__2000_ = \"0.7827\""
} |
What is the total number of population in the year 2005 where the population density 35.9 (/km 2)? | CREATE TABLE table_1480455_1 (population__2005_ VARCHAR, population_density___km_2__ VARCHAR) | {
"SQL_Query": "SELECT COUNT(population__2005_) FROM table_1480455_1 WHERE population_density___km_2__ = \"35.9\""
} |
What is the human development index for the year 2000 where the ingei code is 10? | CREATE TABLE table_1480455_1 (human_development_index__2000_ VARCHAR, inegi_code VARCHAR) | {
"SQL_Query": "SELECT human_development_index__2000_ FROM table_1480455_1 WHERE inegi_code = 10"
} |
What is the area (km 2) where the population density (/mk2) is 84.3? | CREATE TABLE table_1480455_1 (area__km_2__ VARCHAR, population_density___km_2__ VARCHAR) | {
"SQL_Query": "SELECT area__km_2__ FROM table_1480455_1 WHERE population_density___km_2__ = \"84.3\""
} |
Name the mandate for list pct 12.39% | CREATE TABLE table_14834801_1 (mandate VARCHAR, list_pct VARCHAR) | {
"SQL_Query": "SELECT mandate FROM table_14834801_1 WHERE list_pct = \"12.39%\""
} |
Name the total number of list votes for 20.95% | CREATE TABLE table_14834801_1 (list_votes VARCHAR, list_pct VARCHAR) | {
"SQL_Query": "SELECT COUNT(list_votes) FROM table_14834801_1 WHERE list_pct = \"20.95%\""
} |
What was the scoring rank for Angela Stanford in 2009? | CREATE TABLE table_14836185_3 (scoring_rank VARCHAR, year VARCHAR) | {
"SQL_Query": "SELECT scoring_rank FROM table_14836185_3 WHERE year = 2009"
} |
What was the highest number on money list rank for Angela Stanford's career? | CREATE TABLE table_14836185_3 (money_list_rank INTEGER) | {
"SQL_Query": "SELECT MAX(money_list_rank) FROM table_14836185_3"
} |
In the year where Angela Stanford had a scoring average of 71.62, how many times did she take second place? | CREATE TABLE table_14836185_3 (scoring_average VARCHAR) | {
"SQL_Query": "SELECT COUNT(2 AS nd) FROM table_14836185_3 WHERE scoring_average = \"71.62\""
} |
Namw the minimum production code for 16.04 million viewers | CREATE TABLE table_14845640_1 (production_code INTEGER, us_viewers__millions_ VARCHAR) | {
"SQL_Query": "SELECT MIN(production_code) FROM table_14845640_1 WHERE us_viewers__millions_ = \"16.04\""
} |
Name the written by for 16.32 million viewers | CREATE TABLE table_14845640_1 (written_by VARCHAR, us_viewers__millions_ VARCHAR) | {
"SQL_Query": "SELECT written_by FROM table_14845640_1 WHERE us_viewers__millions_ = \"16.32\""
} |
What is the highest number of cuts made when her best finish is t4? | CREATE TABLE table_14853156_2 (cuts_made INTEGER, best_finish VARCHAR) | {
"SQL_Query": "SELECT MAX(cuts_made) FROM table_14853156_2 WHERE best_finish = \"T4\""
} |
How many total earnings are recorded when her best finish is t2 with a 71.25 scoring average? | CREATE TABLE table_14853156_2 (earnings___ VARCHAR, best_finish VARCHAR, scoring_average VARCHAR) | {
"SQL_Query": "SELECT COUNT(earnings___) AS $__ FROM table_14853156_2 WHERE best_finish = \"T2\" AND scoring_average = \"71.25\""
} |
What is the lowest number of cuts made when her best finish is t4? | CREATE TABLE table_14853156_2 (cuts_made INTEGER, best_finish VARCHAR) | {
"SQL_Query": "SELECT MIN(cuts_made) FROM table_14853156_2 WHERE best_finish = \"T4\""
} |
How many years has she ranked 56 on the money list? | CREATE TABLE table_14853156_2 (year VARCHAR, money_list_rank VARCHAR) | {
"SQL_Query": "SELECT COUNT(year) FROM table_14853156_2 WHERE money_list_rank = \"56\""
} |
What is the lowest number of wins? | CREATE TABLE table_14853156_2 (wins INTEGER) | {
"SQL_Query": "SELECT MIN(wins) FROM table_14853156_2"
} |
When steve gomer is the director who is the writer? | CREATE TABLE table_14847258_1 (written_by VARCHAR, directed_by VARCHAR) | {
"SQL_Query": "SELECT written_by FROM table_14847258_1 WHERE directed_by = \"Steve Gomer\""
} |
15.03 million u.s viewers seen what episode? | CREATE TABLE table_14847258_1 (title VARCHAR, us_viewers__millions_ VARCHAR) | {
"SQL_Query": "SELECT title FROM table_14847258_1 WHERE us_viewers__millions_ = \"15.03\""
} |
Name the most 3 credits | CREATE TABLE table_148535_2 (Id VARCHAR) | {
"SQL_Query": "SELECT MIN(3 AS _credits) FROM table_148535_2"
} |
Name the least 2 credits for straight hand | CREATE TABLE table_148535_2 (hand VARCHAR) | {
"SQL_Query": "SELECT MIN(2 AS _credits) FROM table_148535_2 WHERE hand = \"Straight\""
} |
Name the least 2 credits for flush | CREATE TABLE table_148535_2 (hand VARCHAR) | {
"SQL_Query": "SELECT MIN(2 AS _credits) FROM table_148535_2 WHERE hand = \"Flush\""
} |
Name the most 1 credit for three of a kind | CREATE TABLE table_148535_2 (hand VARCHAR) | {
"SQL_Query": "SELECT MAX(1 AS _credit) FROM table_148535_2 WHERE hand = \"Three of a Kind\""
} |
Name the points classification for mark renshaw and team csc | CREATE TABLE table_14856023_18 (points_classification VARCHAR, general_classification VARCHAR, team_classification VARCHAR) | {
"SQL_Query": "SELECT points_classification FROM table_14856023_18 WHERE general_classification = \"Mark Renshaw\" AND team_classification = \"Team CSC\""
} |
How many episodes were released on DVD in the US on October 13, 2009? | CREATE TABLE table_14855908_3 (episodes VARCHAR, region_1__us_ VARCHAR) | {
"SQL_Query": "SELECT episodes FROM table_14855908_3 WHERE region_1__us_ = \"October 13, 2009\""
} |
How many episodes were put out in Region 4 on March 4, 2010? | CREATE TABLE table_14855908_3 (episodes INTEGER, region_4 VARCHAR) | {
"SQL_Query": "SELECT MAX(episodes) FROM table_14855908_3 WHERE region_4 = \"March 4, 2010\""
} |
How many episodes were released in the season 1 DVD? | CREATE TABLE table_14855908_3 (episodes INTEGER, dvd_name VARCHAR) | {
"SQL_Query": "SELECT MIN(episodes) FROM table_14855908_3 WHERE dvd_name = \"Season 1\""
} |
What was the altitude of the explosion Hardtack Teak? | CREATE TABLE table_148578_1 (altitude__km_ VARCHAR, explosion VARCHAR) | {
"SQL_Query": "SELECT altitude__km_ FROM table_148578_1 WHERE explosion = \"Hardtack Teak\""
} |
What was the altitude of the event on 1962-07-09? | CREATE TABLE table_148578_1 (altitude__km_ VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT altitude__km_ FROM table_148578_1 WHERE date = \"1962-07-09\""
} |
What was the altitude of the yield of 1.4 megatons? | CREATE TABLE table_148578_1 (altitude__km_ VARCHAR, yield__approximate_ VARCHAR) | {
"SQL_Query": "SELECT altitude__km_ FROM table_148578_1 WHERE yield__approximate_ = \"1.4 megatons\""
} |
What was the yield of the K-4 explosion? | CREATE TABLE table_148578_1 (yield__approximate_ VARCHAR, explosion VARCHAR) | {
"SQL_Query": "SELECT yield__approximate_ FROM table_148578_1 WHERE explosion = \"K-4\""
} |
What explosion had an altitude of 539 km? | CREATE TABLE table_148578_1 (explosion VARCHAR, altitude__km_ VARCHAR) | {
"SQL_Query": "SELECT explosion FROM table_148578_1 WHERE altitude__km_ = \"539\""
} |
List all opponents in the September 23, 1984 game? | CREATE TABLE table_14863869_1 (opponent VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT opponent FROM table_14863869_1 WHERE date = \"September 23, 1984\""
} |
What was the score in the game played on December 2, 1984? | CREATE TABLE table_14863869_1 (record VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT record FROM table_14863869_1 WHERE date = \"December 2, 1984\""
} |
How many scores were there in week 11? | CREATE TABLE table_14863869_1 (record VARCHAR, week VARCHAR) | {
"SQL_Query": "SELECT COUNT(record) FROM table_14863869_1 WHERE week = 11"
} |
What is the highest win for the team Nacional? | CREATE TABLE table_14871601_1 (wins INTEGER, team VARCHAR) | {
"SQL_Query": "SELECT MAX(wins) FROM table_14871601_1 WHERE team = \"Nacional\""
} |
What is the smallest conceded value for the team 12 De Octubre? | CREATE TABLE table_14871601_1 (conceded INTEGER, team VARCHAR) | {
"SQL_Query": "SELECT MIN(conceded) FROM table_14871601_1 WHERE team = \"12 de Octubre\""
} |
What is the smallest draws value with 21 points? | CREATE TABLE table_14871601_1 (draws INTEGER, points VARCHAR) | {
"SQL_Query": "SELECT MIN(draws) FROM table_14871601_1 WHERE points = 21"
} |
What is the largest loss for the Tacuary team? | CREATE TABLE table_14871601_1 (losses INTEGER, team VARCHAR) | {
"SQL_Query": "SELECT MAX(losses) FROM table_14871601_1 WHERE team = \"Tacuary\""
} |
What is the name of the venue where the opponent scored 51? | CREATE TABLE table_14877831_2 (venue VARCHAR, opponents VARCHAR) | {
"SQL_Query": "SELECT venue FROM table_14877831_2 WHERE opponents = 51"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.