instruction
stringclasses 1
value | input
stringlengths 12
244
| output
stringlengths 22
468
|
---|---|---|
Translate the following into a SQL query | What is every TV network with a weekly schedule of Monday to Thursday @ 11:00 pm? | SELECT TV Network(s) FROM table WHERE Weekly Schedule = Monday to Thursday @ 11:00 pm |
Translate the following into a SQL query | What is every country with a TV network of AXN India? | SELECT Country FROM table WHERE TV Network(s) = AXN India |
Translate the following into a SQL query | What is every weekly schedule in the country of Norway? | SELECT Weekly Schedule FROM table WHERE Country = Norway |
Translate the following into a SQL query | What is every TV network in Belgium? | SELECT TV Network(s) FROM table WHERE Country = Belgium |
Translate the following into a SQL query | What is every status with a weekly schedule of Monday to Thursday @ 11:00 pm? | SELECT Status FROM table WHERE Weekly Schedule = Monday to Thursday @ 11:00 pm |
Translate the following into a SQL query | What is every weekly schedule of TV network Viasat 4? | SELECT Weekly Schedule FROM table WHERE TV Network(s) = Viasat 4 |
Translate the following into a SQL query | How much was the prize money for rwe-sporthalle, mülheim ? | SELECT Prize Fund FROM table WHERE Venue = RWE-Sporthalle, Mülheim |
Translate the following into a SQL query | In 2009, how many were runner-up? | SELECT COUNT Runner-up FROM table WHERE Year = 2009 |
Translate the following into a SQL query | How much does the champion get for stadthalle dinslaken, dinslaken? | SELECT Champion FROM table WHERE Venue = Stadthalle Dinslaken, Dinslaken |
Translate the following into a SQL query | what is [po 4 3− ]/[a] (%) where [h 2 po 4 − ]/[a] (%) is 94.5? | SELECT [PO 4 3− ]/[A] (%) FROM table WHERE [H 2 PO 4 − ]/[A] (%) = 94.5 |
Translate the following into a SQL query | what is the [a] (mol/l) where [hpo 4 2− ]/[a] (%) is 0.612? | SELECT COUNT [A] (mol/L) FROM table WHERE [HPO 4 2− ]/[A] (%) = 0.612 |
Translate the following into a SQL query | When by80607002529af is the part number and september 2009 is the release date what is the l2 cache? | SELECT L2 cache FROM table WHERE Release date = September 2009 AND Part number(s) = BY80607002529AF |
Translate the following into a SQL query | When by80607002907ahbx80607i7720qm is the part number what is the socket? | SELECT Socket FROM table WHERE Part number(s) = BY80607002907AHBX80607I7720QM |
Translate the following into a SQL query | When slblw(b1) is the sspec number what is the mult.? | SELECT Mult. FROM table WHERE sSpec number = SLBLW(B1) |
Translate the following into a SQL query | When socketg1 is the socket what is the release price in dollars? | SELECT Release price ( USD ) FROM table WHERE Socket = SocketG1 |
Translate the following into a SQL query | How many points did the opposing team score on Dec. 19, 1982? | SELECT MAX Opponents FROM table WHERE Date = Dec. 19 |
Translate the following into a SQL query | How many bills where originally cosponsored in those years where the total of all amendments cosponsored was 0? | SELECT Bills originally cosponsored FROM table WHERE All amendments cosponsored = 0 |
Translate the following into a SQL query | How many bill cosponsored during those years where bills originally cosponsored is 113? | SELECT All bills cosponsored FROM table WHERE Bills originally cosponsored = 113 |
Translate the following into a SQL query | What is the greatest number of bills sponsored in any year? | SELECT MAX All bills sponsored FROM table |
Translate the following into a SQL query | What is the lowest cr number? | SELECT MIN CR no. FROM table |
Translate the following into a SQL query | When 2/1939 is the withdrawn when was it built? | SELECT Built FROM table WHERE Withdrawn = 2/1939 |
Translate the following into a SQL query | When river ness is the hr name what is the hr number? | SELECT HR no. FROM table WHERE HR name = River Ness |
Translate the following into a SQL query | When (river garry) is the hr name how many builts are there? | SELECT COUNT Built FROM table WHERE HR name = (River Garry) |
Translate the following into a SQL query | What is the highest cr number? | SELECT MAX CR no. FROM table |
Translate the following into a SQL query | When river ness is the hr name how many builts are there? | SELECT COUNT Built FROM table WHERE HR name = River Ness |
Translate the following into a SQL query | How many opponents are at Minnesota Vikings? | SELECT MAX Opponents FROM table WHERE Opponent = at Minnesota Vikings |
Translate the following into a SQL query | What is the date when the opponent is the New England Patriots? | SELECT Date FROM table WHERE Opponent = New England Patriots |
Translate the following into a SQL query | How many dates do the dolphins have 6 points? | SELECT Date FROM table WHERE Dolphins points = 6 |
Translate the following into a SQL query | What country does robert allenby represent? | SELECT Country FROM table WHERE Player = Robert Allenby |
Translate the following into a SQL query | What score to par won in 1998? | SELECT To Par FROM table WHERE Year = 1998 |
Translate the following into a SQL query | What player(s) had the score of 64-70-67-69=270? | SELECT Player FROM table WHERE Score = 64-70-67-69=270 |
Translate the following into a SQL query | What players had teh score of 64-71-67-67=269? | SELECT Player FROM table WHERE Score = 64-71-67-67=269 |
Translate the following into a SQL query | What is the first yar that someone won with a score of 68-66-68-71=273? | SELECT MIN Year FROM table WHERE Score = 68-66-68-71=273 |
Translate the following into a SQL query | How many socialist have a lead of 12.6%? | SELECT COUNT Socialist FROM table WHERE Lead = 12.6% |
Translate the following into a SQL query | What is every GA if coach is Bob Ferguson and T is 6? | SELECT GA FROM table WHERE Coach(es) = Bob Ferguson AND T = 6 |
Translate the following into a SQL query | What is the lowest SOL? | SELECT MIN SOL FROM table |
Translate the following into a SQL query | What is the highest GA when GF is 39? | SELECT MAX GA FROM table WHERE GF = 39 |
Translate the following into a SQL query | What is every league for coach Jim Burton? | SELECT League FROM table WHERE Coach(es) = Jim Burton |
Translate the following into a SQL query | How many different records were there in the games that ended in w 70-66? | SELECT COUNT Record FROM table WHERE Score = W 70-66 |
Translate the following into a SQL query | What was the record of the game in which Dydek (10) did the most high rebounds? | SELECT Record FROM table WHERE High rebounds = Dydek (10) |
Translate the following into a SQL query | Who did the most high rebounds in the game where Sales (17) did the high points? | SELECT High rebounds FROM table WHERE High points = Sales (17) |
Translate the following into a SQL query | When a private individual is the source and 018 is the story number what is the total footage remaining from missing episodes (mm:ss)? | SELECT Total footage remaining from missing episodes (mm:ss) FROM table WHERE Story no. = 018 AND Source = Private individual |
Translate the following into a SQL query | When 01:18 is the total footage remaining from missing episodes (mm:ss) and bbc is the source what is the country/territory? | SELECT Country/Territory FROM table WHERE Source = BBC AND Total footage remaining from missing episodes (mm:ss) = 01:18 |
Translate the following into a SQL query | When 00:21 is the total footage (mm:ss) what is the serial? | SELECT Serial FROM table WHERE Total footage (mm:ss) = 00:21 |
Translate the following into a SQL query | When episode 4 is the missing episode with recovered footage and the 032 is the story number what is the country/territory? | SELECT Country/Territory FROM table WHERE Story no. = 032 AND Missing episodes with recovered footage = Episode 4 |
Translate the following into a SQL query | When 00:02 is the total footage (mm:ss) what is the story number? | SELECT Story no. FROM table WHERE Total footage (mm:ss) = 00:02 |
Translate the following into a SQL query | Name the least game for 8-3 | SELECT MIN Game FROM table WHERE Record = 8-3 |
Translate the following into a SQL query | Name the opponent for record 10-4 | SELECT Opponent FROM table WHERE Record = 10-4 |
Translate the following into a SQL query | Name the high rebounds for record 7-1 | SELECT High rebounds FROM table WHERE Record = 7-1 |
Translate the following into a SQL query | Name the game for june 16 | SELECT Game FROM table WHERE Date = June 16 |
Translate the following into a SQL query | Name the game for june 7 | SELECT Game FROM table WHERE Date = June 7 |
Translate the following into a SQL query | Who did the high rebounds in the game with a 19-6 record? | SELECT High rebounds FROM table WHERE Record = 19-6 |
Translate the following into a SQL query | Where was the game with a 13-5 record played, and in front of how many people? | SELECT Location/Attendance FROM table WHERE Record = 13-5 |
Translate the following into a SQL query | Who did the high rebounds in the game where Douglas (28) did the high points? | SELECT High rebounds FROM table WHERE High points = Douglas (28) |
Translate the following into a SQL query | What was the record on the game played on July 1? | SELECT Record FROM table WHERE Date = July 1 |
Translate the following into a SQL query | How many opponents was a game with a record 17-6 played against? | SELECT COUNT Opponent FROM table WHERE Record = 17-6 |
Translate the following into a SQL query | What was the career duration of the bowler who played 60 matches? | SELECT Career FROM table WHERE Matches = 60 |
Translate the following into a SQL query | What is the Best score if the Maidens is 547 and Overs is 2755.1? | SELECT Best FROM table WHERE Maidens = 547 AND Overs = 2755.1 |
Translate the following into a SQL query | What was the Overs score of the career played from 1993-2007? | SELECT Overs FROM table WHERE Career = 1993-2007 |
Translate the following into a SQL query | What was the Best score during the game played from 1971-1984? | SELECT Best FROM table WHERE Career = 1971-1984 |
Translate the following into a SQL query | When dydek (11) has the highest rebounds what is the date? | SELECT Date FROM table WHERE High rebounds = Dydek (11) |
Translate the following into a SQL query | When mcwilliams-franklin (8) has the highest rebounds what is the date? | SELECT Date FROM table WHERE High rebounds = McWilliams-Franklin (8) |
Translate the following into a SQL query | When dydek (8) has the highest rebounds who has the highest amount of points? | SELECT High points FROM table WHERE High rebounds = Dydek (8) |
Translate the following into a SQL query | When w 73-70 is the score what is the location? | SELECT Location FROM table WHERE Score = W 73-70 |
Translate the following into a SQL query | What was the score in the game that had a record of 25-8? | SELECT Score FROM table WHERE Record = 25-8 |
Translate the following into a SQL query | What was # of the first game played on August 20? | SELECT MIN Game FROM table WHERE Date = August 20 |
Translate the following into a SQL query | What were the high points for the game played at the MCI Center? | SELECT COUNT High points FROM table WHERE Location = MCI Center |
Translate the following into a SQL query | Where was the game played that had a record of 19-6? | SELECT Location FROM table WHERE Record = 19-6 |
Translate the following into a SQL query | What is the col (m) of the Barurumea Ridge peak? | SELECT MAX Col (m) FROM table WHERE Peak = Barurumea Ridge |
Translate the following into a SQL query | What is the elevation (m) of the Mount Wilhelm peak? | SELECT MAX Elevation (m) FROM table WHERE Peak = Mount Wilhelm |
Translate the following into a SQL query | What is the col (m) of the Bewani Mountains High Point peak? | SELECT MIN Col (m) FROM table WHERE Peak = Bewani Mountains High Point |
Translate the following into a SQL query | When mount wondiwoi is the peak what is the island? | SELECT Island FROM table WHERE Peak = Mount Wondiwoi |
Translate the following into a SQL query | When mount gauttier is the peak what is the island? | SELECT Island FROM table WHERE Peak = Mount Gauttier |
Translate the following into a SQL query | When mount kobowre is the peak what is the highest elevation in meters? | SELECT MAX Elevation (m) FROM table WHERE Peak = Mount Kobowre |
Translate the following into a SQL query | When mount gauttier is the peak what is the highest prominence in meters? | SELECT MAX Prominence (m) FROM table WHERE Peak = Mount Gauttier |
Translate the following into a SQL query | When 44 is the col in meters what is the country? | SELECT Country FROM table WHERE Col (m) = 44 |
Translate the following into a SQL query | Name the release date for album # 2nd | SELECT Release date FROM table WHERE Album# = 2nd |
Translate the following into a SQL query | Name the label for grown up overnight | SELECT Label FROM table WHERE English Title = Grown Up Overnight |
Translate the following into a SQL query | Name the label for traditional chinese 情歌沒有告訴你 | SELECT Label FROM table WHERE Chinese (Traditional) = 情歌沒有告訴你 |
Translate the following into a SQL query | Name the number of traditional chinese for album number 6th | SELECT COUNT Chinese (Traditional) FROM table WHERE Album# = 6th |
Translate the following into a SQL query | Name the chinese traditional for 美丽人生 | SELECT Chinese (Traditional) FROM table WHERE Chinese (Simplified) = 美丽人生 |
Translate the following into a SQL query | Name the english title for album # 2nd | SELECT English Title FROM table WHERE Album# = 2nd |
Translate the following into a SQL query | How many samples were taken of 嬰幼兒配方乳粉2段基粉 ? | SELECT COUNT Samples taken FROM table WHERE Product = 嬰幼兒配方乳粉2段基粉 |
Translate the following into a SQL query | What are the producers of 磊磊牌嬰幼兒配方乳粉 ? | SELECT Producer FROM table WHERE Product = 磊磊牌嬰幼兒配方乳粉 |
Translate the following into a SQL query | What is the smallest amount sampled of product 蒙牛牌嬰幼兒配方乳粉 ? | SELECT MIN Samples taken FROM table WHERE Product = 蒙牛牌嬰幼兒配方乳粉 |
Translate the following into a SQL query | Who is the producer of 金必氏牌嬰幼兒配方乳粉 ? | SELECT Producer FROM table WHERE Product = 金必氏牌嬰幼兒配方乳粉 |
Translate the following into a SQL query | How many live births per year are there in the period where the life expectancy for females is 73.3? | SELECT Live births per year FROM table WHERE Life expectancy females = 73.3 |
Translate the following into a SQL query | What's the CDR for the period where the life expectancy is 61.5? | SELECT CDR* FROM table WHERE Life expectancy total = 61.5 |
Translate the following into a SQL query | What's the IMR for the period with a life expectancy of 69.3? | SELECT IMR* FROM table WHERE Life expectancy total = 69.3 |
Translate the following into a SQL query | What's the CBR for the period with 1 058 000 deaths per year? | SELECT CBR* FROM table WHERE Deaths per year = 1 058 000 |
Translate the following into a SQL query | How many births per year are there for the period with 998 000 deaths per year? | SELECT Live births per year FROM table WHERE Deaths per year = 998 000 |
Translate the following into a SQL query | What's the TFR for the period with NC of 13.4? | SELECT TFR* FROM table WHERE NC* = 13.4 |
Translate the following into a SQL query | What is the highest value for col(m) when prominence(m) is 3755? | SELECT MAX Col (m) FROM table WHERE Prominence (m) = 3755 |
Translate the following into a SQL query | What is the highest value for col(m) at North Island? | SELECT MAX Col (m) FROM table WHERE Island = North Island |
Translate the following into a SQL query | What is the lowest elevation(m) for the peak Mount Taylor? | SELECT MIN Elevation (m) FROM table WHERE Peak = Mount Taylor |
Translate the following into a SQL query | How many values of prominence(m) occur at rank 5? | SELECT COUNT Prominence (m) FROM table WHERE Rank = 5 |
Translate the following into a SQL query | what ae all of the brazil 100% where the age group is 15-17? | SELECT Brazil 100% (percent of the population) FROM table WHERE Age group = 15-17 |
Translate the following into a SQL query | If the just ratio is 11:8 and the cents size is 560, what is the interval name? | SELECT interval name FROM table WHERE size (cents) = 560 AND just ratio = 11:8 |
Translate the following into a SQL query | If the just cents is 84.46, what is the just ratio? | SELECT just ratio FROM table WHERE just (cents) = 84.46 |
Translate the following into a SQL query | If the just cents is 701.96, what is the interval name? | SELECT interval name FROM table WHERE just (cents) = 701.96 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.