question
stringlengths
12
244
sql
stringlengths
22
468
What is the constructor for Jackie Stewart's car?
SELECT Constructor FROM table WHERE Driver = jackie stewart
What is the location where Denny Hulme was the driver?
SELECT Location FROM table WHERE Driver = denny hulme
What is number of the train that originated in Secunderabad Junction?
SELECT Train No. FROM table WHERE Origin = secunderabad junction
From where did the train that arrived in the Anand Vihar Terminal originate?
SELECT Origin FROM table WHERE Destination = anand vihar terminal
From where did Train No. 15929/30 originate?
SELECT Origin FROM table WHERE Train No. = 15929/30
What is the frequency of the train to Bangalore?
SELECT Frequency FROM table WHERE Destination = bangalore
What is the frequency of the Chennai Egmore Dibrugarh Express to Dibrugarh?
SELECT Frequency FROM table WHERE Destination = dibrugarh AND Train Name = chennai egmore dibrugarh express
How many Norwegian Americans have Norwegian Americans (2000) of 109,744?
SELECT COUNT Norwegian Americans (2009) FROM table WHERE Norwegian Americans (2000) = 109,744
Which state has a Percent (2009) of 6.2%?
SELECT State FROM table WHERE Percent (2009) = 6.2%
What is the holding of the customers?
SELECT Holding FROM table WHERE Component = customers
What Allied-Unrelated is labeled as "common"?
SELECT Allied-Unrelated FROM table WHERE Allied-Related = common
Which integrated has an allied-related of some shared?
SELECT Integrated FROM table WHERE Allied-Related = some shared
What integrated has an allied-related of centralized?
SELECT Integrated FROM table WHERE Allied-Related = centralized
What component has an integrated of one?
SELECT Component FROM table WHERE Integrated = one
How many candidates had 0 percent of the vote in 1999?
SELECT COUNT candidates FROM table WHERE % of vote = 0 AND Election = 1999 AND seats won > 0
What is the score of the game with Manu ginóbili (44) as the leading scorer?
SELECT Score FROM table WHERE Leading scorer = manu ginóbili (44)
What is the record of the game on February 21, 2008?
SELECT Record FROM table WHERE Date = february 21, 2008
Who was the home team of the game with manu ginóbili (34) as the leading scorer?
SELECT Home FROM table WHERE Leading scorer = manu ginóbili (34)
What is the record of the game on February 25, 2008?
SELECT Record FROM table WHERE Date = february 25, 2008
What type is shown with a moving to of valenciennes?
SELECT Type FROM table WHERE Moving to = valenciennes
What is the transfer window with n/a as the Transfer fee, free agent for the Moving to, and Joe Sagar as the name?
SELECT Transfer window FROM table WHERE Transfer fee = n/a AND Moving to = free agent AND Name = joe sagar
What is the name of the person with a type of end of contract, nat of sco, and the Moving to is cardiff city?
SELECT Name FROM table WHERE Type = end of contract AND Nat. = sco AND Moving to = cardiff city
What Transfer window that has a Transfer fee of free, with a Moving to of derby county?
SELECT Transfer window FROM table WHERE Transfer fee = free AND Moving to = derby county
What is the first game number that had attendance of 56,505?
SELECT MIN Game FROM table WHERE Attendance = 56,505
What was the crowd size for the away team footscray?
SELECT Crowd FROM table WHERE Away team = footscray
On what date did the away team score 10.12 (72)?
SELECT Date FROM table WHERE Away team score = 10.12 (72)
Which Race Name has Goodwood in the Curcuit?
SELECT Race Name FROM table WHERE Circuit = goodwood
Which Constructor has the Winning Driver, Jim Clark and the Circuit, Syracuse?
SELECT Constructor FROM table WHERE Winning driver = jim clark AND Circuit = syracuse
Which Constructor has the Winning Driver, Jo Siffert?
SELECT Constructor FROM table WHERE Winning driver = jo siffert
Which Constructor has Pergusa in the Circuit?
SELECT Constructor FROM table WHERE Circuit = pergusa
What is the smallest crowd that attended a game where the away team scored 14.19 (103)?
SELECT MIN Crowd FROM table WHERE Away team score = 14.19 (103)
On what date was a game played at MCG?
SELECT Date FROM table WHERE Venue = mcg
What is the average total medals of the team with 2 gold and less than 1 silver?
SELECT AVG Total FROM table WHERE Gold = 2 AND Silver < 1
What is the lowest amount of silver medals Iceland, who has less than 87 medals, has?
SELECT MIN Silver FROM table WHERE Nation = iceland AND Total < 87
What is the least amount of bronze Andorra, who has more than 6 total medals, has?
SELECT MIN Bronze FROM table WHERE Nation = andorra AND Total > 6
What is the lowest amount of bronze Liechtenstein, who has more than 11 gold, has?
SELECT MIN Bronze FROM table WHERE Nation = liechtenstein AND Gold > 11
What is the average amount of silver medals Montenegro, who has less than 15 bronze and more than 11 total medals, has?
SELECT AVG Silver FROM table WHERE Bronze < 15 AND Nation = montenegro AND Total > 11
What is the lower turnout that has a byut of 50.7 and an ou psd smaller than 36.8?
SELECT MIN Voter turnout FROM table WHERE BYuT = 50.7 AND OU-PSD < 36.8
What is the voter registration that has a BYut of 48.2?
SELECT COUNT Voter registration FROM table WHERE BYuT = 48.2
Who was the home team at VFL Park?
SELECT Home team FROM table WHERE Venue = vfl park
Who was the home team at Kardinia Park?
SELECT Home team FROM table WHERE Venue = kardinia park
What type of paper is the 1 cent denominations made on?
SELECT Paper Type FROM table WHERE Denomination = 1 cent
What is the paper type that the one that was issued on 26 july 2007 done on?
SELECT Paper Type FROM table WHERE Date of Issue = 26 july 2007
What did the home team footscray score?
SELECT Home team score FROM table WHERE Home team = footscray
What was the total crowd size for the him team footscray?
SELECT COUNT Crowd FROM table WHERE Home team = footscray
What is the Home team at corio oval?
SELECT Home team FROM table WHERE Venue = corio oval
What was the away team score when the crowd is larger than 22,000 and hawthorn is the home team?
SELECT Away team score FROM table WHERE Crowd > 22,000 AND Home team = hawthorn
What livery was worn on the date before 1936, with the description of Gresley RF?
SELECT Livery FROM table WHERE Date < 1936 AND Description = gresley rf
Which number and name has the description Gresley RB and a date before 1937?
SELECT Number & Name FROM table WHERE Description = gresley rb AND Date < 1937
Who is the owner before 1940, who had a number and name of no. 1222?
SELECT Owner(s) FROM table WHERE Date < 1940 AND Number & Name = no. 1222
What type has a scratch of 750 GB?
SELECT Type FROM table WHERE Scratch = 750 gb
What is the Cache for a Number 64 with a Memory of 24 gb qpi 5.86 gt/s?
SELECT Cache FROM table WHERE Memory = 24 gb qpi 5.86 gt/s AND Number = 64
What is the Memory for a Number 32 with a Clock of 2.26ghz?
SELECT Memory FROM table WHERE Clock = 2.26ghz AND Number = 32
Of those acquired in 2008, where were they born?
SELECT Place of Birth FROM table WHERE Acquired = 2008
What is the shooting preference of Matthew Myers, acquired in 2010?
SELECT Shoots FROM table WHERE Acquired = 2010 AND Player = matthew myers
In what year was player Bruce Graham acquired?
SELECT Acquired FROM table WHERE Player = bruce graham
Name th D 43 √ when R 51 + is r 30
SELECT D 43 √ FROM table WHERE R 51 + = r 30
Name the R 53 + which has a D 42 √ of d 17
SELECT R 53 + FROM table WHERE D 42 √ = d 17
Name the D 45 O which has R 51 + of d 30
SELECT D 45 O FROM table WHERE R 51 + = d 30
Name the D 42 √ when it has D 44 √ of r 36 √
SELECT D 42 √ FROM table WHERE D 44 √ = r 36 √
Name the D 45 O that has D 46 O of d 26
SELECT D 45 O FROM table WHERE D 46 O = d 26
Name the least goals for goal difference of 7 and losses more than 13
SELECT MIN Goals against FROM table WHERE Goal Difference = 7 AND Losses > 13
Tell me the total number of positions with goal difference more than -17 and played less than 38
SELECT COUNT Position FROM table WHERE Goal Difference > -17 AND Played < 38
Where did Melbourne play as the away team?
SELECT Venue FROM table WHERE Away team = melbourne
What was the attendance when South Melbourne played as the home team?
SELECT MIN Crowd FROM table WHERE Home team = south melbourne
What was the attendance when Footscray played as the away team?
SELECT COUNT Crowd FROM table WHERE Away team = footscray
What is the lowest quantity for GWR Nos. 696, 779, 93 5 from the manufacturer Peckett and Sons?
SELECT MIN Quantity FROM table WHERE Manufacturer = peckett and sons AND GWR Nos. = 696, 779, 93 5
What is the lowest capacity with an opening larger than 2015 in Trabzon?
SELECT MIN Capacity FROM table WHERE Opening > 2015 AND City = trabzon
What is the average opening at Stadyum Samsun with a capacity smaller than 34,658?
SELECT AVG Opening FROM table WHERE Stadium = stadyum samsun AND Capacity < 34,658
What is the Years for Jazz Club at Oregon State?
SELECT Years for Jazz FROM table WHERE School/Club Team = oregon state
Which player is Andre Owens in Year for Jazz?
SELECT Years for Jazz FROM table WHERE Player = andre owens
What is the Year for Jazz club of Houston?
SELECT Years for Jazz FROM table WHERE School/Club Team = houston
What is position does Dan O'Sullivan play?
SELECT Position FROM table WHERE Player = dan o'sullivan
What position in the club team of Kansas?
SELECT Position FROM table WHERE School/Club Team = kansas
Who is the center position of Years for Jazz, Greg Ostertag?
SELECT Years for Jazz FROM table WHERE Position = center AND Player = greg ostertag
What is the Date for the Away team University?
SELECT Date FROM table WHERE Away team = university
What is the Home team score at junction oval?
SELECT Home team FROM table WHERE Venue = junction oval
What is the Away team score when Home team score is at 5.10 (40)?
SELECT Away team score FROM table WHERE Home team score = 5.10 (40)
What Date did the Home team play in essendon?
SELECT Date FROM table WHERE Home team = essendon
What country has OF-1 Locotenent?
SELECT Country FROM table WHERE OF-1 = locotenent
What country has OF-1 Locotenent?
SELECT Country FROM table WHERE OF-1 = locotenent
Which OF-5 is in Ghana?
SELECT OF-5 FROM table WHERE Country = ghana
What is the OF-4 of Albania?
SELECT OF-4 FROM table WHERE Country = albania
What is the total pick numbers for the CFL team Edmonton Eskimos?
SELECT SUM Pick # FROM table WHERE CFL Team = edmonton eskimos
What p;layer attended Concordia College?
SELECT Player FROM table WHERE College = concordia
What is the total number of picks for the position of OL?
SELECT SUM Pick # FROM table WHERE Position = ol
Name the highest week for result of w 38-13
SELECT MAX Week FROM table WHERE Result = w 38-13
I want to know the date with attendance of 35,763
SELECT Date FROM table WHERE Attendance = 35,763
Which series with a total of 27 albums did Dargaud edit?
SELECT Series FROM table WHERE Editor = dargaud AND Albums = 27
What years did the magazine Vaillant and Pif run?
SELECT Years FROM table WHERE Magazine = vaillant and pif
What state is susana martinez from?
SELECT State FROM table WHERE Current Governor = susana martinez
Which away team has a Home team score of 15.14 (104)?
SELECT Away team FROM table WHERE Home team score = 15.14 (104)
What is the Home team score when away team is hawthorn?
SELECT Home team score FROM table WHERE Away team = hawthorn
What league is ordabasy-2 in?
SELECT League FROM table WHERE Team = ordabasy-2
How many people attended the game where the home team scored 10.13 (73)?
SELECT AVG Crowd FROM table WHERE Home team score = 10.13 (73)
What is the lowest amount of people that attended a game where the home team scored 10.13 (73)?
SELECT MIN Crowd FROM table WHERE Home team score = 10.13 (73)
On what date was Richmond hosted as the away team?
SELECT Date FROM table WHERE Away team = richmond
Tell me the Hindu with Jewish of source: uk 2001 census
SELECT Hindu FROM table WHERE Jewish = source: uk 2001 census
Tell me the ethnic group for jewish of 0.47%
SELECT Ethnic group FROM table WHERE Jewish = 0.47%
Tell me the Hindu for ethnic group for white irish
SELECT Hindu FROM table WHERE Ethnic group = white irish