question
stringlengths
12
244
sql
stringlengths
22
468
Who is the player who's number is 3?
SELECT Player FROM table WHERE No.(s) = 3
What is the height for the player in 1968-72?
SELECT Height in Ft. FROM table WHERE Years for Rockets = 1968-72
Which player had a height of 6-0?
SELECT Player FROM table WHERE Height in Ft. = 6-0
What is the position for the player that played in 2006?
SELECT Position FROM table WHERE Years for Rockets = 2006
What are all the names of the players who are 7-0 tall?
SELECT Player FROM table WHERE Height in Ft. = 7-0
Kimball, toby toby kimball is a player; How many times at school/ club team/country was the player present?
SELECT COUNT School/Club Team/Country FROM table WHERE Player = Kimball, Toby Toby Kimball
In connecticut the school/club team/country had a set height in ft. what is true for them?
SELECT Height in Ft. FROM table WHERE School/Club Team/Country = Connecticut
Rockets height was 6-6 in feet, list the time frame where this was true?
SELECT Years for Rockets FROM table WHERE Height in Ft. = 6-6
What is the hight of the player who's tenure lasted from 1969-70?
SELECT Height in Ft. FROM table WHERE Years for Rockets = 1969-70
What school did the 7-4 player attend?
SELECT School/Club Team/Country FROM table WHERE Height in Ft. = 7-4
what's the years for rockets where position is guard / forward
SELECT Years for Rockets FROM table WHERE Position = Guard / Forward
what is the total number of player where years for rockets is 1975-79
SELECT COUNT Player FROM table WHERE Years for Rockets = 1975-79
what is the total number of player where years for rockets is 2004-06
SELECT COUNT Player FROM table WHERE Years for Rockets = 2004-06
what's the position where player is williams, bernie bernie williams
SELECT Position FROM table WHERE Player = Williams, Bernie Bernie Williams
what is the total number of years for rockets where school/club team/country is baylor
SELECT COUNT Years for Rockets FROM table WHERE School/Club Team/Country = Baylor
How many positions had jersey number 32
SELECT COUNT Position FROM table WHERE No.(s) = 32
Which years had a jersey number 55
SELECT Years for Rockets FROM table WHERE No.(s) = 55
Which school, club team, or country played for the rockets in the years 2000-01?
SELECT School/Club Team/Country FROM table WHERE Years for Rockets = 2000-01
During which years did number 13 play for the Rockets?
SELECT Years for Rockets FROM table WHERE No.(s) = 13
What is the lowest date settled for chifley?
SELECT MIN Date first settled as a suburb FROM table WHERE Suburb = Chifley
What is the density in Garran?
SELECT MIN Density (/km²) FROM table WHERE Suburb = Garran
What is the date settled for 40 years?
SELECT Date first settled as a suburb FROM table WHERE Median age (in 2006) = 40 years
What is the median age where the area is 1.7?
SELECT Median age (in 2006) FROM table WHERE Area (km²) = 1.7
Who is the thursday presenter of the show Big Brother 13?
SELECT Thursday FROM table WHERE Series = Big Brother 13
Who is the friday presenter for each show, when the monday presenter is Emma Willis Jamie East?
SELECT Friday FROM table WHERE Monday = Emma Willis Jamie East
Who is the Tuesday presenter of Celebrity Big Brother 8?
SELECT Tuesday FROM table WHERE Series = Celebrity Big Brother 8
Who is the Wednesday presenter of the show Big Brother 13?
SELECT Wednesday FROM table WHERE Series = Big Brother 13
List all of the shows with Alice Levine Jamie East is the Sunday presenter.
SELECT Series FROM table WHERE Sunday = Alice Levine Jamie East
What are all the positions for the rockets in 2008?
SELECT Position FROM table WHERE Years for Rockets = 2008
What is the height of the school club team members in clemson?
SELECT Height in Ft. FROM table WHERE School/Club Team/Country = Clemson
What years for the rockets did player ford, alton alton ford play?
SELECT Years for Rockets FROM table WHERE Player = Ford, Alton Alton Ford
What years for the rockets did the player ford, phil phil ford play?
SELECT Years for Rockets FROM table WHERE Player = Ford, Phil Phil Ford
What school/club team/country did the player fitch, gerald gerald fitch play for?
SELECT School/Club Team/Country FROM table WHERE Player = Fitch, Gerald Gerald Fitch
What is the weekly rank where the number is 4?
SELECT Weekly Rank FROM table WHERE # = 4
What is the viewers for the episode "woman marries heart"?
SELECT Viewers FROM table WHERE Episode = "Woman Marries Heart"
What is the minimum of t20 matches?
SELECT MIN T20 matches FROM table
Where is ropery lane located?
SELECT Location FROM table WHERE Name of ground = Ropery Lane
Where is ropery lane and la matches 7 location?
SELECT Location FROM table WHERE LA matches = 7 AND Name of ground = Ropery Lane
What is the maximum fc matches?
SELECT MAX FC matches FROM table
What is the maximum fc matches at the racecourse?
SELECT MAX FC matches FROM table WHERE Name of ground = The Racecourse
What is the maximum t20 on green lane?
SELECT MAX T20 matches FROM table WHERE Name of ground = Green Lane
what's the cylinders/ valves with model being 1.8 20v
SELECT cylinders/ valves FROM table WHERE model = 1.8 20V
Which units are commanded by Lieutenant Colonel Francis Hepburn?
SELECT Unit FROM table WHERE Commander = Lieutenant Colonel Francis Hepburn
What are the complements when the commander is Major William Lloyd?
SELECT Complement FROM table WHERE Commander = Major William Lloyd
How many were wounded when the complement was 173 off 2059 men?
SELECT Wounded FROM table WHERE Complement = 173 off 2059 men
How many where killed under Major-General Jean Victor de Constant Rebecque's command?
SELECT Killed FROM table WHERE Commander = Major-General Jean Victor de Constant Rebecque
Who were the commanders when 8 off 0 men were wounded?
SELECT Commander FROM table WHERE Wounded = 8 off 0 men
What is the gpa per capita (nominal) for the country with gdp (nominal) is $52.0 billion?
SELECT GDP per capita (nominal) FROM table WHERE GDP (nominal) = $52.0 billion
How many countries has a gdp (nominal) of $29.9 billion?
SELECT COUNT GDP per capita (nominal) FROM table WHERE GDP (nominal) = $29.9 billion
What is the GDP (nominal) for Uzbekistan?
SELECT GDP (nominal) FROM table WHERE Country = Uzbekistan
What is the area (km²) for the country with a population of 16967000?
SELECT MIN Area (km²) FROM table WHERE Population = 16967000
What is the aspect ratio of the DVD released on 12/10/2009?
SELECT Aspect Ratio FROM table WHERE Released = 12/10/2009
What is the name of the DVD where the number of discs is greater than 2.0
SELECT DVD Name FROM table WHERE Num of Discs > 2.0
How many releases did the DVD River Cottage forever have?
SELECT COUNT Released FROM table WHERE DVD Name = River Cottage Forever
What is the total number of discs where the run time was 4 hours 40 minutes?
SELECT COUNT Num of Discs FROM table WHERE Duration = 4 hours 40 minutes
What is the name of the DVD where the number of discs is greater than 2.0
SELECT DVD Name FROM table WHERE Num of Discs > 2.0
What were the wounded for complement of 46 off 656 men?
SELECT Wounded FROM table WHERE Complement = 46 off 656 men
What was the missing for lieutenant general sir thomas picton?
SELECT Missing FROM table WHERE Commander = Lieutenant General Sir Thomas Picton
Name the number of complement for 4th hanoverian brigade
SELECT COUNT Complement FROM table WHERE Unit = 4th Hanoverian Brigade
Name the commander of 167 off 2348 men
SELECT Commander FROM table WHERE Complement = 167 off 2348 men
HOW MUCH WAS THE OVERALL FOR ERIK KARLSSON?
SELECT MIN Overall FROM table
WHAT ROUND WAS FORWARD ANDRE PETERSSON SELECTED?
SELECT MIN Round FROM table WHERE Position = Forward
WHAT POSITION DOES PATRICK WIERCIOCH PLAY?
SELECT Position FROM table WHERE Player = Patrick Wiercioch
NAME THE OVERALL FOR THE OMAHA (USHL) CLUB TEAM
SELECT MIN Overall FROM table WHERE Club team = Omaha (USHL)
WHERE IS ANDRE PETERSSON FROM?
SELECT Nationality FROM table WHERE Player = Andre Petersson
What club team did JArrod Maidens play for?
SELECT Club team FROM table WHERE Player = Jarrod Maidens
What position does Cody Ceci play?
SELECT Position FROM table WHERE Player = Cody Ceci
What is the Nationality when the club team is Peterborough Petes (OHL)?
SELECT Nationality FROM table WHERE Club team = Peterborough Petes (OHL)
Which player is in round 5?
SELECT Player FROM table WHERE Round = 5
What position is associated with an overall value of 126?
SELECT Position FROM table WHERE Overall = 126
What position is the player Jordan Fransoo in?
SELECT Position FROM table WHERE Player = Jordan Fransoo
How many rounds is the player Matthew Puempel associated with?
SELECT COUNT Round FROM table WHERE Player = Matthew Puempel
What is the position of player Tobias Lindberg?
SELECT Position FROM table WHERE Player = Tobias Lindberg
How many players had overall 78?
SELECT COUNT Player FROM table WHERE Overall = 78
What is the last round with club team Guelph Storm (ohl)?
SELECT MAX Round FROM table WHERE Club team = Guelph Storm (OHL)
How many positions did player Ben Harpur play?
SELECT COUNT Position FROM table WHERE Player = Ben Harpur
What is the position of player Marcus Hogberg?
SELECT Position FROM table WHERE Player = Marcus Hogberg
3488 is the enrollment amount of what college?
SELECT Institution FROM table WHERE Enrollment = 3488
Barry University had the highest enrollment of what number?
SELECT MAX Enrollment FROM table WHERE Institution = Barry University
The fighting knights has what type of nickname?
SELECT Type FROM table WHERE Nickname = Fighting Knights
Boca Raton, Florida had what joined amount?
SELECT Joined FROM table WHERE Location = Boca Raton, Florida
If the enrollment is 3584, what's the largest founded?
SELECT MAX Founded FROM table WHERE Enrollment = 3584
Barry University had a maximum enrollment of what?
SELECT MAX Enrollment FROM table WHERE Institution = Barry University
What was the series number for the episode "I Forgot to Remember to Forget"?
SELECT MIN No. in series FROM table WHERE Title = "I Forgot to Remember to Forget"
Who directed the episode that was viewed by 2.57 million people in the U.S.?
SELECT Directed by FROM table WHERE U.S. viewers (millions) = 2.57
Who directed the episode that was viewed by 2.50 million people in the U.S.?
SELECT Directed by FROM table WHERE U.S. viewers (millions) = 2.50
Which episode number in season 5 was viewed by 3.00 million U.S. viziers?
SELECT MIN No. in season FROM table WHERE U.S. viewers (millions) = 3.00
what are all the percent (1990) where state is united states
SELECT Percent (1990) FROM table WHERE State = United States
what is the total number of percent (2000) where percent (1980) is 3.4%
SELECT COUNT Percent (2000) FROM table WHERE Percent (1980) = 3.4%
what are all the percent (1990) where state is mississippi
SELECT Percent (1990) FROM table WHERE State = Mississippi
what is the maximum norwegian americans (2000) where norwegian americans (1990) is 9170
SELECT MAX Norwegian Americans (2000) FROM table WHERE Norwegian Americans (1990) = 9170
what is the minimum norwegian americans (1980) where state is rhode island
SELECT MIN Norwegian Americans (1980) FROM table WHERE State = Rhode Island
What is the English version of the title Getto Daun?
SELECT English title FROM table WHERE Rōmaji title = Getto Daun
What is the smallest track number?
SELECT MIN Track FROM table
How many tracks are titled Mō Sukoshi Tōku?
SELECT COUNT Track FROM table WHERE Rōmaji title = Mō Sukoshi Tōku
What is the Japanese title for Fantasy?
SELECT Japanese title FROM table WHERE English title = Fantasy
How long is track number 8?
SELECT Track time FROM table WHERE Track = 8
Who was the GT2 winning team when the GT3 winning team was #1 PTG?
SELECT GT2 Winning Team FROM table WHERE GT3 Winning Team = #1 PTG
How many doubles champions were there for the Serbia f6 Futures tournament?
SELECT COUNT Doubles champions FROM table WHERE Tournament = Serbia F6 Futures
How many singles tournaments did Ludovic Walter win?
SELECT COUNT Tournament FROM table WHERE Singles champions = Ludovic Walter