question stringlengths 12 244 | sql stringlengths 22 468 |
|---|---|
what is the average td's for the player jacques rumph with yards more than 214? | SELECT AVG TD's FROM table WHERE Player = jacques rumph AND Yards > 214 |
Which women's doubles has Howard Bach Tony Gunawan as Men's doubles and Taufik Hidayat as Men's Singles? | SELECT Women's doubles FROM table WHERE Men's doubles = howard bach tony gunawan AND Men's singles = taufik hidayat |
Which Men's doubles has Miyuki Maeda Satoko Suetsuna as Women's double? | SELECT Men's doubles FROM table WHERE Women's doubles = miyuki maeda satoko suetsuna |
What is the average laps for ralph firman with a grid of over 19? | SELECT AVG Laps FROM table WHERE Driver = ralph firman AND Grid > 19 |
What grid features 6 laps? | SELECT Grid FROM table WHERE Laps = 6 |
What's the sum of asts for boston college with a rebs over 63? | SELECT SUM Asts FROM table WHERE School/Country = boston college AND Rebs > 63 |
What's the average rebs before 1972? | SELECT AVG Rebs FROM table WHERE From < 1972 |
What's the highest rebs for a pos of pg before 2004? | SELECT MAX Rebs FROM table WHERE Pos. = pg AND From < 2004 |
What's the pos for an asts less than 117? | SELECT Pos. FROM table WHERE Asts < 117 |
What's the total of rebs for UCLA after 1973? | SELECT COUNT Rebs FROM table WHERE School/Country = ucla AND From > 1973 |
How many release dates has Canada had? | SELECT COUNT Release date FROM table WHERE Country = canada |
What constructor is grid 1 with a time/retired of engine? | SELECT Constructor FROM table WHERE Time/Retired = engine AND Grid = 1 |
Who constructed grid 14? | SELECT Constructor FROM table WHERE Grid = 14 |
I want to know the 2001 that has a 2004 of a and 2003 of a with 2012 of 3r | SELECT 2001 FROM table WHERE 2004 = a AND 2003 = a AND 2012 = 3r |
Tell me the 2008 for when 2001 of wta premier 5 tournaments | SELECT 2008 FROM table WHERE 2001 = wta premier 5 tournaments |
I want to know the 2013 when 2001 was wta premier 5 tournaments | SELECT 2013 FROM table WHERE 2001 = wta premier 5 tournaments |
Tell me the 2007 for 2010 olympic games | SELECT 2007 FROM table WHERE 2010 = olympic games |
Tell me the 2004 for 2012 of 21 | SELECT 2004 FROM table WHERE 2012 = 21 |
On which date did the away team score 3.4 (22)? | SELECT Date FROM table WHERE Away team score = 3.4 (22) |
When Richmond was the Home team, who was the away team? | SELECT Away team FROM table WHERE Home team = richmond |
Which home team plays in the Corio Oval venue? | SELECT Home team FROM table WHERE Venue = corio oval |
When the game was played at the EMCG venue, who was the away team? | SELECT Away team FROM table WHERE Venue = emcg |
who is the constructor when the driver is jenson button? | SELECT Constructor FROM table WHERE Driver = jenson button |
what is the grid when the time/retired is +27.112? | SELECT Grid FROM table WHERE Time/Retired = +27.112 |
I want the fewest Laps for Huub Rothengatter and grid less than 24 | SELECT MIN Laps FROM table WHERE Driver = huub rothengatter AND Grid < 24 |
Tell me the time/retired with Laps of 47 and driver of rené arnoux | SELECT Time/Retired FROM table WHERE Laps = 47 AND Driver = rené arnoux |
Which Oricon has a Romaji title of nakitakunalu? | SELECT MAX Oricon FROM table WHERE Romaji title = nakitakunalu |
Which Reference has a Release date of 1996/10/10? | SELECT Reference FROM table WHERE Release date = 1996/10/10 |
What is the occupation of the candidate that resides in Windsor Junction? | SELECT Occupation FROM table WHERE Residence = windsor junction |
How many votes did 3rd ranking candidate Mary Louise Lorefice receive? | SELECT COUNT Votes FROM table WHERE Rank = 3rd AND Candidate = mary louise lorefice |
What occupation does Mary Louise Lorefice have? | SELECT Occupation FROM table WHERE Candidate = mary louise lorefice |
Which team has an away score of 7.9 (51)? | SELECT Away team score FROM table WHERE Home team score = 7.9 (51) |
What is the date of the game at Geelong? | SELECT Date FROM table WHERE Away team = geelong |
Where was the game with a score of 13.13 (91) played? | SELECT Venue FROM table WHERE Away team score = 13.13 (91) |
When was the game at Essendon? | SELECT Date FROM table WHERE Away team = essendon |
Where did the away team score 14.12 (96)? | SELECT Venue FROM table WHERE Away team score = 14.12 (96) |
What is the series name where cram competition is the team champion? | SELECT Series Name FROM table WHERE Team Champion = cram competition |
What is the highest season with International Formula Master as the series name and Marcello Puglisi (formula master italia) as the secondary class champion? | SELECT MAX Season FROM table WHERE Series Name = international formula master AND Secondary Class Champion = marcello puglisi (formula master italia) |
Who is the secondary class champion in the season after 2008? | SELECT Secondary Class Champion FROM table WHERE Season > 2008 |
What are the seasons where Marcello Puglisi (formula master italia) was the secondary class champion? | SELECT SUM Season FROM table WHERE Secondary Class Champion = marcello puglisi (formula master italia) |
Who was the champion of JD Motorsport after 2005? | SELECT Champion FROM table WHERE Season > 2005 AND Team Champion = jd motorsport |
Who is the constructor with the grid of 8? | SELECT Constructor FROM table WHERE Grid = 8 |
what is the time/retired when the grid is less than 3 and 45 laps? | SELECT Time/Retired FROM table WHERE Grid < 3 AND Laps = 45 |
what is the most laps for driver jackie stewart? | SELECT MAX Laps FROM table WHERE Driver = jackie stewart |
what is the time/retired for driver richard attwood? | SELECT Time/Retired FROM table WHERE Driver = richard attwood |
Tell me the D 41 and R 51 of r 11 | SELECT D 41 FROM table WHERE R 51 = r 11 |
I want the D 46 which has a D 44 of r 17 | SELECT D 46 FROM table WHERE D 44 = r 17 |
Tell me the D 41 for D 43 of d 18 | SELECT D 41 FROM table WHERE D 43 = d 18 |
Tell me the D 47 for D 46 of r 35 | SELECT D 47 FROM table WHERE D 46 = r 35 |
I want the D 42 with R 51 of r 11 | SELECT D 42 FROM table WHERE R 51 = r 11 |
I want the R 53 of D 41 of r 21 | SELECT R 53 FROM table WHERE D 41 = r 21 |
What is the low silver total for switzerland with over 0 golds? | SELECT MIN Silver FROM table WHERE Gold > 0 AND Nation = switzerland |
What is the silver total for nations with 10 bronze medals? | SELECT SUM Silver FROM table WHERE Bronze = 10 |
What is the gold total for lithuania with under 2 silvers? | SELECT SUM Gold FROM table WHERE Nation = lithuania AND Silver < 2 |
What was the score for the home team that played at Moorabbin Oval? | SELECT Home team score FROM table WHERE Venue = moorabbin oval |
Name the size of the screen that came out in 2006 and is iliad | SELECT Screen size (inch) FROM table WHERE Intro year = 2006 AND Model = iliad |
Which Report includes the Belgian Grand Prix Race? | SELECT Report FROM table WHERE Race = belgian grand prix |
Which Report includes Monaco? | SELECT Report FROM table WHERE Location = monaco |
On what date did Gunnar Nilsson make the fastest lap? | SELECT Date FROM table WHERE Fastest Lap = gunnar nilsson |
Who had the fastest lap for the German Grand Prix? | SELECT Fastest Lap FROM table WHERE Race = german grand prix |
What is the format for the album under the label, luaka bop, that had a catalog number of 3645 and dated after 1981? | SELECT Format FROM table WHERE Catalog = 3645 AND Date > 1981 AND Label = luaka bop |
what is the earliest date for the album that had a catalog number of 3645, was formatted as a cd and was under the luaka bop label? | SELECT MIN Date FROM table WHERE Catalog = 3645 AND Format = cd AND Label = luaka bop |
Under what label was the album with the catalog of 3645 and came out later than 1987? | SELECT Label FROM table WHERE Catalog = 3645 AND Date > 1987 |
What is the points where Toronto was the home team and the game number was larger than 63? | SELECT MAX Points FROM table WHERE Home = toronto AND Game # > 63 |
How many laps did mike spence complete grids above 12? | SELECT COUNT Laps FROM table WHERE Driver = mike spence AND Grid > 12 |
How many average laps did brm complete in grids larger than 12? | SELECT AVG Laps FROM table WHERE Constructor = brm AND Grid = 12 |
Who drove in grids more than 3 and exited in an accident? | SELECT Driver FROM table WHERE Grid > 3 AND Time/Retired = accident |
In what grid did jim clark drive in? | SELECT Grid FROM table WHERE Driver = jim clark |
Which opponent has a date 21 jul 2007? | SELECT Opponent FROM table WHERE Date = 21 jul 2007 |
What was the venue of the Melbourne team? | SELECT Venue FROM table WHERE Home team = melbourne |
What was the race that featured stirling moss winning with a maserati at aintree? | SELECT Race Name FROM table WHERE Constructor = maserati AND Circuit = aintree AND Winning driver = stirling moss |
What does the Circuit of caen report? | SELECT Report FROM table WHERE Circuit = caen |
Who is the winning drive of iv grand prix de caen? | SELECT Winning driver FROM table WHERE Race Name = iv grand prix de caen |
What types of ships were made at the Froemming Brothers ship yard? | SELECT Ship Types Delivered FROM table WHERE Yard Name = froemming brothers |
What ship types were first delivered in December 1942? | SELECT Ship Types Delivered FROM table WHERE 1st Ship Delivery Date = december 1942 |
What is the amount of apperances of the person who had 36 goals? | SELECT Appearances FROM table WHERE Goals = 36 |
If the Home team was north melbourne and the Crowd was larger than 10,000, what was the Home team's score? | SELECT Home team score FROM table WHERE Crowd > 10,000 AND Home team = north melbourne |
How many people were in the Crowd when the Home team scored 10.7 (67)? | SELECT COUNT Crowd FROM table WHERE Home team score = 10.7 (67) |
Tell me the name with points of 151.66 | SELECT Name FROM table WHERE Points = 151.66 |
Tell me the total number of rank for places less than 94 and points less than 169.8 for japan | SELECT COUNT Rank FROM table WHERE Places < 94 AND Points < 169.8 AND Nation = japan |
Tell me the total number of SP+FS with rank more than 8 for the netherlands and points more than 127.26 | SELECT COUNT SP+FS FROM table WHERE Rank > 8 AND Nation = netherlands AND Points > 127.26 |
Name the total number of SP+FS for places of 60 and points more than 151.66 | SELECT COUNT SP+FS FROM table WHERE Places = 60 AND Points > 151.66 |
Name the average SP+FS with places less tha 94 for renata baierova | SELECT AVG SP+FS FROM table WHERE Places < 94 AND Name = renata baierova |
What color is model # pd-kb400w? | SELECT Color FROM table WHERE Model # = pd-kb400w |
What's the lowest average for a swimsuit over 6.89, evening gown over 7.76, and an interview over 8.57 in illinois? | SELECT MIN Average FROM table WHERE Swimsuit > 6.89 AND Evening gown > 7.76 AND State = illinois AND Interview > 8.57 |
What's the highest swimsuit for an average less than 8.073, evening gown less than 8.31, and an interview over 8.23 in georgia? | SELECT MAX Swimsuit FROM table WHERE Average < 8.073 AND Evening gown < 8.31 AND Interview > 8.23 AND State = georgia |
What's utah's lowest swimsuit with an interview over 8.53? | SELECT MIN Swimsuit FROM table WHERE State = utah AND Interview > 8.53 |
What week was October 9, 1938? | SELECT COUNT Week FROM table WHERE Date = october 9, 1938 |
What home team played Collingwood as the away team? | SELECT Home team FROM table WHERE Away team = collingwood |
What was the score of the away team at Junction Oval? | SELECT Away team score FROM table WHERE Venue = junction oval |
Who built giancarlo fisichella's car? | SELECT Constructor FROM table WHERE Driver = giancarlo fisichella |
What is the high lap total for mika salo with a grid greater than 17? | SELECT MAX Laps FROM table WHERE Driver = mika salo AND Grid > 17 |
Where was the location with Muirfield in Scotland? | SELECT Location FROM table WHERE Country = scotland AND Name = muirfield |
Name the country for pieroni | SELECT Country FROM table WHERE Name = pieroni |
Name the country for 6-month loan and moving from of lens | SELECT Country FROM table WHERE Type = 6-month loan AND Moving from = lens |
Name the transfer fee with a transfer window of summer for schollen | SELECT Transfer fee FROM table WHERE Transfer window = summer AND Name = schollen |
Name the name that has moving of 1. fc nürnberg. | SELECT Name FROM table WHERE Moving from = 1. fc nürnberg |
Name the country with polák | SELECT Country FROM table WHERE Name = polák |
What was the home team score at North Melbourne's away game? | SELECT Home team score FROM table WHERE Away team = north melbourne |
Which away team scored 4.15 (39)? | SELECT Away team FROM table WHERE Away team score = 4.15 (39) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.