question
stringlengths
12
244
sql
stringlengths
22
468
Name the year for standing 9th
SELECT Year FROM table WHERE Standing = 9th
Name the year for t-10th
SELECT Year FROM table WHERE Standing = T-10th
Name the regular season record for standing 11th
SELECT Regular Season Record (W-L) FROM table WHERE Standing = 11th
Name the most previous br number
SELECT MAX Previous BR No. FROM table
Name the total number of previous br number for number 21
SELECT COUNT Previous BR No. FROM table WHERE Number = 21
What country uses the title Marele Câștigător The Big Winner?
SELECT Country/Region FROM table WHERE Title = Marele câștigător The Big Winner
Silvio Santos is the presenter in what country?
SELECT Country/Region FROM table WHERE Presenters = Silvio Santos
What is the home town of David Noel?
SELECT Home Town FROM table WHERE Name = David Noel
What is the high school for the player who's hometown is Blue Island, Il?
SELECT High School FROM table WHERE Home Town = Blue Island, IL
What is the position of the player who's hometown is North Babylon, NY?
SELECT Position FROM table WHERE Home Town = North Babylon, NY
What position is the player from Chapel Hill, NC?
SELECT Position FROM table WHERE Home Town = Chapel Hill, NC
What is the height of the player from Gulfport, MS?
SELECT Height FROM table WHERE Home Town = Gulfport, MS
In what county did McCain get 57.8%?
SELECT County FROM table WHERE McCain% = 57.8%
How many figures are given for McCain's % in Davidson county?
SELECT COUNT McCain% FROM table WHERE County = DAVIDSON
What percentage did Obama get in Rutherford county?
SELECT Obama% FROM table WHERE County = RUTHERFORD
What percentage did McCain get in Hamilton county?
SELECT McCain% FROM table WHERE County = HAMILTON
What percentage did Obama get when McCain got 52.8%?
SELECT Obama% FROM table WHERE McCain% = 52.8%
How many votes did Obama get in Lake County?
SELECT MIN Obama# FROM table WHERE County = LAKE
In how many counties did McCain get 65.72% of the votes?
SELECT COUNT County FROM table WHERE McCain% = 65.72%
How many people voted for Obama in the county where McCain got 72.75% of the votes?
SELECT MIN Obama# FROM table WHERE McCain% = 72.75%
What percentage of the votes did McCain get in Hinds?
SELECT McCain% FROM table WHERE County = Hinds
How many votes did McCain get in Scott?
SELECT MIN McCain# FROM table WHERE County = Scott
What percentage of the votes in Tippah did Obama get?
SELECT Obama% FROM table WHERE County = Tippah
What percentage of the votes in Copiah did McCain get?
SELECT McCain% FROM table WHERE County = Copiah
When n/a is the cash fate and n/a is the 31-day pass how many types of fare are there?
SELECT COUNT Type of Fare FROM table WHERE 31-Day Pass = N/A AND Cash Fare = N/A
When fixed route is the type of fare how much is the 31-day pass?
SELECT 31-Day Pass FROM table WHERE Type of Fare = Fixed Route
When mega pass* (senior/disabled) is the type of fare what is the cash fare?
SELECT Cash Fare FROM table WHERE Type of Fare = Mega Pass* (Senior/Disabled)
When mega pass* (senior/disabled) is the type of fare what is the day pass?
SELECT Day Pass FROM table WHERE Type of Fare = Mega Pass* (Senior/Disabled)
When fort irwin-barstow/victorville is the type of fare what is the cash fare?
SELECT Cash Fare FROM table WHERE Type of Fare = Fort Irwin-Barstow/Victorville
Where total goals is 1 and total apps is 33, what is the smallest no.?
SELECT MIN No. FROM table WHERE Total Goals = 1 AND Total Apps = 33
What is every residential monthly usage if large power demand is 6.86?
SELECT Residential Monthly usage: 1000 kWh FROM table WHERE Large power Power demand: 50,000 kW; Consumption: 30,600,000 kWh, load factor: 85%. = 6.86
How many values for small power demand occur when medium power demand is 11.07?
SELECT COUNT Small power Power demand: 40 kW; Consumption 10,000 kWh, load factor: 35%. FROM table WHERE Medium power Power demand: 1,000 kW; Consumption: 400,000 kWh, load factor: 56 %. = 11.07
What is every value for large power demand when small power demand is 13.41?
SELECT Large power Power demand: 50,000 kW; Consumption: 30,600,000 kWh, load factor: 85%. FROM table WHERE Small power Power demand: 40 kW; Consumption 10,000 kWh, load factor: 35%. = 13.41
What is every city with a residential monthly usage of 11.80?
SELECT City (Utility) FROM table WHERE Residential Monthly usage: 1000 kWh = 11.80
What position is the boat with 20.12 LOA (metres)?
SELECT MAX Position FROM table WHERE LOA (Metres) = 20.12
What are the LOA (metres) of boat with sail number M10?
SELECT LOA (Metres) FROM table WHERE Sail number = M10
What is the race number with time 1:23:19:31?
SELECT Race number FROM table WHERE Elapsed time d:hh:mm:ss = 1:23:19:31
How many LOA (metres) reported for Black Jack?
SELECT COUNT LOA (Metres) FROM table WHERE Yacht = Black Jack
What race number had sail number AUS 98888?
SELECT Race number FROM table WHERE Sail number = AUS 98888
How many sail numbers for boat skippered by Geoff Ross?
SELECT COUNT Sail number FROM table WHERE Skipper = Geoff Ross
When did they play against West Virginia?
SELECT Date FROM table WHERE Opponent = West Virginia
When l (ot/so) is 22 (3/4), what is the season?
SELECT Season FROM table WHERE L (OT/SO) = 22 (3/4)
In season is 2008–09, how many wins did they have?
SELECT W (OT/SO) FROM table WHERE Season = 2008–09
What is the weight of Eben Britton?
SELECT MAX Weight FROM table WHERE Player = Eben Britton
How many rounds did Virginia have?
SELECT Round FROM table WHERE College = Virginia
How many rounds were there a height of 6'5?
SELECT Round FROM table WHERE Height = 6'5
What college has a player that is 6'1?
SELECT College FROM table WHERE Height = 6'1
What is the number of Mike Thomas?
SELECT COUNT Position FROM table WHERE Player = Mike Thomas
What college did Terrance Taylor play for?
SELECT College FROM table WHERE Player = Terrance Taylor
What's Curtis Painter's position?
SELECT Position FROM table WHERE Player = Curtis Painter
How much does the player from Southern California weight?
SELECT Weight FROM table WHERE College = Southern California
What's Curtis Painter's position?
SELECT Position FROM table WHERE Player = Curtis Painter
In what round did the player who weights 192lb (87kg) play?
SELECT MAX Round FROM table WHERE Weight = 192lb (87kg)
What's the choice score of the player who weights 303lb (137kg)?
SELECT MIN Choice FROM table WHERE Weight = 303lb (137kg)
How many different engines are there for the model with model designation 97G00?
SELECT COUNT Engine FROM table WHERE Model Designation = 97G00
What's the engine for the model model designation 97G00 and GVW of 2500/2.46 kg/ton?
SELECT Engine FROM table WHERE GVW (kg/ton) = 2500/2.46 AND Model Designation = 97G00
What model type has model designation 97500?
SELECT Model Type FROM table WHERE Model Designation = 97500
What's the axle ratio of the model with model designation 97G00?
SELECT Axle Ratio FROM table WHERE Model Designation = 97G00
What model type has 97100 model designation?
SELECT Model Type FROM table WHERE Model Designation = 97100
What type of engine does the model with model designation 97100 have?
SELECT Engine FROM table WHERE Model Designation = 97100
What's the wheelbase (in mm/inch) of the model with model designation 97G00?
SELECT Wheelbase (mm/inch) FROM table WHERE Model Designation = 97G00
What type of engine does the model with model designation 97F00 have?
SELECT Engine FROM table WHERE Model Designation = 97F00
What's the model designation of the model with GVW of 2828/2.78 kg/ton and axle ratio of 9/47?
SELECT Model Designation FROM table WHERE GVW (kg/ton) = 2828/2.78 AND Axle Ratio = 9/47
Who is the player name when eastern michigan is the college?
SELECT Player name FROM table WHERE College = Eastern Michigan
What is the height if ot is the position?
SELECT Height FROM table WHERE Position = OT
Who is the player for south carolina college?
SELECT Player name FROM table WHERE College = South Carolina
What is the height if de is the position?
SELECT COUNT Height FROM table WHERE Position = DE
Which college has fb as the position?
SELECT College FROM table WHERE Position = FB
What is the GVW for model 97H00?
SELECT GVW (kg/ton) FROM table WHERE Model Designation = 97H00
How many engines are there for model 97H00?
SELECT COUNT Engine FROM table WHERE Model Designation = 97H00
What is the Wheelbase for Model 97300?
SELECT Wheelbase (mm/inch) FROM table WHERE Model Designation = 97300
Name the Engine for model CF350.
SELECT Engine FROM table WHERE Model Type = CF350
Was the result of the supercheap auto bathurst 1000 reported?
SELECT Report FROM table WHERE Race Title = Supercheap Auto Bathurst 1000
Who was the winner of the race at barbagallo raceway?
SELECT Winner FROM table WHERE Circuit = Barbagallo Raceway
how many players played running back where status is made 53-man roster at start of 2009 season
SELECT COUNT Player FROM table WHERE Status = Made 53-man roster at start of 2009 season AND Position = Running back
howe many positions did wallace, mike mike wallace play for
SELECT COUNT Position FROM table WHERE Player = Wallace, Mike Mike Wallace
state the status of pick # 32
SELECT Status FROM table WHERE Pick # = 32
which college had a running back player
SELECT College FROM table WHERE Position = Running back
what is the position of the player of height ft0in (m)
SELECT Position FROM table WHERE Height = ft0in (m)
what's the position of pick # 79
SELECT Position FROM table WHERE Pick # = 79
How many touchdowns were scored when QB rating was 82.7?
SELECT MAX Touchdowns FROM table WHERE QB Rating = 82.7
What was the QB rating for Neil lomax?
SELECT QB Rating FROM table WHERE Name = Neil Lomax
How many attempts did Charley Johnson have?
SELECT COUNT Attempts FROM table WHERE Name = Charley Johnson
How many touchdowns were there with QB rating of 66.6?
SELECT Touchdowns FROM table WHERE QB Rating = 66.6
Name the number opponent for loss result
SELECT COUNT Opponent FROM table WHERE Result = Loss
Name the game for record being 3-0
SELECT Game FROM table WHERE Record = 3-0
What was the date of game 6?
SELECT Date FROM table WHERE Game = 6
What was the record for the game where the cardinals scored 7 points?
SELECT Record FROM table WHERE Cardinals points = 7
What game date had the record of 1-2?
SELECT Date FROM table WHERE Record = 1-2
How many opponents were in North Carolina state game?
SELECT COUNT Opponents FROM table WHERE Opponent = North Carolina State
How many 125cc winners were in the same events as when the Moto2 winner was Shoya Tomizawa?
SELECT COUNT 125cc winner FROM table WHERE Moto2 winner = Shoya Tomizawa
After how many opponents was the overall record 1-0-0?
SELECT COUNT Opponents FROM table WHERE Record = 1-0-0
What was the record after the game in which the Hurricanes scored 24 points?
SELECT Record FROM table WHERE Hurricanes points = 24
Which game number was played against Georgia?
SELECT MIN Game FROM table WHERE Opponent = Georgia
How many games were played against Tulane?
SELECT COUNT Opponents FROM table WHERE Opponent = Tulane
How much parking is in Van Nuys at the Sepulveda station?
SELECT Parking FROM table WHERE City/ Neighborhood = Van Nuys AND Stations = Sepulveda
What are the stations in Tarzana?
SELECT Stations FROM table WHERE City/ Neighborhood = Tarzana
How many connection catagories are there for Tampa?
SELECT COUNT Connections FROM table WHERE Stations = Tampa
Which station has park & ride lot parking?
SELECT Stations FROM table WHERE Parking = Park & Ride Lot
Which player has a 92.58 3-dart average?
SELECT Player FROM table WHERE 3-dart Average = 92.58