question
stringlengths
12
244
sql
stringlengths
22
468
What was the average amount of spectators when the home team scored 11.14 (80)?
SELECT AVG Crowd FROM table WHERE Home team score = 11.14 (80)
Which away team had a home team that scored 12.19 (91)?
SELECT Away team FROM table WHERE Home team score = 12.19 (91)
Which away team played the home team of Footscray?
SELECT Away team FROM table WHERE Home team = footscray
How many spectators were present when the away team scored 10.12 (72)?
SELECT COUNT Crowd FROM table WHERE Away team score = 10.12 (72)
How old was the conservative party member that left the house in 2001?
SELECT Age on leaving FROM table WHERE Political Party = conservative AND Left House = 2001
What was the lowest Attendance for the Staples Center Arena when the Points were over 14?
SELECT MIN Attendance FROM table WHERE Points > 14 AND Arena = staples center
Name the leading scorer for 12 january 2008
SELECT Leading scorer FROM table WHERE Date = 12 january 2008
Name the record for 21 january 2008
SELECT Record FROM table WHERE Date = 21 january 2008
what is the date when the away team is melbourne?
SELECT Date FROM table WHERE Away team = melbourne
who is the home team when the home team score is 18.17 (125)?
SELECT Home team FROM table WHERE Home team score = 18.17 (125)
What is the score for the home team for the venue glenferrie oval?
SELECT Home team score FROM table WHERE Venue = glenferrie oval
Who is the home team when the home team score is 14.19 (103)?
SELECT Home team FROM table WHERE Home team score = 14.19 (103)
What is the venue when the away team score is 17.13 (115)?
SELECT Venue FROM table WHERE Away team score = 17.13 (115)
What was South Melbourne's score when they played as the away team?
SELECT Away team score FROM table WHERE Away team = south melbourne
What was the attendance for the North Melbourne's home game?
SELECT Crowd FROM table WHERE Home team = north melbourne
What is the score of the home team that played at brunswick street oval with a crowd larger than 12,000?
SELECT Home team score FROM table WHERE Crowd > 12,000 AND Venue = brunswick street oval
What is the name of the venue where home team st kilda played?
SELECT Venue FROM table WHERE Home team = st kilda
What is the home team score that played away team carlton?
SELECT Home team score FROM table WHERE Away team = carlton
Who won in the game before 1985 attended by over 62,026?
SELECT Winner FROM table WHERE Attendance > 62,026 AND Year < 1985
When the Year is smaller than 2004, and Mike Joy is the Lap-by-lap, what are the Ratings?
SELECT Ratings FROM table WHERE Year < 2004 AND Lap-by-lap = mike joy
Which Network has Bill Weber for the Lap-by-lap?
SELECT Network FROM table WHERE Lap-by-lap = bill weber
Who was the Pre-Race Host when Mike Joy was the Lap-by-lap in the Year 2005?
SELECT Pre-Race Host FROM table WHERE Lap-by-lap = mike joy AND Year = 2005
How many Years have Ratings of 10.9/23?
SELECT COUNT Year FROM table WHERE Ratings = 10.9/23
What is the home team of lake oval's score?
SELECT Home team score FROM table WHERE Venue = lake oval
When was victoria park used as a venue?
SELECT Date FROM table WHERE Venue = victoria park
Which date has an Away team of fitzroy?
SELECT Date FROM table WHERE Away team = fitzroy
What is the largest crowd for a Home team of carlton?
SELECT MAX Crowd FROM table WHERE Home team = carlton
When the Away team scored 12.9 (81), what was the average Crowd size?
SELECT AVG Crowd FROM table WHERE Away team score = 12.9 (81)
When the Home team had a score of 16.10 (106), what was the Date?
SELECT Date FROM table WHERE Home team score = 16.10 (106)
When the Away team is melbourne, what's the lowest Crowd attended?
SELECT MIN Crowd FROM table WHERE Away team = melbourne
When the Away team is essendon, what's the Home team score?
SELECT Home team score FROM table WHERE Away team = essendon
If the Venue is brunswick street oval, what date was the game played ?
SELECT Date FROM table WHERE Venue = brunswick street oval
Name the first for countries of trinidad and tobago for hutchinson for years before 2004
SELECT First FROM table WHERE Country = trinidad and tobago AND Last = hutchinson AND Year < 2004
Name the sport for canada in 2004
SELECT Sport FROM table WHERE Country = canada AND Year = 2004
Name the last for softball before 2000
SELECT Last FROM table WHERE Year < 2000 AND Sport = softball
Name the sum of year for swimming and first of mike
SELECT SUM Year FROM table WHERE Sport = swimming AND First = mike
Name the sport for puerto rico and year of 2000
SELECT Sport FROM table WHERE Country = puerto rico AND Year = 2000
Cumulative point total for all teams playing on the Discovery Channel?
SELECT COUNT Points FROM table WHERE Team = discovery channel
Which player is from Belgium?
SELECT Name FROM table WHERE Nationality = belgium
Who was the visiting team that played against the Kings?
SELECT Visitor FROM table WHERE Home = kings
Tell me the player for round more than 5 and position of c
SELECT Player FROM table WHERE Round > 5 AND Position = c
Tell me the college for carl hagelin
SELECT College/Junior/Club Team (League) FROM table WHERE Player = carl hagelin
What year is the player who attended la salle with under 6 assists from?
SELECT SUM From FROM table WHERE School/Country = la salle AND Asts < 6
Which year has a total of 0 points and a chassis of Toleman tg181?
SELECT AVG Year FROM table WHERE Points = 0 AND Chassis = toleman tg181
What is the latest year that has more than 5 points and a renault ef15 1.5 v6 t engine?
SELECT MAX Year FROM table WHERE Engine = renault ef15 1.5 v6 t AND Points > 5
Which year had a toleman tg183 chassis?
SELECT COUNT Year FROM table WHERE Chassis = toleman tg183
What is the time for tony myres?
SELECT Time FROM table WHERE Rider = tony myres
Name the speed for andy reynolds
SELECT Speed FROM table WHERE Rider = andy reynolds
Name the total number of rank for 348cc petty manx
SELECT COUNT Rank FROM table WHERE Team = 348cc petty manx
Name the speed for 1:36.46.93
SELECT Speed FROM table WHERE Time = 1:36.46.93
What is the away team score of Melbourne?
SELECT Away team score FROM table WHERE Away team = melbourne
What is the away team score for South Melbourne?
SELECT Away team score FROM table WHERE Away team = south melbourne
What away team has a score of 12.10 (82)?
SELECT Away team FROM table WHERE Away team score = 12.10 (82)
What is Prime Mover of Model FM CFA-16-4?
SELECT Prime mover FROM table WHERE Model = fm cfa-16-4
with a 1st prize larger than 315,000 what was the score?
SELECT Score FROM table WHERE 1st Prize( $ ) > 315,000
what was the purse ($) in illinois?
SELECT MAX Purse( $ ) FROM table WHERE Location = illinois
who won with a score of 199 (-14) on oct 31?
SELECT Winner FROM table WHERE Score = 199 (-14) AND Date = oct 31
How many years did he play in santiago de compostela?
SELECT SUM year FROM table WHERE city = santiago de compostela
What is the Total Finale of 女人唔易做?
SELECT SUM Finale FROM table WHERE Chinese title = 女人唔易做
What is the lowest Premiere peaking at more than 35 with a Rank of 10 and Finale greater than 33?
SELECT MIN Premiere FROM table WHERE Peak > 35 AND Rank = 10 AND Finale > 33
What is the Chinese Title Premiering 32 with 2.07 million HK viewers?
SELECT Chinese title FROM table WHERE HK viewers = 2.07 million AND Premiere = 32
What is the Average of Men in Pain with a Finale of less than 33?
SELECT AVG Average FROM table WHERE English title = men in pain AND Finale < 33
What Chinese Title Ranking #7 has an Average of 32 and Peak less than 38?
SELECT Chinese title FROM table WHERE Average = 32 AND Peak < 38 AND Rank = 7
Which away team has a score of 17.4 (106)?
SELECT Away team FROM table WHERE Away team score = 17.4 (106)
What is the average crowd size for corio oval?
SELECT AVG Crowd FROM table WHERE Venue = corio oval
What is the average crowd size for Brunswick street oval?
SELECT AVG Crowd FROM table WHERE Venue = brunswick street oval
What day did the team play in murcia with a score of 0-3 after 1992?
SELECT Date FROM table WHERE Year > 1992 AND Location = murcia AND Score = 0-3
What location did the team win before 1998 in the europe/africa zone, group i, round robin?
SELECT Location FROM table WHERE Competition = europe/africa zone, group i, round robin AND Result = win AND Year < 1998
What day did they record a score of 1-2 in 1994?
SELECT Date FROM table WHERE Score = 1-2 AND Year = 1994
Who was the opponent on November 5, 1944 with more than 24,123 people to watch?
SELECT Opponent FROM table WHERE Attendance > 24,123 AND Date = november 5, 1944
When the country is austria germany and the rank is kept under 5, what's the average number of matches played?
SELECT AVG Matches FROM table WHERE Country = austria germany AND Rank < 5
Which country does the player pele belong to?
SELECT Country FROM table WHERE Name = pele
What is the earliest game that had 42,707 attending?
SELECT MIN Game FROM table WHERE Attendance = 42,707
What is the sum of the figure skating scores whose total is less than 117.78?
SELECT SUM Figures FROM table WHERE Total < 117.78
What is the lowest total score among skaters from West Germany with a rank of 20 and a figure skating score less than 74.85?
SELECT MIN Total FROM table WHERE Nation = west germany AND Rank = 20 AND Figures < 74.85
How many placings did Jacqueline du Bief earn where her total score is greater than 131.26?
SELECT Placings FROM table WHERE Total > 131.26 AND Name = jacqueline du bief
Can you tell me the Placings that hasthe Free smaller than 524.3, and the Total smaller than 1170.1, and the Name of per cock-clausen?
SELECT Placings FROM table WHERE Free < 524.3 AND Total < 1170.1 AND Name = per cock-clausen
Can you tell me the average Figures that has the Placings of 34, and the Total larger than 1247.51?
SELECT AVG Figures FROM table WHERE Placings = 34 AND Total > 1247.51
What is the result where the opponent is Columbus Destroyers?
SELECT Result FROM table WHERE Opponent = columbus destroyers
What is the date of the away game in week 8?
SELECT Date FROM table WHERE Home/Away Game = away AND Week = 8
Which grand prix had gerhard berger in his fastest lap and a jacques villeneuve pole position?
SELECT Grand Prix FROM table WHERE Fastest Lap = gerhard berger AND Pole Position = jacques villeneuve
Which council has a notional control of noc and a 2007 result of no overall control (snp + ld)?
SELECT Council FROM table WHERE Notional control (based on 2003 results) = noc AND 2007 result = no overall control (snp + ld)
What's the 2007 result when the notional control is noc?
SELECT 2007 result FROM table WHERE Notional control (based on 2003 results) = noc
What's the 2003 result for the falkirk council?
SELECT 2003 result FROM table WHERE Council = falkirk
What council has a 2007 result of no overall control (ind + snp)?
SELECT Council FROM table WHERE 2007 result = no overall control (ind + snp)
What's the 2007 result when the notional control is noc and the 2003 result is snp?
SELECT 2007 result FROM table WHERE Notional control (based on 2003 results) = noc AND 2003 result = snp
On which date was the manager fired and replaced by Albert Cartier?
SELECT Date of vacancy FROM table WHERE Manner of departure = fired AND Replaced by = albert cartier
What was the manner of departure for the team Anderlecht?
SELECT Manner of departure FROM table WHERE Team = anderlecht
What was the manner of depature when the date of appointment was 27 December 2007?
SELECT Manner of departure FROM table WHERE Date of appointment = 27 december 2007
Who was the replacement for the Brussels team with a date of vacancy of 22 December 2007?
SELECT Replaced by FROM table WHERE Team = brussels AND Date of vacancy = 22 december 2007
What was the date of vacancy where the replacement was Albert Cartier and the manager was fired?
SELECT Date of vacancy FROM table WHERE Manner of departure = fired AND Replaced by = albert cartier
What is the Tallangatta DFL losses greater than 2 and an against greater than 1013
SELECT Tallangatta DFL FROM table WHERE Against > 1013 AND Losses > 2
What are the average byes that are greater than 1479, wins greater than 5 and 0 draws?
SELECT AVG Byes FROM table WHERE Against > 1479 AND Wins > 5 AND Draws < 0
Tell me the average year for rank more than 3 and 28 floors
SELECT AVG Year FROM table WHERE Rank > 3 AND Floors = 28
I want the name for rank less than 6 and year more than 1974
SELECT Name FROM table WHERE Rank < 6 AND Year > 1974
What is the average rank of Great Britain when their total is over 4?
SELECT AVG Rank FROM table WHERE Total > 4 AND Nation = great britain
What is the total number of Silvers held by France when their rank was over 14?
SELECT COUNT Silver FROM table WHERE Nation = france AND Rank > 14
Who was the home team at the game held at Princes Park?
SELECT Home team FROM table WHERE Venue = princes park
Who was the home team when the away team scored 18.18 (126)?
SELECT Home team FROM table WHERE Away team score = 18.18 (126)
Who was the home team when Hawthorn was the away team?
SELECT Home team FROM table WHERE Away team = hawthorn