instruction
stringclasses
1 value
input
stringlengths
12
244
output
stringlengths
22
468
Translate the following into a SQL query
What school did the player Ethan Bennett attend?
SELECT School FROM table WHERE Player = Ethan Bennett
Translate the following into a SQL query
What MLB Drafts have the position pitcher/infielder?
SELECT MLB Draft FROM table WHERE Position = Pitcher/Infielder
Translate the following into a SQL query
What positions were drafted from Las Vegas, NV?
SELECT Position FROM table WHERE Hometown = Las Vegas, NV
Translate the following into a SQL query
What is the hometown of Bubba Starling?
SELECT Hometown FROM table WHERE Player = Bubba Starling
Translate the following into a SQL query
How many schools did Bubba Starling attend?
SELECT COUNT School FROM table WHERE Player = Bubba Starling
Translate the following into a SQL query
What was the hometown of the player who attended Athens Drive High School?
SELECT Hometown FROM table WHERE School = Athens Drive High School
Translate the following into a SQL query
What school did Pat Osborn attend?
SELECT School FROM table WHERE Player = Pat Osborn
Translate the following into a SQL query
What is Josh Hamilton's hometown?
SELECT Hometown FROM table WHERE Player = Josh Hamilton
Translate the following into a SQL query
What school does Kerry Wood play for?
SELECT School FROM table WHERE Player = Kerry Wood
Translate the following into a SQL query
What's the position of the player from Germantown, TN?
SELECT Position FROM table WHERE Hometown = Germantown, TN
Translate the following into a SQL query
What player goes to Torrey Pines High School?
SELECT Player FROM table WHERE School = Torrey Pines High School
Translate the following into a SQL query
What position does Kerry Wood play in?
SELECT Position FROM table WHERE Player = Kerry Wood
Translate the following into a SQL query
What's Shion Newton's MLB draft result?
SELECT MLB Draft FROM table WHERE Player = Shion Newton
Translate the following into a SQL query
What is the hometown of the pitcher who's school was Saint Joseph Regional High School?
SELECT Hometown FROM table WHERE Position = Pitcher AND School = Saint Joseph Regional High School
Translate the following into a SQL query
What is the school of the player from Lake Charles, LA?
SELECT School FROM table WHERE Hometown = Lake Charles, LA
Translate the following into a SQL query
Where was mlb draft for the player who's school was Carl Albert High School?
SELECT MLB Draft FROM table WHERE School = Carl Albert High School
Translate the following into a SQL query
What school did the player attend who's hometown was Montvale, NJ?
SELECT School FROM table WHERE Hometown = Montvale, NJ
Translate the following into a SQL query
What is the school for the player who's hometown was Irvine, CA?
SELECT School FROM table WHERE Hometown = Irvine, CA
Translate the following into a SQL query
How many positions did the player from Spring High School play?
SELECT COUNT Position FROM table WHERE School = Spring High School
Translate the following into a SQL query
What player is from Spring, Tx?
SELECT Player FROM table WHERE Hometown = Spring, TX
Translate the following into a SQL query
What town is Brighton High School in?
SELECT Hometown FROM table WHERE School = Brighton High School
Translate the following into a SQL query
The catcher went to what school?
SELECT School FROM table WHERE Position = Catcher
Translate the following into a SQL query
How many schools did Mike Jones attend?
SELECT COUNT School FROM table WHERE Player = Mike Jones
Translate the following into a SQL query
What is the postion of the player listed from Dooly County High School?
SELECT Position FROM table WHERE School = Dooly County High School
Translate the following into a SQL query
What player represented Vista Murrieta High School?
SELECT Player FROM table WHERE School = Vista Murrieta High School
Translate the following into a SQL query
What was the position of the player from Butler High School?
SELECT Position FROM table WHERE School = Butler High School
Translate the following into a SQL query
What position belonged to the player from Paramus, New Jersey?
SELECT Position FROM table WHERE Hometown = Paramus, New Jersey
Translate the following into a SQL query
What town is Muscle Shoals High School located in?
SELECT Hometown FROM table WHERE School = Muscle Shoals High School
Translate the following into a SQL query
What pick was the player from Apopka, FL in the 2002 MLB draft
SELECT MLB Draft FROM table WHERE Hometown = Apopka, FL
Translate the following into a SQL query
WHAT SCHOOL DID THE PLAYER FROM SOUTH CAROLINA ATTEND?
SELECT School FROM table WHERE College = South Carolina
Translate the following into a SQL query
WHAT IS THE HOMETOWN OF TONY STEWARD?
SELECT Hometown FROM table WHERE Player = Tony Steward
Translate the following into a SQL query
WHAT POSITION DOES THE PLAYER FROM SOUTH POINTE HIGH SCHOOL PLAY?
SELECT Position FROM table WHERE School = South Pointe High School
Translate the following into a SQL query
HOW MANY PLAYERS PLAY FOR OREGON?
SELECT COUNT Player FROM table WHERE College = Oregon
Translate the following into a SQL query
WHAT SCHOOL DOES HA'SEAN CLINTON-DIX BELONG TO?
SELECT School FROM table WHERE Player = Ha'Sean Clinton-Dix
Translate the following into a SQL query
How many players are from Delray Beach, Florida?
SELECT COUNT Player FROM table WHERE Hometown = Delray Beach, Florida
Translate the following into a SQL query
How many schools did Derrick Green attend?
SELECT COUNT School FROM table WHERE Player = Derrick Green
Translate the following into a SQL query
What is the hometown of the player who attended American Heritage School?
SELECT Hometown FROM table WHERE School = American Heritage School
Translate the following into a SQL query
How many positions does Greg Bryant play?
SELECT COUNT Position FROM table WHERE Player = Greg Bryant
Translate the following into a SQL query
How many schools did Derrick Green attend?
SELECT COUNT School FROM table WHERE Player = Derrick Green
Translate the following into a SQL query
Which college has the player Rushel Shell?
SELECT College FROM table WHERE Player = Rushel Shell
Translate the following into a SQL query
Which players attend Stanford college?
SELECT Player FROM table WHERE College = Stanford
Translate the following into a SQL query
Which school is in the hometown of Aledo, Texas?
SELECT School FROM table WHERE Hometown = Aledo, Texas
Translate the following into a SQL query
Zach Banner is a player at which school?
SELECT School FROM table WHERE Player = Zach Banner
Translate the following into a SQL query
What position is associated with the hometown of Olney, Maryland?
SELECT COUNT Position FROM table WHERE Hometown = Olney, Maryland
Translate the following into a SQL query
Which college does the player John Theus associate with?
SELECT College FROM table WHERE Player = John Theus
Translate the following into a SQL query
What player's hometown is Abilene, Texas?
SELECT Player FROM table WHERE Hometown = Abilene, Texas
Translate the following into a SQL query
How many players are from Indianapolis, Indiana?
SELECT COUNT Player FROM table WHERE Hometown = Indianapolis, Indiana
Translate the following into a SQL query
What position is Charone Peake?
SELECT Position FROM table WHERE Player = Charone Peake
Translate the following into a SQL query
Running back Aaron Green went to Nebraska and what high school?
SELECT School FROM table WHERE Position = Running back AND College = Nebraska
Translate the following into a SQL query
What player's hometown is Roebuck, South Carolina?
SELECT Player FROM table WHERE Hometown = Roebuck, South Carolina
Translate the following into a SQL query
what are all the positions of players who's hometown is concord, california
SELECT Position FROM table WHERE Hometown = Concord, California
Translate the following into a SQL query
who are all the players for st. thomas aquinas high school
SELECT Player FROM table WHERE School = St. Thomas Aquinas High School
Translate the following into a SQL query
who are all the players for mission viejo high school
SELECT Player FROM table WHERE School = Mission Viejo High School
Translate the following into a SQL query
What is the hometown of the players for de la salle high school
SELECT Hometown FROM table WHERE School = De La Salle High School
Translate the following into a SQL query
who are all the players for armwood high school
SELECT Player FROM table WHERE School = Armwood High School
Translate the following into a SQL query
What is the hometown of the players for placer, california
SELECT School FROM table WHERE Hometown = Placer, California
Translate the following into a SQL query
What is the nba draft for the player from the hometown of virginia beach, va?
SELECT NBA Draft FROM table WHERE Hometown = Virginia Beach, VA
Translate the following into a SQL query
what is the college for the player who's school is camden high school?
SELECT College FROM table WHERE School = Camden High School
Translate the following into a SQL query
what is the year for player is derrick favors?
SELECT Year FROM table WHERE Player = Derrick Favors
Translate the following into a SQL query
how many times was the player felipe lopez?
SELECT COUNT NBA Draft FROM table WHERE Player = Felipe Lopez
Translate the following into a SQL query
what is the college for the player damon bailey?
SELECT College FROM table WHERE Player = Damon Bailey
Translate the following into a SQL query
what is the player who's college is listed as direct to nba, school is st. vincent – st. mary high school and the year is 2001-2002?
SELECT Player FROM table WHERE College = Direct to NBA AND School = St. Vincent – St. Mary High School AND Year = 2001-2002
Translate the following into a SQL query
Which hometown has the college Louisiana State?
SELECT Hometown FROM table WHERE College = Louisiana State
Translate the following into a SQL query
Which college is present in the hometown of Crete, Illinois?
SELECT College FROM table WHERE Hometown = Crete, Illinois
Translate the following into a SQL query
Which school has the player Thomas Tyner?
SELECT School FROM table WHERE Player = Thomas Tyner
Translate the following into a SQL query
Which school is located in the hometown of Centerville, Ohio?
SELECT School FROM table WHERE Hometown = Centerville, Ohio
Translate the following into a SQL query
What player is from Ohio State college?
SELECT Player FROM table WHERE College = Ohio State
Translate the following into a SQL query
Which school is home to player Thomas Tyner?
SELECT School FROM table WHERE Player = Thomas Tyner
Translate the following into a SQL query
Where is scott starr from?
SELECT Hometown FROM table WHERE Player = Scott Starr
Translate the following into a SQL query
Where is lincoln high school located?
SELECT Hometown FROM table WHERE School = Lincoln High School
Translate the following into a SQL query
Where is Shaq Thompson from?
SELECT Hometown FROM table WHERE Player = Shaq Thompson
Translate the following into a SQL query
Where did Darius Hamilton go?
SELECT School FROM table WHERE Player = Darius Hamilton
Translate the following into a SQL query
Where is Norco HIgh School?
SELECT Hometown FROM table WHERE School = Norco High School
Translate the following into a SQL query
What is the height of the player that went to ohio state?
SELECT Height FROM table WHERE College = Ohio State
Translate the following into a SQL query
Name the total number of nba drafts that went to east side high school
SELECT COUNT NBA Draft FROM table WHERE School = East Side High School
Translate the following into a SQL query
Name the numbers of the nba draft where the player went to kentucky
SELECT NBA Draft FROM table WHERE College = Kentucky
Translate the following into a SQL query
What was the rating in 1997?
SELECT Ratings FROM table WHERE Year = 1997
Translate the following into a SQL query
Who narrated the lap-by-lap to a 13.4 million audience?
SELECT Lap-by-lap FROM table WHERE Viewers = 13.4 million
Translate the following into a SQL query
What was the number for Bötzow where Vehlefanz is 1.800?
SELECT Bötzow FROM table WHERE Vehlefanz = 1.800
Translate the following into a SQL query
What was the number for Vehlefanz where Bärenklau is 1.288?
SELECT Vehlefanz FROM table WHERE Bärenklau = 1.288
Translate the following into a SQL query
What was the number for Schwante where Bärenklau is 1.270?
SELECT Schwante FROM table WHERE Bärenklau = 1.270
Translate the following into a SQL query
How many years where Neu-Vehlefanz had a number of 365?
SELECT COUNT Year FROM table WHERE Neu-Vehlefanz = 365
Translate the following into a SQL query
How many times did Neu-Vehlefanz occur when Schwante had 2.043?
SELECT COUNT Neu-Vehlefanz FROM table WHERE Schwante = 2.043
Translate the following into a SQL query
How many years where Eichstädt had a number of 939?
SELECT COUNT Year FROM table WHERE Eichstädt = 939
Translate the following into a SQL query
How many have been replaced where the appointment date is 10 December 2007 and the manner of departure is quit?
SELECT COUNT Replaced by FROM table WHERE Date of appointment = 10 December 2007 AND Manner of departure = Quit
Translate the following into a SQL query
What is the date of vacancy for 10 december 2007 when quit?
SELECT Date of vacancy FROM table WHERE Date of appointment = 10 December 2007 AND Manner of departure = Quit
Translate the following into a SQL query
How many manners of departure did peter voets have?
SELECT COUNT Manner of departure FROM table WHERE Outgoing manager = Peter Voets
Translate the following into a SQL query
What is the link abilities when the predecessors is ti-85?
SELECT Link Abilities FROM table WHERE Predecessors = TI-85
Translate the following into a SQL query
What is the cpu of the calculator released in 1993?
SELECT CPU FROM table WHERE Year Released = 1993
Translate the following into a SQL query
what is the display size for the calculator released in 1997?
SELECT Display Size FROM table WHERE Year Released = 1997
Translate the following into a SQL query
what is the display size for the calculator ti-82?
SELECT Display Size FROM table WHERE Calculator = TI-82
Translate the following into a SQL query
what is the cpu for the calculator with 28 kb of ram and display size 128×64 pixels 21×8 characters?
SELECT CPU FROM table WHERE RAM = 28 KB of RAM AND Display Size = 128×64 pixels 21×8 characters
Translate the following into a SQL query
How many series has the title "interior loft"?
SELECT COUNT Series # FROM table WHERE Title = "Interior Loft"
Translate the following into a SQL query
Who was the dirctor for season 13?
SELECT Director(s) FROM table WHERE Season # = 13
Translate the following into a SQL query
Who was the director for the title, "funhouse"?
SELECT Director(s) FROM table WHERE Title = "Funhouse"
Translate the following into a SQL query
What is the episode title of the show that had a production code of 3T5764?
SELECT Title FROM table WHERE Production code = 3T5764
Translate the following into a SQL query
What is the first series number that Adele Lim wrote?
SELECT MIN No. in series FROM table WHERE Written by = Adele Lim
Translate the following into a SQL query
How many millions of U.S. viewers watched the show with a production code of 3T5769?
SELECT U.S. viewers (millions) FROM table WHERE Production code = 3T5769
Translate the following into a SQL query
When was the show first aired that was viewed by 3.57 million U.S. viewers?
SELECT Original air date FROM table WHERE U.S. viewers (millions) = 3.57
Translate the following into a SQL query
Who directed the show that was viewed by 2.06 million U.S. people?
SELECT Directed by FROM table WHERE U.S. viewers (millions) = 2.06