question
stringlengths 12
244
| sql
stringlengths 22
468
|
|---|---|
What school did the player Ethan Bennett attend?
|
SELECT School FROM table WHERE Player = Ethan Bennett
|
What MLB Drafts have the position pitcher/infielder?
|
SELECT MLB Draft FROM table WHERE Position = Pitcher/Infielder
|
What positions were drafted from Las Vegas, NV?
|
SELECT Position FROM table WHERE Hometown = Las Vegas, NV
|
What is the hometown of Bubba Starling?
|
SELECT Hometown FROM table WHERE Player = Bubba Starling
|
How many schools did Bubba Starling attend?
|
SELECT COUNT School FROM table WHERE Player = Bubba Starling
|
What was the hometown of the player who attended Athens Drive High School?
|
SELECT Hometown FROM table WHERE School = Athens Drive High School
|
What school did Pat Osborn attend?
|
SELECT School FROM table WHERE Player = Pat Osborn
|
What is Josh Hamilton's hometown?
|
SELECT Hometown FROM table WHERE Player = Josh Hamilton
|
What school does Kerry Wood play for?
|
SELECT School FROM table WHERE Player = Kerry Wood
|
What's the position of the player from Germantown, TN?
|
SELECT Position FROM table WHERE Hometown = Germantown, TN
|
What player goes to Torrey Pines High School?
|
SELECT Player FROM table WHERE School = Torrey Pines High School
|
What position does Kerry Wood play in?
|
SELECT Position FROM table WHERE Player = Kerry Wood
|
What's Shion Newton's MLB draft result?
|
SELECT MLB Draft FROM table WHERE Player = Shion Newton
|
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
|
What is the school of the player from Lake Charles, LA?
|
SELECT School FROM table WHERE Hometown = Lake Charles, LA
|
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
|
What school did the player attend who's hometown was Montvale, NJ?
|
SELECT School FROM table WHERE Hometown = Montvale, NJ
|
What is the school for the player who's hometown was Irvine, CA?
|
SELECT School FROM table WHERE Hometown = Irvine, CA
|
How many positions did the player from Spring High School play?
|
SELECT COUNT Position FROM table WHERE School = Spring High School
|
What player is from Spring, Tx?
|
SELECT Player FROM table WHERE Hometown = Spring, TX
|
What town is Brighton High School in?
|
SELECT Hometown FROM table WHERE School = Brighton High School
|
The catcher went to what school?
|
SELECT School FROM table WHERE Position = Catcher
|
How many schools did Mike Jones attend?
|
SELECT COUNT School FROM table WHERE Player = Mike Jones
|
What is the postion of the player listed from Dooly County High School?
|
SELECT Position FROM table WHERE School = Dooly County High School
|
What player represented Vista Murrieta High School?
|
SELECT Player FROM table WHERE School = Vista Murrieta High School
|
What was the position of the player from Butler High School?
|
SELECT Position FROM table WHERE School = Butler High School
|
What position belonged to the player from Paramus, New Jersey?
|
SELECT Position FROM table WHERE Hometown = Paramus, New Jersey
|
What town is Muscle Shoals High School located in?
|
SELECT Hometown FROM table WHERE School = Muscle Shoals High School
|
What pick was the player from Apopka, FL in the 2002 MLB draft
|
SELECT MLB Draft FROM table WHERE Hometown = Apopka, FL
|
WHAT SCHOOL DID THE PLAYER FROM SOUTH CAROLINA ATTEND?
|
SELECT School FROM table WHERE College = South Carolina
|
WHAT IS THE HOMETOWN OF TONY STEWARD?
|
SELECT Hometown FROM table WHERE Player = Tony Steward
|
WHAT POSITION DOES THE PLAYER FROM SOUTH POINTE HIGH SCHOOL PLAY?
|
SELECT Position FROM table WHERE School = South Pointe High School
|
HOW MANY PLAYERS PLAY FOR OREGON?
|
SELECT COUNT Player FROM table WHERE College = Oregon
|
WHAT SCHOOL DOES HA'SEAN CLINTON-DIX BELONG TO?
|
SELECT School FROM table WHERE Player = Ha'Sean Clinton-Dix
|
How many players are from Delray Beach, Florida?
|
SELECT COUNT Player FROM table WHERE Hometown = Delray Beach, Florida
|
How many schools did Derrick Green attend?
|
SELECT COUNT School FROM table WHERE Player = Derrick Green
|
What is the hometown of the player who attended American Heritage School?
|
SELECT Hometown FROM table WHERE School = American Heritage School
|
How many positions does Greg Bryant play?
|
SELECT COUNT Position FROM table WHERE Player = Greg Bryant
|
How many schools did Derrick Green attend?
|
SELECT COUNT School FROM table WHERE Player = Derrick Green
|
Which college has the player Rushel Shell?
|
SELECT College FROM table WHERE Player = Rushel Shell
|
Which players attend Stanford college?
|
SELECT Player FROM table WHERE College = Stanford
|
Which school is in the hometown of Aledo, Texas?
|
SELECT School FROM table WHERE Hometown = Aledo, Texas
|
Zach Banner is a player at which school?
|
SELECT School FROM table WHERE Player = Zach Banner
|
What position is associated with the hometown of Olney, Maryland?
|
SELECT COUNT Position FROM table WHERE Hometown = Olney, Maryland
|
Which college does the player John Theus associate with?
|
SELECT College FROM table WHERE Player = John Theus
|
What player's hometown is Abilene, Texas?
|
SELECT Player FROM table WHERE Hometown = Abilene, Texas
|
How many players are from Indianapolis, Indiana?
|
SELECT COUNT Player FROM table WHERE Hometown = Indianapolis, Indiana
|
What position is Charone Peake?
|
SELECT Position FROM table WHERE Player = Charone Peake
|
Running back Aaron Green went to Nebraska and what high school?
|
SELECT School FROM table WHERE Position = Running back AND College = Nebraska
|
What player's hometown is Roebuck, South Carolina?
|
SELECT Player FROM table WHERE Hometown = Roebuck, South Carolina
|
what are all the positions of players who's hometown is concord, california
|
SELECT Position FROM table WHERE Hometown = Concord, California
|
who are all the players for st. thomas aquinas high school
|
SELECT Player FROM table WHERE School = St. Thomas Aquinas High School
|
who are all the players for mission viejo high school
|
SELECT Player FROM table WHERE School = Mission Viejo High School
|
What is the hometown of the players for de la salle high school
|
SELECT Hometown FROM table WHERE School = De La Salle High School
|
who are all the players for armwood high school
|
SELECT Player FROM table WHERE School = Armwood High School
|
What is the hometown of the players for placer, california
|
SELECT School FROM table WHERE Hometown = Placer, California
|
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
|
what is the college for the player who's school is camden high school?
|
SELECT College FROM table WHERE School = Camden High School
|
what is the year for player is derrick favors?
|
SELECT Year FROM table WHERE Player = Derrick Favors
|
how many times was the player felipe lopez?
|
SELECT COUNT NBA Draft FROM table WHERE Player = Felipe Lopez
|
what is the college for the player damon bailey?
|
SELECT College FROM table WHERE Player = Damon Bailey
|
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
|
Which hometown has the college Louisiana State?
|
SELECT Hometown FROM table WHERE College = Louisiana State
|
Which college is present in the hometown of Crete, Illinois?
|
SELECT College FROM table WHERE Hometown = Crete, Illinois
|
Which school has the player Thomas Tyner?
|
SELECT School FROM table WHERE Player = Thomas Tyner
|
Which school is located in the hometown of Centerville, Ohio?
|
SELECT School FROM table WHERE Hometown = Centerville, Ohio
|
What player is from Ohio State college?
|
SELECT Player FROM table WHERE College = Ohio State
|
Which school is home to player Thomas Tyner?
|
SELECT School FROM table WHERE Player = Thomas Tyner
|
Where is scott starr from?
|
SELECT Hometown FROM table WHERE Player = Scott Starr
|
Where is lincoln high school located?
|
SELECT Hometown FROM table WHERE School = Lincoln High School
|
Where is Shaq Thompson from?
|
SELECT Hometown FROM table WHERE Player = Shaq Thompson
|
Where did Darius Hamilton go?
|
SELECT School FROM table WHERE Player = Darius Hamilton
|
Where is Norco HIgh School?
|
SELECT Hometown FROM table WHERE School = Norco High School
|
What is the height of the player that went to ohio state?
|
SELECT Height FROM table WHERE College = Ohio State
|
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
|
Name the numbers of the nba draft where the player went to kentucky
|
SELECT NBA Draft FROM table WHERE College = Kentucky
|
What was the rating in 1997?
|
SELECT Ratings FROM table WHERE Year = 1997
|
Who narrated the lap-by-lap to a 13.4 million audience?
|
SELECT Lap-by-lap FROM table WHERE Viewers = 13.4 million
|
What was the number for Bötzow where Vehlefanz is 1.800?
|
SELECT Bötzow FROM table WHERE Vehlefanz = 1.800
|
What was the number for Vehlefanz where Bärenklau is 1.288?
|
SELECT Vehlefanz FROM table WHERE Bärenklau = 1.288
|
What was the number for Schwante where Bärenklau is 1.270?
|
SELECT Schwante FROM table WHERE Bärenklau = 1.270
|
How many years where Neu-Vehlefanz had a number of 365?
|
SELECT COUNT Year FROM table WHERE Neu-Vehlefanz = 365
|
How many times did Neu-Vehlefanz occur when Schwante had 2.043?
|
SELECT COUNT Neu-Vehlefanz FROM table WHERE Schwante = 2.043
|
How many years where Eichstädt had a number of 939?
|
SELECT COUNT Year FROM table WHERE Eichstädt = 939
|
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
|
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
|
How many manners of departure did peter voets have?
|
SELECT COUNT Manner of departure FROM table WHERE Outgoing manager = Peter Voets
|
What is the link abilities when the predecessors is ti-85?
|
SELECT Link Abilities FROM table WHERE Predecessors = TI-85
|
What is the cpu of the calculator released in 1993?
|
SELECT CPU FROM table WHERE Year Released = 1993
|
what is the display size for the calculator released in 1997?
|
SELECT Display Size FROM table WHERE Year Released = 1997
|
what is the display size for the calculator ti-82?
|
SELECT Display Size FROM table WHERE Calculator = TI-82
|
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
|
How many series has the title "interior loft"?
|
SELECT COUNT Series # FROM table WHERE Title = "Interior Loft"
|
Who was the dirctor for season 13?
|
SELECT Director(s) FROM table WHERE Season # = 13
|
Who was the director for the title, "funhouse"?
|
SELECT Director(s) FROM table WHERE Title = "Funhouse"
|
What is the episode title of the show that had a production code of 3T5764?
|
SELECT Title FROM table WHERE Production code = 3T5764
|
What is the first series number that Adele Lim wrote?
|
SELECT MIN No. in series FROM table WHERE Written by = Adele Lim
|
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
|
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
|
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
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.