instruction
stringclasses
1 value
input
stringlengths
12
244
output
stringlengths
22
468
Translate the following into a SQL query
What is the highest win for the team Nacional?
SELECT MAX Wins FROM table WHERE Team = Nacional
Translate the following into a SQL query
What is the smallest conceded value for the team 12 De Octubre?
SELECT MIN Conceded FROM table WHERE Team = 12 de Octubre
Translate the following into a SQL query
What is the smallest draws value with 21 points?
SELECT MIN Draws FROM table WHERE Points = 21
Translate the following into a SQL query
What is the largest loss for the Tacuary team?
SELECT MAX Losses FROM table WHERE Team = Tacuary
Translate the following into a SQL query
What is the name of the venue where the opponent scored 51?
SELECT Venue FROM table WHERE Opponents = 51
Translate the following into a SQL query
How many first downs were there when the attendance was 13196?
SELECT MIN First Downs FROM table WHERE Attendance = 13196
Translate the following into a SQL query
What was the site of the game against Buffalo Bills ?
SELECT Game Site FROM table WHERE Opponent = Buffalo Bills
Translate the following into a SQL query
What was the attendance in week 8?
SELECT MAX Attendance FROM table WHERE Week = 8
Translate the following into a SQL query
What was the date when the attendance was 63995
SELECT Date FROM table WHERE Attendance = 63995
Translate the following into a SQL query
Who was the opponent in week 4?
SELECT Opponent FROM table WHERE Week = 4
Translate the following into a SQL query
How many different skippers of the yacht City Index Leopard?
SELECT COUNT Skipper FROM table WHERE Yacht = City Index Leopard
Translate the following into a SQL query
What are all elapsed time amounts for yacht type Reichel Pugh 55?
SELECT Elapsed time d:hh:mm:ss FROM table WHERE Yacht type = Reichel Pugh 55
Translate the following into a SQL query
What are all elapsed time for yacht type STP 65?
SELECT Elapsed time d:hh:mm:ss FROM table WHERE Yacht type = STP 65
Translate the following into a SQL query
If sail number is AUS 03, what are all associated race numbers?
SELECT Race number FROM table WHERE Sail number = AUS 03
Translate the following into a SQL query
What are all values of LOA(metres) for an elapsed time of 2:17:01:05?
SELECT LOA (Metres) FROM table WHERE Elapsed time d:hh:mm:ss = 2:17:01:05
Translate the following into a SQL query
When the elapsed time is 2:14:12:49, what are all yachts associated with this value?
SELECT Yacht FROM table WHERE Elapsed time d:hh:mm:ss = 2:14:12:49
Translate the following into a SQL query
In what location was the fastest time 1:37.071s?
SELECT Location FROM table WHERE Record = 1:37.071s
Translate the following into a SQL query
What are all the places where Birgit Fischer competed?
SELECT Location FROM table WHERE Athletes = Birgit Fischer
Translate the following into a SQL query
What are the records when Elzbieta Urbanczik competed?
SELECT Record FROM table WHERE Athletes = Elzbieta Urbanczik
Translate the following into a SQL query
Name the number of wins for when points is 17
SELECT COUNT Wins FROM table WHERE Points = 17
Translate the following into a SQL query
Name the number of draws for when conceded is 25
SELECT COUNT Draws FROM table WHERE Conceded = 25
Translate the following into a SQL query
Name the most conceded when draws is 5 and position is 1
SELECT MAX Conceded FROM table WHERE Draws = 5 AND Position = 1
Translate the following into a SQL query
What date was the episode with production code 176265 aired?
SELECT Original air date FROM table WHERE Production code = 176265
Translate the following into a SQL query
On what dates were episodes written by Robert Carlock aired?
SELECT Original air date FROM table WHERE Written by = Robert Carlock
Translate the following into a SQL query
What is the production code for episode 229?
SELECT MAX Production code FROM table WHERE No. in series = 229
Translate the following into a SQL query
What is the title for the episode written by Robert Carlock & Dana Klein Borkow?
SELECT Title FROM table WHERE Written by = Robert Carlock & Dana Klein Borkow
Translate the following into a SQL query
Who directed the episode with the production code 176252?
SELECT Directed by FROM table WHERE Production code = 176252
Translate the following into a SQL query
What date was the episode entitled "The One Where Ross is Fine" aired?
SELECT Original air date FROM table WHERE Title = "The One Where Ross is Fine"
Translate the following into a SQL query
How many points when 15 is scored is considered the minimum?
SELECT MIN Points FROM table WHERE Scored = 15
Translate the following into a SQL query
When a team wins 4, how much is the Maximum amount of points?
SELECT MAX Points FROM table WHERE Wins = 4
Translate the following into a SQL query
How may draws did libertad have?
SELECT COUNT Draws FROM table WHERE Team = Libertad
Translate the following into a SQL query
Name the men doubles for els baert
SELECT Men Doubles FROM table WHERE Womens Singles = Els Baert
Translate the following into a SQL query
Name the men doubles for caroline persyn smids
SELECT Men Doubles FROM table WHERE Womens Doubles = Caroline Persyn Smids
Translate the following into a SQL query
Name the number of men doubles for 2007
SELECT COUNT Men Doubles FROM table WHERE Year = 2007
Translate the following into a SQL query
Name the womens singles for raina tzvetkova petya nedelcheva
SELECT Womens singles FROM table WHERE Womens doubles = Raina Tzvetkova Petya Nedelcheva
Translate the following into a SQL query
Name the number of years for womens doubles being diana koleva emilia dimitrova and jeliazko valkov
SELECT COUNT Year FROM table WHERE Womens doubles = Diana Koleva Emilia Dimitrova AND Mens singles = Jeliazko Valkov
Translate the following into a SQL query
Name the mens singles for jeliazko valkov dobrinka peneva
SELECT Mens singles FROM table WHERE Mixed doubles = Jeliazko Valkov Dobrinka Peneva
Translate the following into a SQL query
Name the mens singles for 1989
SELECT Mens singles FROM table WHERE Year = 1989
Translate the following into a SQL query
Name the year for victoria hristova neli nedialkova
SELECT Year FROM table WHERE Womens doubles = Victoria Hristova Neli Nedialkova
Translate the following into a SQL query
Name the year for womens doubles being raina tzvetkova emilia dimitrova
SELECT Year FROM table WHERE Womens doubles = Raina Tzvetkova Emilia Dimitrova
Translate the following into a SQL query
WHAT ARE THE NAMES OF THE MENS DOUBLES WHEN THE WOMENS DOUBLES WAS PIRET HAMER HELEN REINO?
SELECT Mens doubles FROM table WHERE Womens doubles = Piret Hamer Helen Reino
Translate the following into a SQL query
WHAT IS THE NAME OF THE MENS DOUBLES PLAYER WHEN THE WOMENS DOUBLES PLAYER IS HELEN REINO KAI-RIIN SALUSTE?
SELECT Mens doubles FROM table WHERE Womens doubles = Helen Reino Kai-Riin Saluste
Translate the following into a SQL query
WHAT IS THE NAME OF THE MIXED DOUBLES PLAYER WHEN THE WOMENS SINGLE PLAYER IS KAIRI VIILUP?
SELECT Mixed doubles FROM table WHERE Womens singles = Kairi Viilup
Translate the following into a SQL query
HOW MANY YEARS DID MENS DOUBLES PLAYER HEIKI SORGE MEELIS MAISTE PLAY?
SELECT COUNT Year FROM table WHERE Mens doubles = Heiki Sorge Meelis Maiste
Translate the following into a SQL query
Name the womens doubles when mens doubles is charalambos kazilas stepan partemian
SELECT Womens doubles FROM table WHERE Mens doubles = Charalambos Kazilas Stepan Partemian
Translate the following into a SQL query
Name the womens doubles when mixed doubles is potten ruth scott
SELECT Womens doubles FROM table WHERE Mixed doubles = Potten Ruth Scott
Translate the following into a SQL query
Name the mens singles when mens doubles is george georgoudis gerostergiou
SELECT Mens singles FROM table WHERE Mens doubles = George Georgoudis Gerostergiou
Translate the following into a SQL query
Name the womens doubles when mens doubles is theodoros velkos giorgos patis
SELECT Womens doubles FROM table WHERE Mens doubles = Theodoros Velkos Giorgos Patis
Translate the following into a SQL query
What was the earliest year Þorvaldur Ásgeirsson Lovísa Sigurðardóttir won mixed doubles
SELECT MIN Year FROM table WHERE Mixed doubles = Þorvaldur Ásgeirsson Lovísa Sigurðardóttir
Translate the following into a SQL query
Who won womens doubles the year magnús ingi helgason tinna helgadóttir won mixed doubles and ragna ingólfsdóttir won womens singles in 2010
SELECT Womens doubles FROM table WHERE Mixed doubles = Magnús Ingi Helgason Tinna Helgadóttir AND Womens singles = Ragna Ingólfsdóttir AND Year = 2010
Translate the following into a SQL query
How many womens doubles had champions the years broddi kristjánsson drífa harðardóttir won mixed doubles
SELECT COUNT Womens doubles FROM table WHERE Mixed doubles = Broddi Kristjánsson Drífa Harðardóttir
Translate the following into a SQL query
Who won mixed doubles the years einar jónsson wagner walbom won mens doubles and wagner walbom won mens singles
SELECT Mixed doubles FROM table WHERE Mens doubles = Einar Jónsson Wagner Walbom AND Mens singles = Wagner Walbom
Translate the following into a SQL query
What was the last year árni þór hallgrímsson drífa harðardóttir won mixed doubles
SELECT MAX Year FROM table WHERE Mixed doubles = Árni Þór Hallgrímsson Drífa Harðardóttir
Translate the following into a SQL query
Who won mens singles the year sveinn logi sölvason tryggvi nilsen won mens doubles and elsa nielsen won womens singles
SELECT Mens singles FROM table WHERE Mens doubles = Sveinn Logi Sölvason Tryggvi Nilsen AND Womens singles = Elsa Nielsen
Translate the following into a SQL query
In which position is the team Cerro Porteño?
SELECT Position FROM table WHERE Team = Cerro Porteño
Translate the following into a SQL query
How many games were played?
SELECT MIN Played FROM table
Translate the following into a SQL query
What is the result of men's doubles when there was no competition?
SELECT Mixed doubles FROM table WHERE Mens doubles = no competition
Translate the following into a SQL query
WHo won men's singles in 1994?
SELECT Mens singles FROM table WHERE Year = 1994
Translate the following into a SQL query
Who won women's singles in 2001?
SELECT Womens singles FROM table WHERE Year = 2001
Translate the following into a SQL query
Name the least wins
SELECT MIN Wins FROM table
Translate the following into a SQL query
is γолемата вода nominated for anything?
SELECT Result FROM table WHERE Original title = Γолемата Вода
Translate the following into a SQL query
how many years has сенки been nominated?
SELECT COUNT Year (Ceremony) FROM table WHERE Original title = Сенки
Translate the following into a SQL query
how many directors for the film мајки
SELECT COUNT Director(s) FROM table WHERE Original title = Мајки
Translate the following into a SQL query
Who is the second performer in episode 5?
SELECT Performer 2 FROM table WHERE Episode = 5
Translate the following into a SQL query
How many times was performer 3 Kate Robbins?
SELECT COUNT Date FROM table WHERE Performer 3 = Kate Robbins
Translate the following into a SQL query
Who was perfomer one on 30 January 1988?
SELECT Performer 1 FROM table WHERE Date = 30 January 1988
Translate the following into a SQL query
Who was performer 4 when Kate Robbins was performer 3?
SELECT Performer 4 FROM table WHERE Performer 3 = Kate Robbins
Translate the following into a SQL query
How many episodes was Jimmy Mulville performer 4?
SELECT COUNT Episode FROM table WHERE Performer 4 = Jimmy Mulville
Translate the following into a SQL query
How many instruments did Stuart play on "We Got Married"?
SELECT COUNT Stuart FROM table WHERE Songs = "We Got Married"
Translate the following into a SQL query
Which general election had a vote swing of 1.84?
SELECT General Election FROM table WHERE votes swing = 1.84
Translate the following into a SQL query
What was the total number of seats won where the % of votes is equal to 20.29?
SELECT COUNT Seats Won FROM table WHERE % of votes = 20.29
Translate the following into a SQL query
What was the number of seat changes when the % of votes was 23.75?
SELECT Change in Seat FROM table WHERE % of votes = 23.75
Translate the following into a SQL query
Which general election had a vote swing of 1.69?
SELECT General Election FROM table WHERE votes swing = 1.69
Translate the following into a SQL query
What was the vote swing for the general election of the 12th lok sabha?
SELECT votes swing FROM table WHERE General Election = 12th Lok Sabha
Translate the following into a SQL query
What was the team's result in week 4?
SELECT Result FROM table WHERE Week = 4
Translate the following into a SQL query
When the network mask is 255.255.255.252 what is the prefix size?
SELECT Prefix size FROM table WHERE Network mask = 255.255.255.252
Translate the following into a SQL query
available subnets leading total is?
SELECT MAX Available subnets FROM table
Translate the following into a SQL query
When the network mask is 255.255.255.128 what is the lowest available subnet?
SELECT MIN Available subnets FROM table WHERE Network mask = 255.255.255.128
Translate the following into a SQL query
When the network mask is 255.255.255.224 what is the highest total usable host?
SELECT MAX Total usable hosts FROM table WHERE Network mask = 255.255.255.224
Translate the following into a SQL query
Who were all of the opponents when the date was November 12, 1978?
SELECT Opponent FROM table WHERE Date = November 12, 1978
Translate the following into a SQL query
What is the total number of values for attendance for the date October 1, 1978?
SELECT COUNT Attendance FROM table WHERE Date = October 1, 1978
Translate the following into a SQL query
What was the highest attendance?
SELECT MAX Attendance FROM table
Translate the following into a SQL query
What date did the Colts play New York Jets?
SELECT Date FROM table WHERE Opponent = New York Jets
Translate the following into a SQL query
How many games had the attendance of 60225?
SELECT COUNT Result FROM table WHERE Attendance = 60225
Translate the following into a SQL query
What was the result of the game on October 6, 1974?
SELECT Result FROM table WHERE Date = October 6, 1974
Translate the following into a SQL query
What was the record on September 22, 1974?
SELECT Record FROM table WHERE Date = September 22, 1974
Translate the following into a SQL query
What was the Bhofen #1 score and rank for the player whose Bhofen #2 score and rank was 231.2 (8)?
SELECT Bhofen#1 (Rk) FROM table WHERE Bhofen#2 (Rk) = 231.2 (8)
Translate the following into a SQL query
What was the Bhofen #2 score and rank for the player whose GA-PA score and rank was 233.4 (16)?
SELECT Bhofen#2 (Rk) FROM table WHERE Ga-Pa (Rk) = 233.4 (16)
Translate the following into a SQL query
What was the Bhofen #2 score and rank for the player whose GA-PA score and rank was 227.5 (19)?
SELECT Bhofen#2 (Rk) FROM table WHERE Ga-Pa (Rk) = 227.5 (19)
Translate the following into a SQL query
How many points in total were scored by the player whose Oberstdork score and rank were 252.6 (11)?
SELECT Total points FROM table WHERE Oberstdorf (Rk) = 252.6 (11)
Translate the following into a SQL query
On which week was the attendance 74303?
SELECT MAX Week FROM table WHERE Attendance = 74303
Translate the following into a SQL query
On which date was the game played at Tiger Stadium?
SELECT Date FROM table WHERE Game Site = Tiger Stadium
Translate the following into a SQL query
What was the final score of the game against the Dallas Cowboys?
SELECT Result FROM table WHERE Opponent = Dallas Cowboys
Translate the following into a SQL query
What was the attendance at the game played on December 10, 1972?
SELECT Attendance FROM table WHERE Date = December 10, 1972
Translate the following into a SQL query
Name the french actor with javier romano
SELECT COUNT French voice actor FROM table WHERE Spanish voice actor = Javier Romano
Translate the following into a SQL query
Name the german voice actor for alain dorval
SELECT German voice actor FROM table WHERE French voice actor = Alain Dorval
Translate the following into a SQL query
Name the german voice actor for rafael torres
SELECT German voice actor FROM table WHERE Spanish voice actor = Rafael Torres
Translate the following into a SQL query
Name the character for sophie arthuys
SELECT Character FROM table WHERE French voice actor = Sophie Arthuys
Translate the following into a SQL query
Name the italian voice actor for dirk fenselau
SELECT Italian voice actor FROM table WHERE German voice actor = Dirk Fenselau
Translate the following into a SQL query
what is the Europe number for the league cup of 36 (0)?
SELECT Europe FROM table WHERE League Cup = 36 (0)