question
stringlengths
12
244
sql
stringlengths
22
468
What was the name of the episode directed by Jessica Yu?
SELECT Title FROM table WHERE Directed by = Jessica Yu
who directed the episode written by Shonda Rhimes?
SELECT Directed by FROM table WHERE Written by = Shonda Rhimes
How many episodes in the series are also episode 18 in the season?
SELECT COUNT No. in series FROM table WHERE No. in season = 18
Who is every opponent on the date of March 16?
SELECT Opponent FROM table WHERE Date = March 16
What is every score for the opponent of Atlanta Thrashers?
SELECT Score FROM table WHERE Opponent = Atlanta Thrashers
What is every location for the date of March 20?
SELECT Location FROM table WHERE Date = March 20
What is every score at the location of Verizon Center and points of 68?
SELECT Score FROM table WHERE Location = Verizon Center AND Points = 68
What is every date with a record of 30–34–12?
SELECT Date FROM table WHERE Record = 30–34–12
How many officers o/s were there on the day when the number of USAAF was 2373882?
SELECT MAX Officers o/s FROM table WHERE Total USAAF = 2373882
How many different numbers of Tot enlisted are there on the dates when the number of Enlisted o/s was 801471?
SELECT COUNT Tot Enlisted FROM table WHERE Enlisted o/s = 801471
How many tot officers were there on the date when the number of tot enlisted was 329640?
SELECT Tot Officers FROM table WHERE Tot Enlisted = 329640
How many Tot enlisted were there on the day when the number of total USAAF was 2329534?
SELECT MAX Tot Enlisted FROM table WHERE Total USAAF = 2329534
How many contestants where from mitteldeutschland?
SELECT COUNT Age FROM table WHERE Represent = Mitteldeutschland
How many meters tall is Ulrike Wolful?
SELECT Height (mtr.) FROM table WHERE Contestant = Ulrike Wolful
Which country had a contestant that was 1.76 meters tall?
SELECT Represent FROM table WHERE Height (mtr.) = 1.76
What country had a contestant that was 1.70 meters tall?
SELECT Represent FROM table WHERE Height (mtr.) = 1.70
If seed number is 2, what is the maximum amount of points?
SELECT MAX Points FROM table WHERE Seed = 2
If new points is 1720, what is the status?
SELECT Status FROM table WHERE New points = 1720
Who is the winning party/coalition name in election year 1980?
SELECT Winning Party/Coalition FROM table WHERE Election Year = 1980
If the speaker is Munu Adhi (2) K. Rajaram, what is the election year maximum?
SELECT MAX Election Year FROM table WHERE Speaker = Munu Adhi (2) K. Rajaram
If the speaker is R. Muthiah, what is the election year maximum?
SELECT MAX Election Year FROM table WHERE Speaker = R. Muthiah
What is the name of the speaker if the chief minister is M.G. Ramachandran?
SELECT Speaker FROM table WHERE Chief Minister = M.G. Ramachandran
If the assembly is the sixth assembly, what is the maximum election year?
SELECT MAX Election Year FROM table WHERE Assembly = Sixth Assembly
Name the number of crews for light bombardment group
SELECT Number of crews FROM table WHERE Type of unit = Light bombardment group
What is the aircraft for 21 crews?
SELECT Type of aircraft FROM table WHERE Number of crews = 21
Nam ethe enlisted for troop carrier group
SELECT Enlisted FROM table WHERE Type of unit = Troop carrier group
What was the title when 1.121 million US people watched it?
SELECT Title FROM table WHERE U.S. viewers (millions) = 1.121
What is the lowest series episode with a production code of 406?
SELECT MIN Series episode FROM table WHERE Prod. code = 406
List the title of series episode 38.
SELECT Title FROM table WHERE Series episode = 38
How many millions of U.S. viewers watched the episode "Here Comes the Neighborhood"?
SELECT U.S. viewers (millions) FROM table WHERE Title = "Here Comes the Neighborhood"
What type of formula did Stirling Moss drive?
SELECT Formula FROM table WHERE Driver = Stirling Moss
What year did Randy Lewis drive?
SELECT Year FROM table WHERE Driver = Randy Lewis
What was the constructor in 1975?
SELECT Constructor FROM table WHERE Year = 1975
If the market name is Xperia U, what is the weight?
SELECT Weight FROM table WHERE Market name = Xperia U
What is the release date if the code name is Aoba?
SELECT Release date FROM table WHERE Code name = Aoba
If the weight is 126g and the NFC is yes, what is the battery (MAH)?
SELECT Battery ( mAh ) FROM table WHERE NFC = Yes AND Weight = 126g
What is the platform if the weight is 131.5g?
SELECT Platform FROM table WHERE Weight = 131.5g
What is the Android version is the code name is Lotus?
SELECT Android version FROM table WHERE Code name = Lotus
When middle assyrian empire is the ubaid period in mesopotamia what is the copper age?
SELECT Copper Age FROM table WHERE Ubaid period in Mesopotamia = Middle Assyrian Empire
When hittite old kingdom , minoan eruption is the ubaid period in mesopotamia what is the copper age?
SELECT Copper Age FROM table WHERE Ubaid period in Mesopotamia = Hittite Old Kingdom , Minoan eruption
When hittite middle kingdom , new kingdom of egypt is the ubaid period in mesopotamia how many early chalcolithics are there?
SELECT COUNT Early Chalcolithic FROM table WHERE Ubaid period in Mesopotamia = Hittite Middle Kingdom , New Kingdom of Egypt
When the second intermediate period of egypt is the ubaid period in mesopotamia how many early calcolithics are there?
SELECT COUNT Early Chalcolithic FROM table WHERE Ubaid period in Mesopotamia = Second Intermediate Period of Egypt
What was the score against Loic Didavi?
SELECT Result FROM table WHERE Opponent = Loic Didavi
Who was played against when there was a loss and in the gi po round?
SELECT Against FROM table WHERE W/L = Loss AND Round = GI PO
What were the w/l when the final score was 2–6, 5–7, 7–6 (11–9) , 1–6?
SELECT W/L FROM table WHERE Result = 2–6, 5–7, 7–6 (11–9) , 1–6
When Cleveland was 2nd, great lakes in the regular season what did they get to in the playoffs?
SELECT Playoffs FROM table WHERE Regular Season = 2nd, Great Lakes
What is the lowest numbered division Cleveland played in?
SELECT MIN Division FROM table
How did Cleveland do in the regular season in 2006?
SELECT Regular Season FROM table WHERE Year = 2006
How did Cleveland do in the Open Cup in 2009?
SELECT Open Cup FROM table WHERE Year = 2009
When victoria coren and rhod gilbert are both on the lees team what is the score?
SELECT Scores FROM table WHERE Lees team = Victoria Coren and Rhod Gilbert
When david o'doherty and katherine parkinson are both on the davids team when is the first broadcast?
SELECT First broadcast FROM table WHERE Davids team = David O'Doherty and Katherine Parkinson
When bill oddie and frank skinner are both on the davids team what is the episode?
SELECT Episode FROM table WHERE Davids team = Bill Oddie and Frank Skinner
When kevin bridges and katy wix are both on the less team what is the score?
SELECT Scores FROM table WHERE Lees team = Kevin Bridges and Katy Wix
How many shows did team David consist of vernon kay and dara Γ³ briain
SELECT COUNT Episode FROM table WHERE Davids team = Vernon Kay and Dara Γ“ Briain
If the hometown is Windhoek, what is the represented?
SELECT Represented FROM table WHERE Hometown = Windhoek
If the height in inches is 5'7", what is the represented?
SELECT Represented FROM table WHERE Height (in.) = 5'7"
If the hometown is Omuthiya, what is the contestant name?
SELECT Contestant FROM table WHERE Hometown = Omuthiya
What is the height in inches if the represented is Erongo?
SELECT Height (in.) FROM table WHERE Represented = Erongo
What week did September 29 fall in?
SELECT COUNT Week FROM table WHERE Date = September 29
What was the score on the October 28 game?
SELECT Final Score FROM table WHERE Date = October 28
What was the score on September 20?
SELECT Final Score FROM table WHERE Date = September 20
What's Blanco Encalada's main artillery?
SELECT Main Artillery FROM table WHERE Warship = Blanco Encalada
How many different horse-powers does the Cochrane have?
SELECT COUNT Horse- power FROM table WHERE Warship = Cochrane
What warship has horse-power of 1500?
SELECT Warship FROM table WHERE Horse- power = 1500
How much does the Independencia weight?
SELECT MIN tons ( L.ton ) FROM table WHERE Warship = Independencia
In how many different years was the warship that weights 1130 tons built?
SELECT COUNT Built Year FROM table WHERE tons ( L.ton ) = 1130
What is every value for % 20-39 if % 60-74 is 10,46%?
SELECT % 20-39 FROM table WHERE % 60-74 = 10,46%
What is every value for % 40-59 if % 60-74 is 12,42%?
SELECT % 40-59 FROM table WHERE % 60-74 = 12,42%
What is every value for % 75 + if % 0-19 is 19,75%?
SELECT % 75 + FROM table WHERE % 0-19 = 19,75%
What is every value for % 20-39 if % 0-19 is 21,11%?
SELECT % 20-39 FROM table WHERE % 0-19 = 21,11%
What is every value for % 20-39 if % 0-19 is 21,11%?
SELECT % 20-39 FROM table WHERE % 0-19 = 21,11%
What is every value for % 40-59 if % 60-74 is 12,40%?
SELECT % 40-59 FROM table WHERE % 60-74 = 12,40%
How man horse power did the ship covadonga have?
SELECT Horse- power FROM table WHERE Warship = Covadonga
What is the primary artillery for the 1,051 ships?
SELECT Main Artillery FROM table WHERE tons ( L.ton ) = 1,051
List the maximum speed for the 1.150 ton ships?
SELECT Speed ( Knots ) FROM table WHERE tons ( L.ton ) = 1.150
List the ship with 1x115-2x70-2x12-pounders for primary artillery.
SELECT Warship FROM table WHERE Main Artillery = 1x115-2x70-2x12-pounders
Which location has the date of October 28?
SELECT Location FROM table WHERE Date = October 28
What is the final score when 22210 is the attendance?
SELECT Final Score FROM table WHERE Attendance = 22210
Which opponents are on the date July 22?
SELECT Opponent FROM table WHERE Date = July 22
Which opponents are on the date September 5?
SELECT Opponent FROM table WHERE Date = September 5
What is the final score when July 16 is the date?
SELECT Final Score FROM table WHERE Date = July 16
On which date is Taylor Field the location?
SELECT Date FROM table WHERE Location = Taylor Field
Name the number of regular season for 2007
SELECT COUNT Regular Season FROM table WHERE Year = 2007
Name the most year for conference finals
SELECT MAX Year FROM table WHERE Playoffs = Conference Finals
Name the regular season for final playoffs
SELECT Regular Season FROM table WHERE Playoffs = Final
Name the least division
SELECT MIN Division FROM table
Name the regular season for usisl d-3 pro league did not qualify
SELECT Regular Season FROM table WHERE League = USISL D-3 Pro League AND Playoffs = Did not qualify
What was the position of the player from Saskatchewan Roughriders?
SELECT Position FROM table WHERE CFL Team = Saskatchewan Roughriders
What CFL team was the player playing on SB position drafted for?
SELECT CFL Team FROM table WHERE Position = SB
What was Michael Shaver's position?
SELECT Position FROM table WHERE Player = Michael Shaver
How many different players got drafted for the Ottawa Renegades?
SELECT COUNT Player FROM table WHERE CFL Team = Ottawa Renegades
What's Doug Borden's position?
SELECT Position FROM table WHERE Player = Doug Borden
What's the percentage of all immigrants in 2007 in the country with 1.7% of all immigrants in 2008?
SELECT % of all immigrants 2007 FROM table WHERE % of all immigrants 2008 = 1.7%
How many different percentages of immigrants in 2006 can there be for Morocco?
SELECT COUNT % of all immigrants 2006 FROM table WHERE Country = Morocco
What's the percentage of immigrants in 2004 in the country with 2.1% of the immigrants in 2006?
SELECT % of all immigrants 2004 FROM table WHERE % of all immigrants 2006 = 2.1%
What's the percentage of the immigrants in 2007 in the country with 14.1% of the immigrants in 2006?
SELECT % of all immigrants 2007 FROM table WHERE % of all immigrants 2006 = 14.1%
How many different percentages of immigrants are there for the year of 2007 in the countries with 1.2% of the immigrants in the year of 2005?
SELECT COUNT % of all immigrants 2007 FROM table WHERE % of all immigrants 2005 = 1.2%
What was the outcome in the championship where the final score was 6–7(1), 2–6, 6–4, 7–5, 6–7(2)?
SELECT Outcome FROM table WHERE Score in the final = 6–7(1), 2–6, 6–4, 7–5, 6–7(2)
Who were the opponents in the final where the score was 6–4, 2–6, 6–4, 7–6(3)?
SELECT Opponents in the final FROM table WHERE Score in the final = 6–4, 2–6, 6–4, 7–6(3)
Which championship had a final score of 6–4, 2–6, 6–4, 7–6(3)?
SELECT Championship FROM table WHERE Score in the final = 6–4, 2–6, 6–4, 7–6(3)