question stringlengths 12 244 | sql stringlengths 22 468 |
|---|---|
Name the asian american population 2010 for kansas city-overland park-kansas city, mo-ks csa | SELECT MAX Asian American Population (2010) FROM table WHERE Combined Statistical Area = Kansas City-Overland Park-Kansas City, MO-KS CSA |
Name the % indian american for asian population 126965 | SELECT % Indian American FROM table WHERE Asian American Population (2010) = 126965 |
Name the % asian american for 23526 | SELECT % Asian American FROM table WHERE Indian American Population (2010) = 23526 |
When buffalo narrows is the name how many measurements of population density per kilometer squared are there? | SELECT COUNT Population density (per km²) FROM table WHERE Name = Buffalo Narrows |
When 1233 is the population of 2011 what is the land area in kilometers squared? | SELECT Land area (km²) FROM table WHERE Population (2011) = 1233 |
When 6.00 is the land area in kilometers squared what is the highest population of 2011? | SELECT MAX Population (2011) FROM table WHERE Land area (km²) = 6.00 |
When beauval is the name what is the lowest population of 2011? | SELECT MIN Population (2011) FROM table WHERE Name = Beauval |
When 4.5 is the percentage of change how many population counts were made for 2011? | SELECT COUNT Population (2011) FROM table WHERE Change (%) = 4.5 |
When 14.85 kilometers squared is the land area what is the name? | SELECT Name FROM table WHERE Land area (km²) = 14.85 |
What is every state and District of Columbia with 60.0% overweight or obese adults? | SELECT State and District of Columbia FROM table WHERE Overweight (incl. obese) adults = 60.0% |
What are all percentages of overweight or obese adults for obesity rank of 21? | SELECT Overweight (incl. obese) adults FROM table WHERE Obesity rank = 21 |
What is the least obesity rank for the state of Utah? | SELECT MIN Obesity rank FROM table WHERE State and District of Columbia = Utah |
How many states or District of Columbia have 65.4% overweight or obese adults? | SELECT COUNT State and District of Columbia FROM table WHERE Overweight (incl. obese) adults = 65.4% |
What is every percentage of overweight or obese adults when 12.4% of children and adolescents are obese? | SELECT Overweight (incl. obese) adults FROM table WHERE Obese children and adolescents = 12.4% |
Who directed the film Gomorra? | SELECT Director(s) FROM table WHERE Film title used in nomination = Gomorra |
What language was spoken in Everlasting Moments? | SELECT Language(s) FROM table WHERE Film title used in nomination = Everlasting Moments |
What is the original title of the film submitted by Greece? | SELECT Original title FROM table WHERE Submitting country = Greece |
Who directed the film Nuits d'arabie? | SELECT Director(s) FROM table WHERE Film title used in nomination = Nuits d'Arabie |
What is every value for population (2006) with a Romanian mother tongue? | SELECT Population (2006) FROM table WHERE Mother Tongue = Romanian |
What is the lowest population(2011)? | SELECT MIN Population (2011) FROM table |
What is the lowest population(2006) when there is a 1.06% in 2011? | SELECT MIN Population (2006) FROM table WHERE Percentage (2011) = 1.06% |
How many values for population(2011) correspond to a 1.40% in 2006? | SELECT COUNT Population (2011) FROM table WHERE Percentage (2006) = 1.40% |
What is every value for percentage(2006) with a Polish mother tongue? | SELECT Percentage (2006) FROM table WHERE Mother Tongue = Polish |
Which team/s have 48 goals total? | SELECT Club FROM table WHERE Goals = 48 |
Who was the contestant eliminated on episode 8 of RW: Key West season? | SELECT Player FROM table WHERE Original Season = RW: Key West AND Eliminated = Episode 8 |
Who was the female contestant on the Original season of Fresh Meat? | SELECT Player FROM table WHERE Original Season = Fresh Meat AND Gender = Female |
What was the gender of the contestant on RR: South Pacific season? | SELECT Gender FROM table WHERE Original Season = RR: South Pacific |
What was the season where Evelyn Smith was on? | SELECT Original Season FROM table WHERE Player = Evelyn Smith |
How many original Australian performers are there when the Original West End Performer is Jordan Dunne? | SELECT COUNT Original Australian performer FROM table WHERE Original West End performer = Jordan Dunne |
Who is the Original west end performer for the character Martha? | SELECT Original West End performer FROM table WHERE Character = Martha |
Who is the original broadway performer for the character Colin Craven? | SELECT Original Broadway performer FROM table WHERE Character = Colin Craven |
Who is the original west end performer for the character Neville Craven? | SELECT Original West End performer FROM table WHERE Character = Neville Craven |
Who is the 2005 World AIDS Day Benefit "Dream" Cast when the Original Australian performer is Susan-Ann Walker? | SELECT 2005 World AIDS Day Benefit Dream Cast FROM table WHERE Original Australian performer = Susan-Ann Walker |
Who is the Original Australian performer when the Original West End Performer is Linzi Hateley? | SELECT Original Australian performer FROM table WHERE Original West End performer = Linzi Hateley |
Name the minimum wins | SELECT MIN Wins FROM table |
Name the country for hideki noda category:articles with hcards | SELECT Country FROM table WHERE Name = Hideki Noda Category:Articles with hCards |
Name the number of poles for stefano livio category:articles with hcards | SELECT COUNT Poles FROM table WHERE Name = Stefano Livio Category:Articles with hCards |
Name the points for thierry tassin category:articles with hcards | SELECT Points FROM table WHERE Name = Thierry Tassin Category:Articles with hCards |
Name the number of wins for michele rugolo category:articles with hcards | SELECT COUNT Wins FROM table WHERE Name = Michele Rugolo Category:Articles with hCards |
Name the lg for ermengol | SELECT L G FROM table WHERE Player = Ermengol |
Name the nat for total apps for 27 | SELECT Nat FROM table WHERE Total Apps = 27 |
Name the number of apps for total g is 8 | SELECT COUNT L Apps FROM table WHERE Total G = 8 |
Name the player for l apps is 27 | SELECT Player FROM table WHERE L Apps = 27 |
What are all the countries where the electric company Ebisa has a presence? | SELECT Country FROM table WHERE Entities = EBISA |
In how many countries is Itaipu a supply point for electricity? | SELECT COUNT Country FROM table WHERE Supply point = Itaipu |
What are the electric companies drawing power from Itaipu? | SELECT Entities FROM table WHERE Supply point = Itaipu |
what will the population of Asia be when Latin America/Caribbean is 783 (7.5%)? | SELECT Asia FROM table WHERE Latin America/Caribbean = 783 (7.5%) |
what will be the population of Europe when Northern America is 482 (4.7%)? | SELECT Europe FROM table WHERE Northern America = 482 (4.7%) |
what row is the population of Latin America/Caribbean when Asia is 4,894 (46.1%)? | SELECT COUNT Latin America/Caribbean FROM table WHERE Asia = 4,894 (46.1%) |
what will be the population of Africa when Oceania is 67 (0.6%) | SELECT Africa FROM table WHERE Oceania = 67 (0.6%) |
What is population in the world when 788 (8.1%)? | SELECT MIN World FROM table WHERE Latin America/Caribbean = 788 (8.1%) |
what is the worlds smallest population? | SELECT MIN World FROM table |
What is the first year in the competition? | SELECT MIN Year FROM table |
What is the result in the final versos Jennifer Capriati? | SELECT Outcome FROM table WHERE Opponent in the final = Jennifer Capriati |
What is the first year that she competed? | SELECT MIN Year FROM table |
What tournament did she win with a final score of 4–6, 7–5, 6–2? | SELECT Championship FROM table WHERE Score in the final = 4–6, 7–5, 6–2 |
When joj agpangan* is the name how many duration's are there? | SELECT COUNT Duration FROM table WHERE Name = Joj Agpangan* |
When davao city is the home or representative town or province and clash 2010 is the edition how many ages are there? | SELECT COUNT Age FROM table WHERE Edition = Clash 2010 AND Home or representative town or province = Davao City |
When winner is the status and 77 is the total days in pbb house what is the edition? | SELECT Edition FROM table WHERE Total days in PBB House = 77 AND Status = Winner |
When days 1-86 is the duration how many names are there? | SELECT COUNT Name FROM table WHERE Duration = Days 1-86 |
WHen joaqui mendoza is the name how long is the duration? | SELECT Duration FROM table WHERE Name = Joaqui Mendoza |
When guiguinto, bulacan is the home or representative town or province how many names are there? | SELECT COUNT Name FROM table WHERE Home or representative town or province = Guiguinto, Bulacan |
When 3t7458 is the production code who are the writers? | SELECT Written by FROM table WHERE Production code = 3T7458 |
When there are 3.39 million u.s viewers what is the production code? | SELECT Production code FROM table WHERE U.S. viewers (million) = 3.39 |
When 3t7461 is the production code who is the director? | SELECT Directed by FROM table WHERE Production code = 3T7461 |
What was the score at the end of the match number 4? | SELECT Score FROM table WHERE Match no. = 4 |
What's the match number where Bill Hoffman plays for Team USA? | SELECT MIN Match no. FROM table WHERE Team USA = Bill Hoffman |
How many different scores did Team Europe get when Mika Koivuniemi played for them? | SELECT COUNT Score FROM table WHERE Team Europe = Mika Koivuniemi |
What was the score when Tore Torgersen played for Team Europe? | SELECT Score FROM table WHERE Team Europe = Tore Torgersen |
Name the launch date for duration days 174.14 | SELECT Launch date FROM table WHERE Duration (days) = 174.14 |
What is the 1st place when Pennsylvania finished 2nd place? | SELECT 1st Place FROM table WHERE 2nd Place = Pennsylvania |
What is the 2nd place when Virginia finished in 1st place? | SELECT 2nd Place FROM table WHERE 1st Place = Virginia |
How many years did Florida finish in 4th place? | SELECT COUNT Year FROM table WHERE 4th Place = Florida |
What is the total number of 3rd placed teams when the host is University of Manitoba, Winnipeg, Manitoba? | SELECT COUNT 3rd Place FROM table WHERE Host = University of Manitoba, Winnipeg, Manitoba |
Who was in 4th place when Missouri finished in 3rd place? | SELECT 4th Place FROM table WHERE 3rd Place = Missouri |
When tim mack is on team usa what is the progressive total? | SELECT Progressive Total FROM table WHERE Team USA = Tim Mack |
When 14 is the match number how many usa teams are there? | SELECT COUNT Team USA FROM table WHERE Match no. = 14 |
When chris barnes is on team usa how many europe teams are there? | SELECT COUNT Team Europe FROM table WHERE Team USA = Chris Barnes |
in the year 1998/99 what was the league | SELECT League FROM table WHERE Year = 1998/99 |
in the year 1995/96 what was the reg. season | SELECT Reg. Season FROM table WHERE Year = 1995/96 |
in what playoffs the league was in the semifinals | SELECT League FROM table WHERE Playoffs = Semifinals |
what was the year where in the playoffs was champions | SELECT Year FROM table WHERE Playoffs = Champions |
what where the playoffs where the avg attendance of the team was 3416 | SELECT Playoffs FROM table WHERE Avg. Attendance = 3416 |
when did the club Citizen achieve its last top division title? | SELECT Last top division title FROM table WHERE Club = Citizen |
How many clubs achieved the 5th position in 2012-13? | SELECT COUNT Top division titles FROM table WHERE Position in 2012–13 = 5th |
When interplanet janet is the episode title who is the music by? | SELECT Music by FROM table WHERE Episode title = Interplanet Janet |
WHen jaime aff and christine langner are the performers what is the subject? | SELECT Subject FROM table WHERE Performed by = Jaime Aff and Christine Langner |
If skeletal system is the subject when was it first aired? | SELECT First aired FROM table WHERE Subject = Skeletal system |
When zachary sanders is the performer what is the lowerst first aired? | SELECT MIN First aired FROM table WHERE Performed by = Zachary Sanders |
What's the amount of winnings (in $) in the year with 2 wins? | SELECT Winnings FROM table WHERE Wins = 2 |
What's the number of starts in the year with 19.3 average finish? | SELECT MIN Starts FROM table WHERE Avg. Finish = 19.3 |
In what year did the #14 FitzBradshaw Racing compete? | SELECT Year FROM table WHERE Team(s) = #14 FitzBradshaw Racing |
What's the average finish in 2008? | SELECT Avg. Finish FROM table WHERE Year = 2008 |
What's #14 FitzBradshaw Racing's top 5 result? | SELECT MAX Top 5 FROM table WHERE Team(s) = #14 FitzBradshaw Racing |
What is the date for the episode performed by Sue Manchester? | SELECT First aired FROM table WHERE Performed by = Sue Manchester |
Who is the music by for episode the Elbow Room? | SELECT Music by FROM table WHERE Episode title = Elbow Room |
What is the name of the episode performed by Essra Mohawk | SELECT Episode title FROM table WHERE Performed by = Essra Mohawk |
When five is the new channel what is the date of original removal? | SELECT Date(s) of original removal FROM table WHERE New channel(s) = Five |
When bbc two is the original channel what is the date of original removal? | SELECT Date(s) of original removal FROM table WHERE Original channel = BBC Two |
When bbc two is the new channel what is the date of return? | SELECT Date of return FROM table WHERE New channel(s) = BBC Two |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.