question_id int64 24.2k 80.3k | table_id stringlengths 8 14 | question stringlengths 12 244 | sql stringlengths 33 482 |
|---|---|---|---|
25,020 | 1-1132588-3 | What is the fastest lap for the European Grand Prix? | SELECT "Fastest Lap" FROM "1-1132588-3" WHERE "Grand Prix" = 'European Grand Prix'; |
25,021 | 1-1132588-3 | What is the pole position for the Ferrari at the Austrian Grand Prix? | SELECT "Pole Position" FROM "1-1132588-3" WHERE "Constructor" = 'Ferrari' AND "Grand Prix" = 'Austrian Grand Prix'; |
25,022 | 1-11326124-3 | What was the result of round 2R? | SELECT "Outcome" FROM "1-11326124-3" WHERE "Round" = '2R'; |
25,023 | 1-11326124-3 | Who did Tina Pisnik verse? | SELECT "Against" FROM "1-11326124-3" WHERE "Opponent" = 'Tina Pisnik'; |
25,024 | 1-11326124-3 | How many rounds were 2R? | SELECT COUNT("Result") FROM "1-11326124-3" WHERE "Round" = '2R'; |
25,025 | 1-11326124-3 | Name the outcome for round 2R | SELECT "Outcome" FROM "1-11326124-3" WHERE "Round" = '2R'; |
25,026 | 1-11354111-3 | what's the night rank with viewers (m) of 6.63 | SELECT "Night Rank" FROM "1-11354111-3" WHERE "Viewers (m)" = '6.63'; |
25,027 | 1-11354111-3 | what's the overall rank with viewers (m) of 7.44 | SELECT "Overall Rank" FROM "1-11354111-3" WHERE "Viewers (m)" = '7.44'; |
25,028 | 1-11354111-3 | what's the overall rank with rating/share 18–49 of 2.1/5 | SELECT COUNT("Overall Rank") FROM "1-11354111-3" WHERE "Rating/Share 18–49" = '2.1/5'; |
25,029 | 1-11354111-3 | what's the night rank with rating of 6.2 | SELECT "Night Rank" FROM "1-11354111-3" WHERE "Rating" = '6.2'; |
25,030 | 1-11354111-3 | what's the viewers (m) with episode of "Legacy" | SELECT "Viewers (m)" FROM "1-11354111-3" WHERE "Episode" = '"Legacy"'; |
25,031 | 1-1137142-1 | What is the number of group b winner for Francavilla? | SELECT COUNT("Group B Winner") FROM "1-1137142-1" WHERE "Group C Winner" = 'Francavilla'; |
25,032 | 1-1137142-1 | What is the group a winner for Modena? | SELECT "Group A Winner" FROM "1-1137142-1" WHERE "Group B Winner" = 'Modena'; |
25,033 | 1-1137142-1 | What is the group a winner for Vis Pesaro? | SELECT "Group A Winner" FROM "1-1137142-1" WHERE "Group C Winner" = 'Vis Pesaro'; |
25,034 | 1-1137142-1 | What group a winner was for Nocerina? | SELECT "Group A Winner" FROM "1-1137142-1" WHERE "Group D Winner" = 'Nocerina'; |
25,035 | 1-1137142-1 | What was the group d winner for Modena? | SELECT "Group D Winner" FROM "1-1137142-1" WHERE "Group B Winner" = 'Modena'; |
25,036 | 1-1137695-3 | Who had the fastest lap at the Brazilian Grand Prix? | SELECT "Fastest Lap" FROM "1-1137695-3" WHERE "Grand Prix" = 'Brazilian Grand Prix'; |
25,037 | 1-1137695-3 | Who was on the pole position at the Monaco Grand Prix? | SELECT "Pole Position" FROM "1-1137695-3" WHERE "Grand Prix" = 'Monaco Grand Prix'; |
25,038 | 1-1137695-3 | Who was the winning driver when Michael Schumacher had the pole and the fastest lap? | SELECT "Winning Driver" FROM "1-1137695-3" WHERE "Fastest Lap" = 'Michael Schumacher' AND "Pole Position" = 'Michael Schumacher'; |
25,039 | 1-1137704-2 | what are all the location where date is 5 April | SELECT "Location" FROM "1-1137704-2" WHERE "Date" = '5 April'; |
25,040 | 1-1137704-2 | what are all the pole position where date is 26 July | SELECT "Pole Position" FROM "1-1137704-2" WHERE "Date" = '26 July'; |
25,041 | 1-1137704-2 | who are all the winning constructors where fastest lap is Riccardo Patrese and location is Interlagos | SELECT "Winning Constructor" FROM "1-1137704-2" WHERE "Fastest Lap" = 'Riccardo Patrese' AND "Location" = 'Interlagos'; |
25,042 | 1-1137704-2 | what are all the report where winning constructor is Williams - Renault and grand prix is South African Grand Prix | SELECT "Report" FROM "1-1137704-2" WHERE "Winning Constructor" = 'Williams - Renault' AND "Grand Prix" = 'South African Grand Prix'; |
25,043 | 1-1137704-2 | whatthe minimum round where grand prix is German Grand Prix | SELECT MIN("Round") FROM "1-1137704-2" WHERE "Grand Prix" = 'German Grand Prix'; |
25,044 | 1-1137704-2 | what of the total number of date where grand prix is Portuguese Grand Prix | SELECT COUNT("Date") FROM "1-1137704-2" WHERE "Grand Prix" = 'Portuguese Grand Prix'; |
25,045 | 1-1137707-2 | What is the number of pole position with a round of 15? | SELECT COUNT("Pole Position") FROM "1-1137707-2" WHERE "Round" = 15.0; |
25,046 | 1-1137707-2 | What is the date of the Circuit Gilles Villeneuve? | SELECT "Date" FROM "1-1137707-2" WHERE "Location" = 'Circuit Gilles Villeneuve'; |
25,047 | 1-1137707-2 | What is the location of Thierry Boutsen? | SELECT "Location" FROM "1-1137707-2" WHERE "Fastest Lap" = 'Thierry Boutsen'; |
25,048 | 1-1137718-2 | Who had the pole position at the German Grand Prix? | SELECT "Pole Position" FROM "1-1137718-2" WHERE "Grand Prix" = 'German Grand Prix'; |
25,049 | 1-1137718-2 | Which rd. occurred on 22 October? | SELECT MIN("Rd.") FROM "1-1137718-2" WHERE "Date" = '22 October'; |
25,050 | 1-1137718-2 | Who was the winning driver on 13 August? | SELECT "Winning Driver" FROM "1-1137718-2" WHERE "Date" = '13 August'; |
25,051 | 1-1137718-2 | What was the fastest lap at the Mexican Grand Prix? | SELECT "Fastest Lap" FROM "1-1137718-2" WHERE "Grand Prix" = 'Mexican Grand Prix'; |
25,052 | 1-1137718-2 | Which rd. took place at Hockenheimring? | SELECT MIN("Rd.") FROM "1-1137718-2" WHERE "Location" = 'Hockenheimring'; |
25,053 | 1-1137718-2 | How many drivers had the fastest lap at Silverstone? | SELECT COUNT("Fastest Lap") FROM "1-1137718-2" WHERE "Location" = 'Silverstone'; |
25,054 | 1-11381701-3 | What is the percentage of Android use when Windows is 1.15%? | SELECT "Android" FROM "1-11381701-3" WHERE "Windows" = '1.15%'; |
25,055 | 1-11381701-3 | On which dates was the value of Bada 0.05%? | SELECT "Date" FROM "1-11381701-3" WHERE "Bada" = '0.05%'; |
25,056 | 1-11381701-3 | When the value of "other" is 0.7%, what is the percentage for Windows? | SELECT "Windows" FROM "1-11381701-3" WHERE "Other" = '0.7%'; |
25,057 | 1-11381701-3 | When Symbian/Series 40 is 0.40%, what is the percentage of "other"? | SELECT "Other" FROM "1-11381701-3" WHERE "Symbian / Series 40" = '0.40%'; |
25,058 | 1-11381701-3 | Which source shows Blackberry at 2.9%? | SELECT "Source" FROM "1-11381701-3" WHERE "BlackBerry" = '2.9%'; |
25,059 | 1-11390711-4 | Which colleges have the english abbreviation MTC? | SELECT "English Name" FROM "1-11390711-4" WHERE "abbreviation" = 'MTC'; |
25,060 | 1-11390711-4 | What is the Japanese orthography for the English name National Farmers Academy? | SELECT "Japanese orthography" FROM "1-11390711-4" WHERE "English Name" = 'National Farmers Academy'; |
25,061 | 1-11390711-4 | What is the abbreviation for the college pronounced "Kōkū Daigakkō"? | SELECT "abbreviation" FROM "1-11390711-4" WHERE "Pronouciation" = 'Kōkū Daigakkō'; |
25,062 | 1-11390711-4 | How many providers were founded in 1964? | SELECT COUNT("Provider(IAI)") FROM "1-11390711-4" WHERE "Foundation" = 1964.0; |
25,063 | 1-11390711-4 | What is the Japanese orthography for National Fisheries University? | SELECT "Japanese orthography" FROM "1-11390711-4" WHERE "English Name" = 'National Fisheries University'; |
25,064 | 1-11391954-3 | What is the minimum number for the half marathon (womens)? | SELECT MIN("Half Marathon (womens)") FROM "1-11391954-3"; |
25,065 | 1-11391954-3 | Whatis the total number of half marathon (mens) that represented Kazakhstan? | SELECT COUNT("Half Marathon (mens)") FROM "1-11391954-3" WHERE "Country" = 'Kazakhstan'; |
25,066 | 1-11391954-3 | What is amount of countries where half marathon (women) is larger than 1.0? | SELECT COUNT("Country") FROM "1-11391954-3" WHERE "Half Marathon (womens)" > 1.0; |
25,067 | 1-11391954-3 | How many times is Moldova the winner of half marathon (womens)? | SELECT COUNT("Half Marathon (womens)") FROM "1-11391954-3" WHERE "Country" = 'Moldova'; |
25,068 | 1-11391954-3 | Which country has half marathon (womens) that is larger than 1.0? | SELECT "Country" FROM "1-11391954-3" WHERE "Half Marathon (womens)" > 1.0; |
25,069 | 1-1139087-2 | What is the make of the car that won the Brazilian Grand Prix? | SELECT "Constructor" FROM "1-1139087-2" WHERE "Grand Prix" = 'Brazilian Grand Prix'; |
25,070 | 1-1139087-2 | Who drove the fastest lap for round 8? | SELECT "Fastest Lap" FROM "1-1139087-2" WHERE "Rd." = 8.0; |
25,071 | 1-1139087-2 | What day was the grand prix in Jerez? | SELECT "Date" FROM "1-1139087-2" WHERE "Location" = 'Jerez'; |
25,072 | 1-1139087-2 | What event was in Detroit? | SELECT "Grand Prix" FROM "1-1139087-2" WHERE "Location" = 'Detroit'; |
25,073 | 1-1139087-2 | How many events did Nigel Mansell drive the fastest and a McLaren - Honda win? | SELECT COUNT("Grand Prix") FROM "1-1139087-2" WHERE "Constructor" = 'McLaren - Honda' AND "Fastest Lap" = 'Nigel Mansell'; |
25,074 | 1-1139087-2 | What day is the French Grand Prix | SELECT "Date" FROM "1-1139087-2" WHERE "Grand Prix" = 'French Grand Prix'; |
25,075 | 1-1139835-3 | who is the winners where season result is 7th | SELECT "Winners" FROM "1-1139835-3" WHERE "Season Result" = '7th'; |
25,076 | 1-1139835-3 | who is the winners where season result is 9th | SELECT "Winners" FROM "1-1139835-3" WHERE "Season Result" = '9th'; |
25,077 | 1-1139835-3 | what's the grand finalist where winners is Collingwood | SELECT "Grand Finalist" FROM "1-1139835-3" WHERE "Winners" = 'Collingwood'; |
25,078 | 1-1139835-3 | who is the season result where margin is 51 | SELECT "Season Result" FROM "1-1139835-3" WHERE "Margin" = 51.0; |
25,079 | 1-1139835-3 | who is the grand finalist where scores is 11.11 (77) – 10.8 (68) | SELECT "Grand Finalist" FROM "1-1139835-3" WHERE "Scores" = '11.11 (77) – 10.8 (68)'; |
25,080 | 1-1139835-3 | who is the grand finalist where scores is 8.9 (57) – 7.12 (54) | SELECT "Grand Finalist" FROM "1-1139835-3" WHERE "Scores" = '8.9 (57) – 7.12 (54)'; |
25,081 | 1-1139835-1 | what was the crowd when the scores are 10.12 (72) – 8.11 (59)? | SELECT MAX("Crowd") FROM "1-1139835-1" WHERE "Scores" = '10.12 (72) – 8.11 (59)'; |
25,082 | 1-1139835-1 | what is the venue where the scores are 15.13 (103) – 8.4 (52)? | SELECT "Venue" FROM "1-1139835-1" WHERE "Scores" = '15.13 (103) – 8.4 (52)'; |
25,083 | 1-1139835-1 | what is the venue where the margin is 4? | SELECT "Venue" FROM "1-1139835-1" WHERE "Margin" = 4.0; |
25,084 | 1-1139835-1 | what is the crowd when the grand finalist was South Melbourne? | SELECT "Crowd" FROM "1-1139835-1" WHERE "Grand Finalist" = 'South Melbourne'; |
25,085 | 1-1140067-2 | What was the date for Monaco Grand Prix? | SELECT "Date" FROM "1-1140067-2" WHERE "Race" = 'Monaco Grand Prix'; |
25,086 | 1-1140067-2 | What was the date for the pole position of Alain Prost? | SELECT "Date" FROM "1-1140067-2" WHERE "Pole Position" = 'Alain Prost'; |
25,087 | 1-1140067-2 | What is the race winer of the Portuguese Grand Prix? | SELECT "Race Winner" FROM "1-1140067-2" WHERE "Race" = 'Portuguese Grand Prix'; |
25,088 | 1-1140074-2 | what's the race winner with date being 12 June | SELECT "Race Winner" FROM "1-1140074-2" WHERE "Date" = '12 June'; |
25,089 | 1-1140074-2 | what's the constructor with location being Hockenheimring | SELECT "Constructor" FROM "1-1140074-2" WHERE "Location" = 'Hockenheimring'; |
25,090 | 1-1140074-2 | what's the race winner with location being Jacarepaguá | SELECT "Race Winner" FROM "1-1140074-2" WHERE "Location" = 'Jacarepaguá'; |
25,091 | 1-1140074-2 | what's the total number of race winner with rnd being 10 | SELECT COUNT("Race Winner") FROM "1-1140074-2" WHERE "Rnd" = 10.0; |
25,092 | 1-1140074-2 | what's the pole position with location being Hockenheimring | SELECT "Pole Position" FROM "1-1140074-2" WHERE "Location" = 'Hockenheimring'; |
25,093 | 1-1140074-2 | what's the report with rnd being 4 | SELECT "Report" FROM "1-1140074-2" WHERE "Rnd" = 4.0; |
25,094 | 1-1139835-9 | What venue has an attendance of 30824 at Essendon in 1984? | SELECT "Venue" FROM "1-1139835-9" WHERE "Premier" = 'Essendon' AND "Attendance" = 30824.0; |
25,095 | 1-1139835-9 | What other venue was a runner up to Hawthorn? | SELECT "Venue" FROM "1-1139835-9" WHERE "Runner Up" = 'Hawthorn'; |
25,096 | 1-1139835-9 | What is the other premiership when the runner up wis Geelong? | SELECT "Premiership" FROM "1-1139835-9" WHERE "Runner Up" = 'Geelong'; |
25,097 | 1-1139835-9 | Who are all the runner ups when the score is 9.12 (66) – 5.6 (36)? | SELECT "Runner Up" FROM "1-1139835-9" WHERE "Score" = '9.12 (66) – 5.6 (36)'; |
25,098 | 1-1140073-2 | Who had the fastest lap in the race where Patrick Tambay was on the pole? | SELECT "Fastest Lap" FROM "1-1140073-2" WHERE "Pole Position" = 'Patrick Tambay'; |
25,099 | 1-1140073-2 | What race had Nelson Piquet on the pole and was in Nürburgring? | SELECT "Race" FROM "1-1140073-2" WHERE "Pole Position" = 'Nelson Piquet' AND "Location" = 'Nürburgring'; |
25,100 | 1-1140073-2 | How many rounds did Patrick Tambay record the fastest lap? | SELECT COUNT("Rnd") FROM "1-1140073-2" WHERE "Fastest Lap" = 'Patrick Tambay'; |
25,101 | 1-1140073-2 | Which race is located in Kyalami? | SELECT "Race" FROM "1-1140073-2" WHERE "Location" = 'Kyalami'; |
25,102 | 1-1140077-2 | What is the fastest lap with pole position of Gilles Villeneuve? | SELECT "Fastest Lap" FROM "1-1140077-2" WHERE "Pole Position" = 'Gilles Villeneuve'; |
25,103 | 1-1140077-2 | Who did the fastest lap in the Dutch Grand Prix? | SELECT "Fastest Lap" FROM "1-1140077-2" WHERE "Race" = 'Dutch Grand Prix'; |
25,104 | 1-1140077-2 | Who did the fastest lap with the race winner John Watson? | SELECT "Fastest Lap" FROM "1-1140077-2" WHERE "Race Winner" = 'John Watson'; |
25,105 | 1-1140076-2 | What is the constructor for 9 May? | SELECT "Constructor" FROM "1-1140076-2" WHERE "Date" = '9 May'; |
25,106 | 1-1140076-2 | What is the pole position for the race with the fastest lap by Nelson Piquet and the constructor is Ferrari? | SELECT "Pole Position" FROM "1-1140076-2" WHERE "Fastest Lap" = 'Nelson Piquet' AND "Constructor" = 'Ferrari'; |
25,107 | 1-1140076-2 | What is the report listed for the race in San Marino Grand Prix? | SELECT "Report" FROM "1-1140076-2" WHERE "Race" = 'San Marino Grand Prix'; |
25,108 | 1-1140076-2 | Who was the constructor in the location Monza? | SELECT "Constructor" FROM "1-1140076-2" WHERE "Location" = 'Monza'; |
25,109 | 1-1140076-2 | How many races had the pole position Alain Prost and the race winner Keke Rosberg? | SELECT COUNT("Race") FROM "1-1140076-2" WHERE "Pole Position" = 'Alain Prost' AND "Race Winner" = 'Keke Rosberg'; |
25,110 | 1-1140080-2 | what's the report with location Österreichring | SELECT "Report" FROM "1-1140080-2" WHERE "Location" = 'Österreichring'; |
25,111 | 1-1140080-2 | what's the report with race Argentine Grand Prix | SELECT "Report" FROM "1-1140080-2" WHERE "Race" = 'Argentine Grand Prix'; |
25,112 | 1-1140080-2 | what's the minimum rnd with race Italian Grand Prix | SELECT MIN("Rnd") FROM "1-1140080-2" WHERE "Race" = 'Italian Grand Prix'; |
25,113 | 1-1140080-2 | what's the total number of report with date 29 April | SELECT COUNT("Report") FROM "1-1140080-2" WHERE "Date" = '29 April'; |
25,114 | 1-1140080-2 | what's the race winner with constructor Renault | SELECT "Race Winner" FROM "1-1140080-2" WHERE "Constructor" = 'Renault'; |
25,115 | 1-1140080-2 | what's the date with rnd 1 | SELECT "Date" FROM "1-1140080-2" WHERE "Rnd" = 1.0; |
25,116 | 1-1140083-2 | How many days is the Monaco Grand Prix? | SELECT COUNT("Date") FROM "1-1140083-2" WHERE "Race" = 'Monaco Grand Prix'; |
25,117 | 1-1140083-2 | How many rounds were won with James Hunt as pole position and John Watson as fastest lap? | SELECT COUNT("Rnd") FROM "1-1140083-2" WHERE "Pole Position" = 'James Hunt' AND "Fastest Lap" = 'John Watson'; |
25,118 | 1-1140083-2 | The Dijon-Prenois had how many fastest laps? | SELECT COUNT("Fastest Lap") FROM "1-1140083-2" WHERE "Location" = 'Dijon-Prenois'; |
25,119 | 1-1140083-2 | What was the constructor for round 15? | SELECT "Constructor" FROM "1-1140083-2" WHERE "Rnd" = 15.0; |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.