question stringlengths 12 244 | sql stringlengths 22 468 |
|---|---|
Who is the school, club, team or country that the Rockets played for 1967-68? | SELECT School/Club Team/Country FROM table WHERE Years for Rockets = 1967-68 |
Which player has a Position of infielder, and a Hometown of atlanta, ga? | SELECT Player FROM table WHERE Position = infielder AND Hometown = atlanta, ga |
What MLB draft has a School of green valley high school? | SELECT MLB Draft FROM table WHERE School = green valley high school |
Which position has a School of green valley high school? | SELECT Position FROM table WHERE School = green valley high school |
Which position has a Player of chad hutchinson? | SELECT Position FROM table WHERE Player = chad hutchinson |
Which position has a School of petal high school? | SELECT Position FROM table WHERE School = petal high school |
What is the date of week 8? | SELECT Date FROM table WHERE Week = 8 |
Which week has the lowest attendance of 48,102? | SELECT MIN Week FROM table WHERE Attendance = 48,102 |
What was the year with runs of 144? | SELECT Year FROM table WHERE Runs = 144 |
Name the place where adelaide oval is | SELECT City/Country FROM table WHERE Venue = adelaide oval |
Name the average zone for waddon marsh tram stop | SELECT AVG Zone FROM table WHERE Stations = waddon marsh tram stop |
Name the stations for zone 5 and 1 platform by tramlink | SELECT Stations FROM table WHERE Managed By = tramlink AND Zone = 5 AND Platforms = 1 |
Name the total number of platforms that waddon railway station has | SELECT COUNT Platforms FROM table WHERE Stations = waddon railway station |
Name the average zone for waddon railway station and has more than 2 platforms | SELECT AVG Zone FROM table WHERE Stations = waddon railway station AND Platforms > 2 |
What is Bob Ostovich's opponents record? | SELECT Record FROM table WHERE Opponent = bob ostovich |
What location is Jimmy Smith fighting in? | SELECT Location FROM table WHERE Opponent = jimmy smith |
I want to know the D 49 + for D 42 √ of d 42 √ | SELECT D 49 + FROM table WHERE D 42 √ = d 42 √ |
Tell me the D 50 + for D 48 + of d 53 + | SELECT D 50 + FROM table WHERE D 48 + = d 53 + |
I want to know the D 47 for D 46 O of majority→ | SELECT D 47 + FROM table WHERE D 46 O = majority→ |
What is the sum of all win% with average home/total attendance of 3,927 (19,633)? | SELECT SUM Win % FROM table WHERE Average (Total) Home Attendance = 3,927 (19,633) |
What is the away score with a record of 7-4, win% of 0.637, and 2010 season? | SELECT Away FROM table WHERE Record = 7-4 AND Win % = 0.637 AND Season = 2010 |
What was the lowest win% with an away score of 3-2 in 2011 season? | SELECT MIN Win % FROM table WHERE Away = 3-2 AND Season = 2011 |
What was the away score with a win% of 0.75 and average total/home attendance of 4,686 (18,744)? | SELECT Away FROM table WHERE Win % = 0.75 AND Average (Total) Home Attendance = 4,686 (18,744) |
What is the lowest win% in the 1999-2013 season? | SELECT MIN Win % FROM table WHERE Season = 1999-2013 |
What's the record during 1925? | SELECT Record FROM table WHERE Year = 1925 |
What is the earliest year that the discus throw event occur? | SELECT MIN Year FROM table WHERE Event = discus throw |
What Haydon had a 33 Ben-Tahir? | SELECT Haydon FROM table WHERE Ben-Tahir = 33 |
What Gauthier had a 15 Liscumb? | SELECT Gauthier FROM table WHERE Liscumb = 15 |
What Ben-Tahir has a 6 Liscumb and 3 Libweshya? | SELECT Ben-Tahir FROM table WHERE Liscumb = 6 AND Libweshya = 3 |
What Bello has a 27 Liscumb and 6539 Libweshya? | SELECT Bello FROM table WHERE Liscumb = 27 AND Libweshya = 6539 |
What is the Furtenbacher with a 6 Liscumb, 10 Lawrance, and a 24 Ben-Tahir? | SELECT Furtenbacher FROM table WHERE Liscumb = 6 AND Lawrance = 10 AND Ben-Tahir = 24 |
What is the Ben-Tahir with a 3269 Doucet? | SELECT Ben-Tahir FROM table WHERE Doucet = 3269 |
How many attended the game that was a Loss of k. gross (1-1)? | SELECT MAX Attendance FROM table WHERE Loss = k. gross (1-1) |
What is the score of the game with tie number 65? | SELECT Score FROM table WHERE Tie no = 65 |
Which Home team had attendance 160? | SELECT Home team FROM table WHERE Attendance = 160 |
What is the record of the game with a decision of Ellis and Vancouver as the visitor? | SELECT Record FROM table WHERE Decision = ellis AND Visitor = vancouver |
What is the record of the game with Mason as the decision and Nashville as the home team? | SELECT Record FROM table WHERE Decision = mason AND Home = nashville |
What is the date with Ellis as the decision and St. Louis as the visitor? | SELECT Date FROM table WHERE Decision = ellis AND Visitor = st. louis |
Which visiting team had a record of 31–31–8? | SELECT Visitor FROM table WHERE Record = 31–31–8 |
Where is Jeff Lebo's hometown? | SELECT Hometown FROM table WHERE Player = jeff lebo |
Who is the player from Houston, TX? | SELECT Player FROM table WHERE Hometown = houston, tx |
What is the earliest year with an entry from Rotary Watches Stanley BRM and a BRM P207 with more than 0 points? | SELECT MIN Year FROM table WHERE Entrant = rotary watches stanley brm AND Chassis = brm p207 AND Points > 0 |
How many points were there in a year earlier than 1977, a Cosworth V8 engine, and an entry from HB Bewaking alarm systems? | SELECT Points FROM table WHERE Year < 1977 AND Engine = cosworth v8 AND Entrant = hb bewaking alarm systems |
What is the report for the race of Argentine Grand Prix? | SELECT Report FROM table WHERE Race = argentine grand prix |
What is the Tyre when Jerry Hoyt was the pole position? | SELECT Tyre FROM table WHERE Pole position = jerry hoyt |
Who was the constructor when Eugenio Castellotti was the pole position and the race had a C tyre? | SELECT Constructor FROM table WHERE Tyre = c AND Pole position = eugenio castellotti |
What was the fastest lap time at the British Grand Prix with Mercedes as the constructor? | SELECT Fastest lap FROM table WHERE Constructor = mercedes AND Race = british grand prix |
Who scored the High points in the game with High rebounds by Nick Collison (14)? | SELECT High points FROM table WHERE High rebounds = nick collison (14) |
What is henry transfer fee at fcbarcelona.cat in fra? | SELECT Transfer fee FROM table WHERE Source = fcbarcelona.cat AND Country = fra AND Name = henry |
What was the Grid with a hydraulics time/required? | SELECT Grid FROM table WHERE Time/Retired = hydraulics |
What is the grid with a Toyota constructor and +1:09.718 as time/retired? | SELECT Grid FROM table WHERE Constructor = toyota AND Time/Retired = +1:09.718 |
What is the grid with 71 laps and the driver, Allan McNish. | SELECT Grid FROM table WHERE Laps = 71 AND Driver = allan mcnish |
How many laps did Jacques Villeneuve have? | SELECT Laps FROM table WHERE Driver = jacques villeneuve |
What is the constructor of the driver Heinz-Harald Frentzen? | SELECT Constructor FROM table WHERE Driver = heinz-harald frentzen |
Tell me the rank for year of 2012 and out of larger than 176 | SELECT Rank FROM table WHERE Year = 2012 AND Out of > 176 |
Tell me the year for rank more than 35 and out of 167 | SELECT Year FROM table WHERE Rank > 35 AND Out of = 167 |
How many UCI points did Rabobank score? | SELECT UCI Points FROM table WHERE Team = rabobank |
What team in France had 15 UCi points? | SELECT Team FROM table WHERE Country = france AND UCI Points = 15 |
Which country has assets of x, an inception of 2007, and an abbreviation of adic? | SELECT Country FROM table WHERE Assets US$Billion = x AND Inception = 2007 AND Abbreviation = adic |
What's the abbreviation for libya? | SELECT Abbreviation FROM table WHERE Country = libya |
What's the origin for the country abbreviated atf? | SELECT Origin FROM table WHERE Abbreviation = atf |
What's the inception for the country with 25.5 billion USD in assets and an abbreviation of psf? | SELECT Inception FROM table WHERE Assets US$Billion = 25.5 AND Abbreviation = psf |
Which country has an abbreviation of kia? | SELECT Country FROM table WHERE Abbreviation = kia |
What's the abbreviation for the country with an inception of 1999 and US$Billion assets of 7.1? | SELECT Abbreviation FROM table WHERE Inception = 1999 AND Assets US$Billion = 7.1 |
What was the opponent of the home team of essendon? | SELECT Away team FROM table WHERE Home team = essendon |
How big was the crowd in a game that had a home team score of 15.15 (105)? | SELECT Crowd FROM table WHERE Home team score = 15.15 (105) |
What was the score of the home team when the opposing team had a score of 9.11 (65)? | SELECT Home team score FROM table WHERE Away team score = 9.11 (65) |
Tell me the cast for b. reeves eason and joseph kane | SELECT Cast FROM table WHERE Director = b. reeves eason and joseph kane |
I want the director for heroes of the wild | SELECT Director FROM table WHERE Serial Title = heroes of the wild |
I want the year for the three musketeers | SELECT Year FROM table WHERE Serial Title = the three musketeers |
I want the cast for director of colbert clark and armand schaefer for burn 'em up barnes | SELECT Cast FROM table WHERE Director = colbert clark and armand schaefer AND Serial Title = burn 'em up barnes |
What is North Melbourne's Away team score? | SELECT Away team score FROM table WHERE Away team = north melbourne |
How large was the crowd at the Kardinia Park venue games? | SELECT SUM Crowd FROM table WHERE Venue = kardinia park |
What was the score of the Home team that played against Carlton's Away game? | SELECT Home team score FROM table WHERE Away team = carlton |
What was the pick number when mark hayes was drafted? | SELECT Pick FROM table WHERE Player = mark hayes |
Which team had a pick of 63? | SELECT School/Club Team FROM table WHERE Pick = 63 |
Which team had a position of linebacker with a pick smaller of 288? | SELECT School/Club Team FROM table WHERE Position = linebacker AND Pick < 288 |
What player did louisville pick when the round was below 8? | SELECT Player FROM table WHERE Round < 8 AND School/Club Team = louisville |
What was the outcome of the game that had a score of 3–6, 6–3, 6–0? | SELECT Outcome FROM table WHERE Score = 3–6, 6–3, 6–0 |
On 27 July 2003 what was the outcome of the game that resulted in a score of 7–5, 6–3? | SELECT Outcome FROM table WHERE Score = 7–5, 6–3 AND Date = 27 july 2003 |
What was the final score of the game against Lenka Novotná? | SELECT Score FROM table WHERE Opponent in the final = lenka novotná |
In the surface of clay who was the opponent in the game resulting in a score of 6–4, 6–4? | SELECT Opponent in the final FROM table WHERE Surface = clay AND Score = 6–4, 6–4 |
What was the final score of the game against opponent Ana Ivanovic? | SELECT Score FROM table WHERE Opponent in the final = ana ivanovic |
What is the total grid number where the time/retired is +58.182 and the lap number is less than 67? | SELECT SUM Grid FROM table WHERE Time/Retired = +58.182 AND Laps < 67 |
What horse was induced in 2011 with a sire of cowboy p-12? | SELECT Name of horse FROM table WHERE Year inducted = 2011 AND Broodmare sire = cowboy p-12 |
Who was the home team that played against hawthorn? | SELECT Home team FROM table WHERE Away team = hawthorn |
Who was the away team playing against collingwood? | SELECT Away team FROM table WHERE Home team = collingwood |
What was the biggest crowd at punt road oval? | SELECT MAX Crowd FROM table WHERE Venue = punt road oval |
Who is the home team based at windy hill? | SELECT Home team FROM table WHERE Venue = windy hill |
Who was the Assistant Dean of Men when Autumn Teele was the Assistant Dean of Women? | SELECT Assistant Dean of Men FROM table WHERE Assistant Dean of Women = autumn teele |
What is the low gold total for nations with under 23 silvers, ranked beloe 5, and 6 bronzes? | SELECT MIN Gold FROM table WHERE Silver < 23 AND Rank > 5 AND Bronze = 6 |
What is the high silver total for nations with 3 golds and under 5 bronzes? | SELECT MAX Silver FROM table WHERE Gold = 3 AND Bronze < 5 |
How many silvers for nations with over 3 golds and under 6 bronzes? | SELECT COUNT Silver FROM table WHERE Bronze < 6 AND Gold > 3 |
What is the crowd number for the event that has a score of 8.25 (73) for the Away team? | SELECT COUNT Crowd FROM table WHERE Away team score = 8.25 (73) |
When the away team has a total score of 13.9 (87), what is the name of the away team? | SELECT Away team FROM table WHERE Away team score = 13.9 (87) |
What was the date that featured a score of 8.8 (56) for the away team? | SELECT Date FROM table WHERE Away team score = 8.8 (56) |
When the home team had a score of 13.19 (97), what was the score of the away team? | SELECT Away team score FROM table WHERE Home team score = 13.19 (97) |
What was the smallest crowd in games at the corio oval? | SELECT MIN Crowd FROM table WHERE Venue = corio oval |
In the match where Melbourne was the away team, how much did they score? | SELECT Away team score FROM table WHERE Away team = melbourne |
On what day did a home team score 8.18 (66)? | SELECT Date FROM table WHERE Home team score = 8.18 (66) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.