instruction
stringclasses
1 value
input
stringlengths
12
244
output
stringlengths
22
468
Translate the following into a SQL query
How many positions did the car with a final time of +10.8098 finish in?
SELECT COUNT Fin. Pos FROM table WHERE Time/Retired = +10.8098
Translate the following into a SQL query
Darren Manning finished in what position?
SELECT MIN Fin. Pos FROM table WHERE Driver = Darren Manning
Translate the following into a SQL query
What was the position for the Josef Kaufmann Racing team?
SELECT Position FROM table WHERE Team = Josef Kaufmann Racing
Translate the following into a SQL query
How many poles did the player have during the Formula BMW Pacific race?
SELECT MAX Poles FROM table WHERE Series = Formula BMW Pacific
Translate the following into a SQL query
Which season did he have 0 points and 31st position?
SELECT MAX Season FROM table WHERE Points = 0 AND Position = 31st
Translate the following into a SQL query
How many wins did the player have in the Formula BMW World Final?
SELECT Wins FROM table WHERE Series = Formula BMW World Final
Translate the following into a SQL query
On what date was the episode aired where event 2 was Hang Tough?
SELECT Air Date FROM table WHERE Event 2 = Hang Tough
Translate the following into a SQL query
When event 4 was Whiplash, what was event 2?
SELECT Event 2 FROM table WHERE Event 4 = Whiplash
Translate the following into a SQL query
On how many different dates was event 1 Suspension Bridge?
SELECT COUNT Air Date FROM table WHERE Event 1 = Suspension Bridge
Translate the following into a SQL query
On which episode number is event 4 The Wall and event 1 the Pendulum?
SELECT COUNT Episode Number FROM table WHERE Event 4 = The Wall AND Event 1 = Pendulum
Translate the following into a SQL query
What was event 2 when event 1 was Atlasphere?
SELECT Event 2 FROM table WHERE Event 1 = Atlasphere
Translate the following into a SQL query
What is the car number driven by Darren Manning?
SELECT Car No. FROM table WHERE Driver = Darren Manning
Translate the following into a SQL query
Which position earned 50 points?
SELECT MAX Fin. Pos FROM table WHERE Points = 50
Translate the following into a SQL query
How many drivers on the grid are called Vitor Meira?
SELECT COUNT Grid FROM table WHERE Driver = Vitor Meira
Translate the following into a SQL query
If the equation is 0 × 9² + 3 × 9 + 3, what is the result?
SELECT MIN Result FROM table WHERE Equation = 0 × 9² + 3 × 9 + 3
Translate the following into a SQL query
If the equation is 6 × 9² + 6 × 9 + 6, what is the 3rd throw?
SELECT MAX 3rd throw FROM table WHERE Equation = 6 × 9² + 6 × 9 + 6
Translate the following into a SQL query
If the equation is 8 × 9² + 8 × 9 + 8, what is the 2nd throw?
SELECT MIN 2nd throw FROM table WHERE Equation = 8 × 9² + 8 × 9 + 8
Translate the following into a SQL query
If the equation is 1 × 9² + 4 × 9 + 0, what is the 2nd throw?
SELECT 2nd throw FROM table WHERE Equation = 1 × 9² + 4 × 9 + 0
Translate the following into a SQL query
If the equation is 6 × 9² + 6 × 9 + 6, what is the 2nd throw?
SELECT MAX 2nd throw FROM table WHERE Equation = 6 × 9² + 6 × 9 + 6
Translate the following into a SQL query
When they played San Lorenzo, what was the score of the second leg?
SELECT 2nd leg FROM table WHERE Team #1 = San Lorenzo
Translate the following into a SQL query
When they played Universidad de Chile, what was the score of the first leg?
SELECT COUNT 1st leg FROM table WHERE Team #2 = Universidad de Chile
Translate the following into a SQL query
Who played San Lorenzo?
SELECT Team #2 FROM table WHERE Team #1 = San Lorenzo
Translate the following into a SQL query
Who played River Plate?
SELECT Team #2 FROM table WHERE Team #1 = River Plate
Translate the following into a SQL query
What was the score on the 1st leg if the team 2 is botafogo?
SELECT COUNT 1st leg FROM table WHERE Team #2 = Botafogo
Translate the following into a SQL query
Who played against team 1 Vitória?
SELECT Team #2 FROM table WHERE Team #1 = Vitória
Translate the following into a SQL query
Who played against team 1 Liverpool?
SELECT Team #2 FROM table WHERE Team #1 = Liverpool
Translate the following into a SQL query
What was the game's points against Team 2 Deportivo Anzoátegui?
SELECT Points FROM table WHERE Team #2 = Deportivo Anzoátegui
Translate the following into a SQL query
How many different items appear in the high points column when the location attendance was US Airways Center 18,422?
SELECT COUNT High points FROM table WHERE Location Attendance = US Airways Center 18,422
Translate the following into a SQL query
What was the high assists on April 7?
SELECT High assists FROM table WHERE Date = April 7
Translate the following into a SQL query
What is the score for the game played on January 25?
SELECT Score FROM table WHERE Date = January 25
Translate the following into a SQL query
What is the record for the team on January 19?
SELECT Record FROM table WHERE Date = January 19
Translate the following into a SQL query
How many times did Ron Artest (24) receive the record for high points?
SELECT COUNT Record FROM table WHERE High points = Ron Artest (24)
Translate the following into a SQL query
At what location and what was the attendance when Rafer Alston (10) achieved high assists?
SELECT Location Attendance FROM table WHERE High assists = Rafer Alston (10)
Translate the following into a SQL query
At what game number was the attendance at Conseco Fieldhouse 14,486?
SELECT MAX Game FROM table WHERE Location Attendance = Conseco Fieldhouse 14,486
Translate the following into a SQL query
What is the number of the game that was played on January 19?
SELECT MAX Game FROM table WHERE Date = January 19
Translate the following into a SQL query
Name the record for verizon center 20,173
SELECT Record FROM table WHERE Location Attendance = Verizon Center 20,173
Translate the following into a SQL query
Name the date for score l 89–91 (ot)
SELECT Date FROM table WHERE Score = L 89–91 (OT)
Translate the following into a SQL query
What was the team record when the team was Cleveland?
SELECT Record FROM table WHERE Team = Cleveland
Translate the following into a SQL query
Name the high assists for l 93–103 (ot)
SELECT High assists FROM table WHERE Score = L 93–103 (OT)
Translate the following into a SQL query
What was the date of game 21?
SELECT Date FROM table WHERE Game = 21
Translate the following into a SQL query
What were the results for round of 32 for Nicole Vaidišová?
SELECT Round of 32 FROM table WHERE Athlete = Nicole Vaidišová
Translate the following into a SQL query
How many number of athletes were in round of 64 was llagostera Vives ( esp ) l 6–2, 3–6, 5–7?
SELECT COUNT Athlete FROM table WHERE Round of 64 = Llagostera Vives ( ESP ) L 6–2, 3–6, 5–7
Translate the following into a SQL query
What was round of 16 when in round 32 it was koryttseva ( ukr ) w 2–6, 6–1, 7–5?
SELECT Round of 16 FROM table WHERE Round of 32 = Koryttseva ( UKR ) W 2–6, 6–1, 7–5
Translate the following into a SQL query
What was round of 64 of the singles event when the result of round 16 was did not advance and the athlete was Iveta Benešová?
SELECT Round of 64 FROM table WHERE Event = Singles AND Round of 16 = Did not advance AND Athlete = Iveta Benešová
Translate the following into a SQL query
What were the quarterfinals in the round of 32 was S williams / V williams ( usa ) l 6–4, 5–7, 1–6?
SELECT Quarterfinals FROM table WHERE Round of 32 = S Williams / V Williams ( USA ) L 6–4, 5–7, 1–6
Translate the following into a SQL query
On what day did Dirk Nowitzki (14) have a high rebound?
SELECT Date FROM table WHERE High rebounds = Dirk Nowitzki (14)
Translate the following into a SQL query
High points earned by Josh Howard (19) resulted in how many high rebounds?
SELECT COUNT High rebounds FROM table WHERE High points = Josh Howard (19)
Translate the following into a SQL query
Who had the high assists while Erick Dampier (8) had the high rebounds?
SELECT High assists FROM table WHERE High rebounds = Erick Dampier (8)
Translate the following into a SQL query
Who had the high points while Dirk Nowitzki (13) had the high rebounds?
SELECT High points FROM table WHERE High rebounds = Dirk Nowitzki (13)
Translate the following into a SQL query
What was the final record for the game in which Dirk Nowitzki (19) had the high points?
SELECT Record FROM table WHERE High points = Dirk Nowitzki (19)
Translate the following into a SQL query
Which championship had the final opponents of nathalie dechy andy ram?
SELECT Championship FROM table WHERE Opponents in the final = Nathalie Dechy Andy Ram
Translate the following into a SQL query
What is the upstream speed of the network that costs 39 tl?
SELECT Upstream FROM table WHERE Price TL = 39 TL
Translate the following into a SQL query
How many upstream speeds are there for downstream of 20 mbit/s and bandwidth of 40 gb?
SELECT COUNT Upstream FROM table WHERE Downstream = 20 Mbit/s AND Bandwidth = 40 GB
Translate the following into a SQL query
What is the upstream speed that you get for 89 tl?
SELECT Upstream FROM table WHERE Price TL = 89 TL
Translate the following into a SQL query
What is the bandwidth for downstream of 20 mbit/s for 69 tl?
SELECT Bandwidth FROM table WHERE Downstream = 20 Mbit/s AND Price TL = 69 TL
Translate the following into a SQL query
What was the year when West Manila has a tariff increase of 6.5?
SELECT Year FROM table WHERE West Manila = 6.5
Translate the following into a SQL query
What was East Manila's share of 1996 real tariff when its Consumer Price Index is 119.4?
SELECT East Manila as a share of 1996 real tariff FROM table WHERE Consumer Price Index (2005=100) = 119.4
Translate the following into a SQL query
What was West Manila's tariff increase when its CPI is 60.6?
SELECT West Manila FROM table WHERE Consumer Price Index (2005=100) = 60.6
Translate the following into a SQL query
What was West Manila's tariff increase when its CPI is 119.4?
SELECT West Manila FROM table WHERE Consumer Price Index (2005=100) = 119.4
Translate the following into a SQL query
What was the CPI of West Manila when its share of 1996 real tariff is 189%?
SELECT Consumer Price Index (2005=100) FROM table WHERE West Manila as a share of 1996 real tariff = 189%
Translate the following into a SQL query
What was West Manila's share of 1996 real tariff when it CPI was 92.9?
SELECT West Manila as a share of 1996 real tariff FROM table WHERE Consumer Price Index (2005=100) = 92.9
Translate the following into a SQL query
Of the times the Broncos played the Cincinnati Bengals, what was the highest attendance?
SELECT MAX Attendance FROM table WHERE Opponent = Cincinnati Bengals
Translate the following into a SQL query
When did the Broncos play the Miami Dolphins?
SELECT Date FROM table WHERE Opponent = Miami Dolphins
Translate the following into a SQL query
In the game with an attendance of 18304, what was the final score?
SELECT Result FROM table WHERE Attendance = 18304
Translate the following into a SQL query
How many pressure figures are given for the .380 acp cartridge?
SELECT COUNT Max pressure FROM table WHERE Cartridge = .380 ACP
Translate the following into a SQL query
What is the max pressure of the cartridge where the muzzle energy is 201ft•lbf (273 j)?
SELECT Max pressure FROM table WHERE Muzzle energy = 201ft•lbf (273 J)
Translate the following into a SQL query
What is the max pressure of the .38 long colt cartridge?
SELECT Max pressure FROM table WHERE Cartridge = .38 Long Colt
Translate the following into a SQL query
What is the bullet weight when the max pressure is 12,000 cup?
SELECT Bullet weight FROM table WHERE Max pressure = 12,000 CUP
Translate the following into a SQL query
What are the scores made by Charlotte team
SELECT Score FROM table WHERE Team = Charlotte
Translate the following into a SQL query
Who made highest assists when high rebounds was Al Horford (17)
SELECT High assists FROM table WHERE High rebounds = Al Horford (17)
Translate the following into a SQL query
Give the score when high rebounds was zaza pachulia (8)
SELECT Score FROM table WHERE High rebounds = Zaza Pachulia (8)
Translate the following into a SQL query
Name the gs for points being 12.1
SELECT GS FROM table WHERE Points = 12.1
Translate the following into a SQL query
Name the assists for 157 games
SELECT Assists FROM table WHERE Games = 157
Translate the following into a SQL query
Name the steals for season 2007/2008
SELECT Steals FROM table WHERE Season = 2007/2008
Translate the following into a SQL query
Name the total number of assists for 77 blocks
SELECT COUNT Assists FROM table WHERE Blocks = 77
Translate the following into a SQL query
When mike bibby (8) had the highest amount of assists what is the record?
SELECT Record FROM table WHERE High assists = Mike Bibby (8)
Translate the following into a SQL query
When mike bibby (9) has the highest amount of assists what is the location and attendance?
SELECT Location Attendance FROM table WHERE High assists = Mike Bibby (9)
Translate the following into a SQL query
Who was the team played on January 23?
SELECT Team FROM table WHERE Date = January 23
Translate the following into a SQL query
Where was the game held and what was the attendance when they played Orlando?
SELECT Location Attendance FROM table WHERE Team = Orlando
Translate the following into a SQL query
In what game did Miami play Charlotte?
SELECT MAX Game FROM table WHERE Team = Charlotte
Translate the following into a SQL query
Who had the high points on February 6?
SELECT High points FROM table WHERE Date = February 6
Translate the following into a SQL query
What is the highest number of laps led with 16 points?
SELECT MAX Laps Led FROM table WHERE Points = 16
Translate the following into a SQL query
How many drivers were there for Samax Motorsport?
SELECT COUNT Driver FROM table WHERE Team = SAMAX Motorsport
Translate the following into a SQL query
What is the team whose driver Jeff Simmons?
SELECT Team FROM table WHERE Driver = Jeff Simmons
Translate the following into a SQL query
How many drivers where there when the time/retired +3 laps and points were 24?
SELECT COUNT Driver FROM table WHERE Time/Retired = +3 Laps AND Points = 24
Translate the following into a SQL query
What is the highest number of laps for Darren Manning?
SELECT MAX Laps FROM table WHERE Driver = Darren Manning
Translate the following into a SQL query
How many car numbers were recorded when the time/retired is +4.0019?
SELECT COUNT Car No. FROM table WHERE Time/Retired = +4.0019
Translate the following into a SQL query
What game number was played on January 28?
SELECT Game FROM table WHERE Date = January 28
Translate the following into a SQL query
What is the high amount of points on February 11?
SELECT High points FROM table WHERE Date = February 11
Translate the following into a SQL query
Who has the most assists on Denver?
SELECT High assists FROM table WHERE Team = Denver
Translate the following into a SQL query
Name the location attendance for april 13
SELECT Location Attendance FROM table WHERE Date = April 13
Translate the following into a SQL query
Name the location attendance for april 5
SELECT Location Attendance FROM table WHERE Date = April 5
Translate the following into a SQL query
Who had the high points on December 17?
SELECT High points FROM table WHERE Date = December 17
Translate the following into a SQL query
How many scores are listed for the game against Houston
SELECT COUNT Score FROM table WHERE Team = Houston
Translate the following into a SQL query
What was the location and attendance of the game when High Assists were Andre Miller (7)?
SELECT Location Attendance FROM table WHERE High assists = Andre Miller (7)
Translate the following into a SQL query
Who was the High Assist in game 1?
SELECT High assists FROM table WHERE Game = 1
Translate the following into a SQL query
Who was the High Assist when the High Rebounds was andre iguodala (8)?
SELECT High assists FROM table WHERE High rebounds = Andre Iguodala (8)
Translate the following into a SQL query
What was the W-L record when HIgh Points was andre miller (30)?
SELECT Record FROM table WHERE High points = Andre Miller (30)
Translate the following into a SQL query
What was the score and game outcome when High Points was andre miller (17)?
SELECT Score FROM table WHERE High points = Andre Miller (17)
Translate the following into a SQL query
How many games was High Points andre iguodala (29)?
SELECT COUNT Game FROM table WHERE High points = Andre Iguodala (29)