instruction
stringclasses 1
value | input
stringlengths 12
244
| output
stringlengths 22
468
|
---|---|---|
Translate the following into a SQL query
|
What Date was the Game at Griffith Stadium?
|
SELECT Date FROM table WHERE Game site = griffith stadium
|
Translate the following into a SQL query
|
What attendance is listed against the date of bye?
|
SELECT Attendance FROM table WHERE Date = bye
|
Translate the following into a SQL query
|
What date is week 3?
|
SELECT Date FROM table WHERE Week = 3
|
Translate the following into a SQL query
|
Which Floors has a Location of tower hill?
|
SELECT Floors FROM table WHERE Location = tower hill
|
Translate the following into a SQL query
|
Which Location has a Floors of 03.0 n/a?
|
SELECT Location FROM table WHERE Floors = 03.0 n/a
|
Translate the following into a SQL query
|
Name the Height metres / ft of Floors of 05.0 n/a?
|
SELECT Height metres / ft FROM table WHERE Floors = 05.0 n/a
|
Translate the following into a SQL query
|
Name the Years as tallest that has Height metres / ft of 01.0 27 / 90?
|
SELECT Years as tallest FROM table WHERE Height metres / ft = 01.0 27 / 90
|
Translate the following into a SQL query
|
Name the Years as tallest has a Height metres / ft of 07.0 150 / 493 [b ]?
|
SELECT Years as tallest FROM table WHERE Height metres / ft = 07.0 150 / 493 [b ]
|
Translate the following into a SQL query
|
Name the Height metres / ft of Years with tallest of 1098β1310?
|
SELECT Height metres / ft FROM table WHERE Years as tallest = 1098β1310
|
Translate the following into a SQL query
|
How many scores have a Place of t5?
|
SELECT COUNT Score FROM table WHERE Place = t5
|
Translate the following into a SQL query
|
Which To Par has a Score smaller than 70, and a Player of matt kowal?
|
SELECT To Par FROM table WHERE Score < 70 AND Player = matt kowal
|
Translate the following into a SQL query
|
Which Score has a To Par of β1?
|
SELECT MIN Score FROM table WHERE To Par = β1
|
Translate the following into a SQL query
|
what is the date for catolog 88697185162 when the region is canada?
|
SELECT Date FROM table WHERE Catalog = 88697185162 AND Region = canada
|
Translate the following into a SQL query
|
Which parish has a church named Vangsnes Kyrkje?
|
SELECT Parish (Prestegjeld) FROM table WHERE Church Name = vangsnes kyrkje
|
Translate the following into a SQL query
|
Which Sub-Parish has a church built in 1866?
|
SELECT Sub-Parish (Sokn) FROM table WHERE Year Built = 1866
|
Translate the following into a SQL query
|
When was the Hopperstad Stavkyrkje built?
|
SELECT Year Built FROM table WHERE Church Name = hopperstad stavkyrkje
|
Translate the following into a SQL query
|
When was the church in Arnafjord built?
|
SELECT Year Built FROM table WHERE Location of the Church = arnafjord
|
Translate the following into a SQL query
|
What is the Sub-Parish called that has a church located in Fresvik?
|
SELECT Sub-Parish (Sokn) FROM table WHERE Location of the Church = fresvik
|
Translate the following into a SQL query
|
What is the church in the Sub-Parish of Fresvik called?
|
SELECT Church Name FROM table WHERE Sub-Parish (Sokn) = fresvik
|
Translate the following into a SQL query
|
What is the time for Sheffield?
|
SELECT Time FROM table WHERE City = sheffield
|
Translate the following into a SQL query
|
What are the total points for the skier with 3.18 slalom points?
|
SELECT Total FROM table WHERE Slalom points = 3.18
|
Translate the following into a SQL query
|
What place is the skier with 7.73 downhill points?
|
SELECT Place FROM table WHERE Downhill points = 7.73
|
Translate the following into a SQL query
|
What are the downhill points for the skier with total of 9.31 points?
|
SELECT SUM Downhill points FROM table WHERE Total = 9.31
|
Translate the following into a SQL query
|
What is the rank for the player where there are 11 points?
|
SELECT Rank points FROM table WHERE Score points = 11
|
Translate the following into a SQL query
|
Which shooter had a total of 11 at the WC Munich with a score of 6?
|
SELECT Shooter FROM table WHERE Total = 11 AND Event = wc munich AND Score points = 6
|
Translate the following into a SQL query
|
What is the event where there are 10 score points?
|
SELECT Event FROM table WHERE Score points = 10
|
Translate the following into a SQL query
|
Who is the shooter that is the Defending Champion?
|
SELECT Shooter FROM table WHERE Total = defending champion
|
Translate the following into a SQL query
|
Which owner had MRT 1 HD?
|
SELECT Owner FROM table WHERE Name = mrt 1 hd
|
Translate the following into a SQL query
|
What is the programming for mrt sobraniski kanal?
|
SELECT Programming FROM table WHERE Name = mrt sobraniski kanal
|
Translate the following into a SQL query
|
What is the type for a general programming and the owner tv kanal 5?
|
SELECT Type FROM table WHERE Programming = general AND Owner = tv kanal 5
|
Translate the following into a SQL query
|
What is the programming for Kanal 5?
|
SELECT Programming FROM table WHERE Name = kanal 5
|
Translate the following into a SQL query
|
What show comes on at 21:00 when Dot Above I comes on at 20:00?
|
SELECT 21:00 FROM table WHERE 20:00 = dot above i
|
Translate the following into a SQL query
|
What was the surface on march 2, 1997?
|
SELECT Surface FROM table WHERE Date = march 2, 1997
|
Translate the following into a SQL query
|
What was the result when the partner was magdalena maleeva?
|
SELECT Result FROM table WHERE Partner = magdalena maleeva
|
Translate the following into a SQL query
|
What edition had magdalena maleeva as partner?
|
SELECT Edition FROM table WHERE Partner = magdalena maleeva
|
Translate the following into a SQL query
|
Who was partner for the 1988 world group i edition?
|
SELECT Partner FROM table WHERE Edition = 1988 world group i
|
Translate the following into a SQL query
|
What was the result on july 16, 1992?
|
SELECT Result FROM table WHERE Date = july 16, 1992
|
Translate the following into a SQL query
|
What is the event that is in 8th position?
|
SELECT Event FROM table WHERE Position = 8th
|
Translate the following into a SQL query
|
What is the event in a year before 1989?
|
SELECT Event FROM table WHERE Year < 1989
|
Translate the following into a SQL query
|
What is the total medals in 1964?
|
SELECT MIN Total FROM table WHERE Year(s) won = 1964
|
Translate the following into a SQL query
|
How many kills when percentage is more than 0.313, attempts are more than 1035 and assists are larger than 57?
|
SELECT COUNT Kills FROM table WHERE Percentage > 0.313 AND Total Attempts > 1035 AND Assists > 57
|
Translate the following into a SQL query
|
What is the highest percentage when there are more than 361 blocks?
|
SELECT MAX Percentage FROM table WHERE Total Blocks > 361
|
Translate the following into a SQL query
|
What is the total blocks when there are less than 210 digs and the total attempts are more than 1116?
|
SELECT AVG Total Blocks FROM table WHERE Digs < 210 AND Total Attempts > 1116
|
Translate the following into a SQL query
|
Which English has German of leben?
|
SELECT English FROM table WHERE German = leben
|
Translate the following into a SQL query
|
Which Plautdietsch has Dutch of maken?
|
SELECT Plautdietsch FROM table WHERE Dutch = maken
|
Translate the following into a SQL query
|
Which English has Dutch of tong?
|
SELECT English FROM table WHERE Dutch = tong
|
Translate the following into a SQL query
|
Which English has Plautdietsch of aupel?
|
SELECT English FROM table WHERE Plautdietsch = aupel
|
Translate the following into a SQL query
|
Which Plautdietsch has Low German of doon?
|
SELECT Plautdietsch FROM table WHERE Low German = doon
|
Translate the following into a SQL query
|
Which English has Dutch of maken?
|
SELECT English FROM table WHERE Dutch = maken
|
Translate the following into a SQL query
|
Can you tell me the Country that has the Year(s) Won of 1988?
|
SELECT Country FROM table WHERE Year(s) Won = 1988
|
Translate the following into a SQL query
|
Can you tell me the average Total that has the To par smaller than 10, and the Country of south korea?
|
SELECT AVG Total FROM table WHERE To par < 10 AND Country = south korea
|
Translate the following into a SQL query
|
Can you tell me the Year(s) Won that has the Country of united states, and the Total larger than 152?
|
SELECT Year(s) Won FROM table WHERE Country = united states AND Total > 152
|
Translate the following into a SQL query
|
Can you tell me the Year(s) Won that has the To par larger than 5, and the Total smaller than 155, and the Country of united states?
|
SELECT Year(s) Won FROM table WHERE To par > 5 AND Total < 155 AND Country = united states
|
Translate the following into a SQL query
|
What golfer has a greater than 293 total, and won in 1989?
|
SELECT Player FROM table WHERE Total > 293 AND Year(s) won = 1989
|
Translate the following into a SQL query
|
What is the maximum total when the To par is +3?
|
SELECT MAX Total FROM table WHERE To par = +3
|
Translate the following into a SQL query
|
What golfer has 281 as their total?
|
SELECT Player FROM table WHERE Total = 281
|
Translate the following into a SQL query
|
What is the highest capacity of the tsentral stadium (batumi)?
|
SELECT MAX Capacity FROM table WHERE Stadium = tsentral stadium (batumi)
|
Translate the following into a SQL query
|
What clubs are in the evgrapi shevardnadze stadium?
|
SELECT Clubs FROM table WHERE Stadium = evgrapi shevardnadze stadium
|
Translate the following into a SQL query
|
What is the stadium of the zooveti tbilisi club?
|
SELECT Stadium FROM table WHERE Clubs = zooveti tbilisi
|
Translate the following into a SQL query
|
What college had Jim Leonhard Category:articles with hcards?
|
SELECT College FROM table WHERE Player = jim leonhard category:articles with hcards
|
Translate the following into a SQL query
|
Who's the original team for Rashied Davis Category:articles with hcards?
|
SELECT Original NFL team FROM table WHERE Player = rashied davis category:articles with hcards
|
Translate the following into a SQL query
|
What college has Lance Moore Category:articles with hcards?
|
SELECT College FROM table WHERE Player = lance moore category:articles with hcards
|
Translate the following into a SQL query
|
What's the original NFL team when the POS is S and college is Georgia Tech?
|
SELECT Original NFL team FROM table WHERE Pos. = s AND College = georgia tech
|
Translate the following into a SQL query
|
What is the date of birth of Oliver Buell's child?
|
SELECT Date of birth FROM table WHERE Child = oliver buell
|
Translate the following into a SQL query
|
Who is the father that was born on January 2, 1842?
|
SELECT Father FROM table WHERE Date of birth = january 2, 1842
|
Translate the following into a SQL query
|
Who is the father of the child whose mother is Presendia Huntington Buell?
|
SELECT Father FROM table WHERE Mother = presendia huntington buell
|
Translate the following into a SQL query
|
What was the place in Germany with a score of 69-69=138?
|
SELECT Place FROM table WHERE Score = 69-69=138 AND Country = germany
|
Translate the following into a SQL query
|
What is the country that has a place of T6 that Eduardo Romero plays for?
|
SELECT Country FROM table WHERE Place = t6 AND Player = eduardo romero
|
Translate the following into a SQL query
|
What is the to par for Scotland?
|
SELECT To par FROM table WHERE Country = scotland
|
Translate the following into a SQL query
|
What is the score for Darren Clarke?
|
SELECT Score FROM table WHERE Player = darren clarke
|
Translate the following into a SQL query
|
What is the country that has a place of T6, a socre of 69-69=138, and where Niclas Fasth played?
|
SELECT Country FROM table WHERE Place = t6 AND Score = 69-69=138 AND Player = niclas fasth
|
Translate the following into a SQL query
|
What's the total losses that has more than 12 wins and 1017 against?
|
SELECT COUNT Losses FROM table WHERE Against = 1017 AND Wins > 12
|
Translate the following into a SQL query
|
What's the most wins of Tatong?
|
SELECT MAX Wins FROM table WHERE Benalla DFL = tatong
|
Translate the following into a SQL query
|
What's the most number of byes for Longwood having less than 1944 against?
|
SELECT MAX Byes FROM table WHERE Benalla DFL = longwood AND Against < 1944
|
Translate the following into a SQL query
|
What is the smallest number against when the draws are less than 0?
|
SELECT MIN Against FROM table WHERE Draws < 0
|
Translate the following into a SQL query
|
What are the average byes of Bonnie Doon having more than 16 wins?
|
SELECT AVG Byes FROM table WHERE Benalla DFL = bonnie doon AND Wins > 16
|
Translate the following into a SQL query
|
What is Rovigo's Club?
|
SELECT Club FROM table WHERE City = rovigo
|
Translate the following into a SQL query
|
What 2007-08 had A.S. Gubbio 1910 Club?
|
SELECT 2007β08 season FROM table WHERE Club = a.s. gubbio 1910
|
Translate the following into a SQL query
|
Which country had a total of 295?
|
SELECT Country FROM table WHERE Total = 295
|
Translate the following into a SQL query
|
On what Date is West Ham United the Home team?
|
SELECT Date FROM table WHERE Home team = west ham united
|
Translate the following into a SQL query
|
On what Date was the Score 4β1?
|
SELECT Date FROM table WHERE Score = 4β1
|
Translate the following into a SQL query
|
What is the Away team of Tie no 1?
|
SELECT Away team FROM table WHERE Tie no = 1
|
Translate the following into a SQL query
|
What is the Tie no when Crystal Palace is the Away team?
|
SELECT Tie no FROM table WHERE Away team = crystal palace
|
Translate the following into a SQL query
|
What is the Home team of Tie no 11?
|
SELECT Home team FROM table WHERE Tie no = 11
|
Translate the following into a SQL query
|
On what Date is West Ham United the Home team?
|
SELECT Date FROM table WHERE Home team = west ham united
|
Translate the following into a SQL query
|
What kind of Week 4 has a Week 1 of sheila levell?
|
SELECT Week 4 FROM table WHERE Week 1 = sheila levell
|
Translate the following into a SQL query
|
What kind of Week 2 has a Week 4 of araya robinson?
|
SELECT Week 2 FROM table WHERE Week 4 = araya robinson
|
Translate the following into a SQL query
|
What kind of Week 4 has a Week 2 of tiffany logan?
|
SELECT Week 4 FROM table WHERE Week 2 = tiffany logan
|
Translate the following into a SQL query
|
what kind of Week 5 that has a Week 1 of mandy ashford?
|
SELECT Week 5 FROM table WHERE Week 1 = mandy ashford
|
Translate the following into a SQL query
|
What kind of Week 2 that has a Week 1 of mandy ashford?
|
SELECT Week 2 FROM table WHERE Week 1 = mandy ashford
|
Translate the following into a SQL query
|
What Week 2 that has a Week 1 of mackenzie ryan?
|
SELECT Week 2 FROM table WHERE Week 1 = mackenzie ryan
|
Translate the following into a SQL query
|
What is the name when weight shows head coach: Aleksandr Kabanov?
|
SELECT Name FROM table WHERE Weight = head coach: aleksandr kabanov
|
Translate the following into a SQL query
|
What is the park & ride lot for the Temple Square station?
|
SELECT Park and Ride Lot FROM table WHERE Station Name = temple square
|
Translate the following into a SQL query
|
For the Temple Square station, what is the park & ride lot name?
|
SELECT Park and Ride Lot FROM table WHERE Station Name = temple square
|
Translate the following into a SQL query
|
Which station was opened in 2013, with no park & ride lot?
|
SELECT Station Name FROM table WHERE Opening Year = 2013 AND Park and Ride Lot = no
|
Translate the following into a SQL query
|
Where is the free fare zone for the Arena station?
|
SELECT Free Fare Zone FROM table WHERE Station Name = arena
|
Translate the following into a SQL query
|
Calvin Abueva Calvin Abueva had what statistic?
|
SELECT Statistic FROM table WHERE Name = calvin abueva calvin abueva
|
Translate the following into a SQL query
|
When the opposing team was SSC-R what was the statistic?
|
SELECT Statistic FROM table WHERE Opponent = ssc-r
|
Translate the following into a SQL query
|
When SSC-R is the opponent what is the name?
|
SELECT Name FROM table WHERE Opponent = ssc-r
|
Translate the following into a SQL query
|
With a statistic of most points, what is the stage?
|
SELECT Stage FROM table WHERE Statistic = most points
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.