question
stringlengths 12
244
| sql
stringlengths 22
468
|
---|---|
Darren Manning finished in what position?
|
SELECT MIN Fin. Pos FROM table WHERE Driver = Darren Manning
|
What was the position for the Josef Kaufmann Racing team?
|
SELECT Position FROM table WHERE Team = Josef Kaufmann Racing
|
How many poles did the player have during the Formula BMW Pacific race?
|
SELECT MAX Poles FROM table WHERE Series = Formula BMW Pacific
|
Which season did he have 0 points and 31st position?
|
SELECT MAX Season FROM table WHERE Points = 0 AND Position = 31st
|
How many wins did the player have in the Formula BMW World Final?
|
SELECT Wins FROM table WHERE Series = Formula BMW World Final
|
On what date was the episode aired where event 2 was Hang Tough?
|
SELECT Air Date FROM table WHERE Event 2 = Hang Tough
|
When event 4 was Whiplash, what was event 2?
|
SELECT Event 2 FROM table WHERE Event 4 = Whiplash
|
On how many different dates was event 1 Suspension Bridge?
|
SELECT COUNT Air Date FROM table WHERE Event 1 = Suspension Bridge
|
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
|
What was event 2 when event 1 was Atlasphere?
|
SELECT Event 2 FROM table WHERE Event 1 = Atlasphere
|
What is the car number driven by Darren Manning?
|
SELECT Car No. FROM table WHERE Driver = Darren Manning
|
Which position earned 50 points?
|
SELECT MAX Fin. Pos FROM table WHERE Points = 50
|
How many drivers on the grid are called Vitor Meira?
|
SELECT COUNT Grid FROM table WHERE Driver = Vitor Meira
|
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
|
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
|
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
|
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
|
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
|
When they played San Lorenzo, what was the score of the second leg?
|
SELECT 2nd leg FROM table WHERE Team #1 = San Lorenzo
|
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
|
Who played San Lorenzo?
|
SELECT Team #2 FROM table WHERE Team #1 = San Lorenzo
|
Who played River Plate?
|
SELECT Team #2 FROM table WHERE Team #1 = River Plate
|
What was the score on the 1st leg if the team 2 is botafogo?
|
SELECT COUNT 1st leg FROM table WHERE Team #2 = Botafogo
|
Who played against team 1 Vitória?
|
SELECT Team #2 FROM table WHERE Team #1 = Vitória
|
Who played against team 1 Liverpool?
|
SELECT Team #2 FROM table WHERE Team #1 = Liverpool
|
What was the game's points against Team 2 Deportivo Anzoátegui?
|
SELECT Points FROM table WHERE Team #2 = Deportivo Anzoátegui
|
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
|
What was the high assists on April 7?
|
SELECT High assists FROM table WHERE Date = April 7
|
What is the score for the game played on January 25?
|
SELECT Score FROM table WHERE Date = January 25
|
What is the record for the team on January 19?
|
SELECT Record FROM table WHERE Date = January 19
|
How many times did Ron Artest (24) receive the record for high points?
|
SELECT COUNT Record FROM table WHERE High points = Ron Artest (24)
|
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)
|
At what game number was the attendance at Conseco Fieldhouse 14,486?
|
SELECT MAX Game FROM table WHERE Location Attendance = Conseco Fieldhouse 14,486
|
What is the number of the game that was played on January 19?
|
SELECT MAX Game FROM table WHERE Date = January 19
|
Name the record for verizon center 20,173
|
SELECT Record FROM table WHERE Location Attendance = Verizon Center 20,173
|
Name the date for score l 89–91 (ot)
|
SELECT Date FROM table WHERE Score = L 89–91 (OT)
|
What was the team record when the team was Cleveland?
|
SELECT Record FROM table WHERE Team = Cleveland
|
Name the high assists for l 93–103 (ot)
|
SELECT High assists FROM table WHERE Score = L 93–103 (OT)
|
What was the date of game 21?
|
SELECT Date FROM table WHERE Game = 21
|
What were the results for round of 32 for Nicole Vaidišová?
|
SELECT Round of 32 FROM table WHERE Athlete = Nicole Vaidišová
|
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
|
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
|
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á
|
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
|
On what day did Dirk Nowitzki (14) have a high rebound?
|
SELECT Date FROM table WHERE High rebounds = Dirk Nowitzki (14)
|
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)
|
Who had the high assists while Erick Dampier (8) had the high rebounds?
|
SELECT High assists FROM table WHERE High rebounds = Erick Dampier (8)
|
Who had the high points while Dirk Nowitzki (13) had the high rebounds?
|
SELECT High points FROM table WHERE High rebounds = Dirk Nowitzki (13)
|
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)
|
Which championship had the final opponents of nathalie dechy andy ram?
|
SELECT Championship FROM table WHERE Opponents in the final = Nathalie Dechy Andy Ram
|
What is the upstream speed of the network that costs 39 tl?
|
SELECT Upstream FROM table WHERE Price TL = 39 TL
|
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
|
What is the upstream speed that you get for 89 tl?
|
SELECT Upstream FROM table WHERE Price TL = 89 TL
|
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
|
What was the year when West Manila has a tariff increase of 6.5?
|
SELECT Year FROM table WHERE West Manila = 6.5
|
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
|
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
|
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
|
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%
|
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
|
Of the times the Broncos played the Cincinnati Bengals, what was the highest attendance?
|
SELECT MAX Attendance FROM table WHERE Opponent = Cincinnati Bengals
|
When did the Broncos play the Miami Dolphins?
|
SELECT Date FROM table WHERE Opponent = Miami Dolphins
|
In the game with an attendance of 18304, what was the final score?
|
SELECT Result FROM table WHERE Attendance = 18304
|
How many pressure figures are given for the .380 acp cartridge?
|
SELECT COUNT Max pressure FROM table WHERE Cartridge = .380 ACP
|
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)
|
What is the max pressure of the .38 long colt cartridge?
|
SELECT Max pressure FROM table WHERE Cartridge = .38 Long Colt
|
What is the bullet weight when the max pressure is 12,000 cup?
|
SELECT Bullet weight FROM table WHERE Max pressure = 12,000 CUP
|
What are the scores made by Charlotte team
|
SELECT Score FROM table WHERE Team = Charlotte
|
Who made highest assists when high rebounds was Al Horford (17)
|
SELECT High assists FROM table WHERE High rebounds = Al Horford (17)
|
Give the score when high rebounds was zaza pachulia (8)
|
SELECT Score FROM table WHERE High rebounds = Zaza Pachulia (8)
|
Name the gs for points being 12.1
|
SELECT GS FROM table WHERE Points = 12.1
|
Name the assists for 157 games
|
SELECT Assists FROM table WHERE Games = 157
|
Name the steals for season 2007/2008
|
SELECT Steals FROM table WHERE Season = 2007/2008
|
Name the total number of assists for 77 blocks
|
SELECT COUNT Assists FROM table WHERE Blocks = 77
|
When mike bibby (8) had the highest amount of assists what is the record?
|
SELECT Record FROM table WHERE High assists = Mike Bibby (8)
|
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)
|
Who was the team played on January 23?
|
SELECT Team FROM table WHERE Date = January 23
|
Where was the game held and what was the attendance when they played Orlando?
|
SELECT Location Attendance FROM table WHERE Team = Orlando
|
In what game did Miami play Charlotte?
|
SELECT MAX Game FROM table WHERE Team = Charlotte
|
Who had the high points on February 6?
|
SELECT High points FROM table WHERE Date = February 6
|
What is the highest number of laps led with 16 points?
|
SELECT MAX Laps Led FROM table WHERE Points = 16
|
How many drivers were there for Samax Motorsport?
|
SELECT COUNT Driver FROM table WHERE Team = SAMAX Motorsport
|
What is the team whose driver Jeff Simmons?
|
SELECT Team FROM table WHERE Driver = Jeff Simmons
|
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
|
What is the highest number of laps for Darren Manning?
|
SELECT MAX Laps FROM table WHERE Driver = Darren Manning
|
How many car numbers were recorded when the time/retired is +4.0019?
|
SELECT COUNT Car No. FROM table WHERE Time/Retired = +4.0019
|
What game number was played on January 28?
|
SELECT Game FROM table WHERE Date = January 28
|
What is the high amount of points on February 11?
|
SELECT High points FROM table WHERE Date = February 11
|
Who has the most assists on Denver?
|
SELECT High assists FROM table WHERE Team = Denver
|
Name the location attendance for april 13
|
SELECT Location Attendance FROM table WHERE Date = April 13
|
Name the location attendance for april 5
|
SELECT Location Attendance FROM table WHERE Date = April 5
|
Who had the high points on December 17?
|
SELECT High points FROM table WHERE Date = December 17
|
How many scores are listed for the game against Houston
|
SELECT COUNT Score FROM table WHERE Team = Houston
|
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)
|
Who was the High Assist in game 1?
|
SELECT High assists FROM table WHERE Game = 1
|
Who was the High Assist when the High Rebounds was andre iguodala (8)?
|
SELECT High assists FROM table WHERE High rebounds = Andre Iguodala (8)
|
What was the W-L record when HIgh Points was andre miller (30)?
|
SELECT Record FROM table WHERE High points = Andre Miller (30)
|
What was the score and game outcome when High Points was andre miller (17)?
|
SELECT Score FROM table WHERE High points = Andre Miller (17)
|
How many games was High Points andre iguodala (29)?
|
SELECT COUNT Game FROM table WHERE High points = Andre Iguodala (29)
|
How many games were played on March 15?
|
SELECT COUNT Game FROM table WHERE Date = March 15
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.