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