question
stringlengths
12
244
sql
stringlengths
22
468
Who played in the 1990 Broadway after Tom Halloran played the character in the 1955 Broadcast?
SELECT 1990 Broadway FROM table WHERE 1955 broadcast = Tom Halloran
What character did Drake English play in the 1998 Broadway?
SELECT Character FROM table WHERE 1998 Broadway = Drake English
What date was BBC One total viewing greater then 11616996.338225884?
SELECT Broadcast date FROM table WHERE BBC One total viewing > 11616996.338225884
How many years did BBC One rank 20th?
SELECT COUNT Year FROM table WHERE BBC One Rank = 20th
What year was the BBC two total viewing 7,530,000?
SELECT MIN Year FROM table WHERE BBC Two total viewing = 7,530,000
how many ↓ function / genus → with escherichia being espd
SELECT COUNT ↓ Function / Genus → FROM table WHERE Escherichia = EspD
what's the salmonella with escherichia being espd
SELECT Salmonella FROM table WHERE Escherichia = EspD
what's the ↓ function / genus → with shigella being spa32
SELECT ↓ Function / Genus → FROM table WHERE Shigella = Spa32
what's the salmonella with shigella being ipgc
SELECT Salmonella FROM table WHERE Shigella = IpgC
what's the salmonella with escherichia being sepb (escn)
SELECT Salmonella FROM table WHERE Escherichia = SepB (EscN)
what's the shigella with yersinia being yscp
SELECT Shigella FROM table WHERE Yersinia = YscP
How many original titles did Marriage Italian-Style have?
SELECT COUNT Original title FROM table WHERE Film title used in nomination = Marriage Italian-Style
What year was a movie with the original title La Leggenda del Santo Bevitore submitted?
SELECT Year (Ceremony) FROM table WHERE Original title = La leggenda del santo bevitore
what's the camp with estimated deaths of 600,000
SELECT Camp FROM table WHERE Estimated deaths = 600,000
what's the operational period with camp  sajmište
SELECT Operational FROM table WHERE Camp = Sajmište
what's the estimated deaths with operational period of 17 march 1942 – end of june 1943
SELECT Estimated deaths FROM table WHERE Operational = 17 March 1942 – end of June 1943
what's the current country of location with operational period  of summer of 1941 to 28 june 1944
SELECT Current country of location FROM table WHERE Operational = Summer of 1941 to 28 June 1944
what's the occupied territory with estimated deaths of 600,000
SELECT Occupied territory FROM table WHERE Estimated deaths = 600,000
what's the occupied territory with operational period of may 1940 – january 1945
SELECT Occupied territory FROM table WHERE Operational = May 1940 – January 1945
Which overall pick was traded to the Cleveland Browns?
SELECT Overall FROM table WHERE College = Traded to the Cleveland Browns
Overall pick 240 was a pick in which round?
SELECT Round FROM table WHERE Overall = 240
Which overall pick number went to college at Youngstown State?
SELECT MIN Overall FROM table WHERE College = Youngstown State
What position is played by pick 255 overall?
SELECT Position FROM table WHERE Overall = 255
Which player was chosen in round 17?
SELECT Player name FROM table WHERE Round = 17
The record of 7-3 had the largest attendance of what?
SELECT MAX Attendance FROM table WHERE Record = 7-3
The record of 9-4 was against which opponent?
SELECT Opponent FROM table WHERE Record = 9-4
The game number of 8 had a record of what?
SELECT Record FROM table WHERE Game = 8
What round was Steve Stonebreaker drafted?
SELECT MAX Round FROM table WHERE Player name = Steve Stonebreaker
Who was the top picki n the draft?
SELECT MIN Choice FROM table
What round was Bill Hill drafted?
SELECT Choice FROM table WHERE Player name = Bill Hill
What was the name of the quarterback drafted?
SELECT Player name FROM table WHERE Position = Quarterback
Where is the college where Keith Hartwig plays?
SELECT College FROM table WHERE Player name = Keith Hartwig
What is the name of the linebacker at Illinois college?
SELECT Player name FROM table WHERE Position = Linebacker AND College = Illinois
What is the greatest round of overall 83?
SELECT MAX Round FROM table WHERE Overall = 83
Which round did Tommy Kramer play in>
SELECT Round FROM table WHERE Player name = Tommy Kramer
What is Rice's collage score?
SELECT Overall FROM table WHERE College = Rice
Where does the defensive back position appear first?
SELECT MIN Round FROM table WHERE Position = Defensive Back
What is Bruce Cerone overall?
SELECT MIN Overall FROM table WHERE Player name = Bruce Cerone
Which player went to Emporia State?
SELECT Player name FROM table WHERE College = Emporia State
What is the highest choice?
SELECT MAX Choice FROM table
What college did Bill Cappleman go to?
SELECT College FROM table WHERE Player name = Bill Cappleman
For the headstamp id of h2, what was the color of the bullet tip?
SELECT Bullet Tip Color FROM table WHERE Headstamp ID = H2
For the functional type of light ball, what were the other features?
SELECT Other Features FROM table WHERE Functional Type = Light Ball
How many primers annulus colors were there when the color of the bullet tip was white?
SELECT COUNT Primer Annulus Color FROM table WHERE Bullet Tip Color = White
How many bullet tips colors had other features of a blue band on case base?
SELECT COUNT Bullet Tip Color FROM table WHERE Other Features = Blue band on case base
How many touchdowns were scored in the year with a completion percentage of 56.0?
SELECT MIN Touchdowns FROM table WHERE Completion % = 56.0
What number of completions are recorded for the year with 12 games started?
SELECT Completions FROM table WHERE Games started = 12
How many years were there with 348 attempts?
SELECT COUNT Yards FROM table WHERE Attempts = 348
How many characters is by Babs Rubenstein?
SELECT COUNT London FROM table WHERE US Tour = Babs Rubenstein
Which person is in the tronto/broadway and has a uk tour of n/a
SELECT Toronto / Broadway FROM table WHERE UK Tour = n/a
How many people play Frank in London?
SELECT COUNT London FROM table WHERE Character = Frank
Who was Class AAA during the school year of 2000-01?
SELECT Class AAA FROM table WHERE School Year = 2000-01
Who was Class AAA during the same year that Class A was (tie) Apple Springs/Texline?
SELECT Class AAA FROM table WHERE Class A = (tie) Apple Springs/Texline
Who was Class AAAAA during the school year of 1995-96?
SELECT Class AAAAA FROM table WHERE School Year = 1995-96
Who was Class AAA during the same year that Class AAAAA was Brownsville Pace?
SELECT Class AAA FROM table WHERE Class AAAAA = Brownsville Pace
What was the total number of Class AAA during the same year that Class AAA was White Oak?
SELECT COUNT Class AA FROM table WHERE Class AAA = White Oak
How many records are listed on Friday, May 25?
SELECT COUNT Team record FROM table WHERE Date = Friday, May 25
How many opponents were played on Saturday, June 9?
SELECT COUNT Opponent FROM table WHERE Date = Saturday, June 9
In what week was the first game played at the Commerzbank-Arena?
SELECT MIN Week FROM table WHERE Game site = Commerzbank-Arena
What was the original air date of an episode set in 1544?
SELECT Original air date FROM table WHERE Setting = 1544
How many settings where there for episode 29 of the season?
SELECT COUNT Setting FROM table WHERE No. in series = 29
Who wrote the episode that was set in winter 1541/february 13, 1542?
SELECT Written by FROM table WHERE Setting = Winter 1541/February 13, 1542
What episode number of the season was "The Northern Uprising"?
SELECT No. in season FROM table WHERE Title = "The Northern Uprising"
What is the name of the track that lasts 5:30?
SELECT Track title FROM table WHERE Duration = 5:30
What is the album namethat has the track title Sweetness 甜甜的 (tián tián de)?
SELECT Album name FROM table WHERE Track title = Sweetness 甜甜的 (Tián tián de)
What is the duration of the song where the major instrument is the piano and the date is 2004-02-03?
SELECT Duration FROM table WHERE Major instrument(s) = Piano AND Date = 2004-02-03
What is the total number of lyricist where the lyrics theme is romance and the song lasts 3:50?
SELECT COUNT Lyricist FROM table WHERE Lyrics theme/style = Romance AND Duration = 3:50
What is the major instrument of the song that lasts 4:32?
SELECT Major instrument(s) FROM table WHERE Duration = 4:32
What is the total number of music genre/style in which the lyrics are a detective story?
SELECT COUNT Music genre/style FROM table WHERE Lyrics theme/style = Detective story
What is the playoffs for the usl pro select league?
SELECT Playoffs FROM table WHERE League = USL Pro Select League
What is the number of the division for the 1st round?
SELECT COUNT Division FROM table WHERE Open Cup = 1st Round
What was the team where series is formula renault 2.0 nec?
SELECT Team FROM table WHERE Series = Formula Renault 2.0 NEC
What is the total number of poles for arden international?
SELECT COUNT Poles FROM table WHERE Team = Arden International
What is the number of wins for gp2 series for racing engineering?
SELECT COUNT Wins FROM table WHERE Series = GP2 Series AND Team = Racing Engineering
What is the number of podiums for season 2010 for campionato italiano superstars.
SELECT COUNT Podiums FROM table WHERE Season = 2010 AND Series = Campionato Italiano Superstars
What is the podium for 144 points?
SELECT Podiums FROM table WHERE Points = 144
How many writers had an US air date of september 25, 1993?
SELECT COUNT Writer FROM table WHERE US air date = September 25, 1993
How many villians were in No. 25?
SELECT COUNT Villains FROM table WHERE No. = 25
what being the maximum year where regular season is 4th, northwest
SELECT MAX Year FROM table WHERE Regular Season = 4th, Northwest
what is the total number of playoffs where regular season is 6th, southwest
SELECT COUNT Playoffs FROM table WHERE Regular Season = 6th, Southwest
what is the maximum division
SELECT MAX Division FROM table
what's the league where regular season is 2nd, northwest
SELECT League FROM table WHERE Regular Season = 2nd, Northwest
what are all the regular season where year is 2011
SELECT Regular Season FROM table WHERE Year = 2011
How many titles have the number 11
SELECT COUNT Title FROM table WHERE # = 11
How many have Mrs. briar as a villain
SELECT COUNT No. FROM table WHERE Villains = Mrs. Briar
how many have the number 8
SELECT COUNT No. FROM table WHERE # = 8
How many have the title "the tale of the room for rent"
SELECT COUNT # FROM table WHERE Title = "The Tale of the Room for Rent"
What is the name of the episode told by Kiki and directed by Will Dixon?
SELECT Title FROM table WHERE Storyteller = Kiki AND Director = Will Dixon
Who is the storyteller in the episode called "The Tale of the Jagged Sign"?
SELECT Storyteller FROM table WHERE Title = "The Tale of the Jagged Sign"
Who wrote Episode #3?
SELECT Writer FROM table WHERE # = 3
Who are the villains in the episode titled "The Tale of the Forever Game"?
SELECT Villains FROM table WHERE Title = "The Tale of The Forever Game"
How many villains appeared in the episode titled "The Tale of the Virtual Pets"?
SELECT COUNT Villains FROM table WHERE Title = "The Tale of The Virtual Pets"
Who are the villains in the episodes where Megan is the storyteller and Lorette LeBlanc is the director?
SELECT Villains FROM table WHERE Storyteller = Megan AND Director = Lorette LeBlanc
What is the largest # for an episode that was written by Allison Lea Bingeman?
SELECT MAX # FROM table WHERE Writer = Allison Lea Bingeman
Name the species when petal width is 2.0 and petal length is 4.9
SELECT Species FROM table WHERE Petal width = 2.0 AND Petal length = 4.9
Name the sepal width for i.virginica with petal length of 5.1
SELECT Sepal width FROM table WHERE Species = I.virginica AND Petal length = 5.1
Name the number of species with sepal width of 3.4 and sepal length of 5.4
SELECT COUNT Species FROM table WHERE Sepal width = 3.4 AND Sepal length = 5.4
Name the sepal length for sepal width of 2.8 and petal length of 5.1
SELECT Sepal length FROM table WHERE Sepal width = 2.8 AND Petal length = 5.1
Name the sepal width when sepal length is 6.5 and petal width is 2.2
SELECT Sepal width FROM table WHERE Sepal length = 6.5 AND Petal width = 2.2
Name the sepal lengh when sepal width is 2.9 and petal width 1.3
SELECT Sepal length FROM table WHERE Sepal width = 2.9 AND Petal width = 1.3