question
stringlengths 12
244
| sql
stringlengths 22
468
|
---|---|
What channel tv (dt) plays the KPIX station?
|
SELECT Channel TV ( DT ) FROM table WHERE Station = KPIX
|
Which city of license/market has 3 (26) as their channel tv (dt)?
|
SELECT City of License /Market FROM table WHERE Channel TV ( DT ) = 3 (26)
|
Which channel tv (dt) plays in San Francisco - Oakland - San Jose?
|
SELECT Channel TV ( DT ) FROM table WHERE City of License /Market = San Francisco - Oakland - San Jose
|
How many years has station KPIX been owned?
|
SELECT COUNT Years owned FROM table WHERE Station = KPIX
|
Which city of license/market plays 3 (26)?
|
SELECT City of License /Market FROM table WHERE Channel TV ( DT ) = 3 (26)
|
Who currently affiliates in San Francisco - Oakland - San Jose?
|
SELECT Current affiliation FROM table WHERE City of License /Market = San Francisco - Oakland - San Jose
|
In which condition(s) is bleeding time prolonged and prothrombin time unaffected?
|
SELECT Condition FROM table WHERE Bleeding time = Prolonged AND Prothrombin time = Unaffected
|
How many entries for prothrombin time are there where platelet count is "decreased or unaffected"?
|
SELECT COUNT Prothrombin time FROM table WHERE Platelet count = Decreased or unaffected
|
How is the bleeding time wherein platelet count is decreased and prothrombin time is unaffected?
|
SELECT Bleeding time FROM table WHERE Platelet count = Decreased AND Prothrombin time = Unaffected
|
What are all the possible bleeding time results where prothrombin time and platelet count are both unaffected?
|
SELECT Bleeding time FROM table WHERE Prothrombin time = Unaffected AND Platelet count = Unaffected
|
What is the percentage of land area in the ecozone that the percentage protected is 7.96?
|
SELECT Percentage of land area FROM table WHERE Percentage protected = 7.96
|
What is the percentage of total area in the ecozone that the percentage of land area is 2.2?
|
SELECT Percentage of total area FROM table WHERE Percentage of land area = 2.2
|
What is the percentage of total area in the ecozone that the percentage protected is 8.06?
|
SELECT Percentage of total area FROM table WHERE Percentage protected = 8.06
|
What is the percentage of land area in the ecozone that the percentage protected is 15.28?
|
SELECT Percentage of land area FROM table WHERE Percentage protected = 15.28
|
How large is the Boreal Shield in km2?
|
SELECT COUNT Area (km²) FROM table WHERE Ecozone = Boreal Shield
|
What is the percentage of total area in the ecozone that the area is 1782252 km2?
|
SELECT Percentage of total area FROM table WHERE Area (km²) = 1782252
|
What is the condition of the platelet counts in hemophilia?
|
SELECT Platelet count FROM table WHERE Condition = Hemophilia
|
What is the prothrombin time in Von willebrand disease?
|
SELECT Prothrombin time FROM table WHERE Condition = Von Willebrand disease
|
If the partial thromboplastin and bleeding time is prolonged, what is the prothrombin time?
|
SELECT Prothrombin time FROM table WHERE Partial thromboplastin time = Prolonged AND Bleeding time = Prolonged
|
What is the bleeding time in Bernard-soulier syndrome?
|
SELECT Bleeding time FROM table WHERE Condition = Bernard-Soulier syndrome
|
Which ring names are currently ranked f0 jūryō 3 west?
|
SELECT Ring name FROM table WHERE Current rank = f0 Jūryō 3 West
|
How many wrestlers were born in nara, and have a completed 'career and other notes' section?
|
SELECT COUNT Career and other notes FROM table WHERE Birthplace = Nara
|
What are the debut year for wrestlers born in Nara?
|
SELECT Debut FROM table WHERE Birthplace = Nara
|
Where were the wrestlers born who debuted in 2002-7?
|
SELECT Birthplace FROM table WHERE Debut = 2002-7
|
What are the career and other notes for wrestlers whose stable is oguruma?
|
SELECT Career and other notes FROM table WHERE Stable = Oguruma
|
Name the kinship for *t-ina
|
SELECT Kinship FROM table WHERE Proto-Malayo-Polynesian = *t-ina
|
Name the number of proto austronesian for *natu
|
SELECT COUNT Proto-Austronesian FROM table WHERE Proto-Oceanic = *natu
|
Name the ptor-austronesian for father
|
SELECT Proto-Austronesian FROM table WHERE Kinship = father
|
Name the proto oceanic for *fafine
|
SELECT Proto-Oceanic FROM table WHERE Proto-Polynesian = *fafine
|
Name the proto-austrronesian for *pine, *papine
|
SELECT Proto-Austronesian FROM table WHERE Proto-Oceanic = *pine, *papine
|
Name who wrote number 47
|
SELECT Written by FROM table WHERE No. in series = 47
|
What is the largest mass(kg)?
|
SELECT MAX Mass (kg) FROM table
|
Which college did draft pick #143 attend?
|
SELECT College FROM table WHERE Choice = 143
|
How heavy were the players who attended Arkansas?
|
SELECT Weight FROM table WHERE College = Arkansas
|
Which college did the player weighing 207 pounds attend?
|
SELECT College FROM table WHERE Weight = 207
|
Name who wrote the episode when the viewers was 1.81
|
SELECT Written by FROM table WHERE U.S. viewers (million) = 1.81
|
Name who directed the 114 episode in the series
|
SELECT Directed by FROM table WHERE No. in series = 114
|
Name the total number of air dates for 102 episode
|
SELECT COUNT Original air date FROM table WHERE No. in series = 102
|
Name who wrote the 11 number in the season
|
SELECT Written by FROM table WHERE No. in season = 11
|
Name the award name for black ocean current
|
SELECT Award name FROM table WHERE Team name = BLACK OCEAN CURRENT
|
What position(s) do players from florida state play?
|
SELECT Position FROM table WHERE College = Florida State
|
How much does geno hayes weigh?
|
SELECT Weight FROM table WHERE Player name = Geno Hayes
|
What college did jeremy zuttah attend?
|
SELECT College FROM table WHERE Player name = Jeremy Zuttah
|
What was brian rafuse's pf?
|
SELECT PF FROM table WHERE Skip = Brian Rafuse
|
When the stolen ends equal 5 whats the amount of pa?
|
SELECT MAX PA FROM table WHERE Stolen Ends = 5
|
What position is the player whose first year is 2014
|
SELECT Position in 2013 FROM table WHERE First season = 2014
|
What was the players position in 2013 who had 29 seasons in the second tier
|
SELECT Position in 2013 FROM table WHERE Number of seasons in second tier = 29
|
What was the first season for Syrianska FC
|
SELECT First season FROM table WHERE Club = Syrianska FC
|
What was the earliest season recorded for any team
|
SELECT MIN First season FROM table
|
Name the number of points for october 11
|
SELECT MAX Points For FROM table WHERE Date = October 11
|
Name the date for week 9
|
SELECT Date FROM table WHERE Week = 9
|
Name the points against for november 7
|
SELECT Points Against FROM table WHERE Date = November 7
|
Name the points against for november 14
|
SELECT Points Against FROM table WHERE Date = November 14
|
Name the first downs for points against being 0
|
SELECT First Downs FROM table WHERE Points Against = 0
|
Name the record for new york giants
|
SELECT Record FROM table WHERE Opponent = New York Giants
|
Name the least purse for 2011
|
SELECT MIN Purse ( US$ ) FROM table WHERE Year = 2011
|
Name the number of wheel arrangement when class is d14
|
SELECT COUNT Wheel Arrangement FROM table WHERE Class = D14
|
Name the most number of pyewipe
|
SELECT MAX Number at Pyewipe FROM table
|
Name the number at march when class is j66
|
SELECT Number at March FROM table WHERE Class = J66
|
Name the railway when class is j19
|
SELECT Railway FROM table WHERE Class = J19
|
Name the railway when class is j15
|
SELECT Railway FROM table WHERE Class = J15
|
Name the years in orlando for penn state
|
SELECT Years in Orlando FROM table WHERE School/Club Team = Penn State
|
Name the nationality of number 9
|
SELECT Nationality FROM table WHERE No. = 9
|
Name the years in orlando for forward
|
SELECT Years in Orlando FROM table WHERE Position = Forward
|
Name the number of players from arizona
|
SELECT COUNT Player FROM table WHERE School/Club Team = Arizona
|
Name the years in orlando that the player from concord hs was in
|
SELECT Years in Orlando FROM table WHERE School/Club Team = Concord HS
|
Name the number of players for louisiana state
|
SELECT COUNT Player FROM table WHERE School/Club Team = Louisiana State
|
Name the school/club team for kevin ollie
|
SELECT School/Club Team FROM table WHERE Player = Kevin Ollie
|
Name the school/club team for jawann oldham
|
SELECT School/Club Team FROM table WHERE Player = Jawann Oldham
|
Name the player for seattle
|
SELECT Player FROM table WHERE School/Club Team = Seattle
|
What is the nationality of th player who's school is Clemson?
|
SELECT Nationality FROM table WHERE School/Club Team = Clemson
|
What years did the player who's school is Clemson spend in Orlando?
|
SELECT Years in Orlando FROM table WHERE School/Club Team = Clemson
|
What is the number of the player who attended Delta State?
|
SELECT MAX No. FROM table WHERE School/Club Team = Delta State
|
Who plays the position of forward-center?
|
SELECT Player FROM table WHERE Position = Forward-Center
|
During what years did Chris Corchiani play in Orlando?
|
SELECT Years in Orlando FROM table WHERE Player = Chris Corchiani
|
When the face value is 42¢, what was the issue's date?
|
SELECT Date of issue FROM table WHERE Face Value = 42¢
|
Which location has the ecosystem of kelp forest?
|
SELECT Place of issue FROM table WHERE Ecosystem = Kelp Forest
|
How many stamps have a face value of 37¢ and were printed in the banknote corporation of america?
|
SELECT COUNT No. stamps in sheet FROM table WHERE Face Value = 37¢ AND Printer = Banknote Corporation of America
|
Who was the printer of Estes Park, Colorado?
|
SELECT Printer FROM table WHERE Place of issue = Estes Park, Colorado
|
The stamp was 39¢, who was the printer?
|
SELECT Printer FROM table WHERE Face Value = 39¢
|
What are values of attendance for the El Paso, TX location?
|
SELECT Attendance FROM table WHERE Location = El Paso, TX
|
How many values for result correspond to attendance of 74,111?
|
SELECT COUNT Result FROM table WHERE Attendance = 74,111
|
How many locations have the Sun Life Stadium?
|
SELECT COUNT Location FROM table WHERE Stadium = Sun Life Stadium
|
What is the highest season for a bowl game of the 1993 Independence Bowl?
|
SELECT MAX Season FROM table WHERE Bowl game = 1993 Independence Bowl
|
What is the lowest # in Atlanta, GA with the Georgia Bulldogs as an opponent?
|
SELECT MIN # FROM table WHERE Location = Atlanta, GA AND Opponent = Georgia Bulldogs
|
How many values for attendance correspond to the 1986 Peach Bowl?
|
SELECT COUNT Attendance FROM table WHERE Bowl game = 1986 Peach Bowl
|
Who was the interview subject in the 2-86 issue?
|
SELECT Interview subject FROM table WHERE Date = 2-86
|
Who were all the pictorials when the centerfold model was Rebekka Armstrong?
|
SELECT COUNT Pictorials FROM table WHERE Centerfold model = Rebekka Armstrong
|
Who were the pictorials when the centerfold model was Ava Fabian?
|
SELECT Pictorials FROM table WHERE Centerfold model = Ava Fabian
|
Who was the interview subject when the centerfold model was Sherry Arnett?
|
SELECT COUNT Interview subject FROM table WHERE Centerfold model = Sherry Arnett
|
Who was the cover model in the 7-86 issue?
|
SELECT Cover model FROM table WHERE Date = 7-86
|
What is the date of the issue where the pictorials is of Female s disk jockey?
|
SELECT COUNT Date FROM table WHERE Pictorials = Female s disk jockey
|
WHO WAS THE COVER MODEL OF PLAYBOY WHERE THE CENTERFOLD MODEL WAS SHALLAN MEIERS?
|
SELECT Cover model FROM table WHERE Centerfold model = Shallan Meiers
|
WHO WAS THE CENTERFOLD MODEL IN THE ISSUE WHERE OSCAR DE LA HOYA ANSWERED THE 20 QUESTIONS?
|
SELECT Centerfold model FROM table WHERE 20 Questions = Oscar de la Hoya
|
IN THE ISSUE WHERE NICOLE NARAIN WAS THE CENTERFOLD MODEL, WHO WAS THE INTERVIEW SUBJECT?
|
SELECT Interview subject FROM table WHERE Centerfold model = Nicole Narain
|
IN THE ISSUE WHERE LENNY KRAVITZ ANSWERED THE 20 QUESTIONS, HOW MANY PICTORIALS WERE IN THE MAGAZINE?
|
SELECT COUNT Pictorials FROM table WHERE 20 Questions = Lenny Kravitz
|
IN HOW MANY ISSUES WAS HARRISON FORD THE INTERVIEW SUBJECT?
|
SELECT COUNT Date FROM table WHERE Interview subject = Harrison Ford
|
Who was featured in 20 questions when the subject of the interview was Mike Piazza?
|
SELECT 20 Questions FROM table WHERE Interview subject = Mike Piazza
|
Who was featured in 20 questions on 4-03?
|
SELECT 20 Questions FROM table WHERE Date = 4-03
|
On what deate was the centerfold featured Luci Victoria?
|
SELECT Date FROM table WHERE Centerfold model = Luci Victoria
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.