instruction
stringclasses 1
value | input
stringlengths 12
244
| output
stringlengths 22
468
|
---|---|---|
Translate the following into a SQL query | Who is the director of the fimm Biola Tak Berdawai? | SELECT Director FROM table WHERE Original title = Biola tak berdawai |
Translate the following into a SQL query | What title was used in the nomination for the title Biola Tak Berdawai? | SELECT Film title used in nomination FROM table WHERE Original title = Biola tak berdawai |
Translate the following into a SQL query | How many years have a film that uses the title "Nagabonar" in the nomination? | SELECT COUNT Year (Ceremony) FROM table WHERE Film title used in nomination = Nagabonar |
Translate the following into a SQL query | Who is the director of the film Gie? | SELECT Director FROM table WHERE Film title used in nomination = Gie |
Translate the following into a SQL query | Name the try bonus for tries against is 70 | SELECT Try bonus FROM table WHERE Tries against = 70 |
Translate the following into a SQL query | What is the try bonus for when tries against is 43? | SELECT Try bonus FROM table WHERE Tries against = 43 |
Translate the following into a SQL query | Name the drawn for llandaff rfc | SELECT Drawn FROM table WHERE Club = Llandaff RFC |
Translate the following into a SQL query | Name the won for try bonus of 10 | SELECT Won FROM table WHERE Try bonus = 10 |
Translate the following into a SQL query | It was announced on July 2, 2006 that what asset was acquired? | SELECT Asset Acquired FROM table WHERE Date Announced = July 2, 2006 |
Translate the following into a SQL query | On what date was it announced that an asset was acquired for US$9 Million? | SELECT Date Announced FROM table WHERE Reported Cost = US$9 million |
Translate the following into a SQL query | On what date was the asset acquisition that was announced on February 22, 2007 completed? | SELECT Date Completed FROM table WHERE Date Announced = February 22, 2007 |
Translate the following into a SQL query | It is was announced on July 2, 2006 that what asset had been acquired? | SELECT Asset Acquired FROM table WHERE Date Announced = July 2, 2006 |
Translate the following into a SQL query | What was the reported cost of the asset acquired from Standard & Poor's? | SELECT Reported Cost FROM table WHERE Acquired From = Standard & Poor's |
Translate the following into a SQL query | what's the trim with fuel mileage (latest epa mpg - us ) being 22 city, 30 hwy, 25 comb | SELECT Trim FROM table WHERE Fuel Mileage (latest EPA mpg - US ) = 22 city, 30 hwy, 25 comb |
Translate the following into a SQL query | what's the trim with fuel mileage (latest epa mpg - us ) being 22 city, 30 hwy, 25 comb | SELECT Trim FROM table WHERE Fuel Mileage (latest EPA mpg - US ) = 22 city, 30 hwy, 25 comb |
Translate the following into a SQL query | what's the trim with engine being 3.5l lz4 v6 | SELECT Trim FROM table WHERE Engine = 3.5L LZ4 V6 |
Translate the following into a SQL query | what's the torque with fuel mileage (latest epa mpg - us ) being 22 city, 30 hwy, 25 comb | SELECT Torque FROM table WHERE Fuel Mileage (latest EPA mpg - US ) = 22 city, 30 hwy, 25 comb |
Translate the following into a SQL query | what's the torque with trim being xe (2009) | SELECT Torque FROM table WHERE Trim = XE (2009) |
Translate the following into a SQL query | what's the transmbeingsion with trim being xe (2009) | SELECT Transmission FROM table WHERE Trim = XE (2009) |
Translate the following into a SQL query | Who is the director of the episode "rain of terror" that was written by John Brown? | SELECT Director FROM table WHERE Written by = John Brown AND Title = "Rain of Terror" |
Translate the following into a SQL query | What is the production number of "rain of terror"? | SELECT MIN Production No. FROM table WHERE Title = "Rain of Terror" |
Translate the following into a SQL query | Who wrote the episode called "mercury falling"? | SELECT Written by FROM table WHERE Title = "Mercury Falling" |
Translate the following into a SQL query | Nantyglo RFC had 546 points for and how many points? | SELECT Points FROM table WHERE Points for = 546 |
Translate the following into a SQL query | What club had 523 points against? | SELECT Club FROM table WHERE Points against = 523 |
Translate the following into a SQL query | What club has 536 points for? | SELECT Club FROM table WHERE Points for = 536 |
Translate the following into a SQL query | How many clubs had 7 wins? | SELECT COUNT Club FROM table WHERE Won = 7 |
Translate the following into a SQL query | What club had 404 points against? | SELECT Club FROM table WHERE Points against = 404 |
Translate the following into a SQL query | Risca RFC has 54 tries for and how many draws? | SELECT Drawn FROM table WHERE Tries for = 54 |
Translate the following into a SQL query | What club has 36 points? | SELECT Club FROM table WHERE Points = 36 |
Translate the following into a SQL query | What are the lost where points lost is 353? | SELECT Lost FROM table WHERE Points for = 353 |
Translate the following into a SQL query | What are the won games with losing bonus of 0? | SELECT Won FROM table WHERE Losing bonus = 0 |
Translate the following into a SQL query | Which club has 565 points? | SELECT Club FROM table WHERE Points for = 565 |
Translate the following into a SQL query | How many tries where points is 77? | SELECT Tries for FROM table WHERE Points = 77 |
Translate the following into a SQL query | what's the percentage of votes with number of deputies being 112 | SELECT Percentage of votes FROM table WHERE Number of deputies = 112 |
Translate the following into a SQL query | what's the percentage of votes with number of deputies being 112 | SELECT Percentage of votes FROM table WHERE Number of deputies = 112 |
Translate the following into a SQL query | what's the percentage of votes with election date being 1981 | SELECT Percentage of votes FROM table WHERE Election date = 1981 |
Translate the following into a SQL query | what's the number of deputies with number of votes received being smaller than 1549176.2765483726 and election date being 1969 | SELECT Number of deputies FROM table WHERE Number of votes received < 1549176.2765483726 AND Election date = 1969 |
Translate the following into a SQL query | Who wrote the sorry of the episode directed by Dan Attias? | SELECT Story by FROM table WHERE Directed by = Dan Attias |
Translate the following into a SQL query | What's the season number of the episode directed by Dan Attias? | SELECT MIN Season # FROM table WHERE Directed by = Dan Attias |
Translate the following into a SQL query | What's the title of the episode written by David Simon? | SELECT Title FROM table WHERE Teleplay by = David Simon |
Translate the following into a SQL query | What year was Skyline High School founded? | SELECT COUNT Founded FROM table WHERE High School = Skyline |
Translate the following into a SQL query | How many enrollment figures are provided for Roosevelt High School? | SELECT COUNT Enrollment FROM table WHERE High School = Roosevelt |
Translate the following into a SQL query | Which location has a team that is nicknamed the Vikings? | SELECT Location FROM table WHERE Nickname = Vikings |
Translate the following into a SQL query | What year was Kirkland founded? | SELECT Founded FROM table WHERE Location = Kirkland |
Translate the following into a SQL query | Which institution was founded in 1923? | SELECT Institution FROM table WHERE Founded = 1923 |
Translate the following into a SQL query | Where is Interlake located? | SELECT Location FROM table WHERE Institution = Interlake |
Translate the following into a SQL query | What was the series count at on May 23? | SELECT Series FROM table WHERE Date = May 23 |
Translate the following into a SQL query | What is the lowest numbered game on the list? | SELECT MIN Game FROM table |
Translate the following into a SQL query | Who had the high rebounds at the delta center? | SELECT High rebounds FROM table WHERE Location Attendance = Delta Center |
Translate the following into a SQL query | How many people had the high rebound total when the team was 19-13? | SELECT COUNT High rebounds FROM table WHERE Record = 19-13 |
Translate the following into a SQL query | Who had the high point total when the team was 24-17? | SELECT High points FROM table WHERE Record = 24-17 |
Translate the following into a SQL query | What was the score when the heat played at charlotte arena? | SELECT Score FROM table WHERE Location Attendance = Charlotte Arena |
Translate the following into a SQL query | How many games had the team played after they were 40-20? | SELECT Game FROM table WHERE Record = 40-20 |
Translate the following into a SQL query | What was the score on November 25? | SELECT Score FROM table WHERE Date = November 25 |
Translate the following into a SQL query | How many players scored the most points when the opposing team was New Orleans/Oklahoma City? | SELECT COUNT High points FROM table WHERE Team = New Orleans/Oklahoma City |
Translate the following into a SQL query | How many players scored the most points on game 4? | SELECT COUNT High points FROM table WHERE Game = 4 |
Translate the following into a SQL query | What was the last game where the record was 6-3? | SELECT MAX Game FROM table WHERE Record = 6-3 |
Translate the following into a SQL query | what's the country/region with seasons and winners being season 1, 2012: demetra malalan | SELECT Country/Region FROM table WHERE Seasons and winners = Season 1, 2012: Demetra Malalan |
Translate the following into a SQL query | how many local title with televbeingion network being tv nova website | SELECT COUNT Local title FROM table WHERE Television network = TV Nova Website |
Translate the following into a SQL query | who is the the judges with seasons and winners being season 1, 2013–2014: upcoming season | SELECT Judges FROM table WHERE Seasons and winners = Season 1, 2013–2014: Upcoming season |
Translate the following into a SQL query | who is the the judges with local title being x factor and presenters being heikki paasonen jukka rossi (xtra factor) | SELECT Judges FROM table WHERE Local title = X Factor AND Presenters = Heikki Paasonen Jukka Rossi (Xtra Factor) |
Translate the following into a SQL query | what's the local title with seasons and winners being series 1, 2006: lucy benjamin | SELECT Local title FROM table WHERE Seasons and winners = Series 1, 2006: Lucy Benjamin |
Translate the following into a SQL query | what's the country/region with presenters being heikki paasonen jukka rossi (xtra factor) | SELECT Country/Region FROM table WHERE Presenters = Heikki Paasonen Jukka Rossi (Xtra Factor) |
Translate the following into a SQL query | how many chroma format with name being high profile | SELECT COUNT Chroma Format FROM table WHERE Name = High profile |
Translate the following into a SQL query | what's the chroma format with scalable modes being snr- or spatial-scalable and intra dc precbeingion being 8, 9, 10 | SELECT Chroma Format FROM table WHERE Scalable modes = SNR- or spatial-scalable AND Intra DC Precision = 8, 9, 10 |
Translate the following into a SQL query | what's the chroma format with name being high profile | SELECT Chroma Format FROM table WHERE Name = High profile |
Translate the following into a SQL query | who is the the artbeingt with song title being " a steel guitar and a glass of wine " | SELECT Artist FROM table WHERE Song title = " A Steel Guitar And A Glass Of Wine " |
Translate the following into a SQL query | what's the points with artbeingt being dave appell | SELECT Points FROM table WHERE Artist = Dave Appell |
Translate the following into a SQL query | who is the the artbeingt with song title being " a little bitty tear " | SELECT Artist FROM table WHERE Song title = " A Little Bitty Tear " |
Translate the following into a SQL query | who is the the artbeingt with position being 32 | SELECT Artist FROM table WHERE Position = 32 |
Translate the following into a SQL query | how many song title with artbeingt being chubby checker | SELECT COUNT Song title FROM table WHERE Artist = Chubby Checker |
Translate the following into a SQL query | what is the minimum points with highest position being 1 | SELECT MIN Points FROM table WHERE Highest position = 1 |
Translate the following into a SQL query | What is the maximum number of trnsit passeners when the total number of international passengers is 4870184? | SELECT MAX Transit Passengers FROM table WHERE International Passengers = 4870184 |
Translate the following into a SQL query | What is Edinburgh's airport's freight in metric tonnes? | SELECT MAX Freight ( Metric Tonnes ) FROM table WHERE Airport = Edinburgh |
Translate the following into a SQL query | How many different total number of transit passengers are there in London Luton? | SELECT COUNT Transit Passengers FROM table WHERE Airport = London Luton |
Translate the following into a SQL query | What are the total freights in metric tonnes when the total transit passengers is 147791? | SELECT Freight ( Metric Tonnes ) FROM table WHERE Transit Passengers = 147791 |
Translate the following into a SQL query | What is the total number of passengers of the airport ranked 15? | SELECT International Passengers FROM table WHERE Rank = 15 |
Translate the following into a SQL query | Whatis the original title for lion's den? | SELECT Original title FROM table WHERE Film title used in nomination = Lion's Den |
Translate the following into a SQL query | What is the percent change from 08/09 for belfast international? | SELECT % Change 2008/2009 FROM table WHERE Airport = Belfast International |
Translate the following into a SQL query | How many transit passengers at london gatwick? | SELECT Transit Passengers FROM table WHERE Airport = London Gatwick |
Translate the following into a SQL query | What is the rank of the airport with freight ( metric tonnes ) of 255121? | SELECT Rank FROM table WHERE Freight ( Metric Tonnes ) = 255121 |
Translate the following into a SQL query | What is the rank of the airport with a freight ( metric tonnes ) of 23791? | SELECT Rank FROM table WHERE Freight ( Metric Tonnes ) = 23791 |
Translate the following into a SQL query | what's the airport with total passengers 2009 being 157933 | SELECT Airport FROM table WHERE Total Passengers 2009 = 157933 |
Translate the following into a SQL query | what being the maximum total passengers 2008 with change 2008/09 being 6.5% | SELECT MAX Total Passengers 2008 FROM table WHERE Change 2008/09 = 6.5% |
Translate the following into a SQL query | what's the airport with aircraft movements 2009 being smaller than 238223.1659471435 and change 2008/09 being 0.5% | SELECT Airport FROM table WHERE Aircraft movements 2009 < 238223.1659471435 AND Change 2008/09 = 0.5% |
Translate the following into a SQL query | what is the maximum aircraft movements 2009 with change 2008/09 being 18.2% | SELECT MAX Aircraft movements 2009 FROM table WHERE Change 2008/09 = 18.2% |
Translate the following into a SQL query | what's the total passengers 2008 with change 2008/09 being 6.5% | SELECT Total Passengers 2008 FROM table WHERE Change 2008/09 = 6.5% |
Translate the following into a SQL query | Name the rank of birmingham airport | SELECT MAX Rank FROM table WHERE Airport = Birmingham Airport |
Translate the following into a SQL query | Name the transit passengers for 171078 | SELECT MAX Transit Passengers FROM table WHERE Freight (Metric Tonnes) = 171078 |
Translate the following into a SQL query | Beata syta is the minimum year for womens singles. | SELECT MIN Year FROM table WHERE Womens singles = Beata Syta |
Translate the following into a SQL query | what is the maximum aircraft movements with international passengers being 21002260 | SELECT MAX Aircraft Movements FROM table WHERE International Passengers = 21002260 |
Translate the following into a SQL query | what is the maximum freight (metric tonnes) with airport being liverpool | SELECT MAX Freight (Metric Tonnes) FROM table WHERE Airport = Liverpool |
Translate the following into a SQL query | what's the airport with % change 2005/2006 being 13.0% | SELECT Airport FROM table WHERE % Change 2005/2006 = 13.0% |
Translate the following into a SQL query | what is the maximum aircraft movements with airport being liverpool | SELECT MAX Aircraft Movements FROM table WHERE Airport = Liverpool |
Translate the following into a SQL query | what's the total passengers with freight (metric tonnes) being 827 | SELECT Total Passengers FROM table WHERE Freight (Metric Tonnes) = 827 |
Translate the following into a SQL query | how many airport with rank being 4 | SELECT COUNT Airport FROM table WHERE Rank = 4 |
Translate the following into a SQL query | how many mens singles with mens doubles being pontus jantti lasse lindelöf | SELECT COUNT Mens singles FROM table WHERE Mens doubles = Pontus Jantti Lasse Lindelöf |
Translate the following into a SQL query | who is the the mens doubles with mixed doubles being jimm aalto nina sarnesto | SELECT Mens doubles FROM table WHERE Mixed doubles = Jimm Aalto Nina Sarnesto |
Translate the following into a SQL query | who is the the mixed doubles with year being 1972 | SELECT Mixed doubles FROM table WHERE Year = 1972 |
Translate the following into a SQL query | who is the the mens doubles with year being 1978 | SELECT Mens doubles FROM table WHERE Year = 1978 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.