instruction
stringclasses 1
value | input
stringlengths 12
244
| output
stringlengths 22
468
|
---|---|---|
Translate the following into a SQL query | Name the % for total being 57613 | SELECT % FROM table WHERE Total = 57613 |
Translate the following into a SQL query | Name the total for % core moldova for 4.36% | SELECT Total FROM table WHERE % Core Moldova = 4.36% |
Translate the following into a SQL query | What was the waveform of the encoding with a bit rate of 6.203? | SELECT Waveform FROM table WHERE Bit rate [ Mbit/s ] = 6.203 |
Translate the following into a SQL query | What was the informational CVBS Lines of the encoding with max character of 32 and has B (global) standard? | SELECT Informational CVBS Lines FROM table WHERE Max. Characters (per page row) = 32 AND Standard = B (global) |
Translate the following into a SQL query | How many color systems has a bit rate of 5.734? | SELECT COUNT Color system FROM table WHERE Bit rate [ Mbit/s ] = 5.734 |
Translate the following into a SQL query | What was the max character (per page row) of the encoding with a bit rate of 6.203? | SELECT MAX Max. Characters (per page row) FROM table WHERE Bit rate [ Mbit/s ] = 6.203 |
Translate the following into a SQL query | With U.S. viewers of 9.32 million, what is the production code? | SELECT Production code FROM table WHERE U.S. viewers (millions) = 9.32 |
Translate the following into a SQL query | For episode number 7, what was the numbers of original air dates? | SELECT COUNT Original air date FROM table WHERE # = 7 |
Translate the following into a SQL query | How many millions of viewers were there for number 6? | SELECT U.S. viewers (millions) FROM table WHERE # = 6 |
Translate the following into a SQL query | Name the after tax income for percentage of income kept being 40.6% | SELECT After Tax Income: FROM table WHERE Percentage of Income Kept: = 40.6% |
Translate the following into a SQL query | Name the taxes from brqacket for percentage of income kept being 73% | SELECT Taxes From Bracket: FROM table WHERE Percentage of Income Kept: = 73% |
Translate the following into a SQL query | How many teams won $2,089,556? | SELECT COUNT Wins FROM table WHERE Winnings = $2,089,556 |
Translate the following into a SQL query | HOw many top 5 starts did the team with an average start of 17.7 have? | SELECT COUNT Top 5 FROM table WHERE Avg. Start = 17.7 |
Translate the following into a SQL query | Who is team 1 when team 2 is koper? | SELECT Team 1 FROM table WHERE Team 2 = Koper |
Translate the following into a SQL query | What is the tie when team 2 is koper? | SELECT MIN Tie no FROM table WHERE Team 2 = Koper |
Translate the following into a SQL query | How many 1st leg have team 1 ofk belgrade? | SELECT COUNT 1st leg FROM table WHERE Team 1 = OFK Belgrade |
Translate the following into a SQL query | How many tie no have team 1 as borac banja luka? | SELECT Tie no FROM table WHERE Team 1 = Borac Banja Luka |
Translate the following into a SQL query | What's the language in the school teaching grades 4-12? | SELECT Language FROM table WHERE Grades = 4-12 |
Translate the following into a SQL query | What's the language of the school founded in 1949? | SELECT Language FROM table WHERE Year Founded = 1949 |
Translate the following into a SQL query | What's the language of the school that teaches grades 4-12? | SELECT Language FROM table WHERE Grades = 4-12 |
Translate the following into a SQL query | What's the gender of the students taught in the school founded in 1894? | SELECT Gender FROM table WHERE Year Founded = 1894 |
Translate the following into a SQL query | What's the language of classes in the school founded in 1874? | SELECT Language FROM table WHERE Year Founded = 1874 |
Translate the following into a SQL query | what is the least current | SELECT MIN Current FROM table |
Translate the following into a SQL query | how many total where last/current driver(s) is narain karthikeyan ( 2010 ) | SELECT COUNT Total FROM table WHERE Last/current driver(s) = Narain Karthikeyan ( 2010 ) |
Translate the following into a SQL query | How many numbers were recorded for Qatari female when Qatari male was 97? | SELECT COUNT Qatari Female FROM table WHERE Qatari Male = 97 |
Translate the following into a SQL query | How many years were there 97 qatari male births? | SELECT COUNT Year FROM table WHERE Qatari Male = 97 |
Translate the following into a SQL query | What is the national cup statistics when the Championship is 21 app / 6 goals? | SELECT National Cup FROM table WHERE Championship = 21 app / 6 goals |
Translate the following into a SQL query | How many runner-ups when Jason Crump placed 3rd? | SELECT COUNT Runner-up FROM table WHERE 3rd placed = Jason Crump |
Translate the following into a SQL query | Where did Grzegorz Walasek place 4th? | SELECT City and venue FROM table WHERE 4th placed = Grzegorz Walasek |
Translate the following into a SQL query | Who came in 3rd place in Krško , Slovenia Matije Gubca Stadium | SELECT 3rd placed FROM table WHERE City and venue = Krško , Slovenia Matije Gubca Stadium |
Translate the following into a SQL query | How many placed 4th on April 25? | SELECT COUNT 4th placed FROM table WHERE Date = April 25 |
Translate the following into a SQL query | What caused the collapse of the Mausoleum at Halicarnassus? | SELECT Cause of destruction FROM table WHERE Name = Mausoleum at Halicarnassus |
Translate the following into a SQL query | How was the Temple of Artemis at Ephesus destroyed? | SELECT Cause of destruction FROM table WHERE Name = Temple of Artemis at Ephesus |
Translate the following into a SQL query | Who came as a replacement in Sheffield United? | SELECT Replaced by FROM table WHERE Team = Sheffield United |
Translate the following into a SQL query | When was the new manager of the team on 21st position appointed? | SELECT Date of appointment FROM table WHERE Position in table = 21st |
Translate the following into a SQL query | What was Gary Megson's manner of departure? | SELECT Manner of departure FROM table WHERE Outgoing manager = Gary Megson |
Translate the following into a SQL query | When did the old manager vacate his position in Plymouth Argyle? | SELECT Date of vacancy FROM table WHERE Team = Plymouth Argyle |
Translate the following into a SQL query | Name the best uk team for university of birmingham | SELECT COUNT Best UK team FROM table WHERE Class 1-200 = University of Birmingham |
Translate the following into a SQL query | Name the class 1-200 for university of hertfordshire for university of warwick | SELECT Class 1-200 FROM table WHERE Best UK team = University of Hertfordshire AND Class 1a = University of Warwick |
Translate the following into a SQL query | Name the total location for dynamic events winner | SELECT COUNT Location FROM table WHERE Class 1-200 = Dynamic Events Winner |
Translate the following into a SQL query | Name the class 3 for silverstone rmit university | SELECT Class 3 FROM table WHERE Location = Silverstone AND Class 1 = RMIT University |
Translate the following into a SQL query | When 4th, great lakes is the regular season what is the league? | SELECT League FROM table WHERE Regular Season = 4th, Great Lakes |
Translate the following into a SQL query | When 5th is the regular season what is the highest season? | SELECT MAX Division FROM table WHERE Regular Season = 5th |
Translate the following into a SQL query | When it's the 2nd round of the open cup what is the playoffs? | SELECT Playoffs FROM table WHERE Open Cup = 2nd Round |
Translate the following into a SQL query | What league has an average attendance of 1452? | SELECT League FROM table WHERE Avg. Attendance = 1452 |
Translate the following into a SQL query | What year at the US Open Cup quarterfinals, were the playoffs in the semifinals for the USL second division? | SELECT Year FROM table WHERE League = USL Second Division AND Playoffs = Semifinals AND U.S. Open Cup = Quarterfinals |
Translate the following into a SQL query | Name the original air date for production code of 3t7501 | SELECT COUNT Original air date FROM table WHERE Production code = 3T7501 |
Translate the following into a SQL query | Name the title directed by charles beeson by jeremy carver | SELECT Title FROM table WHERE Directed by = Charles Beeson AND Written by = Jeremy Carver |
Translate the following into a SQL query | Name the directed by for production code for 3t7509 | SELECT Directed by FROM table WHERE Production code = 3T7509 |
Translate the following into a SQL query | What's the season number of the episode originally aired on October 14, 2008? | SELECT No. in season FROM table WHERE Original air date = October 14, 2008 |
Translate the following into a SQL query | What's the title of the episode originally aired on September 23, 2008? | SELECT Title FROM table WHERE Original air date = September 23, 2008 |
Translate the following into a SQL query | What's the series number of the episode seen by 9.35 million people in the US? | SELECT MIN No. in series FROM table WHERE U.S. viewers (millions) = 9.35 |
Translate the following into a SQL query | What's the title of the episode with production code 10018? | SELECT Title FROM table WHERE Production code = 10018 |
Translate the following into a SQL query | How many millions of people in the US saw the episode with season number 1? | SELECT U.S. viewers (millions) FROM table WHERE No. in season = 1 |
Translate the following into a SQL query | How many places has the rank changed since 2006, for Clane? | SELECT Change since 2006 FROM table WHERE Urban Area = Clane |
Translate the following into a SQL query | In what counties is the 2011 population 17908? | SELECT County FROM table WHERE Population 2011 = 17908 |
Translate the following into a SQL query | In what urban area is the 2011 population 21561? | SELECT Urban Area FROM table WHERE Population 2011 = 21561 |
Translate the following into a SQL query | How many places did the rank change since 22006 for County Leitrim? | SELECT COUNT Change since 2006 FROM table WHERE County = County Leitrim |
Translate the following into a SQL query | Which urban area has a 2011 population of 5010? | SELECT Urban Area FROM table WHERE Population 2011 = 5010 |
Translate the following into a SQL query | what were the result in semifinals when saengsawang ( tha ) l 9-15 was in 1/8 finals? | SELECT Semifinals FROM table WHERE 1/8 Finals = Saengsawang ( THA ) L 9-15 |
Translate the following into a SQL query | wich were the events when bout 2 was zhang ( chn ) l 0-5? | SELECT Event FROM table WHERE Bout 2 = Zhang ( CHN ) L 0-5 |
Translate the following into a SQL query | Which were the bout 1 when the bout 5 was andreev ( rus ) w 5-2? | SELECT Bout 1 FROM table WHERE Bout 5 = Andreev ( RUS ) W 5-2 |
Translate the following into a SQL query | when Sanchez ( esp ) w 5-0 were the bout 6, which were the class? | SELECT Class FROM table WHERE Bout 6 = Sanchez ( ESP ) W 5-0 |
Translate the following into a SQL query | How many attempts for Bobby Layne? | SELECT MIN Attempts FROM table WHERE Name = Bobby Layne |
Translate the following into a SQL query | What is the highest number of interceptions? | SELECT MAX Interceptions FROM table |
Translate the following into a SQL query | How many total yards for Bobby Layne? | SELECT MAX Yards FROM table WHERE Name = Bobby Layne |
Translate the following into a SQL query | Which QB had a rating of 72.3? | SELECT Name FROM table WHERE QB Rating = 72.3 |
Translate the following into a SQL query | How many QB ratings for the player with 1069 completions? | SELECT COUNT QB Rating FROM table WHERE Completions = 1069 |
Translate the following into a SQL query | How many yardage figures for the player with 72.3 QB rating? | SELECT COUNT Yards FROM table WHERE QB Rating = 72.3 |
Translate the following into a SQL query | In how many locations was the game against Barcelona Dragons played? | SELECT COUNT Game site FROM table WHERE Opponent = Barcelona Dragons |
Translate the following into a SQL query | how many posiitions did saudi arabia land on | SELECT COUNT Pos FROM table WHERE Member Association = Saudi Arabia |
Translate the following into a SQL query | what is the play-off in group stage 4 and clubs is 12 | SELECT Play-off FROM table WHERE Group stage = 4 AND Clubs = 12 |
Translate the following into a SQL query | which group stage was there 0 play-offs and 12 clubs played in it | SELECT COUNT Group stage FROM table WHERE Play-off = 0 AND Clubs = 12 |
Translate the following into a SQL query | which club in group stage 4 had member association iran | SELECT Clubs FROM table WHERE Group stage = 4 AND Member Association = Iran |
Translate the following into a SQL query | who write the episode that have 14.39 million viewers | SELECT Written by FROM table WHERE U.S. viewers (millions) = 14.39 |
Translate the following into a SQL query | how many people directed the episode that is called "dead inside" | SELECT COUNT Directed by FROM table WHERE Title = "Dead Inside" |
Translate the following into a SQL query | who directed the episode that have 14.59 million viewers | SELECT Directed by FROM table WHERE U.S. viewers (millions) = 14.59 |
Translate the following into a SQL query | who write the episode 5 in no. in season | SELECT Written by FROM table WHERE No. in season = 5 |
Translate the following into a SQL query | How many clubs are there in the Korea Republic? | SELECT Clubs FROM table WHERE Member Association = Korea Republic |
Translate the following into a SQL query | At what position is the association with 279 points? | SELECT MIN Pos FROM table WHERE Points (total 500) = 279 |
Translate the following into a SQL query | What is the lowest position? | SELECT MAX Pos FROM table |
Translate the following into a SQL query | What is the earliest year a house opened? | SELECT MIN Year opened FROM table |
Translate the following into a SQL query | How many house colours are associated with house names of Hillary? | SELECT COUNT House colour FROM table WHERE House name = Hillary |
Translate the following into a SQL query | What is the house colour associated with the house name of Kupe? | SELECT House colour FROM table WHERE House name = Kupe |
Translate the following into a SQL query | How many house mascots are associated with yellow house colours? | SELECT COUNT House mascot FROM table WHERE House colour = Yellow |
Translate the following into a SQL query | what is the title of the episode where b b is 20/16 | SELECT Title (French) / (English) FROM table WHERE B B = Corresponds to TF1s broadcast schedule. = 20/16 |
Translate the following into a SQL query | What is the minimum losses for the Kansas City Chiefs? | SELECT MIN Losses FROM table WHERE Team = Kansas City Chiefs |
Translate the following into a SQL query | How many division titles are there when the win pc is .558? | SELECT Division titles FROM table WHERE Win Pct. = .558 |
Translate the following into a SQL query | How many villages are there in the Magway region? | SELECT Villages FROM table WHERE State/Region = Magway Region |
Translate the following into a SQL query | How many townships are there in region number 2? | SELECT MAX Town ships FROM table WHERE No. = 2 |
Translate the following into a SQL query | How many townships are there in the region with 376 village groups? | SELECT MAX Town ships FROM table WHERE Village groups = 376 |
Translate the following into a SQL query | How many poles for the Netherlands? | SELECT MAX Poles FROM table WHERE Country = Netherlands |
Translate the following into a SQL query | How many seasons for Monaco? | SELECT Seasons FROM table WHERE Country = Monaco |
Translate the following into a SQL query | Who is the competitor from France with 10 starts? | SELECT Name FROM table WHERE Country = France AND Race entries (Starts) = 10 |
Translate the following into a SQL query | When 1180 am is the frequency how many call signs are there? | SELECT COUNT Call sign FROM table WHERE Frequency = 1180 AM |
Translate the following into a SQL query | When portsmouth is the city of license who is the licensee? | SELECT Licensee FROM table WHERE City of License = Portsmouth |
Translate the following into a SQL query | When 790 am is the frequency what is the format? | SELECT Format FROM table WHERE Frequency = 790 AM |
Translate the following into a SQL query | When 90.7 fm is the frequency who is the licensee? | SELECT Licensee FROM table WHERE Frequency = 90.7 FM |
Translate the following into a SQL query | How many drivers does India have/ | SELECT COUNT Total Drivers FROM table WHERE Country = India |
Translate the following into a SQL query | How many championships does Pakistan have? | SELECT COUNT Championships FROM table WHERE Country = Pakistan |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.