instruction
stringclasses 1
value | input
stringlengths 12
244
| output
stringlengths 22
468
|
---|---|---|
Translate the following into a SQL query | What is Group Song, when Name is Alice ζθ―η³Έ? | SELECT Group Song FROM table WHERE Name = alice ζθ―η³Έ |
Translate the following into a SQL query | On what surface was the match played with a score of 2β6, 6β3, 6β4? | SELECT Surface FROM table WHERE Score = 2β6, 6β3, 6β4 |
Translate the following into a SQL query | On what surface was the match played with a score of 4β6, 6β3, 6β1? | SELECT Surface FROM table WHERE Score = 4β6, 6β3, 6β1 |
Translate the following into a SQL query | What was the score when the opponent in the final was iroda tulyaganova? | SELECT Score FROM table WHERE Opponent in the final = iroda tulyaganova |
Translate the following into a SQL query | Which tournament has an opponent in the final of nadia petrova and a score of 6β3, 4β6, 6β1?? | SELECT Tournament FROM table WHERE Opponent in the final = nadia petrova AND Score = 6β3, 4β6, 6β1 |
Translate the following into a SQL query | What is 01-02, when 03-04 is 03-04? | SELECT 01-02 FROM table WHERE 03-04 = 03-04 |
Translate the following into a SQL query | What is 02-03, when School Year is % Learning In Latvian? | SELECT 02-03 FROM table WHERE School year = % learning in latvian |
Translate the following into a SQL query | What is 03-04, when 00-01 is 67.4? | SELECT 03-04 FROM table WHERE 00-01 = 67.4 |
Translate the following into a SQL query | What is 02-03, when 06-07 is 1198? | SELECT 02-03 FROM table WHERE 06-07 = 1198 |
Translate the following into a SQL query | What is 04-05, when 05-06 is 205,189? | SELECT 04-05 FROM table WHERE 05-06 = 205,189 |
Translate the following into a SQL query | What is 03-04, when 95-96 is 337,660? | SELECT 03-04 FROM table WHERE 95-96 = 337,660 |
Translate the following into a SQL query | Who was the choreographer for the dance style of Jazz? | SELECT Choreographer(s) FROM table WHERE Style = jazz |
Translate the following into a SQL query | Which music led to a safe result and was choreographed by Jason Gilkison? | SELECT Music FROM table WHERE Results = safe AND Choreographer(s) = jason gilkison |
Translate the following into a SQL query | Which couple participated in the Contemporary style of dance? | SELECT Couple FROM table WHERE Style = contemporary |
Translate the following into a SQL query | Which couple participated in the Paso Doble style and were safe? | SELECT Couple FROM table WHERE Results = safe AND Style = paso doble |
Translate the following into a SQL query | What was the Date of the game held during Week 1, that had an Attendance greater than 50,637? | SELECT Date FROM table WHERE Attendance > 50,637 AND Week = 1 |
Translate the following into a SQL query | How many weeks had a game on November 26, 1978, and an attendance higher than 26,248? | SELECT COUNT Week FROM table WHERE Date = november 26, 1978 AND Attendance > 26,248 |
Translate the following into a SQL query | What was the lowest Attendance during Week 12? | SELECT MIN Attendance FROM table WHERE Week = 12 |
Translate the following into a SQL query | What was the name of the tournament that the final was played against Yi Jingqian? | SELECT Tournament FROM table WHERE Opponent in the final = yi jingqian |
Translate the following into a SQL query | Who was the final opponent in the tournament in Taipei, Taiwan on November 14, 1994? | SELECT Opponent in the final FROM table WHERE Tournament = taipei, taiwan AND Date = november 14, 1994 |
Translate the following into a SQL query | On October 14, 1996 who was the opponent in the final? | SELECT Opponent in the final FROM table WHERE Date = october 14, 1996 |
Translate the following into a SQL query | When playing against Yi Jingqian in the final on a hard surface what was the score? | SELECT Score FROM table WHERE Surface = hard AND Opponent in the final = yi jingqian |
Translate the following into a SQL query | Who was played against in the final on November 14, 1994? | SELECT Opponent in the final FROM table WHERE Date = november 14, 1994 |
Translate the following into a SQL query | What is the total number of Entered when the eliminated number is 3? | SELECT COUNT Entered FROM table WHERE Eliminated = 3 |
Translate the following into a SQL query | What is the Eliminated when there are less than 4 entered and the wrestler was shawn michaels? | SELECT Eliminated FROM table WHERE Entered < 4 AND Wrestler = shawn michaels |
Translate the following into a SQL query | How many frequencies have a line of East London and destination of Crystal Palace? | SELECT COUNT Frequency (per hour) FROM table WHERE Line = east london AND Destination = crystal palace |
Translate the following into a SQL query | Which line has an operator of the London Overground and ends at the Crystal Palace? | SELECT Line FROM table WHERE Operator = london overground AND Destination = crystal palace |
Translate the following into a SQL query | How many weeks on top was the song with a volume:issue of 28:26? | SELECT Weeks on Top FROM table WHERE Volume:Issue = 28:26 |
Translate the following into a SQL query | Which song was 1 week on top and had a volume:issue of 29:8? | SELECT Song FROM table WHERE Weeks on Top = 1 AND Volume:Issue = 29:8 |
Translate the following into a SQL query | Which song was by artist Gino Vannelli? | SELECT Song FROM table WHERE Artist = gino vannelli |
Translate the following into a SQL query | What tournament did Bill Rogers play in when he had less than 7 Cuts, 0 Wins, and less than 1 Top-25? | SELECT Tournament FROM table WHERE Cuts made < 7 AND Wins = 0 AND Top-25 < 1 |
Translate the following into a SQL query | What is 9:00, when 8:30 is "My Thursday Night Movie"? | SELECT 9:00 FROM table WHERE 8:30 = my thursday night movie |
Translate the following into a SQL query | What is 9:30, when 8:30 is "Bones (Reruns)"? | SELECT 9:30 FROM table WHERE 8:30 = bones (reruns) |
Translate the following into a SQL query | What is 8:30, when 9:00 is "The Office (Reruns)", and when 10:00 is "Law & Order (Reruns)"? | SELECT 8:30 FROM table WHERE 9:00 = the office (reruns) AND 10:00 = law & order (reruns) |
Translate the following into a SQL query | What is 10:00, when 9:30 is "Grey's Anatomy (Reruns)", and when 8:00 is "Samantha Who?"? | SELECT 10:00 FROM table WHERE 9:30 = grey's anatomy (reruns) AND 8:00 = samantha who? |
Translate the following into a SQL query | What are the number of losses that have Ties of 1 and 3 or more poll wins? | SELECT COUNT Losses FROM table WHERE Ties = 1 AND Poll wins > 3 |
Translate the following into a SQL query | What is the lowest poll losses of the 0 ties, poll wins greater than 1 and wins less than 2? | SELECT MIN Poll losses FROM table WHERE Ties = 0 AND Poll wins > 1 AND Wins < 2 |
Translate the following into a SQL query | What is the highest poll of the advocate Andy Kindler with poll losses greater than 2 and ties less than 0? | SELECT MAX Poll wins FROM table WHERE Poll losses > 2 AND Advocate = andy kindler AND Ties < 0 |
Translate the following into a SQL query | Which PBA Titles has a TV Finals larger than 6, and an Events larger than 20? | SELECT AVG PBA Titles FROM table WHERE TV Finals > 6 AND Events > 20 |
Translate the following into a SQL query | Which Events has Earnings of $113,259, and an Average larger than 229.5? | SELECT MAX Events FROM table WHERE Earnings = $113,259 AND Average > 229.5 |
Translate the following into a SQL query | Which Cashes has a Match Play smaller than 13, and a Events of 7? | SELECT COUNT Cashes FROM table WHERE Match Play < 13 AND Events = 7 |
Translate the following into a SQL query | What is the Finish for the 1950β51? season? | SELECT Finish FROM table WHERE Season = 1950β51 |
Translate the following into a SQL query | What is the Losses at the western conference and the 2004β05 season? | SELECT Losses FROM table WHERE Conference = western AND Season = 2004β05 |
Translate the following into a SQL query | What Season has wins as the philadelphia warriors (nba)? | SELECT Season FROM table WHERE Wins = philadelphia warriors (nba) |
Translate the following into a SQL query | What shows for Wins when there was a Conference of β, western division, in the 1967β68 season? | SELECT Wins FROM table WHERE Conference = β AND Division = western AND Season = 1967β68 |
Translate the following into a SQL query | What is the Conference for the 1967β68 season? | SELECT Conference FROM table WHERE Season = 1967β68 |
Translate the following into a SQL query | What is the Location when the time was 11:55? | SELECT Location FROM table WHERE Time = 11:55 |
Translate the following into a SQL query | What Round has a Time of n/a, in rio de janeiro , brazil? | SELECT Round FROM table WHERE Time = n/a AND Location = rio de janeiro , brazil |
Translate the following into a SQL query | What is the Round for the jiu-jitsu vs martial arts? | SELECT Round FROM table WHERE Event = jiu-jitsu vs martial arts |
Translate the following into a SQL query | What is the Location for the jiu-jitsu vs martial arts? | SELECT Location FROM table WHERE Event = jiu-jitsu vs martial arts |
Translate the following into a SQL query | What is the Event when the opponent was wesslan evaristo de oliveira? | SELECT Event FROM table WHERE Opponent = wesslan evaristo de oliveira |
Translate the following into a SQL query | How many points does Kohta Nozane have with a Motobi TSR 6? | SELECT Points FROM table WHERE Bike = motobi tsr 6 AND Riders = kohta nozane |
Translate the following into a SQL query | Which Average has a Band of f? | SELECT Average FROM table WHERE Band = f |
Translate the following into a SQL query | Which Band has a Ratio of 9/9? | SELECT Band FROM table WHERE Ratio = 9/9 |
Translate the following into a SQL query | Which Ratio as % has a Ratio of 8/9? | SELECT Ratio as % FROM table WHERE Ratio = 8/9 |
Translate the following into a SQL query | Which Value has a Ratio as % of 100%? | SELECT Value FROM table WHERE Ratio as % = 100% |
Translate the following into a SQL query | Which Ratio has a Ratio as % of 78%? | SELECT Ratio FROM table WHERE Ratio as % = 78% |
Translate the following into a SQL query | Which Band has a Ratio of 13/9? | SELECT Band FROM table WHERE Ratio = 13/9 |
Translate the following into a SQL query | What was the latest year that the Atlanta Braves won and the St. Louis Cardinals lost? | SELECT MAX Year FROM table WHERE Winning team = atlanta braves AND Losing team = st. louis cardinals |
Translate the following into a SQL query | Who won the series when the San Francisco Giants lost? | SELECT Winning team FROM table WHERE Losing team = san francisco giants |
Translate the following into a SQL query | Where was the series that the Kansas City Royals lost? | SELECT Site FROM table WHERE Winning team = kansas city royals |
Translate the following into a SQL query | Who was the winning team in 2008? | SELECT Winning team FROM table WHERE Year = 2008 |
Translate the following into a SQL query | What average lost has points greater than 108? | SELECT AVG Lost FROM table WHERE Points > 108 |
Translate the following into a SQL query | How many losses have 222 as the goals against, with points greater than 78? | SELECT SUM Lost FROM table WHERE Goals against = 222 AND Points > 78 |
Translate the following into a SQL query | How many goals against have 64 for games, a loss less than 12, with points greater than 107? | SELECT SUM Goals against FROM table WHERE Games = 64 AND Lost < 12 AND Points > 107 |
Translate the following into a SQL query | What is the place of the song 'Never Change'? | SELECT SUM Place FROM table WHERE Song = never change |
Translate the following into a SQL query | What is the name of Aleko Berdzenishvili's song? | SELECT Song FROM table WHERE Artist = aleko berdzenishvili |
Translate the following into a SQL query | What was the lowest pick for the RHP position and player Mike Biko? | SELECT MIN Pick FROM table WHERE Position = rhp AND Player = mike biko |
Translate the following into a SQL query | What is the Martin McGuinness with a David Norris that is 10.3%? | SELECT Martin McGuinness FROM table WHERE David Norris = 10.3% |
Translate the following into a SQL query | What is the Martin mcGuinness with a Sean Gallagher that is 29.6%? | SELECT Martin McGuinness FROM table WHERE SeΓ‘n Gallagher = 29.6% |
Translate the following into a SQL query | What is the David Norris with a Michael D. Higgins that is 46.2%? | SELECT David Norris FROM table WHERE Michael D. Higgins = 46.2% |
Translate the following into a SQL query | What is the Mary Davis with a Gay Mitchell that is 4.6%? | SELECT Mary Davis FROM table WHERE Gay Mitchell = 4.6% |
Translate the following into a SQL query | Can you tell me the total number of Prev that has the Chng of +10, and the Rating larger than 2765? | SELECT COUNT Prev FROM table WHERE Chng = +10 AND Rating > 2765 |
Translate the following into a SQL query | Who is the second member for the Second Party Liberal, and the Third Party Conservative, after the 1841 election? | SELECT Second member FROM table WHERE Second party = liberal AND Third party = conservative AND Election > 1841 |
Translate the following into a SQL query | Who is the third member of the Liberal Party, a third party conservative, the second member Humphrey Mildmay? | SELECT Third member FROM table WHERE Second party = liberal AND Third party = conservative AND Second member = humphrey mildmay |
Translate the following into a SQL query | Who is the third member of the third conservative party, and the second liberal party? | SELECT Third member FROM table WHERE Third party = conservative AND Second party = liberal |
Translate the following into a SQL query | What was the highest election with third party member Sir Robert Price, BT, and first party member conservative? | SELECT MAX Election FROM table WHERE Third member = sir robert price, bt AND First party = conservative |
Translate the following into a SQL query | What was the record of the team with head coach Steve Spurrier? | SELECT Record FROM table WHERE Head Coach = steve spurrier |
Translate the following into a SQL query | What was USC's record before the 1967 season? | SELECT Record FROM table WHERE Team = usc AND Season < 1967 |
Translate the following into a SQL query | What was the record during the 1973 season? | SELECT Record FROM table WHERE Season = 1973 |
Translate the following into a SQL query | What is the average score for 6th place with a total of 165? | SELECT Average FROM table WHERE Place = 6th AND Total = 165 |
Translate the following into a SQL query | What is the total with a 74 rank by average for 8th place? | SELECT Total FROM table WHERE Rank by average = 74 AND Place = 8th |
Translate the following into a SQL query | What was the place in season 8 with a rank by average at 139? | SELECT Place FROM table WHERE Season = 8 AND Rank by average = 139 |
Translate the following into a SQL query | What is the total for 3rd place on season 9? | SELECT Total FROM table WHERE Place = 3rd AND Season = 9 |
Translate the following into a SQL query | What rank by average has 1 dance on season 9? | SELECT Rank by average FROM table WHERE Number of dances = 1 AND Season = 9 |
Translate the following into a SQL query | What was the final round score for the player from the Milwaukee Bucks? | SELECT Final round FROM table WHERE Team = milwaukee bucks |
Translate the following into a SQL query | What position does the player with a first round score of 35.7 play? | SELECT Pos. FROM table WHERE First round = 35.7 |
Translate the following into a SQL query | What is the height of the player with a first round score of 44.1? | SELECT Height FROM table WHERE First round = 44.1 |
Translate the following into a SQL query | Which player weighs 187 pounds? | SELECT Player FROM table WHERE Weight = 187 |
Translate the following into a SQL query | Who was the illustrator in 1987? | SELECT Illustrator FROM table WHERE Year = 1987 |
Translate the following into a SQL query | How many years was the title drop dead? | SELECT COUNT Year FROM table WHERE Title = drop dead |
Translate the following into a SQL query | Which publisher has a title of drop dead? | SELECT Publisher FROM table WHERE Title = drop dead |
Translate the following into a SQL query | What Greek word means the same thing as the German word ebbe? | SELECT Greek FROM table WHERE German = ebbe |
Translate the following into a SQL query | What word in German translates into the Icelandic word efja? | SELECT German FROM table WHERE Icelandic = efja |
Translate the following into a SQL query | What is the Dutch translation of the Latin word navigo? | SELECT Dutch FROM table WHERE Latin = navigo |
Translate the following into a SQL query | What Dutch word has the same meaning as the Greek word ΟΞ»ΞΟ (plΓ©Ε)? | SELECT Dutch FROM table WHERE Greek = ΟΞ»ΞΟ (plΓ©Ε) |
Translate the following into a SQL query | What English word has the same meaning as the German word "german"? | SELECT English FROM table WHERE German = german |
Translate the following into a SQL query | How many wins are related to events of 7 and more than 2 top-10s? | SELECT COUNT Wins FROM table WHERE Events = 7 AND Top-10 > 2 |
Translate the following into a SQL query | What is the most cuts made for events with 1 top-5, 2 top-10s, and more than 13 total events? | SELECT MAX Cuts made FROM table WHERE Top-5 = 1 AND Top-10 = 2 AND Events > 13 |
Translate the following into a SQL query | Can you tell me the Name that has the Rank smaller than 71, and the Year larger than 2005, and the Out of 220? | SELECT Name FROM table WHERE Rank < 71 AND Year > 2005 AND Out of = 220 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.