question
stringlengths
12
244
sql
stringlengths
22
468
What is the year listed when tied is listed as 11?
SELECT Year FROM table WHERE Tied = 11
What is the goals against listed when the goals scored is 30?
SELECT Goals Against FROM table WHERE Goals Scored = 30
How many goals scored entries are listed when the year is verano 2001?
SELECT COUNT Goals Scored FROM table WHERE Year = Verano 2001
What are goals scored when postition is 17 and tied is 5?
SELECT Goals Scored FROM table WHERE Position = 17 AND Tied = 5
Who was the winner if the Mountains Classification award was given to Jaime Vergara and the Team Classification award is given to Col es Pasion Café De Colombia 472?
SELECT Winner FROM table WHERE Mountains classification = Jaime Vergara AND Team classification = Col es Pasion Café De Colombia 472
Who was the General Classification awardee if Sergio Luis Henao was the winner and the Points Classification award was given to Sergio Luis Henao?
SELECT General classification FROM table WHERE Winner = Sergio Luis Henao AND Points classification = Sergio Luis Henao
Who were the winners if the Mountain Classification award was given to Oscar Solis and Team Classification was given to EPM-Une?
SELECT Winner FROM table WHERE Mountains classification = Oscar Solis AND Team classification = EPM-UNE
In what stage did Jaime Vergara won, Team Classification was given to EPM-Une and Mountain Classification winner was Oscar Solis?
SELECT Stage FROM table WHERE Team classification = EPM-UNE AND Mountains classification = Oscar Solis AND Winner = Jaime Vergara
What is the highest series number for "The Devil Made Me Do It"?
SELECT MAX Series # FROM table WHERE Title = "The Devil Made Me Do It"
What is the episode series number for "The Devil Made Me Do It" ?
SELECT COUNT Series # FROM table WHERE Title = "The Devil Made Me Do It"
What is the production code for "State of Grace"?
SELECT MAX Production code FROM table WHERE Title = "State of Grace"
Who directed the episode that aired November 21, 2003?
SELECT Directed by FROM table WHERE Original air date = November 21, 2003
What is the episode series number of "St. Joan"?
SELECT Series # FROM table WHERE Title = "St. Joan"
How many episode titles have series number 4?
SELECT COUNT Title FROM table WHERE Series # = 4
How may college/junior/club team has a the nhl team listed as Colorado Avalanche?
SELECT COUNT College/junior/club team FROM table WHERE NHL team = Colorado Avalanche
What player was picked by the New York Rangers?
SELECT Player FROM table WHERE NHL team = New York Rangers
What position did the draft pick for Toronto Maple Leafs play?
SELECT Position FROM table WHERE NHL team = Toronto Maple Leafs
Who did Edmonton Oilers get for their draft pick?
SELECT Player FROM table WHERE NHL team = Edmonton Oilers
What college team did Milan Kostolny play for?
SELECT College/junior/club team FROM table WHERE Player = Milan Kostolny
What player was picked for Buffalo Sabres?
SELECT Player FROM table WHERE NHL team = Buffalo Sabres
What NHL team picked Sergei Luchinkin?
SELECT NHL team FROM table WHERE Player = Sergei Luchinkin
What is the minimum MotoGP/500cc ranking?
SELECT MIN MotoGP/500cc FROM table
Who was the conference player of the year from an independent conference?
SELECT Conference Player of the Year FROM table WHERE Conference = Independent
Who was the conference player of the year when Alabama State was the tournament winner?
SELECT Conference Player of the Year FROM table WHERE Tournament Winner = Alabama State
Who was the tournament winner in the Southwestern Athletic Conference?
SELECT Tournament Winner FROM table WHERE Conference = Southwestern Athletic Conference
what is the crashandride cymbalpads for the drumset name td-9k2
SELECT CrashandRide CymbalPads FROM table WHERE DrumSet Name = TD-9K2
how many drumsets of drumstand (oftenoptional) with hd-1/3stand and tom-tom pads is 3xcloth-head are
SELECT COUNT DrumSet Name FROM table WHERE DrumStand (oftenoptional) = HD-1/3Stand AND Tom-Tom Pads = 3xCloth-Head
in which year was available the rubber as kickdrum pad
SELECT Years Available FROM table WHERE KickDrum Pad = Rubber
in the drum module td-5 what are the tom-tom pads
SELECT Tom-Tom Pads FROM table WHERE Drum Module = TD-5
for the drumset name td-15k how many snare pads are
SELECT COUNT Snare Pad FROM table WHERE DrumSet Name = TD-15K
Who won the race on June 26?
SELECT Race Winner FROM table WHERE Date = June 26
Who won the race on June 26?
SELECT Race Winner FROM table WHERE Date = June 26
Who won the race on August 15?
SELECT Race Winner FROM table WHERE Date = August 15
What is the date of the Italian Grand Prix?
SELECT Date FROM table WHERE Grand Prix = Italian Grand Prix
How many dates did Daniel Ruiz win the Spanish Grand Prix?
SELECT COUNT Date FROM table WHERE Grand Prix = Spanish Grand Prix AND Race Winner = Daniel Ruiz
Who won the race on May 1?
SELECT Race Winner FROM table WHERE Date = May 1
When james rutherford is the incumbent how many dates are there?
SELECT COUNT Date FROM table WHERE Incumbent = James Rutherford
When edward shaw is the winner what is the date?
SELECT Date FROM table WHERE Winner = Edward Shaw
When peninsula is the electorate what is the reason?
SELECT Reason FROM table WHERE Electorate = Peninsula
When james seaton is the incumbent what is the reason?
SELECT Reason FROM table WHERE Incumbent = James Seaton
What was the handicap when the prize money was 120s?
SELECT Handicap FROM table WHERE Prize Money = 120s
On what date was the handicap 8 st 12 lb?
SELECT Date FROM table WHERE Handicap = 8 st 12 lb
On what date was the track Ballarat?
SELECT Date FROM table WHERE Track = Ballarat
How many literate females(%) are there where the male(%) is 51.66
SELECT Literate Female(%) FROM table WHERE Male(%) = 51.66
How many literate males are there in the taluka name nevasa?
SELECT MAX Literate Male FROM table WHERE taluka Name = Nevasa
How many literate male (%) are there in the district that has a population of 3.28?
SELECT COUNT Literate Male(%) FROM table WHERE % of District Population = 3.28
how many literate males are there that has a district population of 6.65?
SELECT Literate Male FROM table WHERE % of District Population = 6.65
How many males are in the group that has an amount of 139361
SELECT Male FROM table WHERE Female = 139361
List all the runners-up on 16 October 2012?
SELECT Runners-up FROM table WHERE Finale = 16 October 2012
What is the date when Miranda Gore Browne was runner-up?
SELECT Finale FROM table WHERE Runners-up = Miranda Gore Browne
What is the date of the finale where Holly Bell was runner-up?
SELECT Finale FROM table WHERE Runners-up = Holly Bell
What is the premiere of the season where Holly Bell was the runner-up?
SELECT Premiere FROM table WHERE Runners-up = Holly Bell
How many runners-up were there when Joanne Wheatley won?
SELECT COUNT Runners-up FROM table WHERE Winner = Joanne Wheatley
Who won the season for which Brendan Lynch is the runner-up?
SELECT Winner FROM table WHERE Runners-up = Brendan Lynch
What is the pick # when the new jersey devils is the nhl team?
SELECT Pick # FROM table WHERE NHL team = New Jersey Devils
Which college/junior/team has defence as the position with canada as the nationality and the pick # is less than 61.0?
SELECT College/junior/club team FROM table WHERE Position = Defence AND Nationality = Canada AND Pick # < 61.0
Which nhl team has kris draper as the player?
SELECT NHL team FROM table WHERE Player = Kris Draper
Which position has new Jersey Devils as the nhl team?
SELECT Position FROM table WHERE NHL team = New Jersey Devils
Which college/junior/club team has jim mathieson as the player?
SELECT College/junior/club team FROM table WHERE Player = Jim Mathieson
What is the series number of "the fallen star"?
SELECT Series # FROM table WHERE Episode Title = "The Fallen Star"
What is the production code of the episode with series #8?
SELECT Production Code FROM table WHERE Series # = 8
How many episodes are titled "the suspension"?
SELECT COUNT Episode # FROM table WHERE Episode Title = "The Suspension"
What is the title of the episode with series number 14?
SELECT Episode Title FROM table WHERE Series # = 14
What is the original airdate of episode #31?
SELECT Original air date FROM table WHERE Episode # = 31
Who was drafted to the Vancouver Canucks?
SELECT Player FROM table WHERE NHL team = Vancouver Canucks
How many figures are provided for the team when the position drafted is center?
SELECT COUNT NHL team FROM table WHERE Position = Center
What was the pick number when Paul Krake was selected?
SELECT MIN Pick # FROM table WHERE Player = Paul Krake
What pick number did the New York Rangers have?
SELECT Pick # FROM table WHERE NHL team = New York Rangers
What pick number was the Boston Bruins selection for defence?
SELECT Pick # FROM table WHERE Position = Defence AND NHL team = Boston Bruins
Which player is pick 64?
SELECT Player FROM table WHERE Pick # = 64
Which player is the centre for the Detroit Red Wings?
SELECT Player FROM table WHERE Position = Centre AND NHL team = Detroit Red Wings
How many positions drafted for the Minnesota North Stars?
SELECT COUNT Position FROM table WHERE NHL team = Minnesota North Stars
What position did Roseau High School (USHS-MN) play?
SELECT Position FROM table WHERE College/junior/club team = Roseau High School (USHS-MN)
What are Scott Zygulski's pick numbers?
SELECT Pick # FROM table WHERE Player = Scott Zygulski
Which country is pick# 136 from?
SELECT Nationality FROM table WHERE Pick # = 136
How many nationalities does Alex Nikolic come from?
SELECT COUNT Nationality FROM table WHERE Player = Alex Nikolic
How many NHL teams have a pick number of 128?
SELECT COUNT NHL team FROM table WHERE Pick # = 128
Name the opponents for anabel medina garrigues
SELECT COUNT Opponents FROM table WHERE Partner = Anabel Medina Garrigues
Name the parter for w/o
SELECT Partner FROM table WHERE Score = w/o
Which of the networks originate in Xalapa?
SELECT Network FROM table WHERE Origin = Xalapa
What are all the programs on the Soy Guerrero network?
SELECT Programming FROM table WHERE Network = Soy Guerrero
Which owners originate in Mexico City?
SELECT Owner FROM table WHERE Origin = Mexico City
Which network serves the Guerrero region
SELECT Network FROM table WHERE Region = Guerrero
Which regions are owned by estado de tabasco?
SELECT Region FROM table WHERE Owner = Estado de Tabasco
What subdivision names (RU) have a code of by-hr?
SELECT Subdivision name ( ru ) (BGN/PCGN) FROM table WHERE Code = BY-HR
What cods have a subdivision name (RU) of Grodnenskaya Oblast'?
SELECT Code FROM table WHERE Subdivision name ( ru ) (BGN/PCGN) = Grodnenskaya oblast'
What are the subdivision names (RU) where the subdivision name (BE) is Hrodzenskaya Voblasts'?
SELECT Subdivision name ( ru ) (GOST) FROM table WHERE Subdivision name ( be ) (BGN/PCGN) = Hrodzenskaya voblasts'
What is the subdivision name (BE) where subdivision name (RU) (BGN) is Grodnenskaya Oblast'?
SELECT Subdivision name ( be ) (BGN/PCGN) FROM table WHERE Subdivision name ( ru ) (BGN/PCGN) = Grodnenskaya oblast'
Which codes have subdivision names (BE) (BGN) of Homyel'skaya Voblasts'?
SELECT Code FROM table WHERE Subdivision name ( be ) (BGN/PCGN) = Homyel'skaya voblasts'
Name the into service for dh1
SELECT Into Service FROM table WHERE Number = DH1
Name the withdrawn for example and serial number 579
SELECT Withdrawn FROM table WHERE Into Service = Example AND Serial Number = 579
Name the into service for dh2
SELECT Into Service FROM table WHERE Number = DH2
Name the most serial number for feb 1994
SELECT MAX Serial Number FROM table WHERE Scrapped = Feb 1994
Name the number for 2004 scapped
SELECT Number FROM table WHERE Scrapped = 2004
Name the into service for dh1
SELECT Into Service FROM table WHERE Number = DH1
How many month names are there for the tenth numbered month?
SELECT COUNT Month Name FROM table WHERE Numbered Month = Tenth
What is the defective year for the eighth numbered month?
SELECT Defective Year FROM table WHERE Numbered Month = Eighth
What is the month sequence for the month name of av?
SELECT MIN Month Sequence FROM table WHERE Month Name = Av
What is the defective year for the regular year of 29 days and month sequence of 2?
SELECT MAX Defective Year FROM table WHERE Regular Year = 29 days AND Month Sequence = 2
When 4.5 is the rating (18-49) what is the air date?
SELECT First Air Date FROM table WHERE Rating (18–49) = 4.5