question
stringlengths
12
244
sql
stringlengths
22
468
On waht date did Antoinette Jeanne Yvonne Boegner get married?
SELECT Marriage FROM table WHERE Spouse = antoinette jeanne yvonne boegner
What is the Crowd number for the team that has a Home team score of 18.16 (124)?
SELECT Crowd FROM table WHERE Home team score = 18.16 (124)
What is the largest Crowd number for the Home team of North Melbourne?
SELECT MAX Crowd FROM table WHERE Home team = north melbourne
What is the total Crowd number for the team that has a Home team score of 13.9 (87)?
SELECT SUM Crowd FROM table WHERE Home team score = 13.9 (87)
What home team did South Melbourne play as the away team?
SELECT Home team FROM table WHERE Away team = south melbourne
What did the home team score against the away team Hawthorn?
SELECT Home team score FROM table WHERE Away team = hawthorn
In the Western Oval venue, what is the average crowd?
SELECT AVG Crowd FROM table WHERE Venue = western oval
When Richmond is the away team, what is the crowd size?
SELECT Crowd FROM table WHERE Away team = richmond
Who is the person from round 8?
SELECT Name FROM table WHERE Round = 8
What is the round for Arizona with a pick over 100?
SELECT AVG Round FROM table WHERE School = arizona AND Pick > 100
What pick had a wide receiver named johnny holloway?
SELECT Pick FROM table WHERE Position = wide receiver AND Name = johnny holloway
Which score has a Home Team of saskatoon accelerators?
SELECT Score FROM table WHERE Home Team = saskatoon accelerators
Which Visiting Team has a Stadium of servus centre on march 7?
SELECT Visiting Team FROM table WHERE Stadium = servus centre AND Date = march 7
Which Visiting Team has a Stadium of servus centre?
SELECT Visiting Team FROM table WHERE Stadium = servus centre
How many heavy attacks did the 450 Luftflotte 2 conduct?
SELECT COUNT Heavy attacks FROM table WHERE Luftflotte 2 sorties = 450
What is the time/retired for grid 19?
SELECT Time/Retired FROM table WHERE Grid = 19
What is the grid total for bruce mclaren with over 73 laps?
SELECT SUM Grid FROM table WHERE Laps > 73 AND Driver = bruce mclaren
What film was released in 1971?
SELECT Film FROM table WHERE Year = 1971
What grade was the 2.4km Run (min:sec) of 13:01-13:40?
SELECT Grade FROM table WHERE 2.4km Run (min:sec) = 13:01-13:40
What shuttle Run (sec) time has a 2.4km Run (min:sec) of 12:21-13:00?
SELECT Shuttle Run (sec) FROM table WHERE 2.4km Run (min:sec) = 12:21-13:00
When was steve bartalo picked?
SELECT MAX Pick FROM table WHERE Player = steve bartalo
What player is a cornerback?
SELECT Player FROM table WHERE Position = cornerback
What was the highest crowd turnout when the away team scored 12.13 (85)?
SELECT MAX Crowd FROM table WHERE Away team score = 12.13 (85)
Which venue did the home team score 22.23 (155) at?
SELECT Venue FROM table WHERE Home team score = 22.23 (155)
Windy hill is the home to what team?
SELECT Home team FROM table WHERE Venue = windy hill
What is the name of the competition with a score of 1-5?
SELECT Competition FROM table WHERE Score = 1-5
What is the name of the competition with opponents of Sv Werder Bremen and a score of 1-2?
SELECT Competition FROM table WHERE Opponents = sv werder bremen AND Score = 1-2
What regular season result had an average attendance less than 942?
SELECT Reg. Season FROM table WHERE Avg. attendance < 942
Which league had a playoffs result of a lost semifinal?
SELECT League FROM table WHERE Playoffs = lost semifinal
What regular season result had an average attendance bigger than 3,170?
SELECT Reg. Season FROM table WHERE Avg. attendance > 3,170
what is the length (miles) when the east or north terminus is ne 2 in lincoln?
SELECT COUNT Length (miles) FROM table WHERE East or north terminus = ne 2 in lincoln
what is the length (miles) when the name is l-56g?
SELECT MAX Length (miles) FROM table WHERE Name = l-56g
what is the name when the west or south terminus is ne 112 west of blue springs?
SELECT Name FROM table WHERE West or south terminus = ne 112 west of blue springs
What is the Time/Retired value for Driver Johnny Herbert with Constructor Benetton - Renault
SELECT Time/Retired FROM table WHERE Constructor = benetton - renault AND Driver = johnny herbert
What is the Time/Retired value for constructor Jordan - Peugeot with 66 laps and grid value 5?
SELECT Time/Retired FROM table WHERE Laps = 66 AND Constructor = jordan - peugeot AND Grid = 5
What is the Time/Retired value of driver Pedro Diniz?
SELECT Time/Retired FROM table WHERE Driver = pedro diniz
Which driver has grid value of 18?
SELECT Driver FROM table WHERE Grid = 18
What is the constructor with grid value 5?
SELECT Constructor FROM table WHERE Grid = 5
What is the grid value which has Time/Retired value of accident?
SELECT Grid FROM table WHERE Time/Retired = accident
Who was the leading scorer that was a visitor of the Trail Blazers?
SELECT Leading scorer FROM table WHERE Visitor = trail blazers
Who is the leading scorer when they were at home of the Clippers?
SELECT Leading scorer FROM table WHERE Home = clippers
Who was the visitor on January 19, 2008?
SELECT Visitor FROM table WHERE Date = january 19, 2008
What was the score when there was a visitor of Magic and at home with the Clippers?
SELECT Score FROM table WHERE Visitor = magic AND Home = clippers
How many games for keith j. miller, who debuted after 1974 with less than 1 goal?
SELECT AVG Games FROM table WHERE Goals < 1 AND Player = keith j. miller AND Debut year > 1974
What is the highest crowd when carlton is the away team?
SELECT MAX Crowd FROM table WHERE Away team = carlton
What is the highest crowd at mcg?
SELECT MAX Crowd FROM table WHERE Venue = mcg
How many grids are associated with a Time/Retired of +1.837?
SELECT COUNT Grid FROM table WHERE Time/Retired = +1.837
What is the hometown of the player that attends UCLA?
SELECT Hometown FROM table WHERE College = ucla
What college is getting a player that attends Wichita Heights High School?
SELECT College FROM table WHERE School = wichita heights high school
What is the hometown of Cody Zeller?
SELECT Hometown FROM table WHERE Player = cody zeller
What player's hometown is Washington, IN?
SELECT Player FROM table WHERE Hometown = washington, in
What is the %2006 that has fewer seats than 23 in Seats 2001, more seats than 4 in 2006 Seats, and a % in 2001 of 25.4?
SELECT % 2006 FROM table WHERE Seats 2001 < 23 AND Seats 2006 > 4 AND % 2001 = 25.4
When the %2001 is more than 61.4, and the %2006 fewer than 54.1, how many Seats in 2001 were there?
SELECT SUM Seats 2001 FROM table WHERE % 2001 > 61.4 AND % 2006 < 54.1
What is the highest number of Seats 2006 held by the Christian Democratic Union of Germany Party/Voter Community, with a %2006 higher than 24.6?
SELECT MAX Seats 2006 FROM table WHERE Parties and voter communities = christian democratic union of germany AND % 2006 > 24.6
What is the highest number of Seats 2006 held by the communities of Bürger Für Groß-Rohrheim Party/Voter Community, with a %2006 less than 21.3?
SELECT MAX Seats 2006 FROM table WHERE Parties and voter communities = bürger für groß-rohrheim AND % 2006 < 21.3
What is the %2006 when the %2001 was more than 62.5?
SELECT AVG % 2006 FROM table WHERE % 2001 > 62.5
What is the sum of the losses by the Montreal Hockey Club, who have more than 15 Goals Against?
SELECT SUM Losses FROM table WHERE Team = montreal hockey club AND Goals Against > 15
What is the largest Goals For by a team that has more than 0 ties?
SELECT MAX Goals For FROM table WHERE Ties > 0
How many ties do teams with 25 Goals For and more than 5 wins have?
SELECT SUM Ties FROM table WHERE Goals For = 25 AND Wins > 5
What is the lowest Goals Against by a team with more than 5 wins?
SELECT MIN Goals Against FROM table WHERE Wins > 5
What is the total number of ties a team with less than 3 losses have?
SELECT COUNT Ties FROM table WHERE Losses < 3
Tell me the race name where stirling moss won on 16 april
SELECT Race Name FROM table WHERE Winning driver = stirling moss AND Date = 16 april
Tell me the report for circuit of modena
SELECT Report FROM table WHERE Circuit = modena
Tell me the race name for ferrari on 25 april
SELECT Race Name FROM table WHERE Constructor = ferrari AND Date = 25 april
Name the constructor for vii kanonloppet
SELECT Constructor FROM table WHERE Race Name = vii kanonloppet
How many players from bethel?
SELECT COUNT From FROM table WHERE School/Country = bethel
I want the date for crowd larger than 12,425 for north melbourne
SELECT Date FROM table WHERE Crowd > 12,425 AND Home team = north melbourne
Who is the opponent on May 7?
SELECT Opponent FROM table WHERE Date = may 7
When the Home team was Carlton, what was the Away team score?
SELECT Away team score FROM table WHERE Home team = carlton
Who was the constructor for a FW20 chassis?
SELECT Constructor FROM table WHERE Chassis = fw20
What engine did David Coulthard have in his mp4-13 chassis?
SELECT Engine † FROM table WHERE Chassis = mp4-13 AND Driver = david coulthard
Which date has an Outcome of runner-up, and an Opponent in the final of gilles simon?
SELECT Date FROM table WHERE Outcome = runner-up AND Opponent in the final = gilles simon
Who was the opponent on the 28 july 2013 final?
SELECT Opponent in the final FROM table WHERE Date = 28 july 2013
Which date has a Score in the final of 4–6, 3–6?
SELECT Date FROM table WHERE Score in the final = 4–6, 3–6
What is the prefix for the formula of Rsor'?
SELECT Prefix FROM table WHERE Formula = rsor'
Which group has the RNCS formula?
SELECT Group FROM table WHERE Formula = rncs
Which formula has a thial as a chemical class?
SELECT Formula FROM table WHERE Chemical class = thial
Which suffix has the prefix of isothiocyanato- (-ncs)?
SELECT Suffix FROM table WHERE Prefix = isothiocyanato- (-ncs)
Which item has the suffix containing thiocyanato- (-scn) as a prefix?
SELECT Suffix FROM table WHERE Prefix = thiocyanato- (-scn)
Which formula has thial as a chemical class?
SELECT Formula FROM table WHERE Chemical class = thial
If fitzroy is the Away team, what Date did they play?
SELECT Date FROM table WHERE Away team = fitzroy
When the Away team is fitzroy on the Date of 15 july 1967, what was the Home team playing?
SELECT Home team FROM table WHERE Date = 15 july 1967 AND Away team = fitzroy
Which Venue has an Away team of st kilda?
SELECT Venue FROM table WHERE Away team = st kilda
If the Away team scored 5.22 (52) on the Date of 15 july 1967, what was the Away team?
SELECT Away team FROM table WHERE Date = 15 july 1967 AND Away team score = 5.22 (52)
If the Home team had a score of 3.15 (33), what was the Date of the game played?
SELECT Date FROM table WHERE Home team score = 3.15 (33)
What place has a draw smaller than 2?
SELECT AVG Place FROM table WHERE Draw < 2
What is the launch date of the satellite with a COSPAR ID of 1995-022a?
SELECT Launch date (UTC) FROM table WHERE COSPAR ID SATCAT № = 1995-022a
What is the COSPAR ID of the satellite with a titan iv(401)a launch vehicle?
SELECT COSPAR ID SATCAT № FROM table WHERE Launch vehicle = titan iv(401)a
What is the launch designation of the satellite with a 2009-001a COSPAR ID?
SELECT Launch designation FROM table WHERE COSPAR ID SATCAT № = 2009-001a
What is the launch site of the satellite with a 2003-041a COSPAR ID?
SELECT Launch site FROM table WHERE COSPAR ID SATCAT № = 2003-041a
What construction has a CERCLIS ID of ard092916188?
SELECT Construction completed FROM table WHERE CERCLIS ID = ard092916188
What CERCLIS ID is Deleted of 04/07/2008?
SELECT CERCLIS ID FROM table WHERE Deleted = 04/07/2008
What construction has a Listed 09/08/1983, and a Deleted of –, and a Name of mid-south wood products?
SELECT Construction completed FROM table WHERE Listed = 09/08/1983 AND Deleted = – AND Name = mid-south wood products
What is the Construction that has a Listed 09/08/1983, and a Name of cecil lindsey?
SELECT Construction completed FROM table WHERE Listed = 09/08/1983 AND Name = cecil lindsey
What was the attendance at Kardinia Park?
SELECT AVG Crowd FROM table WHERE Venue = kardinia park
What was the Date of Week 16?
SELECT Date FROM table WHERE Week = 16
What date was Colorado the home team?
SELECT Date FROM table WHERE Home = colorado
What was the record for the game on November 28 when the decision was Backstrom?
SELECT Record FROM table WHERE Decision = backstrom AND Date = november 28
What team was the home team when the record was 11–8–2?
SELECT Home FROM table WHERE Record = 11–8–2
What was the score when Edmonton was the home team?
SELECT Score FROM table WHERE Home = edmonton