question stringlengths 12 244 | sql stringlengths 22 468 |
|---|---|
Who had the decision when buffalo was the visitor? | SELECT Decision FROM table WHERE Visitor = buffalo |
Tell me the venue for north melbourne | SELECT Venue FROM table WHERE Away team = north melbourne |
What name has a listed of 03/31/1989 in spartanburg county? | SELECT Name FROM table WHERE Listed = 03/31/1989 AND County = spartanburg |
What date was proposed when the listed date was 12/16/1994 in the County of beaufort? | SELECT Proposed FROM table WHERE Listed = 12/16/1994 AND County = beaufort |
What name was listed 02/21/1990, and a CERCLIS ID of scd980844005? | SELECT Name FROM table WHERE Listed = 02/21/1990 AND CERCLIS ID = scd980844005 |
What county has a CERCLIS ID of scd037405362? | SELECT County FROM table WHERE CERCLIS ID = scd037405362 |
What is the name for Charleston County with a CERCLIS ID of scd980711279? | SELECT Name FROM table WHERE County = charleston AND CERCLIS ID = scd980711279 |
What is the name for the listed date of 11/21/1989? | SELECT Name FROM table WHERE Listed = 11/21/1989 |
Which category was Gene Barry nominated in? | SELECT Category FROM table WHERE Result = nominated AND Nominee = gene barry |
What year was the Drama Desk award won by nominee George Hearn? | SELECT Year FROM table WHERE Award = drama desk award AND Result = won AND Nominee = george hearn |
What is the time/retired for grid 5? | SELECT Time/Retired FROM table WHERE Grid = 5 |
When was the event that had Liberia as an opponent and resulted in a 1-0 score? | SELECT Date FROM table WHERE Opponent = liberia AND Score = 1-0 |
When was the 2014 World Cup Qualification in Kampala that had Angola as an opponent | SELECT Date FROM table WHERE Competition = 2014 world cup qualification AND Location = kampala AND Opponent = angola |
Who was the Europe/Africa group i's opponent? | SELECT Opponent FROM table WHERE Zone = europe/africa group i |
What zone was the Semifinal game played against Israel with Anna Smashnova as the opponent? | SELECT Zone FROM table WHERE Round = semifinal AND Against = israel AND Opponent = anna smashnova |
What surface was played on against Shahar Pe'er? | SELECT Surface FROM table WHERE Opponent = shahar pe'er |
I want the years for marathon distance and wins of 3 | SELECT Years FROM table WHERE Distance = marathon AND Wins = 3 |
Name the country for athlete of ziedonis zaļkalns | SELECT Country FROM table WHERE Athlete = ziedonis zaļkalns |
I want the attendance which has a result of l 49–21 | SELECT Attendance FROM table WHERE Result = l 49–21 |
Tell me the attendance with a result of l 26–3 | SELECT Attendance FROM table WHERE Result = l 26–3 |
I want to know the lowest week with a date of december 19, 2004 | SELECT MIN Week FROM table WHERE Date = december 19, 2004 |
What is the attendance of the location where New Orleans's team plays? | SELECT Location Attendance FROM table WHERE Team = new orleans |
Which team has the high points of Raymond Felton (26)? | SELECT Team FROM table WHERE High points = raymond felton (26) |
What is the time of the driver on grid 7? | SELECT Time/Retired FROM table WHERE Grid = 7 |
Which Constructor has grid 2? | SELECT Constructor FROM table WHERE Grid = 2 |
What is the highest grid that has 55 laps? | SELECT MAX Grid FROM table WHERE Laps = 55 |
Who was Richmond's away team opponent? | SELECT Away team score FROM table WHERE Home team = richmond |
What was the away score at VFL Park? | SELECT Away team score FROM table WHERE Venue = vfl park |
Tell me the home team score for richmond home team | SELECT Home team score FROM table WHERE Home team = richmond |
Tell me the venue for 8 june 1931 for st kilda away team | SELECT Venue FROM table WHERE Date = 8 june 1931 AND Away team = st kilda |
When fitzroy was the home team, how much did the away team score? | SELECT Away team score FROM table WHERE Home team = fitzroy |
In the game where the home team scored 15.11 (101) and carlton was away, where was the venue? | SELECT Venue FROM table WHERE Home team score = 15.11 (101) AND Away team = carlton |
When essendon was the home team, how much did they score? | SELECT Home team score FROM table WHERE Home team = essendon |
What is shintaro ishiwatari's time? | SELECT Time FROM table WHERE Opponent = shintaro ishiwatari |
How many rounds have an Opponent of sakae kasuya? | SELECT COUNT Round FROM table WHERE Opponent = sakae kasuya |
Which time has a Method of decision(majority), and an Opponent of keisuke yamada? | SELECT Time FROM table WHERE Method = decision(majority) AND Opponent = keisuke yamada |
Which method has an Event of shooto, a Round of 2, and an Opponent of issei tamura? | SELECT Method FROM table WHERE Event = shooto AND Round = 2 AND Opponent = issei tamura |
What is the away team that played at punt road oval? | SELECT Away team FROM table WHERE Venue = punt road oval |
What is the home team score that played at windy hill? | SELECT Home team score FROM table WHERE Venue = windy hill |
How big was the crowd at the game the away team geelong played at? | SELECT SUM Crowd FROM table WHERE Away team = geelong |
Which constructor has a race called I News of the World Trophy? | SELECT Constructor FROM table WHERE Race Name = i news of the world trophy |
Which Constructor has the goodwood circuit? | SELECT Constructor FROM table WHERE Circuit = goodwood |
What driver won the VII Rand Grand Prix? | SELECT Winning driver FROM table WHERE Race Name = vii rand grand prix |
What is the name of the race that has the pergusa Circuit? | SELECT Race Name FROM table WHERE Circuit = pergusa |
What is the scoreof the away team Collingwood? | SELECT Away team score FROM table WHERE Away team = collingwood |
Jean Alesi, drives the Acer 01A engine for which team? | SELECT Team FROM table WHERE Driver = jean alesi AND Engine † = acer 01a |
Who built Alex Yoong's car? | SELECT Constructor FROM table WHERE Driver = alex yoong |
What's jim colbert's highest rank? | SELECT MAX Rank FROM table WHERE Player = jim colbert |
What's hale irwin's average rank? | SELECT AVG Rank FROM table WHERE Player = hale irwin |
What is the average wins with a rank over 3 and more earnings than $9,735,814? | SELECT AVG Wins FROM table WHERE Rank > 3 AND Earnings( $ ) > 9,735,814 |
What is the sum of averages with a long value of 32? | SELECT SUM Avg. FROM table WHERE Long = 32 |
What is the highest TD's with less than 15 yards and less than 1 rec.? | SELECT MAX TD's FROM table WHERE Yards < 15 AND Rec. < 1 |
Which Rōmaji title has a Track larger than 20, and a Track time of 4:28? | SELECT Rōmaji title FROM table WHERE Track > 20 AND Track time = 4:28 |
Which Track time has a Disc larger than 2, a Track smaller than 22, and an English title of younger girl? | SELECT Track time FROM table WHERE Disc > 2 AND Track < 22 AND English title = younger girl |
Which Japanese title has a Disc smaller than 12, and an Artist of kōzō murashita? | SELECT Japanese title FROM table WHERE Disc < 12 AND Artist = kōzō murashita |
Which track has a Japanese title of メロディー? | SELECT MAX Track FROM table WHERE Japanese title = メロディー |
What Grid has a Time/Retired of clutch? | SELECT SUM Grid FROM table WHERE Time/Retired = clutch |
What is the Time/Retired with more Laps than 34, a Grid smaller than 15, and Driver Damon Hill? | SELECT Time/Retired FROM table WHERE Laps > 34 AND Grid < 15 AND Driver = damon hill |
How many Laps Did Driver David Coulthard have on a Grid smaller than 11? | SELECT Laps FROM table WHERE Grid < 11 AND Driver = david coulthard |
What type of race took place on the course Orta San Giulio to Milan? | SELECT Type FROM table WHERE Course = orta san giulio to milan |
When did the course Vasto to Campitello Matese took place? | SELECT Date FROM table WHERE Course = vasto to campitello matese |
Who won the course Brescia? | SELECT Winner FROM table WHERE Course = brescia |
Name the league for 1996 | SELECT League FROM table WHERE Year = 1996 |
Name the league for 1994 | SELECT League FROM table WHERE Year = 1994 |
Tell me the league with a regular 1st season | SELECT League FROM table WHERE Reg. Season = 1st |
What class has a LNER Class of d8? | SELECT Class FROM table WHERE LNER Class = d8 |
What LNER Class has a Class of 6db? | SELECT LNER Class FROM table WHERE Class = 6db |
What LNER Class has a Class of 3? | SELECT LNER Class FROM table WHERE Class = 3 |
Which mean pick number had a Reg GP of 0, and a Pl GP that was bigger than 0? | SELECT AVG Pick # FROM table WHERE Reg GP = 0 AND Pl GP > 0 |
What is the highest Pick number that had a road number that was less than 6, featured Bob Dailey as a player, and which had a Reg GP bigger than 257? | SELECT MAX Pick # FROM table WHERE Rd # < 6 AND Player = bob dailey AND Reg GP > 257 |
What is the sum number of Pl GP when the Reg GP was 0, the Rd number was bigger than 8, and the pick number was bigger than 146? | SELECT COUNT Pl GP FROM table WHERE Reg GP = 0 AND Rd # > 8 AND Pick # > 146 |
What was the birth state of Charles Cotesworth Pinckney who was elected in 1808? | SELECT Birth State FROM table WHERE Name = charles cotesworth pinckney AND Election Year = 1808 |
How many postseason titles has Nebraska received? | SELECT Postseason FROM table WHERE Team = nebraska |
What day does the home team score 8.13 (61)? | SELECT Date FROM table WHERE Home team score = 8.13 (61) |
What is the lost On August 20 | SELECT Loss FROM table WHERE Date = august 20 |
WHAT IS THE NUMBER OF Attendance WITH A RECORD 94–36 | SELECT AVG Attendance FROM table WHERE Save = – AND Record = 94–36 |
WHICH Attendance that has a Loss of paniagua (3–3)? | SELECT MAX Attendance FROM table WHERE Loss = paniagua (3–3) |
How many points did the away team score at Arden Street Oval? | SELECT Away team score FROM table WHERE Venue = arden street oval |
In what venue does Footscray play? | SELECT Venue FROM table WHERE Home team = footscray |
What position did Co-driver Jackie Oliver finish in the 24 hours of Le Mans? | SELECT Pos. FROM table WHERE Race = 24 hours of le mans AND Co-driver = jackie oliver |
Who was the co-driver in 1970 for the race of Targa Florio? | SELECT Co-driver FROM table WHERE Year = 1970 AND Race = targa florio |
Which vehicle has a Grid of 13? | SELECT Constructor FROM table WHERE Grid = 13 |
What's the Time/Retired of 80 laps with a Grid larger than 2? | SELECT Time/Retired FROM table WHERE Laps = 80 AND Grid > 2 |
Tell me the date for detroit and game more than 3 | SELECT Date FROM table WHERE Team = detroit AND Game > 3 |
Name the team with high assists of nelson (5) | SELECT Team FROM table WHERE High assists = nelson (5) |
Name the score for howard (8) high rebounds | SELECT Score FROM table WHERE High rebounds = howard (8) |
Where Date is october 11, and game greater than 4 what is the lowest attendance? | SELECT MIN Attendance FROM table WHERE Date = october 11 AND Game > 4 |
Where date is october 7 and game greater than 1, what is the highest attendance? | SELECT MAX Attendance FROM table WHERE Date = october 7 AND Game > 1 |
Where Date is october 14 what is the attendance? | SELECT Attendance FROM table WHERE Date = october 14 |
Which away team had a venue of mcg? | SELECT Away team FROM table WHERE Venue = mcg |
When did the away team score at Punt Road Oval? | SELECT Away team score FROM table WHERE Venue = punt road oval |
How many points did North Melbourne score? | SELECT Home team score FROM table WHERE Home team = north melbourne |
How many points when under 17,197 attended against the wild? | SELECT AVG Points FROM table WHERE Attendance < 17,197 AND Opponent = wild |
What was the score on March 4? | SELECT Score FROM table WHERE Date = march 4 |
On which date was Raymond Felton (6) the high assists and Jason Richardson (42) the high points? | SELECT Date FROM table WHERE High assists = raymond felton (6) AND High points = jason richardson (42) |
What is the location attendance when the team is Golden State? | SELECT Location Attendance FROM table WHERE Team = golden state |
Which record has a Visitor of magic? | SELECT Record FROM table WHERE Visitor = magic |
Which score has a Home of grizzlies, and a Leading scorer of rudy gay (18)? | SELECT Score FROM table WHERE Home = grizzlies AND Leading scorer = rudy gay (18) |
Which leading scorer has a Home of grizzlies, and a Record of 10–28? | SELECT Leading scorer FROM table WHERE Home = grizzlies AND Record = 10–28 |
If the Away team score was 15.20 (110), what was the Home team playing? | SELECT Home team FROM table WHERE Away team score = 15.20 (110) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.