question stringlengths 12 244 | sql stringlengths 22 468 |
|---|---|
What is the lowest play with ue figueres club and a goal difference more than 16? | SELECT MIN Played FROM table WHERE Club = ue figueres AND Goal Difference > 16 |
How many played have 8 wins and more than 58 goals against? | SELECT COUNT Played FROM table WHERE Wins = 8 AND Goals against > 58 |
What is withdrawn with a GSR Class of 296? | SELECT Withdrawn FROM table WHERE GSR Class = 296 |
What Inchicore Class has a GSR Class of 235? | SELECT Inchicore Class FROM table WHERE GSR Class = 235 |
What Inchicore Class has a GSWR Class smaller than 268, and a Type of 0-4-2t? | SELECT Inchicore Class FROM table WHERE GSWR Class < 268 AND Type = 0-4-2t |
Which GSWR Class is from 1893? | SELECT GSWR Class FROM table WHERE Year = 1893 |
Which Crowd has a Home team score of 15.20 (110), and a Home team of carlton? | SELECT MIN Crowd FROM table WHERE Home team score = 15.20 (110) AND Home team = carlton |
Which Home team score has an Away team score of 20.11 (131)? | SELECT Home team score FROM table WHERE Away team score = 20.11 (131) |
Which number of Crowd has an Away team score of 20.11 (131)? | SELECT COUNT Crowd FROM table WHERE Away team score = 20.11 (131) |
On the episode that had a run time of 24:57, how many million viewers were there? | SELECT Viewers (in millions) FROM table WHERE Run time = 24:57 |
What year had a record of 4-21? | SELECT Year FROM table WHERE Record = 4-21 |
What regular season had a record of 16-12? | SELECT Reg. Season FROM table WHERE Record = 16-12 |
What is the regular season info that had a record of 20-10? | SELECT Reg. Season FROM table WHERE Record = 20-10 |
Tell me the 1st leg for asfa rabat | SELECT 1st leg FROM table WHERE Team #1 = asfa rabat |
Tell me the 2nd leg for alemannia aachen | SELECT 2nd leg FROM table WHERE Team #1 = alemannia aachen |
Tell me the 1st leg for antwerp bc | SELECT 1st leg FROM table WHERE Team #2 = antwerp bc |
Tell me the team 2 for handelsministerium vienna | SELECT Team #2 FROM table WHERE Team #1 = handelsministerium vienna |
On what date did the away team Melbourne play? | SELECT Date FROM table WHERE Away team = melbourne |
What home team played the away team South Melbourne? | SELECT Home team FROM table WHERE Away team = south melbourne |
What is the name of the away team that played a home team who scored 11.16 (82)? | SELECT Away team FROM table WHERE Home team score = 11.16 (82) |
What is the name of the away team that scored 15.9 (99)? | SELECT Away team FROM table WHERE Away team score = 15.9 (99) |
Which is the largest area in Greenville County, by square mile? | SELECT MAX Area (Sq. Mi.) FROM table WHERE County = greenville county |
Which is the total number in the 2010 Census in Oconee County where the area in square miles was less than 674? | SELECT SUM 2010 Census Population FROM table WHERE County = oconee county AND Area (Sq. Mi.) < 674 |
What is the total number of areas by square mile where the founding year was 1785, the county seat was in Spartanburg, and the land area by square mile was more than 811? | SELECT SUM Area (Sq. Mi.) FROM table WHERE Year Founded = 1785 AND County Seat = spartanburg AND Land Area (Sq. Mi.) > 811 |
Which Particle has a Rest mass MeV/c 2 of 1192.642(24)? | SELECT Particle FROM table WHERE Rest mass MeV / c 2 = 1192.642(24) |
Which Particle has an Isospin I of 1 and Commonly decays to p + + π 0 or n 0 + π +? | SELECT Particle FROM table WHERE Isospin I = 1 AND Commonly decays to = p + + π 0 or n 0 + π + |
When the Makeup is u s s and the Spin (Parity) J P of 3⁄2 +, what is the Rest mass MeV/C2? | SELECT Rest mass MeV / c 2 FROM table WHERE Makeup = u s s AND Spin ( Parity ) J P = 3⁄2 + |
Which Particle has an Isospin I of 1⁄2, and a Symbol of ξ ∗0 (1530)? | SELECT Particle FROM table WHERE Isospin I = 1⁄2 AND Symbol = ξ ∗0 (1530) |
Which Particle has a Makeup of d s s and a Spin (Parity) J P of 3⁄2 +? | SELECT Particle FROM table WHERE Makeup = d s s AND Spin ( Parity ) J P = 3⁄2 + |
Which Particle has a Rest mass MeV/c 2 of 1383.7±1.0? | SELECT Particle FROM table WHERE Rest mass MeV / c 2 = 1383.7±1.0 |
What was the title of Ashanti's 2003 rap song? | SELECT Title FROM table WHERE Year = 2003 AND Genre = rap |
How many tries did the player Paul Sykes take when he earned 0 points? | SELECT MAX Tries FROM table WHERE Player = paul sykes AND Points > 0 |
Mike Forshaw had 0 goals and 28 points. What is his position? | SELECT Position FROM table WHERE Goals = 0 AND Points = 28 AND Player = mike forshaw |
How big is the Venue of Brunswick Street Oval? | SELECT SUM Crowd FROM table WHERE Venue = brunswick street oval |
What is the Away Team score of North Melbourne? | SELECT Away team score FROM table WHERE Away team = north melbourne |
What was the number of Personal Staff Units Killed? | SELECT Killed FROM table WHERE Unit = personal staff |
What was the Complement of Artillery Corps Units that had 0 off 0 men Killed or Wounded? | SELECT Complement FROM table WHERE Killed = 0 off 0 men AND Wounded = 0 off 0 men AND Unit = artillery corps |
How many were Wounded while in a Unit with a Complement of 83 off 9 Men? | SELECT Wounded FROM table WHERE Complement = 83 off 9 men |
How many of the Royal Waggon Train Unit were Missing while having a Killed of 0 off 0 men and a Wounded of 0 off 0 men? | SELECT Missing FROM table WHERE Killed = 0 off 0 men AND Wounded = 0 off 0 men AND Unit = royal waggon train |
How many were Wounded in the Artillery Corps unit while having 0 off 0 men Killed? | SELECT Wounded FROM table WHERE Killed = 0 off 0 men AND Unit = artillery corps |
What suface during the game that had Yevgeny Kafelnikov as an opponent? | SELECT Surface FROM table WHERE Opponent = yevgeny kafelnikov |
What is the Home team's score when the Away team's score is 12.10 (82)? | SELECT Home team score FROM table WHERE Away team score = 12.10 (82) |
What was the earliest week that the Storm played the San Jose Sabercats? | SELECT MIN Week FROM table WHERE Opponent = san jose sabercats |
How many were in attendance when the score was † 4–4 †? | SELECT Attendance FROM table WHERE Score = † 4–4 † |
How many people were watching when Livingston was the runner-up? | SELECT Attendance FROM table WHERE Runner-up = livingston |
what average grid has laps larger than 52 and contains the driver of andrea de adamich? | SELECT AVG Grid FROM table WHERE Laps > 52 AND Driver = andrea de adamich |
what's the highest lap that contains the driver of graham hill and a grid that is larger than 18? | SELECT MAX Laps FROM table WHERE Driver = graham hill AND Grid > 18 |
what's the average grid that has a time/retired piston and laps smaller than 15? | SELECT AVG Grid FROM table WHERE Time/Retired = piston AND Laps < 15 |
Who is the tuner after season 2004 with Gaurav Gill as the driver, Team MRF, and Mai governing body? | SELECT Tuner FROM table WHERE Season > 2004 AND Driver = gaurav gill AND Team = team mrf AND Governing Body = mai |
Who is the driver in season 2003 with a tuner of N. Leelakrishnan and a Mai governing body? | SELECT Driver FROM table WHERE Tuner = n. leelakrishnan AND Governing Body = mai AND Season = 2003 |
Who is the turner on Team MRF? | SELECT Tuner FROM table WHERE Team = mrf |
What is the earliest season with driver Farad Bathena? | SELECT MIN Season FROM table WHERE Driver = farad bathena |
Which Major League Soccer team for the 2005 season has the lowest goals? | SELECT MIN Goals FROM table WHERE League = major league soccer AND Season = 2005 |
What are the average apps for the Major League Soccer team club for the Seattle Sounders FC that has goals less than 0? | SELECT AVG Apps. FROM table WHERE League = major league soccer AND Club = seattle sounders fc AND Goals < 0 |
Which Icelandic has a Danish of blåt/blå? | SELECT Icelandic FROM table WHERE Danish = blåt/blå |
Which Icelandic has a Norwegian (nynorsk) of kvitt/kvit? | SELECT Icelandic FROM table WHERE Norwegian (nynorsk) = kvitt/kvit |
Which Faroese has an English of white? | SELECT Faroese FROM table WHERE English = white |
Which Norwegian (nynorsk) has a Danish of farvel? | SELECT Norwegian (nynorsk) FROM table WHERE Danish = farvel |
Which English has a Danish of rødt/rød? | SELECT English FROM table WHERE Danish = rødt/rød |
What number of Congress has 44 cosponsors? | SELECT Congress FROM table WHERE # of cosponsors = 44 |
Who was the sponsor on April 22, 2004? | SELECT Sponsor FROM table WHERE Date introduced = april 22, 2004 |
What is the score of the game when the New York Rangers were the home team? | SELECT Score FROM table WHERE Home = new york rangers |
What was the result on 8 October 1961? | SELECT Result FROM table WHERE Date = 8 october 1961 |
What was the venue of the game on 27 April 1964? | SELECT Venue FROM table WHERE Date = 27 april 1964 |
Where was the game played with a home team score of 8.13 (61)? | SELECT Venue FROM table WHERE Home team score = 8.13 (61) |
What is the home team score when the away team was Hawthorn? | SELECT Home team score FROM table WHERE Away team = hawthorn |
What did the home team score when the away team scored 14.15 (99)? | SELECT Home team score FROM table WHERE Away team score = 14.15 (99) |
When was the game played where the away team scored 11.14 (80)? | SELECT Date FROM table WHERE Away team score = 11.14 (80) |
Where was the game played when the away team scored 14.15 (99)? | SELECT Venue FROM table WHERE Away team score = 14.15 (99) |
What home team played against the away team with a score of 13.6 (84)? | SELECT Home team FROM table WHERE Away team score = 13.6 (84) |
What was the score of the game against Divij Sharan? | SELECT Score FROM table WHERE Opponent in the final = divij sharan |
What was the score of the match that was a played on a hard surface against Peter Gojowczyk? | SELECT Score FROM table WHERE Surface = hard AND Opponent in the final = peter gojowczyk |
How many attended the game with a record of 43-34? | SELECT COUNT Attendance FROM table WHERE Record = 43-34 |
Who was Manuela Maleeva opponent when she played a match partnered with michelle strebel? | SELECT Opponents FROM table WHERE Partner = michelle strebel |
When the percent is larger than 0.685, what is the average number of points scored? | SELECT AVG Points FROM table WHERE Pct % > 0.685 |
When less than 37 points are scored, what's the lowest Pct % found? | SELECT MIN Pct % FROM table WHERE Points < 37 |
How many rounds did the event rings: king of kings 2000 block a have with a record of 6-1? | SELECT Round FROM table WHERE Event = rings: king of kings 2000 block a AND Record = 6-1 |
How long was the fight 'adrenaline mma 3'? | SELECT Time FROM table WHERE Event = adrenaline mma 3 |
What was roberto travern's record when he fought against john salter? | SELECT Record FROM table WHERE Opponent = john salter |
What was the score of the away team at the MCG? | SELECT Away team score FROM table WHERE Venue = mcg |
Who constructed the car with a grid larger than 20 that got in an accident? | SELECT Constructor FROM table WHERE Grid > 20 AND Time/Retired = accident |
Which Position has a CFL Team of montreal alouettes (via edmonton)? | SELECT Position FROM table WHERE CFL Team = montreal alouettes (via edmonton) |
Which Player has a CFL Team of montreal alouettes (via hamilton via winnipeg)? | SELECT Player FROM table WHERE CFL Team = montreal alouettes (via hamilton via winnipeg) |
Which Position has a Player of patrick macdonald? | SELECT Position FROM table WHERE Player = patrick macdonald |
What series had Joan Tena in sixth place? | SELECT SUM Series FROM table WHERE Sixth place = joan tena |
Who was in sixth place in series 7? | SELECT Sixth place FROM table WHERE Series = 7 |
Who was sixth place when Hugo Salazar was fifth place? | SELECT Sixth place FROM table WHERE Fifth place = hugo salazar |
Who was third place when Fran Dieli was fifth place? | SELECT Third place FROM table WHERE Fifth place = fran dieli |
What is the Order and Title with an Elevated with 1261, december 17, and a Faction with angevin? | SELECT Order and Title FROM table WHERE Elevated = 1261, december 17 AND Faction = angevin |
What is the Elector with a Nationality with roman, and an Elevator of urban iv, and an Elevated with 1261, december 17? | SELECT Elector FROM table WHERE Nationality = roman AND Elevator = urban iv AND Elevated = 1261, december 17 |
What is the Nationality with an Elector with bertrand de saint-martin? | SELECT Nationality FROM table WHERE Elector = bertrand de saint-martin |
What is the Order and Title with a Nationality with roman, and an Elector with matteo orsini rosso? | SELECT Order and Title FROM table WHERE Nationality = roman AND Elector = matteo orsini rosso |
What is the Elector with a Faction of roman, and an Elevated with 1244, may 28? | SELECT Elector FROM table WHERE Faction = roman AND Elevated = 1244, may 28 |
What did the away team score at the game when the home team scored 7.11 (53)? | SELECT Home team FROM table WHERE Away team score = 7.11 (53) |
Who was the home team that scored 6.5 (41)? | SELECT Home team FROM table WHERE Home team score = 6.5 (41) |
What is the mult value of the microprocessor with a release date q4 2007 and model number pentium dual-core t2310? | SELECT Mult. FROM table WHERE Release date = q4 2007 AND Model number = pentium dual-core t2310 |
What is the L2 cache of the microprocessor with model number pentium dual-core t3400? | SELECT L2 cache FROM table WHERE Model number = pentium dual-core t3400 |
What is the release price (USD) of the microprocessor with a model number pentium dual-core t2330? | SELECT Release price ( USD ) FROM table WHERE Model number = pentium dual-core t2330 |
What day did Patrick Tambay have the fastest lap? | SELECT Date FROM table WHERE Fastest Lap = patrick tambay |
Who held the pole position in SPA-Francorchamps? | SELECT Pole Position FROM table WHERE Location = spa-francorchamps |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.