instruction
stringclasses
1 value
input
stringlengths
12
244
output
stringlengths
22
468
Translate the following into a SQL query
How many master recordings are there for "Famous for Nothing"?
SELECT COUNT Master recording ? FROM table WHERE Song title = "Famous For Nothing"
Translate the following into a SQL query
What is the biggest number of the team who's owned by Jeff Gordon?
SELECT MAX # FROM table WHERE Owner(s) = Jeff Gordon
Translate the following into a SQL query
What is the driver for the team whose primary sponsor is Quicken Loans / Haas Automation?
SELECT Driver(s) FROM table WHERE Primary Sponsor(s) = Quicken Loans / Haas Automation
Translate the following into a SQL query
What's the total number of crew chiefs of the Fas Lane Racing team?
SELECT COUNT Crew Chief FROM table WHERE Team = FAS Lane Racing
Translate the following into a SQL query
What date did De Vries start?
SELECT Started FROM table WHERE Name = de Vries
Translate the following into a SQL query
What is the number for De Vries?
SELECT MIN No. FROM table WHERE Name = de Vries
Translate the following into a SQL query
What was the loan club when Derry played?
SELECT Loan Club FROM table WHERE Name = Derry
Translate the following into a SQL query
Who was the loan club for the Westlake game?
SELECT Loan Club FROM table WHERE Name = Westlake
Translate the following into a SQL query
What was the position (P) for Clapham?
SELECT P FROM table WHERE Name = Clapham
Translate the following into a SQL query
What district is represented by a Republican Appropriations Committee?
SELECT District FROM table WHERE Party = Republican AND Committee = Appropriations
Translate the following into a SQL query
What are the districts represented by the Democratic Party and a Committee in Economic Matters?
SELECT District FROM table WHERE Committee = Economic Matters AND Party = Democratic
Translate the following into a SQL query
Name the number of constr with the first win at the 1978 brazilian grand prix
SELECT COUNT Constr. FROM table WHERE First win = 1978 Brazilian Grand Prix
Translate the following into a SQL query
What was the first win for pos 6?
SELECT First win FROM table WHERE Pos = 6
Translate the following into a SQL query
What is the molecular target listed under the compounded name of hemiasterlin (e7974)
SELECT Molecular Target FROM table WHERE Compound Name = Hemiasterlin (E7974)
Translate the following into a SQL query
What is the molecular target listed under the trademark of irvalec ®
SELECT Molecular Target FROM table WHERE Trademark = Irvalec ®
Translate the following into a SQL query
What is the compound name listed where marine organism α is worm
SELECT Compound Name FROM table WHERE Marine Organism α = Worm
Translate the following into a SQL query
How many compound names list a chemical class of depsipeptide and a clinical trials β value of 1/7?
SELECT COUNT Compound Name FROM table WHERE Chemical Class = Depsipeptide AND Clinical Trials β = 1/7
Translate the following into a SQL query
What is the trademark listed for the molecular target : dna-binding?
SELECT Trademark FROM table WHERE Molecular Target = DNA-Binding
Translate the following into a SQL query
How many trademarks list a molecular target of minor groove of dna and a clinical status value of phase i?
SELECT COUNT Trademark FROM table WHERE Molecular Target = Minor Groove of DNA AND Clinical Status = Phase I
Translate the following into a SQL query
What's the number of the episode directed by Tucker Gates?
SELECT No. FROM table WHERE Directed by = Tucker Gates
Translate the following into a SQL query
Who is the director of the episode titled "Cheyenne, WY"?
SELECT Directed by FROM table WHERE Title = "Cheyenne, WY"
Translate the following into a SQL query
What was the original air date for the episode with 3.90 u.s. viewers (millions)?
SELECT Original air date FROM table WHERE U.S. viewers (million) = 3.90
Translate the following into a SQL query
What is the original air date for no. 2?
SELECT Original air date FROM table WHERE No. = 2
Translate the following into a SQL query
Who directed "hot and bothered"?
SELECT Directed by FROM table WHERE Title = "Hot and Bothered"
Translate the following into a SQL query
Who directed the episode with 3.19 million u.s. viewers?
SELECT Directed by FROM table WHERE U.S. viewers (million) = 3.19
Translate the following into a SQL query
What's the price (in USD) of the model whose L3 is 18 mb?
SELECT Price ( USD ) FROM table WHERE L3 = 18 MB
Translate the following into a SQL query
What's the clock speed of the model that costs $910?
SELECT Clock Speed FROM table WHERE Price ( USD ) = $910
Translate the following into a SQL query
what is the least amount in the tournament?
SELECT MIN League Cup FROM table
Translate the following into a SQL query
what is the tourney where the winner is kevin mckinlay?
SELECT League Cup FROM table WHERE Player = Kevin McKinlay
Translate the following into a SQL query
what's the thursday iuppiter (jupiter) with tuesday mars (mars) being marterì
SELECT Thursday Iuppiter (Jupiter) FROM table WHERE Tuesday Mars (Mars) = Marterì
Translate the following into a SQL query
what's the sunday sōl (sun) with friday venus (venus) being vernes
SELECT Sunday Sōl (Sun) FROM table WHERE Friday Venus (Venus) = vernes
Translate the following into a SQL query
what's the thursday iuppiter (jupiter) with friday venus (venus) being vendredi
SELECT Thursday Iuppiter (Jupiter) FROM table WHERE Friday Venus (Venus) = vendredi
Translate the following into a SQL query
what's the tuesday mars (mars) with day: (see irregularities ) being ancient greek
SELECT Tuesday Mars (Mars) FROM table WHERE Day: (see Irregularities ) = Ancient Greek
Translate the following into a SQL query
what's the saturday saturnus ( saturn) with wednesday mercurius (mercury) being mercuridi
SELECT Saturday Saturnus ( Saturn) FROM table WHERE Wednesday Mercurius (Mercury) = Mercuridi
Translate the following into a SQL query
what's the thursday iuppiter (jupiter) with saturday saturnus ( saturn) being jesarn
SELECT Thursday Iuppiter (Jupiter) FROM table WHERE Saturday Saturnus ( Saturn) = Jesarn
Translate the following into a SQL query
What is the sequencer when ion torrent pgm is 200-400 bp?
SELECT Sequencer FROM table WHERE Ion Torrent PGM = 200-400 bp
Translate the following into a SQL query
How many times was Sanger 3730xl $2400 usd?
SELECT COUNT Ion Torrent PGM FROM table WHERE Sanger 3730xl = $2400 USD
Translate the following into a SQL query
How much was solidv4 when pacbio is $300 usd?
SELECT SOLiDv4 FROM table WHERE PacBio = $300 USD
Translate the following into a SQL query
What is solidv4 when sequencer is data output per run?
SELECT SOLiDv4 FROM table WHERE Sequencer = Data output per run
Translate the following into a SQL query
WHat is hiseq 2000 when 454 gs flx is 700 bp?
SELECT HiSeq 2000 FROM table WHERE 454 GS FLX = 700 bp
Translate the following into a SQL query
What is 454 gs flx when pacbio is 100-500 mb?
SELECT 454 GS FLX FROM table WHERE PacBio = 100-500 Mb
Translate the following into a SQL query
How was times was the dance the jive and the week # was 10?
SELECT COUNT Phillips FROM table WHERE Dance = Jive AND Week # = 10
Translate the following into a SQL query
What's the Slovene word for Thursday?
SELECT Thursday Fourth Day FROM table WHERE Day (see Irregularities ) = Slovene
Translate the following into a SQL query
How do you say Friday in Polish?
SELECT Friday Fifth Day FROM table WHERE Day (see Irregularities ) = Polish
Translate the following into a SQL query
What's the Croatian word for Saturday?
SELECT Saturday Sixth Day FROM table WHERE Day (see Irregularities ) = Croatian
Translate the following into a SQL query
In the system where Sunday is ஞாயிற்று கிழமை nyāyitru kizhamai, what is Saturday?
SELECT Saturday Shani (Saturn) FROM table WHERE Sunday Surya (the Sun) = ஞாயிற்று கிழமை Nyāyitru kizhamai
Translate the following into a SQL query
In language where Wednesday is বুধবার budhbar, what is Thursday?
SELECT Thursday Guru (Jupiter) FROM table WHERE Wednesday Budha (Mercury) = বুধবার Budhbar
Translate the following into a SQL query
In language where Saturday is සෙනසුරාදා senasuraadaa, what is Tuesday?
SELECT Tuesday Mangala (Mars) FROM table WHERE Saturday Shani (Saturn) = සෙනසුරාදා Senasuraadaa
Translate the following into a SQL query
In language where Thursday is برس وار bres'var, what is Sunday?
SELECT Sunday Surya (the Sun) FROM table WHERE Thursday Guru (Jupiter) = برس وار Bres'var
Translate the following into a SQL query
In language where Wednesday is برھ وار budh'var, what is Saturday?
SELECT Saturday Shani (Saturn) FROM table WHERE Wednesday Budha (Mercury) = برھ وار Budh'var
Translate the following into a SQL query
What is saturday day seven when thursday day five is ሐሙስ hamus?
SELECT Saturday Day Seven FROM table WHERE Thursday Day Five = ሐሙስ hamus
Translate the following into a SQL query
What is thursday day five when friday day six is პარასკევი p'arask'evi?
SELECT Thursday Day Five FROM table WHERE Friday Day Six = პარასკევი p'arask'evi
Translate the following into a SQL query
What is tuesday day three when thursday day five is kamis?
SELECT Tuesday Day Three FROM table WHERE Thursday Day Five = Kamis
Translate the following into a SQL query
What is friday day six when thursday day five is پچھمبے pachhambey?
SELECT Friday Day Six FROM table WHERE Thursday Day Five = پچھمبے pachhambey
Translate the following into a SQL query
What is friday day six when monday day two is isnin?
SELECT Friday Day Six FROM table WHERE Monday Day Two = Isnin
Translate the following into a SQL query
How many time is sunday day one is ahad?
SELECT COUNT Thursday Day Five FROM table WHERE Sunday Day One = Ahad
Translate the following into a SQL query
What is the least amount of freight carried when the super b capacity reached was February 26?
SELECT MIN Freight Carried s Tonne FROM table WHERE Super B Capacity Reached [ citation needed ] = February 26
Translate the following into a SQL query
What is the most number of truck loads north?
SELECT MAX Number of Truck Loads North FROM table
Translate the following into a SQL query
What is thea year the road closed April 13?
SELECT MAX Year FROM table WHERE Road Closed = April 13
Translate the following into a SQL query
When was the Super B capacity reached when the number of truck loads north was 7735?
SELECT Super B Capacity Reached [ citation needed ] FROM table WHERE Number of Truck Loads North = 7735
Translate the following into a SQL query
When was the super b capacity reached when the freight carried s tonne was 198818?
SELECT Super B Capacity Reached [ citation needed ] FROM table WHERE Freight Carried s Tonne = 198818
Translate the following into a SQL query
How many loses corresponded to giving up 714 points?
SELECT Lost FROM table WHERE Points against = 714
Translate the following into a SQL query
How many draws were there when there were 30 tries against?
SELECT Drawn FROM table WHERE Tries against = 30
Translate the following into a SQL query
How many try bonuses were there when there were 64 tries for?
SELECT Try bonus FROM table WHERE Tries for = 64
Translate the following into a SQL query
Which club gave up 714 points?
SELECT Club FROM table WHERE Points against = 714
Translate the following into a SQL query
What is the third entry in the row with a first entry of "club"?
SELECT Won FROM table WHERE Club = Club
Translate the following into a SQL query
What is the 8th entry in the row with a first entry of "club"?
SELECT Tries for FROM table WHERE Club = Club
Translate the following into a SQL query
How many were won with the points against was 450?
SELECT COUNT Won FROM table WHERE Points against = 450
Translate the following into a SQL query
what was the drawn when the tries for was 46?
SELECT Drawn FROM table WHERE Tries for = 46
Translate the following into a SQL query
What was the won when the points for was 496?
SELECT Won FROM table WHERE Points for = 496
Translate the following into a SQL query
What was the losing bonus when the points against was 445?
SELECT Losing bonus FROM table WHERE Points against = 445
Translate the following into a SQL query
What was the tries against when the drawn was 2?
SELECT Tries against FROM table WHERE Drawn = 2
Translate the following into a SQL query
What was the drawn when the tries against was 89?
SELECT Drawn FROM table WHERE Tries against = 89
Translate the following into a SQL query
What is the number of the name for number 4?
SELECT COUNT Name FROM table WHERE # = 4
Translate the following into a SQL query
What is the most number?
SELECT MAX # FROM table
Translate the following into a SQL query
what amount played tried for 60?
SELECT COUNT Played FROM table WHERE Tries for = 60
Translate the following into a SQL query
How many played where the points were 80?
SELECT Played FROM table WHERE Points = 80
Translate the following into a SQL query
what amount of points were lost by 13?
SELECT Points FROM table WHERE Lost = 13
Translate the following into a SQL query
what are the total points agains the score of 63?
SELECT Points against FROM table WHERE Points = 63
Translate the following into a SQL query
What amount of points where points were 389?
SELECT COUNT Points FROM table WHERE Points against = 389
Translate the following into a SQL query
HOW MANY PLAYERS PLAYED IN THE GAME THAT WON WITH 438 POINTS
SELECT Played FROM table WHERE Points for = 438
Translate the following into a SQL query
HOW MANY GAMES HAD A WIN WITH A BONUS OF 11
SELECT Won FROM table WHERE Try bonus = 11
Translate the following into a SQL query
HOW MANY GAMES WERE TIED AT 3?
SELECT Tries for FROM table WHERE Drawn = 3
Translate the following into a SQL query
HOW MANY GAMES HAD BONUS POINTS OF 6?
SELECT Points for FROM table WHERE Try bonus = 6
Translate the following into a SQL query
HOW MANY GAMES WERE TIED AT 76?
SELECT Drawn FROM table WHERE Points = 76
Translate the following into a SQL query
HOW MANY GAMES WERE LOST BY 12 POINTS?
SELECT COUNT Points for FROM table WHERE Lost = 12
Translate the following into a SQL query
What was the number of earnings were cuts made are 19 and money list rank is 3?
SELECT Earnings (€) FROM table WHERE Cuts made = 19 AND Money list rank = 3
Translate the following into a SQL query
How many listings are under money list rank wher 2nd' value is larger than 2.0?
SELECT COUNT Money list rank FROM table WHERE 2nd > 2.0
Translate the following into a SQL query
what are all the barrel lengths whith the name ar-15a3 competition hbar
SELECT Barrel length FROM table WHERE Name = AR-15A3 Competition HBAR
Translate the following into a SQL query
What is the fire control for the sporter target
SELECT Fire control FROM table WHERE Name = Sporter Target
Translate the following into a SQL query
What is the days with rain figure for the city of Santiago de Compostela?
SELECT Days with rain (year/summer) FROM table WHERE City/Town = Santiago de Compostela
Translate the following into a SQL query
How many rain figures are provided for sunlight hours in 1966?
SELECT COUNT Rain FROM table WHERE Sunlight hours = 1966
Translate the following into a SQL query
What is the value of barrel twist when the barrel profile is SFW?
SELECT Barrel twist FROM table WHERE Barrel profile = SFW
Translate the following into a SQL query
What kind of hand guards are associated with a rear sight of A1 and stock of A2?
SELECT Hand guards FROM table WHERE Rear sight = A1 AND Stock = A2
Translate the following into a SQL query
How many inches is the barrel length when the rear sight is weaver and the barrel profile is A2?
SELECT Barrel length FROM table WHERE Rear sight = Weaver AND Barrel profile = A2
Translate the following into a SQL query
What is the muzzle device on the colt model le1020?
SELECT Muzzle device FROM table WHERE Colt model no. = LE1020
Translate the following into a SQL query
What is the barrell profile that goes with the gas piston carbine?
SELECT Barrel profile FROM table WHERE Name = Gas Piston Carbine
Translate the following into a SQL query
What models have an a2 barrel profile?
SELECT Name FROM table WHERE Barrel profile = A2
Translate the following into a SQL query
What hand guard system is used with a gas piston commando?
SELECT Hand guards FROM table WHERE Name = Gas Piston Commando
Translate the following into a SQL query
What is the bayonet lug status for a m4 hbar and m4le carbine equipped?
SELECT Bayonet Lug FROM table WHERE Barrel profile = M4 HBAR AND Name = M4LE Carbine