question stringlengths 12 244 | sql stringlengths 22 468 |
|---|---|
What was the away score when they played at Brunswick Street Oval? | SELECT Away team score FROM table WHERE Venue = brunswick street oval |
Where was South Melbourne played? | SELECT Venue FROM table WHERE Home team = south melbourne |
Where week is greater than 14 and Opponent is Dallas Cowboys, what is the result? | SELECT Result FROM table WHERE Week > 14 AND Opponent = dallas cowboys |
Where week is greater than 7 and attendance is 66,251 what is the result? | SELECT Result FROM table WHERE Week > 7 AND Attendance = 66,251 |
Where attendance is 79,431 what is date? | SELECT Date FROM table WHERE Attendance = 79,431 |
Where Date is september 13, 1998 what is result? | SELECT Result FROM table WHERE Date = september 13, 1998 |
What did the away team score at Junction oval? | SELECT Away team score FROM table WHERE Venue = junction oval |
What was the average amount of spectators when the away team scored 14.7 (91)? | SELECT AVG Crowd FROM table WHERE Away team score = 14.7 (91) |
What did the away team score when the home team scored 13.15 (93)? | SELECT Away team score FROM table WHERE Home team score = 13.15 (93) |
Name the score when the home is ny islanders and the visitor is montreal | SELECT Score FROM table WHERE Home = ny islanders AND Visitor = montreal |
Name the score when the decision is dipietro and the visitor is philadelphia | SELECT Score FROM table WHERE Decision = dipietro AND Visitor = philadelphia |
Name the score when it had a decision of dipietro and visitor of ny islanders with home of colorado | SELECT Score FROM table WHERE Decision = dipietro AND Visitor = ny islanders AND Home = colorado |
Name the least attendance with carolina visitor | SELECT MIN Attendance FROM table WHERE Visitor = carolina |
What was the Home team score when the crowd was larger than 12,240 and Carlton was the away team? | SELECT Home team score FROM table WHERE Crowd > 12,240 AND Away team = carlton |
What Venue had Carlton has the Away team? | SELECT Venue FROM table WHERE Away team = carlton |
What is the record when Clippers have the high points? | SELECT Record FROM table WHERE High points = clippers |
What had the high points when OT had high rebounds? | SELECT High points FROM table WHERE High rebounds = ot |
On what date did the Suns have high points with a record of 33–13? | SELECT Date FROM table WHERE High points = suns AND Record = 33–13 |
Who has the high assists when location attendance is 20,562? | SELECT High assists FROM table WHERE Location Attendance = 20,562 |
Which Bronze has a Silver smaller than 1, and a Total larger than 3? | SELECT AVG Bronze FROM table WHERE Silver < 1 AND Total > 3 |
Which Gold has a Nation of united states, and a Total larger than 5? | SELECT MIN Gold FROM table WHERE Nation = united states AND Total > 5 |
Which Bronze has a Nation of argentina, and a Silver smaller than 0? | SELECT AVG Bronze FROM table WHERE Nation = argentina AND Silver < 0 |
Which Bronze has a Silver of 2, and a Total smaller than 5? | SELECT AVG Bronze FROM table WHERE Silver = 2 AND Total < 5 |
Where was the game played when the away team scored 8.14 (62)? | SELECT Venue FROM table WHERE Away team score = 8.14 (62) |
What is the largest amount of spectators when the home team scored 13.11 (89)? | SELECT MAX Crowd FROM table WHERE Home team score = 13.11 (89) |
How many spectators were at the away team Carlton? | SELECT Crowd FROM table WHERE Away team = carlton |
What school colors for the friends' school with over 1000 enrolled? | SELECT School Colors FROM table WHERE Enrolment > 1000 AND School = the friends' school |
What is the low enrolment for schools founded after 1995? | SELECT MIN Enrolment FROM table WHERE Founded > 1995 |
WHere is the friends' school? | SELECT Location FROM table WHERE School = the friends' school |
What is the System with the Current version 3.0.0? | SELECT System FROM table WHERE Current version = 3.0.0 |
What is the Name when the License is gpl and the Current Version is 1.72? | SELECT Name FROM table WHERE License = gpl AND Current version = 1.72 |
What is the System when the Licence is gpl and the Current Version is 1.72? | SELECT System FROM table WHERE License = gpl AND Current version = 1.72 |
What is the System with a freeware License? | SELECT System FROM table WHERE License = freeware |
What is the License when the Platform is windows and the Name is Altirra? | SELECT License FROM table WHERE Platform = windows AND Name = altirra |
What Platform has a Current Version 0.6.2? | SELECT Platform FROM table WHERE Current version = 0.6.2 |
What is the average attendance on October 9, 1983? | SELECT AVG Attendance FROM table WHERE Date = october 9, 1983 |
What is the lowest attendance on September 4, 1983? | SELECT MIN Attendance FROM table WHERE Date = september 4, 1983 |
What is the name of the school whose namesake is John F. Kennedy? | SELECT School's name FROM table WHERE School's namesake = john f. kennedy |
What is the mascot whose school opened in 1970? | SELECT Mascot FROM table WHERE Year opened = 1970 |
What principal has a school mascot of the patriots? | SELECT Principal FROM table WHERE Mascot = patriots |
What is the namesake of the school whose mascot is the patriots? | SELECT School's namesake FROM table WHERE Mascot = patriots |
What is the school namesake for Lincoln Junior High School? | SELECT School's namesake FROM table WHERE School's name = lincoln junior high school |
What was the venue when the score was 24–28? | SELECT Venue FROM table WHERE Score = 24–28 |
What is the lowest pick when the School is Stanford University? | SELECT MIN Pick FROM table WHERE School = stanford university |
What Team has a Pick of 40? | SELECT Team FROM table WHERE Pick = 40 |
What date was the away team Hawthorn? | SELECT Date FROM table WHERE Away team = hawthorn |
What is the high loss total for players with zero wins and a win % greater than 0? | SELECT MAX Losses FROM table WHERE Wins = 0 AND Win % > 0 |
What is the win % for the QB with 3 starts? | SELECT Win % FROM table WHERE Starts = 3 |
What venue did geelong play an away game? | SELECT Venue FROM table WHERE Away team = geelong |
What was the away team score when the home team scored 8.14 (62)? | SELECT Away team score FROM table WHERE Home team score = 8.14 (62) |
What home team played an away team of melbourne? | SELECT Home team FROM table WHERE Away team = melbourne |
Which player had an overall pick of 130? | SELECT Player FROM table WHERE Overall = 130 |
What round was Corey Cowick picked? | SELECT AVG Round FROM table WHERE Player = corey cowick |
What position does the player from the Miami University (CCHA) club team play? | SELECT Position FROM table WHERE Club team = miami university (ccha) |
What most recent year had North Melbourne as a team and Hamish Mcintosh as a player? | SELECT MAX Year FROM table WHERE Team = north melbourne AND Player = hamish mcintosh |
Which score had Essendon as an opponent and Steven Clark as a player? | SELECT Score FROM table WHERE Opponent = essendon AND Player = steven clark |
Which team got a Behind outcome and had an opponent of Brisbane Bears? | SELECT Team FROM table WHERE Outcome = behind AND Opponent = brisbane bears |
When did the north melbourne team play? | SELECT Date FROM table WHERE Home team = north melbourne |
Who was the away team at junction oval? | SELECT Away team FROM table WHERE Venue = junction oval |
What was the home team's score at junction oval? | SELECT Home team score FROM table WHERE Venue = junction oval |
What venue was essendon the away team? | SELECT Venue FROM table WHERE Away team = essendon |
Who is the home team at kardinia park? | SELECT Home team FROM table WHERE Venue = kardinia park |
What is the storage stability of Arsine with a toxicity of 8, and field stability less than 5? | SELECT MIN Storage stability FROM table WHERE Toxicity as blood agent > 8 AND Agent = arsine AND Field stability < 5 |
What is the field stability of Cyanogen Bromide that has an effectiveness of 9? | SELECT COUNT Field stability FROM table WHERE Agent = cyanogen bromide AND Effectiveness as blood agent > 9 |
When the Venue is mcg what is the Home team? | SELECT Home team FROM table WHERE Venue = mcg |
If the Away team had a score of 14.14 (98), what's the name of the Away team? | SELECT Away team FROM table WHERE Away team score = 14.14 (98) |
When the Away team was hawthorn, what's the Home team? | SELECT Home team FROM table WHERE Away team = hawthorn |
When the away team scored 9.14 (68), what was the home teams score? | SELECT Home team score FROM table WHERE Away team score = 9.14 (68) |
What is the total associated with a Clean & jerk of 135, and a Snatch of 115? | SELECT Total (kg) FROM table WHERE Clean & jerk = 135 AND Snatch = 115 |
What is the highest Bodyweight associated with a Clean & jerk larger than 120, and a Total (kg) of 245? | SELECT MAX Bodyweight FROM table WHERE Clean & jerk > 120 AND Total (kg) = 245 |
What is the sum Total (kg) associated with a Snatch less than 110, and a Clean & jerk larger than 120? | SELECT SUM Total (kg) FROM table WHERE Snatch < 110 AND Clean & jerk > 120 |
How many people have a Clean & jerk smaller than 142.5, a Bodyweight smaller than 55.58, and a Total (kg) larger than 210? | SELECT COUNT Snatch FROM table WHERE Clean & jerk < 142.5 AND Bodyweight < 55.58 AND Total (kg) > 210 |
Tell me the object type which has an apparent magnitude more than 10.6 and declination of °44′07″ | SELECT Object type FROM table WHERE Apparent magnitude > 10.6 AND Declination ( J2000 ) = °44′07″ |
Tell me the declination with apparent magnitude more than 10.4 and NGC number of 5112 | SELECT Declination ( J2000 ) FROM table WHERE Apparent magnitude > 10.4 AND NGC number = 5112 |
Which event has a Method of submission (triangle choke), and an Opponent of thiago tavares? | SELECT Event FROM table WHERE Method = submission (triangle choke) AND Opponent = thiago tavares |
What is the result with a Round of 3, and an Opponent of keith wisniewski? | SELECT Res. FROM table WHERE Round = 3 AND Opponent = keith wisniewski |
Which time has eddie miller as opponent? | SELECT Time FROM table WHERE Opponent = eddie miller |
What's the average Rd number for dane jackson with a pick number over 44? | SELECT AVG Rd # FROM table WHERE Player = dane jackson AND Pick # > 44 |
What's the largest pick number for corrie d'alessio with a rd number over 6? | SELECT MAX Pick # FROM table WHERE Player = corrie d'alessio AND Rd # > 6 |
Who was the visiting team at the Cavaliers game that had a score of 121–85? | SELECT Visitor FROM table WHERE Score = 121–85 |
On what date did Melbourne play as the home team? | SELECT Date FROM table WHERE Home team = melbourne |
How many points did the away team score when the home team scored 16.12 (108)? | SELECT Away team score FROM table WHERE Home team score = 16.12 (108) |
How many points did the home team score when the home team scored 18.19 (127)? | SELECT Home team score FROM table WHERE Away team score = 18.19 (127) |
What team owns the Venue of western oval? | SELECT Home team FROM table WHERE Venue = western oval |
What did the Victoria park home team score? | SELECT Home team score FROM table WHERE Venue = victoria park |
What was the crowd size when geelong played home? | SELECT COUNT Crowd FROM table WHERE Home team = geelong |
What was the crowd size when the visiting team scored 23.18 (156)? | SELECT COUNT Crowd FROM table WHERE Away team score = 23.18 (156) |
Where did the away team play when they scored 22.14 (146)? | SELECT Venue FROM table WHERE Away team score = 22.14 (146) |
Where did the home team play when they scored 18.20 (128)? | SELECT Venue FROM table WHERE Home team score = 18.20 (128) |
Name the most that attendend when the venue was td banknorth garden and the series of montreal leads 3-1 | SELECT MAX Attendance FROM table WHERE Venue = td banknorth garden AND Series = montreal leads 3-1 |
Name the decision for boston bruins visitor | SELECT Decision FROM table WHERE Visitor = boston bruins |
What is the average total medals Egypt, who has less than 2 gold, has? | SELECT AVG Total FROM table WHERE Nation = egypt AND Gold < 2 |
What is the total number of gold medals Egypt, who has less than 0 silver, has? | SELECT COUNT Gold FROM table WHERE Nation = egypt AND Silver < 0 |
What is the highest gold a team with less than 3 silver and more than 5 bronze medals has? | SELECT MAX Gold FROM table WHERE Silver < 3 AND Bronze > 5 |
What is the rank of the team with 1 bronze and 0 gold medals? | SELECT Rank FROM table WHERE Bronze = 1 AND Gold = 0 |
What is the average % of population Tunisia, which has an average relative annual growth smaller than 1.03? | SELECT AVG % of pop. FROM table WHERE Country (or dependent territory) = tunisia AND Average relative annual growth (%) < 1.03 |
What is the average relative annual growth of the country ranked 3 with an average absolute annual growth larger than 1,051,000? | SELECT AVG Average relative annual growth (%) FROM table WHERE Rank = 3 AND Average absolute annual growth > 1,051,000 |
What is the average relative annual growth of Lebanon, which has a July 1, 2013 projection larger than 4,127,000? | SELECT SUM Average relative annual growth (%) FROM table WHERE Country (or dependent territory) = lebanon AND July 1, 2013 projection > 4,127,000 |
Who was the home team at Kardinia Park? | SELECT Home team FROM table WHERE Venue = kardinia park |
What was Footscray's score as the home team? | SELECT Home team score FROM table WHERE Home team = footscray |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.