question
stringlengths
12
244
sql
stringlengths
22
468
What was the highest crowd at the venue MCG?
SELECT MAX Crowd FROM table WHERE Venue = mcg
What is the away team score at the Windy Hill venue?
SELECT Away team score FROM table WHERE Venue = windy hill
What is the score of the game against the pirates with over 48,308 attending?
SELECT Score FROM table WHERE Attendance > 48,308 AND Opponent = pirates
Where was the game with a crowd of 18,817 and an away team score of 11.14 (80) held?
SELECT Venue FROM table WHERE Crowd > 18,817 AND Away team score = 11.14 (80)
Where was the game held when the home team scored 12.21 (93)?
SELECT Venue FROM table WHERE Home team score = 12.21 (93)
Where was the game when Melbourne was the away team?
SELECT Venue FROM table WHERE Away team = melbourne
What was the away score when the game was at Brunswick Street Oval?
SELECT Away team score FROM table WHERE Venue = brunswick street oval
How many rounds were run at Calder Park?
SELECT COUNT Round FROM table WHERE Circuit = calder park
In which state can you find the Sandown circuit?
SELECT State FROM table WHERE Circuit = sandown
How many rounds were run in New South Wales?
SELECT COUNT Round FROM table WHERE State = new south wales
Who is the driver from 1969?
SELECT Driver FROM table WHERE Year = 1969
Who was the driver in 1964?
SELECT Driver FROM table WHERE Year = 1964
What is the highest diff with drawn of 6 and play larger than 18?
SELECT MAX Diff FROM table WHERE Drawn = 6 AND Played > 18
How many games were played when the loss is less than 5 and points greater than 41?
SELECT SUM Played FROM table WHERE Lost < 5 AND Points > 41
How many genes are in species burkholderia pseudomallei with 4,126,292 base pairs?
SELECT Genes FROM table WHERE Species = burkholderia pseudomallei AND Base Pairs = 4,126,292
Which strain has 1,312 genes?
SELECT Strain FROM table WHERE Genes = 1,312
Which gene has 4,895,836 base pairs?
SELECT Genes FROM table WHERE Base Pairs = 4,895,836
Which species has 3,441 genes?
SELECT Species FROM table WHERE Genes = 3,441
How many base pairs are there in the tohamai strain?
SELECT Base Pairs FROM table WHERE Strain = tohamai
What was the home team score at junction oval?
SELECT Home team score FROM table WHERE Venue = junction oval
What was the away team score at western oval?
SELECT Away team score FROM table WHERE Venue = western oval
what is the lowest crowd at kardinia park
SELECT MIN Crowd FROM table WHERE Venue = kardinia park
What was the score for the tournament in Budapest?
SELECT Score FROM table WHERE Tournament = budapest
Which tournament did Patrick Rafter win?
SELECT Tournament FROM table WHERE Winner = patrick rafter
Which winner won by a score of 6–7(4), 7–6(3), [11–9]?
SELECT Winner FROM table WHERE Score = 6–7(4), 7–6(3), [11–9]
what was the score when goran ivanišević was runner up and the tournament was in algarve?
SELECT Score FROM table WHERE Runner-up = goran ivanišević AND Tournament = algarve
What was the score when Stefan Edberg won?
SELECT Score FROM table WHERE Winner = stefan edberg
Which Away team that has a Crowd greater than 15,481, and a Home team score of 20.17 (137)?
SELECT Away team FROM table WHERE Crowd > 15,481 AND Home team score = 20.17 (137)
What is the Away team score when home's score is 10.16 (76)?
SELECT Away team score FROM table WHERE Home team score = 10.16 (76)
Which Date has an Away team of south melbourne?
SELECT Date FROM table WHERE Away team = south melbourne
What is the Away team score for mcg?
SELECT Away team score FROM table WHERE Venue = mcg
What is the total Crowd with a Home team of collingwood?
SELECT SUM Crowd FROM table WHERE Home team = collingwood
When mcg is the Venue what's the Away team?
SELECT Away team FROM table WHERE Venue = mcg
When the Away team footscray played on the Date of 19 july 1980, what was the amount of people in the Crowd?
SELECT Crowd FROM table WHERE Date = 19 july 1980 AND Away team = footscray
When the Home team of collingwood played, what was the opposing Away team score?
SELECT Away team score FROM table WHERE Home team = collingwood
When the Crowd is larger than 23,327, what Home team is playing?
SELECT Home team FROM table WHERE Crowd > 23,327
When vfl park is the venue what's the Away team playing?
SELECT Away team FROM table WHERE Venue = vfl park
If collingwood was the Home team, what Date did they play?
SELECT Date FROM table WHERE Home team = collingwood
What division has a Rank in Respective Divisions of 5, and is the Altrincham club?
SELECT Division FROM table WHERE Rank in Respective Divisions = 5 AND Club = altrincham
Which club has a capacity of 25138?
SELECT Club FROM table WHERE Capacity = 25138
What Rank in Respective Divisions has a capacity of 4100?
SELECT Rank in Respective Divisions FROM table WHERE Capacity = 4100
What stadium has a club of west ham united?
SELECT Stadium FROM table WHERE Club = west ham united
What was the result of week 16?
SELECT Result FROM table WHERE Week = 16
What is the date of the game with a score of 4-3?
SELECT Date FROM table WHERE Score = 4-3
What is the score of the game on 8 Sep 1990?
SELECT Score FROM table WHERE Date = 8 sep 1990
Who is the opposition on the division 1 game at Stamford Bridge?
SELECT Opposition FROM table WHERE Competition = division 1 AND Venue = stamford bridge
Which rank has a total less than 9, less than 2 bronze, and from France?
SELECT Rank FROM table WHERE Total < 9 AND Bronze < 2 AND Nation = france
Which rank has more than 1 silver, more than 1 gold, and more than 4 bronze?
SELECT Rank FROM table WHERE Silver > 1 AND Gold > 1 AND Bronze > 4
How many silver have a Total smaller than 3, a Bronze of 1, and a Gold larger than 0?
SELECT MAX Silver FROM table WHERE Total < 3 AND Bronze = 1 AND Gold > 0
How many gold have a National of New Zealand with a total less than 2?
SELECT SUM Gold FROM table WHERE Nation = new zealand AND Total < 2
Who won in 2003?
SELECT Winner FROM table WHERE Year = 2003
What is the average year for scatman winning?
SELECT AVG Year FROM table WHERE Winner = scatman
Who trained the horse with time of 1:09.40?
SELECT Trainer FROM table WHERE Time = 1:09.40
Where was the mediterranean games held?
SELECT Venue FROM table WHERE Tournament = mediterranean games
When was the last time a venue was held in turin, italy?
SELECT MAX Year FROM table WHERE Venue = turin, italy
Where was the universiade held in 1959?
SELECT Venue FROM table WHERE Tournament = universiade AND Year = 1959
How many year was the venue in stockholm, sweden used?
SELECT COUNT Year FROM table WHERE Venue = stockholm, sweden
What is a report for a race with Baconin Borzacchini in Tripoli in a year after 1928?
SELECT Report FROM table WHERE Location = tripoli AND Year > 1928 AND Driver = baconin borzacchini
What was the constructor of the car that Achille Varzi drove before 1937?
SELECT Constructor FROM table WHERE Year < 1937 AND Driver = achille varzi
What was the constructor of the car that Hermann Lang drove after 1935?
SELECT Constructor FROM table WHERE Year > 1935 AND Driver = hermann lang
What is the Works Number that has a Number of 153 in 1916?
SELECT Works number FROM table WHERE Date = 1916 AND Number = 153
On what Date was the Works Number 7?
SELECT Date FROM table WHERE Works number = 7
Which Builder has a Works Number of 16272?
SELECT Builder FROM table WHERE Works number = 16272
On what Date was the Works Number 12?
SELECT Date FROM table WHERE Works number = 12
Where did South Melbourne play as the home team?
SELECT Venue FROM table WHERE Home team = south melbourne
What was the attendance when St Kilda played as the home team?
SELECT COUNT Crowd FROM table WHERE Home team = st kilda
Which driver had a grid number of 18?
SELECT Driver FROM table WHERE Grid = 18
Which constructor had Shinji Nakano as a driver?
SELECT Constructor FROM table WHERE Driver = shinji nakano
How many people were in attendance when the home team scored 7.11 (53)?
SELECT Crowd FROM table WHERE Home team score = 7.11 (53)
Which away team scored 11.10 (76)?
SELECT Away team FROM table WHERE Away team score = 11.10 (76)
What was the home team score at Glenferrie Oval?
SELECT Home team score FROM table WHERE Venue = glenferrie oval
What date has a Data of 19:29?
SELECT Date FROM table WHERE Data = 19:29
Which athlete has a 35 km event?
SELECT Athlete FROM table WHERE Event = 35 km
What nation is the cyclist from team discovery channel?
SELECT Nation FROM table WHERE Team = discovery channel
What nation is the cyclist hat has a UCI ProTour Points of 25?
SELECT Nation FROM table WHERE UCI ProTour Points = 25
What day did the VFL play Punt Road Oval?
SELECT Date FROM table WHERE Venue = punt road oval
What was the home teams score at Western Oval?
SELECT Home team score FROM table WHERE Venue = western oval
What is the first prize amount of the person who has a score of 207 (-9) and a purse amount of more than 800,000?
SELECT COUNT 1st Prize( $ ) FROM table WHERE Score = 207 (-9) AND Purse( $ ) > 800,000
What is the ISBN of the book with a first edition in May 2011?
SELECT ISBN FROM table WHERE First edition = may 2011
Which first edition has an ISBN of 978-0785166252?
SELECT First edition FROM table WHERE ISBN = 978-0785166252
Which first edition has 264 pages and the ISBN of 978-0785111832?
SELECT First edition FROM table WHERE Pages = 264 AND ISBN = 978-0785111832
How many people were in the crowd when the home team scored 10.17 (77)?
SELECT Crowd FROM table WHERE Home team score = 10.17 (77)
What home team had a score of 6.9 (45)
SELECT Home team FROM table WHERE Home team score = 6.9 (45)
How many people were in the crowd at collingwood's home game?
SELECT SUM Crowd FROM table WHERE Home team = collingwood
On what date did the away team have a score of 11.10 (76)?
SELECT Date FROM table WHERE Away team score = 11.10 (76)
Which away team played against the home team that scored 8.8 (56)?
SELECT Away team FROM table WHERE Away team score = 8.8 (56)
What did the away team score when playing against fitzroy?
SELECT Away team score FROM table WHERE Home team = fitzroy
Where did the away team play when they scored 12.13 (85)?
SELECT Venue FROM table WHERE Away team score = 12.13 (85)
What is the serial number of the pilot car that is black, has a pilot car number larger than 2, and an engine number of 1008?
SELECT Serial No. FROM table WHERE Colour = black AND Pilot car No. > 2 AND Engine No. = 1008
When the Away team had a score of 14.11 (95), what was the team name?
SELECT Away team FROM table WHERE Away team score = 14.11 (95)
What is the low lap total that has a Time or Retired of accident?
SELECT MIN Laps FROM table WHERE Time/Retired = accident
What is the smallest crowd when the away team scored 10.18 (78)?
SELECT MIN Crowd FROM table WHERE Away team score = 10.18 (78)
What date was the crowd larger than 16,000 people and the away team scored 8.11 (59)?
SELECT Date FROM table WHERE Crowd > 16,000 AND Away team score = 8.11 (59)
What was the venue when the Home team scored 18.9 (117)?
SELECT Venue FROM table WHERE Home team score = 18.9 (117)
Which player was a fly-half?
SELECT Player FROM table WHERE Position = fly-half
What is the mean number of caps for Ryota Asano?
SELECT AVG Caps FROM table WHERE Player = ryota asano
What is the mean number of caps for Ryota Asano?
SELECT AVG Caps FROM table WHERE Player = ryota asano
Who is the forward from Grambling State?
SELECT Player FROM table WHERE Position = forward AND School/Club Team = grambling state
What is the nationality of the guard who plays at Utah?
SELECT Nationality FROM table WHERE Position = guard AND School/Club Team = utah
What is the position of the player from Tampa?
SELECT Position FROM table WHERE School/Club Team = tampa