question
stringlengths 12
244
| sql
stringlengths 22
468
|
---|---|
How many total miles recorded for the racer who finished in 1:05:33?
|
SELECT Miles (km) FROM table WHERE Race Time = 1:05:33
|
what episode # was titled "SWAT Kats Unplugged"?
|
SELECT Episode # FROM table WHERE Title = "SWAT Kats Unplugged"
|
what was the title of the episode 21a?
|
SELECT Title FROM table WHERE Episode # = 21a
|
who wrote episode 14?
|
SELECT Writer(s) FROM table WHERE Episode # = 14
|
on what date did the episode titled "A Bright and Shiny Future" originally air?
|
SELECT Originalairdate FROM table WHERE Title = "A Bright and Shiny Future"
|
Who many votes did E. Greenberg receive in Morris County?
|
SELECT COUNT E. Greenberg FROM table WHERE County = Morris
|
How many precincts are in the county where G. Hager received 19 (20%) votes?
|
SELECT Precincts FROM table WHERE G. Hager = 19 (20%)
|
Name the slope length for 1966 groundstation
|
SELECT COUNT slope length FROM table WHERE elevation groundstation = 1966
|
Name the name or route for slope length being 336
|
SELECT Name or route FROM table WHERE slope length = 336
|
Name the slope length for gondola
|
SELECT MIN slope length FROM table WHERE type = gondola
|
Name the least capacity for persons hour for 1983
|
SELECT MIN capacity in persons/hour FROM table WHERE construction year(s) = 1983
|
Who is the player of the round with 80 fixtures?
|
SELECT Player of the Round FROM table WHERE Number of fixtures = 80
|
How many categories of new entries this round are there for the fourth round proper?
|
SELECT COUNT New entries this round FROM table WHERE Round = Fourth Round Proper
|
How many runner-ups were there when the show went to Japan?
|
SELECT COUNT Runner-up FROM table WHERE International destination = Japan
|
How many won the prize when Regina was the runner-up?
|
SELECT COUNT Winner FROM table WHERE Runner-up = Regina
|
Which season is it when Milouska was the show's mole ?
|
SELECT Season FROM table WHERE The Mole = Milouska
|
What were the requirements for the role played by Robert Austin in the original production?
|
SELECT Actor required FROM table WHERE Actor in original production = Robert Austin
|
What actor played the "female, older" role in the original production?
|
SELECT Actor in original production FROM table WHERE Actor required = Female, older
|
What FlatSpin actor played the same role as Robert Austin?
|
SELECT FlatSpin FROM table WHERE Actor in original production = Robert Austin
|
How many RolePlay actors played the role requiring a "male, younger" actor?
|
SELECT COUNT RolePlay FROM table WHERE Actor required = Male, younger
|
How many RolePlay actors played the same role as FlatSpin's Tracy Taylor?
|
SELECT COUNT RolePlay FROM table WHERE FlatSpin = Tracy Taylor
|
What RolePlay actor played the same role Alison Pargeter played in the original production?
|
SELECT RolePlay FROM table WHERE Actor in original production = Alison Pargeter
|
What's the name of the church in Stavang?
|
SELECT Church Name FROM table WHERE Location of the Church = Stavang
|
What's the name of the church in Stavang?
|
SELECT Church Name FROM table WHERE Location of the Church = Stavang
|
What's the sub-parish (sokn) of Eikefjord?
|
SELECT Sub-Parish (Sokn) FROM table WHERE Location of the Church = Eikefjord
|
On how many locations is there a church named Askrova Bedehuskapell, built in 1957?
|
SELECT COUNT Location of the Church FROM table WHERE Year Built = 1957 AND Church Name = Askrova bedehuskapell
|
In what parish is the Askrova Bedehuskapell church?
|
SELECT Parish (Prestegjeld) FROM table WHERE Church Name = Askrova bedehuskapell
|
Which channel has the host Art Rooijakkers?
|
SELECT Channel FROM table WHERE Host(s) = Art Rooijakkers
|
When did the program air on Vier?
|
SELECT Premiere / Aired FROM table WHERE Channel = VIER
|
What is the title that aired from 17 may 2008 – 21 june 2008 on Nederland 3?
|
SELECT Name FROM table WHERE Channel = Nederland 3 AND Premiere / Aired = 17 May 2008 – 21 June 2008
|
How many seasons did the show run in Poland?
|
SELECT Seasons FROM table WHERE Country / Region = Poland
|
When 4744 is the avg. trips per mile (x1000) what is the current stock?
|
SELECT Current Stock FROM table WHERE Avg. trips per mile (×1000) = 4744
|
When green is the map colour what is the future stock?
|
SELECT Future Stock FROM table WHERE Map colour = Green
|
When turquoise is the map colour how many avg. trips per mile (×1000) are there?
|
SELECT COUNT Avg. trips per mile (×1000) FROM table WHERE Map colour = Turquoise
|
When turquoise is the map colour what is the length?
|
SELECT Length FROM table WHERE Map colour = Turquoise
|
What is the latest year a division was established?
|
SELECT MAX Year established FROM table
|
How many powiats have mstsislaw as a capital?
|
SELECT Number of powiats FROM table WHERE Capital = Mstsislaw
|
How many capitals had brest litovsk voivodeship as voivodeship after 1569?
|
SELECT COUNT Capital FROM table WHERE Voivodeship after 1569 = Brest Litovsk Voivodeship
|
What is the latest year established that had 5 powiats?
|
SELECT MAX Year established FROM table WHERE Number of powiats = 5 powiats
|
In what parish is the sub-parish fortun?
|
SELECT Parish (Prestegjeld) FROM table WHERE Sub-Parish (Sogn) = Fortun
|
What is the sub-parish of the church located in Fortun?
|
SELECT Sub-Parish (Sogn) FROM table WHERE Location of the Church = Fortun
|
What is the year that the oldest church was built in Jostedal?
|
SELECT MIN Year Built FROM table WHERE Location of the Church = Jostedal
|
What parishes are in Solvorn?
|
SELECT Parish (Prestegjeld) FROM table WHERE Location of the Church = Solvorn
|
Name the number of parish for vilnes kyrkje
|
SELECT COUNT Parish (Prestegjeld) FROM table WHERE Church Name = Vilnes kyrkje
|
Name the parish for 1908
|
SELECT Parish (Prestegjeld) FROM table WHERE Year Built = 1908
|
Name the maximum year built for holmedal kyrkje
|
SELECT MAX Year Built FROM table WHERE Church Name = Holmedal kyrkje
|
What is the week where the game site is Shea Stadium?
|
SELECT MIN Week FROM table WHERE Game site = Shea Stadium
|
For week 6, what were the results?
|
SELECT Result FROM table WHERE Week = 6
|
In how many weeks was the game played on November 3 played?
|
SELECT COUNT Week FROM table WHERE Date = November 3
|
What is the broadcast date when 8.3 million viewers watched?
|
SELECT Broadcast date FROM table WHERE Viewers (in millions) = 8.3
|
What is the broadcast date of the episode with run time 25:12?
|
SELECT Broadcast date FROM table WHERE Run time = 25:12
|
How many million viewers watched the episode that runs 25:55 minutes?
|
SELECT Viewers (in millions) FROM table WHERE Run time = 25:55
|
How many dances did Warren & Kym have?
|
SELECT Number of dances FROM table WHERE Couple = Warren & Kym
|
What are the total points for the team that averages 17.8?
|
SELECT Total points FROM table WHERE Average = 17.8
|
What is average for Cody & Julianne?
|
SELECT Average FROM table WHERE Couple = Cody & Julianne
|
what is the division southwest when division south was kožuf and division east was osogovo
|
SELECT Division Southwest FROM table WHERE Division South = Kožuf AND Division East = Osogovo
|
what is the division north in 2007–08
|
SELECT Division North FROM table WHERE Season = 2007–08
|
what is the division north when division south was kožuf and division southwest was ilinden velmej
|
SELECT Division North FROM table WHERE Division South = Kožuf AND Division Southwest = Ilinden Velmej
|
how many division southwest was there when division east was babi
|
SELECT COUNT Division Southwest FROM table WHERE Division East = Babi
|
what is the division east when division north was milano
|
SELECT Division East FROM table WHERE Division North = Milano
|
who co-wrote Season 2, Episode 3?
|
SELECT Written by FROM table WHERE No. in season = 3
|
what is the series # for the episode directed by Kelly Sandefur?
|
SELECT MAX No. in series FROM table WHERE Directed by = Kelly Sandefur
|
how many production codes were there for the episode that was 32 in the series?
|
SELECT COUNT Prod. code FROM table WHERE No. in series = 32
|
What year was the film Milagros submitted?
|
SELECT Year (Ceremony) FROM table WHERE Original title = Milagros
|
How many years was the film The Blossoming of Maximo Oliveros entered?
|
SELECT COUNT Year (Ceremony) FROM table WHERE Film title used in nomination = The Blossoming of Maximo Oliveros
|
How many directors were there for the film with the original title of The Moises Padilla Story?
|
SELECT COUNT Director FROM table WHERE Original title = The Moises Padilla Story
|
What spacecraft was launched from the LC34 launch complex?
|
SELECT Spacecraft FROM table WHERE Launch complex = LC34
|
What spacecrafts had 22 orbital flights?
|
SELECT Spacecraft FROM table WHERE Flights = 22 Orbital
|
What launcher had spacecrafts that did 37 orbital flights?
|
SELECT Launcher FROM table WHERE Flights = 37 Orbital
|
What launcher had spacecrafts that did 37 orbital flights?
|
SELECT Launcher FROM table WHERE Flights = 37 Orbital
|
What years had 134 orbital flights?
|
SELECT Years FROM table WHERE Flights = 134 Orbital
|
In what country did the "amsterdam's futuristic floating city" project take place?
|
SELECT Country FROM table WHERE Title = "Amsterdam's Futuristic Floating City"
|
What is the status of the London Aquatics Centre project at the time of production?
|
SELECT Status at production FROM table WHERE Project = London Aquatics Centre
|
What was the original are date of series number 71?
|
SELECT Original air date FROM table WHERE No. in series = 71
|
What series number was the "rebuilding new york city's subway" project?
|
SELECT MIN No. in series FROM table WHERE Title = "Rebuilding New York City's Subway"
|
What is the status of the "azerbaijan's amazing transformation" project at the time of production?
|
SELECT Status at production FROM table WHERE Title = "Azerbaijan's Amazing Transformation"
|
What is the length for a diameter totaling 450 mm?
|
SELECT Length FROM table WHERE Maximum diameter = 450 mm
|
What is Esperance pipeline co total diameter?
|
SELECT Maximum diameter FROM table WHERE Owner/operator = Esperance Pipeline Co
|
Name the opponent for december 8
|
SELECT Opponent FROM table WHERE Date = December 8
|
Name the number of weeks for october 26
|
SELECT COUNT Week FROM table WHERE Date = October 26
|
What is the attendance record for week 6?
|
SELECT COUNT Attendance FROM table WHERE Week = 6
|
For game site Schaefer Stadium, what were the results?
|
SELECT Result FROM table WHERE Game site = Schaefer Stadium
|
Who was the outgoing manager when the incoming manager was joão pereira?
|
SELECT Outgoing manage FROM table WHERE Incoming manager = João Pereira
|
What team(s) had an outgoing manager of joão alves?
|
SELECT Team FROM table WHERE Outgoing manage = João Alves
|
What day did the job open up when bogićević was outgoing?
|
SELECT Date of vacancy FROM table WHERE Outgoing manage = Bogićević
|
Name the 0-100 km/hs for name of 2.0 8v
|
SELECT 0–100km/h,s FROM table WHERE Name = 2.0 8v
|
Name the top speed for 0-100 km/hs for 12.7
|
SELECT Top speed FROM table WHERE 0–100km/h,s = 12.7
|
Name the total number for co 2 for atd/axr
|
SELECT COUNT CO 2 FROM table WHERE Engine ID code(s) = ATD/AXR
|
Name the volume for co 2 for 168 g/km
|
SELECT Volume FROM table WHERE CO 2 = 168 g/km
|
When 60 is the tries against what is the tries for?
|
SELECT Tries for FROM table WHERE Tries against = 60
|
When 22 is the tries for what is the lost?
|
SELECT Lost FROM table WHERE Tries for = 22
|
When 98 is the points what is the club?
|
SELECT Club FROM table WHERE Points = 98
|
When 80 is the tries for what is the try bonus?
|
SELECT Try bonus FROM table WHERE Tries for = 80
|
When 55 is the tries for what is the lost?
|
SELECT Lost FROM table WHERE Tries for = 55
|
When 17 is the tries for what is the points against?
|
SELECT Points against FROM table WHERE Tries for = 17
|
How many draws were there in played games?
|
SELECT Drawn FROM table WHERE Played = Played
|
Which club had 2 wins and 1 draw?
|
SELECT Club FROM table WHERE Drawn = 1 AND Won = 2
|
How many times were there plays with a try of 56?
|
SELECT Played FROM table WHERE Tries for = 56
|
How many tries against were there with points of 150?
|
SELECT Tries against FROM table WHERE Points for = 150
|
What was the losing bonus that had 53 points?
|
SELECT Losing bonus FROM table WHERE Points = 53
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.