question stringlengths 12 244 | sql stringlengths 22 468 |
|---|---|
Which treasurer has a President of sebastian ihler? | SELECT Treasurer FROM table WHERE President = sebastian ihler |
Which opponent used a grass surface? | SELECT Opponent FROM table WHERE Surface = grass |
Which tournament had a score of 6–7 (0–7) , 6–2, 4–6? | SELECT Tournament FROM table WHERE Score = 6–7 (0–7) , 6–2, 4–6 |
Tell me the total number of points for lost less than 4 | SELECT COUNT Points FROM table WHERE Lost < 4 |
I want the sum of drawn for lost less than 0 | SELECT SUM Drawn FROM table WHERE Lost < 0 |
I want the points difference for points of 14 | SELECT Points difference FROM table WHERE Points = 14 |
Tell me the sum of rank for when gold is more than 0 and silver less than 23 with total more than 32 | SELECT SUM Rank FROM table WHERE Gold > 0 AND Total > 32 AND Silver < 23 |
Tell me the sum of silver for liechtenstein and bronze more than 4 | SELECT SUM Silver FROM table WHERE Nation = liechtenstein AND Bronze > 4 |
Which tournament had a score of 6–4, 4–6, 7–5? | SELECT Tournament FROM table WHERE Score = 6–4, 4–6, 7–5 |
Which tournament had a score of 7–5, 2–6, 7–6? | SELECT Tournament FROM table WHERE Score = 7–5, 2–6, 7–6 |
Who was the opponent in the final in which the court surface was hard and the score was 6–3, 3–6, 7–5? | SELECT Opponent in the final FROM table WHERE Surface = hard AND Score = 6–3, 3–6, 7–5 |
What was the court surface when the score was 6–4, 6–1? | SELECT Surface FROM table WHERE Score = 6–4, 6–1 |
On what date was the opponent in the final Gwinyai Tongoona? | SELECT Date FROM table WHERE Opponent in the final = gwinyai tongoona |
What was the record from the Golden State Warriors on 11/18? | SELECT Record FROM table WHERE Visitor = golden state warriors AND Date = 11/18 |
What class has 4-4-0 wheels and was less than number 40 built? | SELECT Class FROM table WHERE Wheels = 4-4-0 AND No. Built < 40 |
Name the space crusade when the english is of finnish | SELECT Space Crusade FROM table WHERE English = finnish |
Name the space crusade which has Genestealers of genrøvere (gene robbers) | SELECT Space Crusade FROM table WHERE Genestealers = genrøvere (gene robbers) |
What was Galatasaray score when when he won in 1990 and Trabzonspor was the runner-up? | SELECT Score FROM table WHERE Winners = galatasaray AND Runners-up = trabzonspor AND Year = 1990 |
How many matches were there in the round with £1,000,000 in prize money? | SELECT COUNT Matches FROM table WHERE Prize money = £1,000,000 |
What was the date for a round that only had 1 match? | SELECT Date FROM table WHERE Matches = 1 |
What date did Hawthorn play as the away team? | SELECT Date FROM table WHERE Away team = hawthorn |
What is the hometown for a college in Wisconsin? | SELECT Hometown FROM table WHERE College = wisconsin |
Which college has a linebacker from Lessburg High School? | SELECT College FROM table WHERE Position = linebacker AND School = lessburg high school |
Which opponent has a week of 11? | SELECT Opponent FROM table WHERE Week = 11 |
Which December 4, 1976 week has an attendance less than 57,366? | SELECT MIN Week FROM table WHERE Date = december 4, 1976 AND Attendance < 57,366 |
Who has a larger than 70.99 km2? | SELECT Comune FROM table WHERE Total (km²) > 70.99 |
What is the km2 area with more than 8,328 people with a total of 121.14 km2? | SELECT AVG Area (km²) FROM table WHERE Population (inh.) > 8,328 AND Total (km²) > 121.14 |
What is the Piano di Sorrento, Napoli lowest km2 with a total smaller than 121.14 km2? | SELECT MIN Area (km²) FROM table WHERE Province = napoli AND Comune = piano di sorrento AND Total (km²) < 121.14 |
Which writer had a producer DKA, JL, AS? | SELECT Writer FROM table WHERE Producer/Executive Producer = dka, jl, as |
Name the film that Lu directed. | SELECT Film title FROM table WHERE Director = lu |
Who wrote Toy Story? | SELECT Writer FROM table WHERE Film title = toy story |
Which writer had voice characters of JDR, BB, TN, LR, PS? | SELECT Writer FROM table WHERE Voiced character(s) = jdr, bb, tn, lr, ps |
Who was the sound producer that worked under Executive Producer JL? | SELECT Sound FROM table WHERE Producer/Executive Producer = jl |
What was the away team at mcg? | SELECT Away team FROM table WHERE Venue = mcg |
What is the name of the player from NGA? | SELECT Name FROM table WHERE Country = nga |
Where is Odjidja-Ofoe, with an undisclosed transfer fee, moving to? | SELECT Moving to FROM table WHERE Transfer fee = undisclosed AND Name = odjidja-ofoe |
What country is the player, with an undisclosed transfer fee and moving to Nacional, from? | SELECT Country FROM table WHERE Transfer fee = undisclosed AND Moving to = nacional |
What is Odjidja-Ofoe's transfer fee? | SELECT Transfer fee FROM table WHERE Name = odjidja-ofoe |
What is the name of the player from Cod? | SELECT Name FROM table WHERE Country = cod |
What country is the player moving to Hamburger SV from? | SELECT Country FROM table WHERE Moving to = hamburger sv |
Which Driver has an Entrant of Arrows Racing Team and Rounds 1-3? | SELECT Driver FROM table WHERE Entrant = arrows racing team AND Rounds = 1-3 |
Which Constructor has Rounds, All and Driver, Bruno Giacomelli? | SELECT Constructor FROM table WHERE Rounds = all AND Driver = bruno giacomelli |
What was the winning score when Damien McGrane was runner-up? | SELECT Winning score FROM table WHERE Runner(s)-up = damien mcgrane |
Who were the runners-up at the Alfred Dunhill Links Championship? | SELECT Runner(s)-up FROM table WHERE Tournament = alfred dunhill links championship |
Name the highest grid for Laps more than 137 and rank is less than 8 | SELECT MAX Grid FROM table WHERE Laps > 137 AND Rank < 8 |
I want the total number of rank for Grid less than 20 and dick rathmann and Qual more than 130.92 | SELECT COUNT Rank FROM table WHERE Grid < 20 AND Driver = dick rathmann AND Qual > 130.92 |
Which nation won 1 gold medal and 1 bronze, for a total of 2 medals? | SELECT Nation FROM table WHERE Gold = 1 AND Bronze = 1 AND Total = 2 |
What is the name of the Leading scorer when the Home was the Trail blazers? | SELECT Leading scorer FROM table WHERE Home = trail blazers |
I want the sum of NGC number for spiral galaxy and right acension of 08h14m40.4s | SELECT SUM NGC number FROM table WHERE Object type = spiral galaxy AND Right ascension ( J2000 ) = 08h14m40.4s |
Tell me the right ascension for open cluster and NGC number more than 2547 | SELECT Right ascension ( J2000 ) FROM table WHERE Object type = open cluster AND NGC number > 2547 |
I want the constellation for declination for °45′ and right ascension of 07h58m | SELECT Constellation FROM table WHERE Declination ( J2000 ) = °45′ AND Right ascension ( J2000 ) = 07h58m |
I want the NGC number for right ascension of 08h11m13.6s | SELECT NGC number FROM table WHERE Right ascension ( J2000 ) = 08h11m13.6s |
What is the average crowd when the home team is north melbourne? | SELECT AVG Crowd FROM table WHERE Home team = north melbourne |
What is the crowd total at mcg? | SELECT COUNT Crowd FROM table WHERE Venue = mcg |
How many Red Breasted Nuthatch coins created before 2007 were minted, on average? | SELECT AVG Mintage FROM table WHERE Animal = red breasted nuthatch AND Year < 2007 |
What year was the downy woodpecker coin created? | SELECT SUM Year FROM table WHERE Animal = downy woodpecker |
Which artist created coins before 2010? | SELECT Artist FROM table WHERE Year < 2010 |
What is the game number against the team Boston? | SELECT COUNT Game FROM table WHERE Team = boston |
What is the date of game 23? | SELECT Date FROM table WHERE Game = 23 |
What percentage of Slovenes lived in the village of Roach in 1951? | SELECT Percent of Slovenes 1951 FROM table WHERE Village (German) = roach |
Which Venue has an Away team of south melbourne? | SELECT Venue FROM table WHERE Away team = south melbourne |
Which Crowd has an Away team score of 17.11 (113)? | SELECT SUM Crowd FROM table WHERE Away team score = 17.11 (113) |
Which Venue has a Home team score of 13.11 (89)? | SELECT Venue FROM table WHERE Home team score = 13.11 (89) |
Which Away team scored 21.10 (136)? | SELECT Away team FROM table WHERE Away team score = 21.10 (136) |
What did the Melbourne team score in their away game? | SELECT Away team score FROM table WHERE Away team = melbourne |
Which Home team plays at the arden street oval Venue? | SELECT Home team FROM table WHERE Venue = arden street oval |
What is Home team Venue for the hawthorn team? | SELECT Venue FROM table WHERE Home team = hawthorn |
What Home team plays at the princes park Venue? | SELECT Home team FROM table WHERE Venue = princes park |
Was the game against the Rattlers at the United Sports Training Center a home game or an away game? | SELECT Home/Away FROM table WHERE Opponent = rattlers AND Field = united sports training center |
What was the opponent for the game at Multi-sport Field? | SELECT Opponent FROM table WHERE Field = multi-sport field |
What is the result of the away game played on August 4? | SELECT Result FROM table WHERE Home/Away = away AND Date = august 4 |
On which field was the game played on July 12? | SELECT Field FROM table WHERE Date = july 12 |
At what venue did Sigurd Rushfeldt score 1 point in the 2006 FIFA World Cup Qualification competition? | SELECT Venue FROM table WHERE Scored = 1 AND Competition = 2006 fifa world cup qualification |
What date did Sigurd Rushfeldt score less than 2 points in the UEFA Euro 2004 qualifying competition? | SELECT Date FROM table WHERE Scored < 2 AND Competition = uefa euro 2004 qualifying |
What is the tournament on February 17, 2002? | SELECT Tournament FROM table WHERE Date = february 17, 2002 |
How many goals does mitsuo kato have? | SELECT MAX Goals FROM table WHERE Player = mitsuo kato |
Which engine has the entrant scuderia ferrari and is driven by Raymond Sommer? | SELECT Engine FROM table WHERE Entrant = scuderia ferrari AND Driver = raymond sommer |
What Chassis does Reg Parnell drive? | SELECT Chassis FROM table WHERE Driver = reg parnell |
What is Ryan McCay's speed that has a rank better than 8? | SELECT Speed FROM table WHERE Rank > 8 AND Rider = ryan mccay |
What's the name of the team that went 113.316mph? | SELECT Team FROM table WHERE Speed = 113.316mph |
What's Matts Nilsson's team that's ranked better than 7? | SELECT Team FROM table WHERE Rank < 7 AND Rider = matts nilsson |
What is the average drop zone time in the N drop zone for the 1st Pathfinder Prov.? | SELECT AVG Drop Zone Time FROM table WHERE Drop Zone = n AND Troop carrier Group = 1st pathfinder prov. |
Which UK Base has an airborne unit of Pathfinders? | SELECT UK Base FROM table WHERE Airborne Unit = pathfinders |
What was the number of high assists for game 1? | SELECT High assists FROM table WHERE Game = 1 |
Tell me the chief judge which has reason for termination of retirement | SELECT Chief Judge FROM table WHERE Reason for termination = retirement |
For boozer (13) what is the high assists and high rebounds? | SELECT High assists FROM table WHERE High rebounds = boozer (13) |
What is the score for the game that is less than 4 and a high points of williams (28)? | SELECT Score FROM table WHERE Game < 4 AND High points = williams (28) |
Which athlete in the 76 kg class, did not advance at the end of Round 3. | SELECT Athlete FROM table WHERE Round 3 = did not advance AND Event = 76 kg |
Who owns the horse with a post position of less than 4 with jockey todd pletcher? | SELECT Owner FROM table WHERE Post Position < 4 AND Jockey = todd pletcher |
What jockey is on hard spun? | SELECT Jockey FROM table WHERE Horse name = hard spun |
What horse does todd pletcher ride with odds of 14.20-1? | SELECT Horse name FROM table WHERE Jockey = todd pletcher AND Post Time Odds = 14.20-1 |
Who the Owner that has a Lengths Behind of 5½? | SELECT Owner FROM table WHERE Lengths Behind = 5½ |
What is the date of birth and age of Gabriel Quak Jun Yi with 3 caps? | SELECT Date of Birth (Age) FROM table WHERE Caps = 3 AND Name = gabriel quak jun yi |
Which club is associated with Hafiz Abu Sujad? | SELECT Club FROM table WHERE Name = hafiz abu sujad |
What is the sum of a rank whose nation is West Germany and has bronze larger than 0? | SELECT SUM Rank FROM table WHERE Nation = west germany AND Bronze > 0 |
What is the total of Bronze with a total smaller than 3, and a nation of Poland, and a rank larger than 4? | SELECT COUNT Bronze FROM table WHERE Total < 3 AND Nation = poland AND Rank > 4 |
What were the total receipts when the money raised in 2Q was $33,120,440? | SELECT Total Receipts FROM table WHERE Money Raised, 2Q = $33,120,440 |
How much money was spent in 2Q when the total receipts were $1,117,566? | SELECT Money Spent, 2Q FROM table WHERE Total Receipts = $1,117,566 |
How much money was raised in the 2Q when the total receipts were $63,075,927? | SELECT Money Raised, 2Q FROM table WHERE Total Receipts = $63,075,927 |
How much cash was on hand when the money spent in the 2Q was $16,042,388? | SELECT Cash On Hand FROM table WHERE Money Spent, 2Q = $16,042,388 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.