question
stringlengths
12
244
sql
stringlengths
22
468
Name the season for rotherham titans
SELECT Season FROM table WHERE Promoted from League = Rotherham Titans
Name the name for plymouth albion orrell
SELECT Name FROM table WHERE Promoted to League = Plymouth Albion Orrell
What's the tail number of the airplane involved in the accident described as crashed?
SELECT Tail number FROM table WHERE Brief description = Crashed
How many different brief descriptions are there for crashes with 0/161 fatalities?
SELECT COUNT Brief description FROM table WHERE Fatalities = 0/161
When did the airplane with tail number RA-85282 crash?
SELECT date (dd.mm.yyyy) FROM table WHERE Tail number = RA-85282
How many fatalities were there in the crash described as ditched 300 m short of runway?
SELECT Fatalities FROM table WHERE Brief description = Ditched 300 m short of runway
How many fatalities were there in the crash described as crashed at take-off due to engine failure?
SELECT Fatalities FROM table WHERE Brief description = Crashed at take-off due to engine failure
What class year was Vencie Glenn from?
SELECT MIN Class Year FROM table WHERE Player = Vencie Glenn
What position did the player whose highlights were 5 career INTs play?
SELECT Position FROM table WHERE Highlight(s) = 5 Career INTs
What class year was the player whose highlights were 35 career INTs from?
SELECT MIN Class Year FROM table WHERE Highlight(s) = 35 Career INTs
What class year was the player who played for Buffalo from?
SELECT MIN Class Year FROM table WHERE Teams = Buffalo
Name the gore number for others # 6.6%
SELECT MIN Gore # FROM table WHERE Others # = 6.6%
Name the others % for bush number 1372
SELECT Others % FROM table WHERE Bush # = 1372
Name the gore number for others % being 5.3%
SELECT Gore # FROM table WHERE Others % = 5.3%
Name the couty for others% 5.8
SELECT County FROM table WHERE Others % = 5.8
Name the number of bush % for elko
SELECT COUNT Bush % FROM table WHERE County = Elko
If the series is ADAC GT Masters and poles is 1, what is the name of the team?
SELECT Team FROM table WHERE Poles = 1 AND Series = ADAC GT Masters
If the position of 26th what is the season total number?
SELECT COUNT Season FROM table WHERE Position = 26th
If the points is 41, what is the season?
SELECT Season FROM table WHERE Points = 41
If the primary (South) winners is Inter The Bloomfield, what is the season total number?
SELECT COUNT Season FROM table WHERE Primary (South) Winners = Inter The Bloomfield
What is the season total number if the primary (South) winners is Ridings High 'A'?
SELECT COUNT Season FROM table WHERE Primary (South) Winners = Ridings High 'A'
What is the year of the season if the intermediate (South) winners is Southmead Athletic?
SELECT Season FROM table WHERE Intermediate (South) Winners = Southmead Athletic
What is the season date if the minor (South) winners is Bristol Sanctuary XI?
SELECT Season FROM table WHERE Minor (South) Winners = Bristol Sanctuary XI
What isthe minor (South) winners total number is the primary (South) winners is Mendip Gate?
SELECT COUNT Minor (South) Winners FROM table WHERE Primary (South) Winners = Mendip Gate
What area was damaged when King Khalid Military City was targeted?
SELECT Area damaged FROM table WHERE Target = King Khalid Military City
What was the place and date that the Apartments area was damaged?
SELECT Place & date FROM table WHERE Area damaged = Apartments area
Was the missile intercepted by patriot when the parking lot was damaged?
SELECT Intercepted by Patriot FROM table WHERE Area damaged = Parking lot
What number missile led to damage to the Islamic University campus?
SELECT MIN No. FROM table WHERE Area damaged = Islamic University campus
Name the number of year for mark martin
SELECT COUNT Year FROM table WHERE Driver = Mark Martin
Name the number of year for june 30
SELECT COUNT Year FROM table WHERE Date = June 30
What is the model number for part numbers of cm80616003177acbx80616i5660?
SELECT Model number FROM table WHERE Part number(s) = CM80616003177ACBX80616I5660
What is every release price(USD) for model number core i5-650?
SELECT Release price ( USD ) FROM table WHERE Model number = Core i5-650
How many frequencies have a model number of core i5-655k?
SELECT COUNT Frequency FROM table WHERE Model number = Core i5-655K
What is every part number with model number core i5-670?
SELECT Part number(s) FROM table WHERE Model number = Core i5-670
What is the record for Big Ten Team #4 Purdue?
SELECT Winner FROM table WHERE Big Ten Team = #4 Purdue
Name the avg start for avg finish being 24.2
SELECT Avg. Start FROM table WHERE Avg. Finish = 24.2
Name the year for avg start being 22.4
SELECT Year FROM table WHERE Avg. Start = 22.4
How many KEI catagories are listed when the economic incentive regime is 2.56?
SELECT COUNT KEI FROM table WHERE Economic Incentive Regime = 2.56
What is the innovation when the economic incentive grime is 7.14?
SELECT Innovation FROM table WHERE Economic Incentive Regime = 7.14
What is the education in Nepal?
SELECT Education FROM table WHERE Country = Nepal
What is the 2008 rank of Djibouti?
SELECT 2008 Rank FROM table WHERE Country = Djibouti
What is the ICT when education is 1.73 and KI is ag 1.99?
SELECT ICT FROM table WHERE Education = 1.73 AND KI = 1.99
What is the education when the economic incentive regime is 1.58?
SELECT Education FROM table WHERE Economic Incentive Regime = 1.58
How many thousands of viewers tuned in for "Make Mad the Guilty and Appal the Free"?
SELECT N.Z. viewers (thousand) FROM table WHERE Title = "Make Mad the Guilty and Appal the Free"
When did "Follow Her Close" air?
SELECT Original air date FROM table WHERE Title = "Follow Her Close"
What was the air date of the episod that had 456.58 thousand viewers?
SELECT Original air date FROM table WHERE N.Z. viewers (thousand) = 456.58
What season had a winning profit of $15,000?
SELECT Season FROM table WHERE Winning profit ( AUD ) = $15,000
How many series premieres did the season "All-stars" have?
SELECT COUNT Series premiere FROM table WHERE Season = All-Stars
Name the erin and jake for week 4
SELECT Erin and Jake FROM table WHERE Week = 4
when the number of spectator are 5.28 millions, which is the smallest number of the episode in series?
SELECT MIN No. in series FROM table WHERE Viewers (millions) = 5.28
which is the biggest number of episode in the season, where the number of the episode in series is 20?
SELECT MAX No. in season FROM table WHERE No. in series = 20
what is the name of the episode when the number of spectators was 5.60 millions?
SELECT Title FROM table WHERE Viewers (millions) = 5.60
how many millions of spectator did has the episode whose prod.code was rp#213?
SELECT Viewers (millions) FROM table WHERE Prod. code = RP#213
which is the biggest number of episode in the season, when the director of the episode was Constantine Makris?
SELECT MAX No. in season FROM table WHERE Directed by = Constantine Makris
What is the name of the episode that was written by Michael Rauch?
SELECT Title FROM table WHERE Written by = Michael Rauch
For the episode directed by Matthew Penn, what is the total number in the series?
SELECT No. in series FROM table WHERE Directed by = Matthew Penn
Name the production code for 4.92 million viewers
SELECT Prod. code FROM table WHERE Viewers (millions) = 4.92
Name the least number in season for jessica ball
SELECT MIN No. in season FROM table WHERE Written by = Jessica Ball
How many flaps did he have when he had 109 points?
SELECT MAX FLaps FROM table WHERE Points = 109
How many wins did he have with carlin motorsport?
SELECT COUNT Wins FROM table WHERE Team Name = Carlin Motorsport
What was the most races he had in a season?
SELECT MAX Races FROM table
What are Ken Rosewall's sets w-l?
SELECT Sets W-L FROM table WHERE Player = Ken Rosewall
What are Arthur Ashe's games w-l?
SELECT Games W-L FROM table WHERE Player = Arthur Ashe
Name the games w-1 for cliff richey
SELECT Games W-L FROM table WHERE Player = Cliff Richey
What stage number had the general classification Rory Sutherland?
SELECT COUNT Stage FROM table WHERE General classification = Rory Sutherland
Who was the Youth Classification in the race with Kenneth Hanson as Mountains Classification and Lucas Sebastian Haedo as winner?
SELECT Youth classification FROM table WHERE Mountains classification = Kenneth Hanson AND Winner = Lucas Sebastian Haedo
Who won the race with Tom Zirbel as Mountains Classification and Thomas Soladay as Points Classification?
SELECT Winner FROM table WHERE Mountains classification = Tom Zirbel AND Points classification = Thomas Soladay
Who was Mountains Classification in the race with Nick Frey as Youth Classification and Tom Zirbel as Points Classification?
SELECT Mountains classification FROM table WHERE Youth classification = Nick Frey AND Points classification = Tom Zirbel
How many Mountains Classifications were in the race with Mike Northey as Youth Classification?
SELECT COUNT Mountains classification FROM table WHERE Youth classification = Mike Northey
How many foundation dates were there when the television channels is canal nou canal nou dos canal nou 24 tvvi?
SELECT COUNT Foundation FROM table WHERE Television Channels = Canal Nou Canal Nou Dos Canal Nou 24 TVVi
If the radio stations is radio nou si radio radio nou música; what were the total number of television channels?
SELECT COUNT Television Channels FROM table WHERE Radio Stations = Radio Nou Si Radio Radio Nou Música
What is the total number of television channels when one of the radio stations is onda madrid?
SELECT COUNT Television Channels FROM table WHERE Radio Stations = Onda Madrid
Which of the radio stations has the organization of ente público radio televisión madrid (eprtvm)?
SELECT Radio Stations FROM table WHERE Organization = Ente Público Radio Televisión Madrid (EPRTVM)
What is the autonomous community with television channels tpa tpa2 rtpa internacional?
SELECT Autonomous Community FROM table WHERE Television Channels = TPA TPA2 RTPA Internacional
Who was the writer of "Face Off"?
SELECT Writer FROM table WHERE Title = "Face Off"
Who were the directors of the episode "nano nits" written by nathan cockerill?
SELECT Director FROM table WHERE Writer = Nathan Cockerill AND Title = "Nano Nits"
Who are the villains in "the others"?
SELECT Villains FROM table WHERE Title = "The Others"
What was the original air date of the episode "nano nits"?
SELECT Original airdate FROM table WHERE Title = "Nano Nits"
How many villains were in episode 3 (13)?
SELECT COUNT Villains FROM table WHERE Episode Number = 3 (13)
What was the title of the episode where reg lacey (aka mr. b) played the villain?
SELECT Title FROM table WHERE Villains = Reg Lacey (AKA Mr. B)
Name the most three pointers for dewanna bonner
SELECT MAX Three Pointers FROM table WHERE Player = DeWanna Bonner
Name the least field goals for chantel hilliard
SELECT MIN Field Goals FROM table WHERE Player = Chantel Hilliard
Name the most minutes for morgan jennings
SELECT MAX Minutes FROM table WHERE Player = Morgan Jennings
Name the most free throws for 4 steals
SELECT MAX Free Throws FROM table WHERE Steals = 4
What is the road record for the team with an overall record of 22-11?
SELECT Road Record FROM table WHERE Overall Record = 22-11
What is the road record for Vanderbilt?
SELECT COUNT Road Record FROM table WHERE Team = Vanderbilt
What team's overal record is 22-11?
SELECT Team FROM table WHERE Overall Record = 22-11
What is the percentage for the team with a road record of 3-4 and a home record of 7-0?
SELECT Percentage FROM table WHERE Road Record = 3-4 AND Home Record = 7-0
Name the number of three pointers for 67
SELECT COUNT Three Pointers FROM table WHERE Points = 67
Name the field goals for alexis yackley
SELECT MAX Field Goals FROM table WHERE Player = Alexis Yackley
Name the number of assists for 321 minutes
SELECT COUNT Assists FROM table WHERE Minutes = 321
Name the number of players for field goals being 25 and blocks is 6
SELECT COUNT Player FROM table WHERE Field Goals = 25 AND Blocks = 6
Name the location attendance of 5-15
SELECT Location Attendance FROM table WHERE Record = 5-15
Name the record for golden state
SELECT Record FROM table WHERE Team = Golden State
Name the number of high points for record 5-17
SELECT COUNT High points FROM table WHERE Record = 5-17
Name the record for houston
SELECT Record FROM table WHERE Team = Houston
Name the cardinal points for 19-4 record
SELECT MIN Cardinal Points FROM table WHERE Record = 19-4
Name the location for 2-1 record
SELECT Location FROM table WHERE Record = 2-1
Name the total number of step 6 for 11 gs grade
SELECT COUNT Step 6 FROM table WHERE GS Grade = 11
such as are entire the rating of closing where championship is moscow
SELECT Score in final FROM table WHERE Championship = Moscow