question stringlengths 12 244 | sql stringlengths 22 468 |
|---|---|
On what deate was the centerfold featured Luci Victoria? | SELECT Date FROM table WHERE Centerfold model = Luci Victoria |
How many centerfold models were there when the cover model was Torrie Wilson? | SELECT COUNT Centerfold model FROM table WHERE Cover model = Torrie Wilson |
What is the name of the pictorial in the 11-98 issue? | SELECT Pictorials FROM table WHERE Date = 11-98 |
How many centerfolds were in the 9-98 issue? | SELECT COUNT Centerfold model FROM table WHERE Date = 9-98 |
Who was interviewed in the 8-98 issue? | SELECT Interview subject FROM table WHERE Date = 8-98 |
Who was asked 20 questions in the issue where the centerfold is Marliece Andrada? | SELECT 20 Questions FROM table WHERE Centerfold model = Marliece Andrada |
Who was asked 20 questions in the issue where the cover model is Linda Brava? | SELECT 20 Questions FROM table WHERE Cover model = Linda Brava |
Who was featured in the pictorials in the issue where John Peterman was asked 20 questions? | SELECT Pictorials FROM table WHERE 20 Questions = John Peterman |
How many times was Jillian Grace the centerfold model? | SELECT COUNT Date FROM table WHERE Centerfold model = Jillian Grace |
What were the interview subjects on those occasions where Bai Ling was the cover model? | SELECT Interview subject FROM table WHERE Cover model = Bai Ling |
How many total interview subjects wererthere when the centerfold model was Tamara Witmer? | SELECT COUNT Interview subject FROM table WHERE Centerfold model = Tamara Witmer |
What's the subject of 20 questions in those issues where Jillian Grace is the centerfold model? | SELECT 20 Questions FROM table WHERE Centerfold model = Jillian Grace |
Who were the cover model(s) on the 4-05 issue? | SELECT Cover model FROM table WHERE Date = 4-05 |
Who was on the cover when the 20 questions subject was Scarlett Johansson? | SELECT Cover model FROM table WHERE 20 Questions = Scarlett Johansson |
Name the 20 years for 1600 kwh/kw p y is 8.8 | SELECT 20 years FROM table WHERE 1600 kWh/kW p y = 8.8 |
Name the 1800 kwh/kw p y when 2400 kwh/kw p y is 5.8 | SELECT 1800 kWh/kW p y FROM table WHERE 2400 kWh/kW p y = 5.8 |
Name the date of 20 questions for jimmy fallon | SELECT Date FROM table WHERE 20 Questions = Jimmy Fallon |
Name the date for oliver stone | SELECT Date FROM table WHERE Interview subject = Oliver Stone |
Name the 20 questions for derek jeter | SELECT 20 Questions FROM table WHERE Interview subject = Derek Jeter |
Name the pictorials for terrel owens | SELECT Pictorials FROM table WHERE 20 Questions = Terrel Owens |
Name the centerfold model for terrel owens | SELECT Centerfold model FROM table WHERE 20 Questions = Terrel Owens |
Name the 20 questions for 8-04 | SELECT 20 Questions FROM table WHERE Date = 8-04 |
Name the open cup for 2010 | SELECT Open Cup FROM table WHERE Year = 2010 |
IN WHAT ISSUE OF PLAYBOY WAS SHEPARD SMITH INTERVIEWED? | SELECT Date FROM table WHERE Interview subject = Shepard Smith |
WHO WAS THE CENTERFOLD MODEL IN THE ISSUE WHERE JASON LEE ANSWERED THE 20 QUESTIONS? | SELECT Centerfold model FROM table WHERE 20 Questions = Jason Lee |
HOW MANY MODELS WERE ON THE COVER OF THE ISSUE WHERE THE CENTERFOLD WAS STEPHANIE LARIMORE? | SELECT COUNT Cover model FROM table WHERE Centerfold model = Stephanie Larimore |
IN THE ISSUE WITH KARA MONACO ON THE COVER, WHO WAS THE INTERVIEW SUBJECT? | SELECT Interview subject FROM table WHERE Cover model = Kara Monaco |
HOW MANY TIMES WAS LUDACRIS THE INTERVIEW SUBJECT FOR THE 20 QUESTIONS COLUMN? | SELECT COUNT 20 Questions FROM table WHERE Interview subject = Ludacris |
what is the arabic capital name wher the english capital name is manama? | SELECT Arabic capital name FROM table WHERE English capital name = Manama |
what is the arabic capital name where the english capital name is beirut? | SELECT Arabic capital name FROM table WHERE English capital name = Beirut |
what is the rank for the rating 4.4? | SELECT Rank (Night) FROM table WHERE Rating = 4.4 |
what is the rating where the rank is 48? | SELECT Rating/Share (18-49) FROM table WHERE Rank (Week) = 48 |
what is the total rank where the rank is 58? | SELECT COUNT Rank (Timeslot) FROM table WHERE Rank (Week) = 58 |
what rank has viewers at 6.45? | SELECT Rank (Week) FROM table WHERE Viewers (millions) = 6.45 |
what is the total number of rank where viewers is 9.38? | SELECT COUNT Rank (Timeslot) FROM table WHERE Viewers (millions) = 9.38 |
Where is the service pattern sydenham then fast to norwood junction? | SELECT Destination FROM table WHERE Service Pattern = Sydenham then fast to Norwood Junction |
How many platforms have a southern opertator and the pattern is all stations via clapham junction? | SELECT COUNT Platform FROM table WHERE Operator = Southern AND Service Pattern = All stations via Clapham Junction |
When London Bridge is the destination, what is the frequency? | SELECT Frequency (per hour) FROM table WHERE Destination = London Bridge |
When London Bridge is the destination, how many lines are there? | SELECT COUNT Line FROM table WHERE Destination = London Bridge |
When the service pattern is sydenham then fast to norwood junction, what is the destination? | SELECT Destination FROM table WHERE Service Pattern = Sydenham then fast to Norwood Junction |
What was the playoff advancement during the year 1998? | SELECT Playoffs FROM table WHERE Year = 1998 |
During 2003 what was open cup qualifying status? | SELECT Open Cup FROM table WHERE Year = 2003 |
What is the most recent year where team made it to 2nd round of the Open Cup? | SELECT MAX Year FROM table WHERE Open Cup = 2nd Round |
Name the margin of victory when the number is 15 | SELECT Margin of victory FROM table WHERE No. = 15 |
Name the number of numbers for howard clark | SELECT COUNT No. FROM table WHERE Runner(s)-up = Howard Clark |
Name the margin of victory when tournament is algarve open de portugal | SELECT Margin of victory FROM table WHERE Tournament = Algarve Open de Portugal |
Name the tournament when margin of victory is 3 strokes and winning score is 71-66-70-67=274 | SELECT Tournament FROM table WHERE Margin of victory = 3 strokes AND Winning score = 71-66-70-67=274 |
Name the most runs conceded | SELECT MAX Runs Conceded FROM table |
Name the wickets when overs bowled is 9 | SELECT Wickets FROM table WHERE Overs Bowled = 9 |
Name the most maidens when e.r. 5.11 | SELECT MAX Maidens FROM table WHERE E.R. = 5.11 |
Name the least runs conceded for brett lee | SELECT MIN Runs Conceded FROM table WHERE Name = Brett Lee |
How many runs conceded when the earned runs was 4.96? | SELECT Runs Conceded FROM table WHERE E.R. = 4.96 |
How many players named sanath jayasuriya? | SELECT COUNT Runs Conceded FROM table WHERE Name = Sanath Jayasuriya |
How many runs conceded for chaminda vaas? | SELECT Runs Conceded FROM table WHERE Name = Chaminda Vaas |
How many overs bowled for muttiah muralitharan? | SELECT COUNT Overs Bowled FROM table WHERE Name = Muttiah Muralitharan |
What was the ER average for the player that conceded 368 runs? | SELECT E.R. FROM table WHERE Runs Conceded = 368 |
What is the lowest number of wickets for farveez maharoof? | SELECT MIN Wickets FROM table WHERE Name = Farveez Maharoof |
What is the airdate when the story is listed as hugh leonard? | SELECT Airdate FROM table WHERE Story = Hugh Leonard |
who won the kansas state game on 11/26/1988 | SELECT Kansas State vs. FROM table WHERE Last Meeting = 11/26/1988 |
how many games has kansas state and depaul played against each other | SELECT COUNT Games played FROM table WHERE Kansas State vs. = DePaul |
if they played last on 12/5/1987 what is their record | SELECT Current Streak FROM table WHERE Last Meeting = 12/5/1987 |
What number in the season was "reflections"? | SELECT No. in season FROM table WHERE Title = "Reflections" |
Name the high points for march 7 | SELECT High points FROM table WHERE Date = March 7 |
Name the date for sacramento | SELECT Date FROM table WHERE Team = Sacramento |
Name the high rebounds for march 17 | SELECT High rebounds FROM table WHERE Date = March 17 |
Name the location attendance for philadelphia | SELECT Location Attendance FROM table WHERE Team = Philadelphia |
Who scored the most assists in game 59? | SELECT High assists FROM table WHERE Game = 59 |
What was the record against Boston? | SELECT Record FROM table WHERE Team = Boston |
Name the poll winner for greg giraldo for porn | SELECT Poll winner FROM table WHERE Advocate # 2 = Greg Giraldo for Porn |
Name the number of advocate #1 that aired on april 2, 2008 | SELECT COUNT Advocate # 1 FROM table WHERE Original air date = April 2, 2008 |
Name the poll winner for march 19, 2008 | SELECT COUNT Poll winner FROM table WHERE Original air date = March 19, 2008 |
Name the air date for andy kindler for donald trump | SELECT Original air date FROM table WHERE Advocate # 1 = Andy Kindler for Donald Trump |
Name the # for youtube | SELECT # FROM table WHERE Poll winner = YouTube |
Name the advocate #1 for american idol | SELECT Advocate # 1 FROM table WHERE Root of All Evil = American Idol |
When steroids won the poll, who was advocate #1? | SELECT Advocate # 1 FROM table WHERE Poll winner = Steroids |
What are the original air dates when scientology isthe poll winner? | SELECT Original air date FROM table WHERE Poll winner = Scientology |
When bloggers was the poll winner, who was the root of all evil? | SELECT Root of All Evil FROM table WHERE Poll winner = Bloggers |
How many times did drinking games win the poll? | SELECT COUNT # FROM table WHERE Poll winner = Drinking Games |
What date was an episode with a run time of 24:30 broadcasted? | SELECT Broadcast date FROM table WHERE Run time = 24:30 |
What episode had a run time of 24:25? | SELECT Episode FROM table WHERE Run time = 24:25 |
Who was the original artist for week number Top 16 (8 women)? | SELECT Original artist FROM table WHERE Week # = Top 16 (8 Women) |
What was the order number where the original artist is The Doors? | SELECT Order # FROM table WHERE Original artist = The Doors |
What was the theme when the original artist was The Beatles? | SELECT Theme FROM table WHERE Original artist = The Beatles |
Who was the original artist when the theme was 1980s? | SELECT Original artist FROM table WHERE Theme = 1980s |
Who was the original artist when the order number is 9? | SELECT Original artist FROM table WHERE Order # = 9 |
Which episode was N/A in region 1 | SELECT Episodes FROM table WHERE Region 1 = N/A |
When was series premiere on the pilot episode | SELECT Series premiere FROM table WHERE Series = Pilot |
What is the region 1 date for series 4 | SELECT Region 1 FROM table WHERE Series = 4 |
How many episodes in the series that premieres 5 february 2012 | SELECT Episodes FROM table WHERE Series premiere = 5 February 2012 |
What season began on december 5, 1953? | SELECT MAX Season # FROM table WHERE Original air date = December 5, 1953 |
What is the title of the first episode of the season that begin on february 27, 1954? | SELECT Title FROM table WHERE Original air date = February 27, 1954 |
What is the title of the episode that aired on december 12, 1953? | SELECT Title FROM table WHERE Original air date = December 12, 1953 |
How many episodes aired on february 13, 1954? | SELECT COUNT Title FROM table WHERE Original air date = February 13, 1954 |
Which titles were directed by George Blair and written by Jackson Gillis? | SELECT Title FROM table WHERE Directed by: = George Blair AND Written by: = Jackson Gillis |
What are all the CFL teams where the pick number is 36? | SELECT CFL Team FROM table WHERE Pick # = 36 |
What are the positions in the college of Alberta? | SELECT Position FROM table WHERE College = Alberta |
What is the total number of CFL teams in the college Wilfrid Laurier | SELECT COUNT CFL Team FROM table WHERE College = Wilfrid Laurier |
What is the college that Jeffrey Simmer plays for? | SELECT College FROM table WHERE Player = Jeffrey Simmer |
Name the least matches for year 2008 | SELECT MIN Matches FROM table WHERE Year = 2008 |
Name the maximum wins for 68.75% | SELECT MAX Wins FROM table WHERE Success Rate = 68.75% |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.