question stringlengths 12 244 | sql stringlengths 22 468 |
|---|---|
Who was the Long Beach constructor? | SELECT Constructor FROM table WHERE Location = long beach |
Where was the game played when the away team scored 12.5 (77)? | SELECT Venue FROM table WHERE Away team score = 12.5 (77) |
What did the away team score when Carlton was the home team? | SELECT Away team score FROM table WHERE Home team = carlton |
What did St Kilda score when they were the home team? | SELECT Home team score FROM table WHERE Home team = st kilda |
What did the home team score when South Melbourne was the away team? | SELECT Home team score FROM table WHERE Away team = south melbourne |
Who is the away team when the home team scored 14.14 (98)? | SELECT Away team FROM table WHERE Home team score = 14.14 (98) |
Name the leading scorer for april 12, 2008 | SELECT Leading scorer FROM table WHERE Date = april 12, 2008 |
What was the score for the home team that played at Brunswick Street Oval? | SELECT Home team score FROM table WHERE Venue = brunswick street oval |
what is the name for seasons 1981 and an order more than 807? | SELECT Name FROM table WHERE Seasons = 1981 AND Order > 807 |
What is the smallest crowd of the away team that scored 12.9 (81)? | SELECT MIN Crowd FROM table WHERE Away team score = 12.9 (81) |
What away team played in Lake Oval? | SELECT Away team FROM table WHERE Venue = lake oval |
Which tournament was on 2009 with 11? | SELECT Tournament FROM table WHERE 2009 = 11 |
On what date was the attendance greater than 18,118 when Colorado was the visitor? | SELECT Date FROM table WHERE Attendance > 18,118 AND Visitor = colorado |
What driver went 59 laps on grid 11? | SELECT Driver FROM table WHERE Laps = 59 AND Grid = 11 |
Which driver has a grid value of 22? | SELECT Driver FROM table WHERE Grid = 22 |
What is the value of time/retired for Jean Alesi? | SELECT Time/Retired FROM table WHERE Driver = jean alesi |
When the time/retired is electrical how many laps did Rubens Barrichello have? | SELECT Laps FROM table WHERE Time/Retired = electrical AND Driver = rubens barrichello |
How many laps did Eddie Irvine have? | SELECT Laps FROM table WHERE Driver = eddie irvine |
In the game where the Hornets were the home team and Clippers the visiting team, what is the score? | SELECT Score FROM table WHERE Home = hornets AND Visitor = clippers |
Where is the home venue of carlton that had a crowd bigger than 12,000? | SELECT Venue FROM table WHERE Crowd > 12,000 AND Home team = carlton |
Which finish has a 99.550 Qual? | SELECT Finish FROM table WHERE Qual = 99.550 |
Which Qual with laps less than 200 and an 11 start? | SELECT Qual FROM table WHERE Laps < 200 AND Start = 11 |
Which rank is the start of totals? | SELECT Rank FROM table WHERE Start = totals |
Which year has 112 laps? | SELECT Year FROM table WHERE Laps = 112 |
On what surface was the score in the final 0–6, 4–6? | SELECT Surface FROM table WHERE Score in the final = 0–6, 4–6 |
What score in the final had a tournament of $25,000 Glasgow, Great Britain? | SELECT Score in the final FROM table WHERE Tournament = $25,000 glasgow, great britain |
Which surface has a score in the final of 4–6, 3–6? | SELECT Surface FROM table WHERE Score in the final = 4–6, 3–6 |
how many times is the nation listed as united states with the total more than 1? | SELECT COUNT Silver FROM table WHERE Nation = united states AND Total > 1 |
what is the lowest total when the rank is less than 2 and bronze is more than 0? | SELECT MIN Total FROM table WHERE Rank < 2 AND Bronze > 0 |
what is the nation with a total of 1, bronze smaller than 1 and a rank of 3? | SELECT Nation FROM table WHERE Total = 1 AND Bronze < 1 AND Rank = 3 |
what is the rank when silver is less than 0? | SELECT SUM Rank FROM table WHERE Silver < 0 |
what is the amount of silver when gold is 2 and the rank is more than 1? | SELECT AVG Silver FROM table WHERE Gold = 2 AND Rank > 1 |
Which home has a Decision of kolzig, and a Date of november 5? | SELECT Home FROM table WHERE Decision = kolzig AND Date = november 5 |
Which score has a Decision of johnson? | SELECT Score FROM table WHERE Decision = johnson |
Which date has a Home of washington, a Visitor of florida, and a Record of 8-15-2? | SELECT Date FROM table WHERE Home = washington AND Visitor = florida AND Record = 8-15-2 |
What is the total of attendance with a Record of 5-9-0? | SELECT SUM Attendance FROM table WHERE Record = 5-9-0 |
Which score has a Date of november 2? | SELECT Score FROM table WHERE Date = november 2 |
What's the length of route FM 2895 with junctions sh 359 us 59? | SELECT Length FROM table WHERE Junctions = sh 359 us 59 AND Route Name = fm 2895 |
What's the termini of the route with junctions of i-35 fm 3338 sh 255? | SELECT Termini FROM table WHERE Junctions = i-35 fm 3338 sh 255 |
What are the junctions of the route with termini aguilares, texas us 59? | SELECT Junctions FROM table WHERE Termini = aguilares, texas us 59 |
What route has termini of fm 1472 sh 255? | SELECT Route Name FROM table WHERE Termini = fm 1472 sh 255 |
What termini does the route with a population Area of aguilares have? | SELECT Termini FROM table WHERE Population Area = aguilares |
What's the length of the route with junctions of ur 1472 sh 255? | SELECT Length FROM table WHERE Junctions = ur 1472 sh 255 |
Which champion was from the location of Morrisville, NC, and whose SemiFinalist #2 of Clemson? | SELECT Champion FROM table WHERE Location = morrisville, nc AND Semi-Finalist #2 = clemson |
Which champion got a score of 12-1? | SELECT Champion FROM table WHERE Score = 12-1 |
Who was champion in 2005 where the semi-finalist was #1 in western Carolina? | SELECT Champion FROM table WHERE Year = 2005 AND Semi-Finalist #1 = western carolina |
Which runner-up placed in a year prior to 2006 and whose Champion was Elon? | SELECT Runner-Up FROM table WHERE Year < 2006 AND Champion = elon |
What is the wheel arrangement of cf-16-4, and 16 produced? | SELECT Wheel arrangement FROM table WHERE Builder’s Model = cf-16-4 AND Total produced = 16 |
What is the power of b-b wheel arrangement, built in 1952? | SELECT Power output FROM table WHERE Wheel arrangement = b-b AND Build date = 1952 |
When was the build date for c-c wheel arrangement and freight service? | SELECT Build date FROM table WHERE Service = freight AND Wheel arrangement = c-c |
When was the build date for ff20 PRR class and erie built builder's model? | SELECT Build date FROM table WHERE PRR Class = ff20 AND Builder’s Model = erie built |
what is the debut when the play er is radoslava topalova and the years played is less than 2? | SELECT AVG Debut FROM table WHERE Player = radoslava topalova AND Years Played < 2 |
What was the average attendance of the 2011 season that had games smaller than 519 with several teams bigger than 14 that were also part of the sport of association football? | SELECT Average attendance FROM table WHERE Season = 2011 AND Games < 519 AND # of Teams > 14 AND Sport = association football |
What was the total number of average attendance for games of 1311? | SELECT SUM Average attendance FROM table WHERE Games = 1311 |
When was the season that had more teams larger than 14 in the super rugby league? | SELECT Season FROM table WHERE # of Teams > 14 AND League = super rugby |
What is the label for the album with a catalog number of 83061-2? | SELECT Label FROM table WHERE Catalog # = 83061-2 |
What is the catalog number of the album whose region is the United Kingdom? | SELECT Catalog # FROM table WHERE Region = united kingdom |
What is the region for the album with a catalog number of 7567-83061-2? | SELECT Region FROM table WHERE Catalog # = 7567-83061-2 |
What is the label for the album with a catalog number of 83061-4? | SELECT Label FROM table WHERE Catalog # = 83061-4 |
What is the catalog number of the album whose label is Atlantic Records and region is the United States? | SELECT Catalog # FROM table WHERE Label = atlantic records AND Region = united states |
What school/club team did the center Rafael Araújo play for? | SELECT School/Club Team FROM table WHERE Position = center AND Player = rafael araújo |
What is the nationality of the guard who played for Florida International? | SELECT Nationality FROM table WHERE Position = guard AND School/Club Team = florida international |
What player had the position guard/forward? | SELECT Player FROM table WHERE Position = guard/forward |
Who is the driver for laps of 45 | SELECT Driver FROM table WHERE Laps = 45 |
Who was the visiting team on December 17? | SELECT Visitor FROM table WHERE Date = december 17 |
How many people were at Washington's home game against Miami? | SELECT COUNT Attendance FROM table WHERE Visitor = miami AND Home = washington |
Who was the home team that played against the visiting team Minnesota? | SELECT Home FROM table WHERE Visitor = minnesota |
What was total attendance on the day they went 17-7? | SELECT COUNT Attendance FROM table WHERE Record = 17-7 |
What was the score on April 22? | SELECT Score FROM table WHERE Date = april 22 |
What event had zhamash l 1–2 in the quarterfinal? | SELECT Event FROM table WHERE Quarterfinal = zhamash l 1–2 |
Hossein Ojaghi participated in what semifinal. | SELECT Semifinal FROM table WHERE Athlete = hossein ojaghi |
Alireza Rouzbahani did not advance to the quarterfinal in what event? | SELECT Event FROM table WHERE Quarterfinal = did not advance AND Athlete = alireza rouzbahani |
How many games have more than 288 goals and less than 34 losses? | SELECT COUNT Games FROM table WHERE Goals against > 288 AND Lost < 34 |
What is the lowest tie with less than 100 points and 277 goals? | SELECT MIN Tied FROM table WHERE Points < 100 AND Goals for = 277 |
What is the team with position G? | SELECT Team FROM table WHERE Position = g |
What is the player from Illinois? | SELECT Player FROM table WHERE College = illinois |
What is the phone number of the station located at 53 Dayton Road? | SELECT Phone FROM table WHERE Address = 53 dayton road |
What is the name of the engine company that is located at 89 Rope Ferry Road? | SELECT Engine Company FROM table WHERE Address = 89 rope ferry road |
What was the Record of the game in which the Trail Blazers was the visiting team? | SELECT Record FROM table WHERE Visitor = trail blazers |
What was the date of the friendly match, ending in a result of 1-1? | SELECT Date FROM table WHERE Competition = friendly match AND Result = 1-1 |
What was the result of the game held at the As-Salt venue? | SELECT Result FROM table WHERE Venue = as-salt |
What was the team's record on May 17? | SELECT Record FROM table WHERE Date = may 17 |
Which zone had mădălina gojnea monica niculescu as the opponent? | SELECT Zone FROM table WHERE Opponents = mădălina gojnea monica niculescu |
Who was against the opponents, mădălina gojnea monica niculescu? | SELECT Against FROM table WHERE Opponents = mădălina gojnea monica niculescu |
What was the surface on the game with margit rüütel anett schutting as the opponent? | SELECT Surface FROM table WHERE Opponents = margit rüütel anett schutting |
What is the zone of the game played against Estonia? | SELECT Zone FROM table WHERE Against = estonia |
Who had the high rebounds on February 24? | SELECT High rebounds FROM table WHERE Date = february 24 |
On February 10, what was the location attendance? | SELECT Location Attendance FROM table WHERE Date = february 10 |
Tell me the player with econ of 4.23 | SELECT Player FROM table WHERE Econ = 4.23 |
Tell me the runs for b lee | SELECT Runs FROM table WHERE Player = b lee |
Tell me the player with overs of 87.4 | SELECT Player FROM table WHERE Overs = 87.4 |
Tell me the runs for econ of 3.63 | SELECT Runs FROM table WHERE Econ = 3.63 |
Tell me the wkts for econ of 4.23 | SELECT Wkts FROM table WHERE Econ = 4.23 |
Tell me the overs for mdns of 4 | SELECT Overs FROM table WHERE Mdns = 4 |
If collingwood is playing away, who played as the home team? | SELECT Home team FROM table WHERE Away team = collingwood |
What was the away teams score when they played at kardinia park? | SELECT Away team score FROM table WHERE Venue = kardinia park |
What's the highest turnout when carlton was playing as the away team? | SELECT MAX Crowd FROM table WHERE Away team = carlton |
Which home team scored 15.11 (101)? | SELECT Home team FROM table WHERE Home team score = 15.11 (101) |
What away team played when the crowd was over 27,463 people? | SELECT Away team FROM table WHERE Crowd > 27,463 |
Which away team scored 23.11 (149)? | SELECT Away team FROM table WHERE Away team score = 23.11 (149) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.