instruction
stringclasses
1 value
input
stringlengths
12
244
output
stringlengths
22
468
Translate the following into a SQL query
What was the Sat 21 Aug time for the rider whose Tues 24 Aug time was 20' 38.40 109.680mph?
SELECT Sat 21 Aug FROM table WHERE Tues 24 Aug = 20' 38.40 109.680mph
Translate the following into a SQL query
Name the area for population of 53542
SELECT Area (km²) FROM table WHERE Population (2010) = 53542
Translate the following into a SQL query
Name the number of barangay for 205.4 density
SELECT No. of s Barangay FROM table WHERE Pop. density (per km²) = 205.4
Translate the following into a SQL query
How many different FSB are there for the 7140N model?
SELECT COUNT FSB (MHz) FROM table WHERE Model = 7140N
Translate the following into a SQL query
How many different L2 cache numbers are there for the 7130M model?
SELECT COUNT L2 Cache (MB) FROM table WHERE Model = 7130M
Translate the following into a SQL query
What's the maximal L3 cache for any of the models given?
SELECT MAX L2 Cache (MB) FROM table
Translate the following into a SQL query
What's the TDP for the 7130N model?
SELECT MIN TDP (W) FROM table WHERE Model = 7130N
Translate the following into a SQL query
What's the L2 cache for the 7140N model?
SELECT L2 Cache (MB) FROM table WHERE Model = 7140N
Translate the following into a SQL query
what is the cfl team where college is waterloo?
SELECT COUNT CFL Team FROM table WHERE College = Waterloo
Translate the following into a SQL query
What college did Jim Bennett attend?
SELECT College FROM table WHERE Player = Jim Bennett
Translate the following into a SQL query
What CFL Team was Barry Jamieson a part of?
SELECT CFL Team FROM table WHERE Player = Barry Jamieson
Translate the following into a SQL query
What college did the player who played DE go to?
SELECT College FROM table WHERE Position = DE
Translate the following into a SQL query
What was Barry Jamieson's pick number?
SELECT MAX Pick # FROM table WHERE Player = Barry Jamieson
Translate the following into a SQL query
What college did Bob Larose attend?
SELECT College FROM table WHERE Player = Bob LaRose
Translate the following into a SQL query
where college is british columbia what are all the player
SELECT Player FROM table WHERE College = British Columbia
Translate the following into a SQL query
where college is st. francis xavier what are all the pick #
SELECT Pick # FROM table WHERE College = St. Francis Xavier
Translate the following into a SQL query
player is jim henshall what are all the position
SELECT Position FROM table WHERE Player = Jim Henshall
Translate the following into a SQL query
where cfl team is edmonton (2) what are all the position
SELECT Position FROM table WHERE CFL Team = Edmonton (2)
Translate the following into a SQL query
where cfl team is winnipeg (3) via hamilton what are all the player
SELECT Player FROM table WHERE CFL Team = Winnipeg (3) via Hamilton
Translate the following into a SQL query
How many CFL teams drafted someone from mount allison college?
SELECT COUNT CFL Team FROM table WHERE College = Mount Allison
Translate the following into a SQL query
What player drafted was an OG?
SELECT Player FROM table WHERE Position = OG
Translate the following into a SQL query
What is the position of the player bill simmons?
SELECT Position FROM table WHERE Player = Bill Simmons
Translate the following into a SQL query
What is the position of cfl team saskatchewan (7)?
SELECT Position FROM table WHERE CFL Team = Saskatchewan (7)
Translate the following into a SQL query
How many times was player brian currie picked?
SELECT COUNT Pick # FROM table WHERE Player = Brian Currie
Translate the following into a SQL query
What position was pick # 54?
SELECT Position FROM table WHERE Pick # = 54
Translate the following into a SQL query
What is the pick # of cfl team bc lions (7)
SELECT Pick # FROM table WHERE CFL Team = BC Lions (7)
Translate the following into a SQL query
What is the college where player terry moss attended?
SELECT College FROM table WHERE Player = Terry Moss
Translate the following into a SQL query
What is the outgoing manager for the team kasımpaşa?
SELECT Outgoing manager FROM table WHERE Team = Kasımpaşa
Translate the following into a SQL query
Who is the replaced by when the date of vacancy is 27 december 2010?
SELECT Replaced by FROM table WHERE Date of vacancy = 27 December 2010
Translate the following into a SQL query
What is the manner of departure for the date of appointment 24 may 2010?
SELECT Manner of departure FROM table WHERE Date of appointment = 24 May 2010
Translate the following into a SQL query
What is the date of appointment when the outgoing manager was mustafa denizli?
SELECT Date of appointment FROM table WHERE Outgoing manager = Mustafa Denizli
Translate the following into a SQL query
What is the date of appointment when the date of vacancy is 15 march 2011?
SELECT Date of appointment FROM table WHERE Date of vacancy = 15 March 2011
Translate the following into a SQL query
What is the lowest population in which 28.0% are democrat?
SELECT MIN Population FROM table WHERE Democratic = 28.0%
Translate the following into a SQL query
what is the percentage of democratic voters in which the registered voters is 67.8%?
SELECT Democratic FROM table WHERE Registered voters = 67.8%
Translate the following into a SQL query
What is the percentage of registered voters in which the d-r spread is +10.4%?
SELECT Registered voters FROM table WHERE D–R spread = +10.4%
Translate the following into a SQL query
What is the percentage of registered voters in which the d-r spread is +14.3%?
SELECT Registered voters FROM table WHERE D–R spread = +14.3%
Translate the following into a SQL query
What is the percentage of republican voters in which the d-r spread is -14.1%?
SELECT Republican FROM table WHERE D–R spread = -14.1%
Translate the following into a SQL query
What is the percentage of "no party preference" where the democratic percentage is 24.8%?
SELECT No party preference FROM table WHERE Democratic = 24.8%
Translate the following into a SQL query
How many trains depart at 17:30?
SELECT COUNT Train No. FROM table WHERE Departure = 17:30
Translate the following into a SQL query
How many trains arrive at 11:00?
SELECT COUNT Train No. FROM table WHERE Arrival = 11:00
Translate the following into a SQL query
What is the no party preference when the city is murrieta?
SELECT No party preference FROM table WHERE City = Murrieta
Translate the following into a SQL query
What is the no party preference when other is 10.1%?
SELECT No party preference FROM table WHERE Other = 10.1%
Translate the following into a SQL query
What is the no party preference when republican is 45.3%?
SELECT No party preference FROM table WHERE Republican = 45.3%
Translate the following into a SQL query
What is other when no party preference is 19.1%?
SELECT Other FROM table WHERE No party preference = 19.1%
Translate the following into a SQL query
What is other when registered voters is 50.7%?
SELECT Other FROM table WHERE Registered voters = 50.7%
Translate the following into a SQL query
What is the district with the incumbent Charlie Norwood?
SELECT District FROM table WHERE Incumbent = Charlie Norwood
Translate the following into a SQL query
What is the year elected for incumbent Cynthia Mckinney?
SELECT Elected FROM table WHERE Incumbent = Cynthia McKinney
Translate the following into a SQL query
How many incumbents were the result of sanford bishop (d) 57% joseph mccormick (r) 43%?
SELECT COUNT Incumbent FROM table WHERE Result = Sanford Bishop (D) 57% Joseph McCormick (R) 43%
Translate the following into a SQL query
What is the status for district georgia's 10th?
SELECT Status FROM table WHERE District = Georgia's 10th
Translate the following into a SQL query
What is the result of districk georgia's 1st?
SELECT Result FROM table WHERE District = Georgia's 1st
Translate the following into a SQL query
What is the district with the result mac collins (r) unopposed?
SELECT District FROM table WHERE Result = Mac Collins (R) unopposed
Translate the following into a SQL query
how many times is the production code is 201a?
SELECT COUNT Title FROM table WHERE Production code = 201a
Translate the following into a SQL query
Name the most overall rank for czech republic
SELECT MAX Overall rank FROM table WHERE Country = Czech Republic
Translate the following into a SQL query
Name the total number of male rank for fiji
SELECT COUNT Male rank FROM table WHERE Country = Fiji
Translate the following into a SQL query
Name the most female life expectancy for djibouti
SELECT MAX Female life expectancy FROM table WHERE Country = Djibouti
Translate the following into a SQL query
Name the most female life expectancy for overall rank of 61
SELECT MAX Female life expectancy FROM table WHERE Overall rank = 61
Translate the following into a SQL query
Name the most male life expectancy for pakistan
SELECT MAX Male life expectancy FROM table WHERE Country = Pakistan
Translate the following into a SQL query
What is the name of episode # 10a?
SELECT Title FROM table WHERE No. in series = 10a
Translate the following into a SQL query
What is the episode number for "Old Monster"?
SELECT No. in series FROM table WHERE Title = "Old Monster"
Translate the following into a SQL query
What is the name of the episode written by Michael Price?
SELECT Title FROM table WHERE Written by = Michael Price
Translate the following into a SQL query
Who directed the episode named "Don't just do it"?
SELECT Directed by FROM table WHERE Title = "Don't Just Do It"
Translate the following into a SQL query
What was the title for the episode with the production code 404a?
SELECT Title FROM table WHERE Production code = 404a
Translate the following into a SQL query
What is the production code for the episode written by Kat Likkel & Denise Downer?
SELECT Production code FROM table WHERE Written by = Kat Likkel & Denise Downer
Translate the following into a SQL query
Who was the director for the Episode number in season 10a?
SELECT Directed by FROM table WHERE No. in season = 10a
Translate the following into a SQL query
Who wrote the episode in the series 46b?
SELECT Written by FROM table WHERE No. in series = 46b
Translate the following into a SQL query
What was the production code for the episode titled "Misery date"?
SELECT Production code FROM table WHERE Title = "Misery Date"
Translate the following into a SQL query
How many production codes did the episode number in series 46b have?
SELECT COUNT Production code FROM table WHERE No. in series = 46b
Translate the following into a SQL query
How many viewer data were given for episode "If at First You Don't Succeed, Lie, Lie Again"?
SELECT COUNT U.S. viewers (in millions) FROM table WHERE Title = "If at First You Don't Succeed, Lie, Lie Again"
Translate the following into a SQL query
How many directors directed an episode that reached 2.48 million viewers?
SELECT COUNT Directed by FROM table WHERE U.S. viewers (in millions) = 2.48
Translate the following into a SQL query
What was the original air date of the episode "Keep Your Friends Close"?
SELECT Original air date FROM table WHERE Title = "Keep Your Friends Close"
Translate the following into a SQL query
Who represents district 41?
SELECT Delegate FROM table WHERE District = 41
Translate the following into a SQL query
For delegate is mcdonough, patrick l. pat mcdonough, specify all the district.
SELECT District FROM table WHERE Delegate = McDonough, Patrick L. Pat McDonough
Translate the following into a SQL query
where committee is environmental matters and district is 36 please specify all the delegate name
SELECT Delegate FROM table WHERE Committee = Environmental Matters AND District = 36
Translate the following into a SQL query
For democratic party, countries represented is montgomery and where committee is judiciary mention all the delegate name.
SELECT Delegate FROM table WHERE Committee = Judiciary AND Party = Democratic AND Counties Represented = Montgomery
Translate the following into a SQL query
Where delegate is feldman, brian j. brian j. feldman, please specify all the party
SELECT Party FROM table WHERE Delegate = Feldman, Brian J. Brian J. Feldman
Translate the following into a SQL query
For delegate is gaines, tawanna p. tawanna gaines, please specify all the party.
SELECT Party FROM table WHERE Delegate = Gaines, Tawanna P. Tawanna Gaines
Translate the following into a SQL query
If the number of floors is 70, what is the height?
SELECT Height FROM table WHERE Number of floors = 70
Translate the following into a SQL query
if the completed is 2010, what is the number of floors?
SELECT MIN Number of floors FROM table WHERE Completion = 2010
Translate the following into a SQL query
If the building is Costanera Center Torre 1, what is the height?
SELECT Height FROM table WHERE Building = Costanera Center Torre 1
Translate the following into a SQL query
How many positions does building Costanera Center Torre 1 have?
SELECT COUNT Position FROM table WHERE Building = Costanera Center Torre 1
Translate the following into a SQL query
Who is the outgoing manager when the team is simurq pfc?
SELECT Outgoing manager FROM table WHERE Team = Simurq PFC
Translate the following into a SQL query
How many date of appointment entries are there when the team is khazar lankaran?
SELECT COUNT Date of appointment FROM table WHERE Team = Khazar Lankaran
Translate the following into a SQL query
What is the manner of departure when the replaced by is bahman hasanov?
SELECT Manner of departure FROM table WHERE Replaced by = Bahman Hasanov
Translate the following into a SQL query
What was the overall record for the Pandas in the 2003-04 season?
SELECT Overall FROM table WHERE Season = 2003-04
Translate the following into a SQL query
What was the conference record in the season where the Pandas had an overall record of 33-4-1?
SELECT Conf. Record FROM table WHERE Overall = 33-4-1
Translate the following into a SQL query
Who was the coach of the Pandas when their overall record was 20-6-2?
SELECT Coach FROM table WHERE Overall = 20-6-2
Translate the following into a SQL query
What was the conference record for the Pandas when they were first in the standings in the 2003-04 season?
SELECT Conf. Record FROM table WHERE Standings = First AND Season = 2003-04
Translate the following into a SQL query
What was the overall record for the Pandas when their conference record was 4-1-1?
SELECT Overall FROM table WHERE Conf. Record = 4-1-1
Translate the following into a SQL query
In what season was the conference record for the Pandas 15-1-1?
SELECT Season FROM table WHERE Conf. Record = 15-1-1
Translate the following into a SQL query
how many times is the week # is audition?
SELECT COUNT Original artist FROM table WHERE Week # = Audition
Translate the following into a SQL query
How many episodes are numbered 14 in the series?
SELECT COUNT Episode FROM table WHERE Series No. = 14
Translate the following into a SQL query
How many writers for the episode "peace, brother"?
SELECT COUNT Writer(s) FROM table WHERE Episode = "Peace, Brother"
Translate the following into a SQL query
What series number is the episode "peace, brother"?
SELECT Series No. FROM table WHERE Episode = "Peace, Brother"
Translate the following into a SQL query
How many times did episode 17 originally air?
SELECT COUNT Original airdate FROM table WHERE Episode No. Episode No. refers to the episodes number in the overall series, whereas Series No. refers to the episodes number in this particular series. = 17
Translate the following into a SQL query
What is the original air date for "rock-a-bye-baby"?
SELECT Original airdate FROM table WHERE Episode = "Rock-a-Bye-Baby"
Translate the following into a SQL query
What is the original air date(s) for "the raid"?
SELECT Original airdate FROM table WHERE Episode = "The Raid"
Translate the following into a SQL query
What is the format of 105.5 fm?
SELECT Format FROM table WHERE Frequency = 105.5 FM
Translate the following into a SQL query
What is the market for KLRJ?
SELECT Target city/ market FROM table WHERE Call sign = KLRJ
Translate the following into a SQL query
What is the format for the station owned by Dakota Broadcasting?
SELECT Format FROM table WHERE Owner = Dakota Broadcasting
Translate the following into a SQL query
What team's manager was replaced by Ercan Ertemçöz?
SELECT Team FROM table WHERE Replaced by = Ercan Ertemçöz