question
stringlengths
12
244
sql
stringlengths
22
468
When bmw activee is the vehicle type how many clean electric grid california (san francisco) measurements are there?
SELECT COUNT Clean electric grid California (San Francisco) FROM table WHERE Vehicle = BMW ActiveE
When 102 mpg-e (33kw-hrs/100mi) is the epa rated combined fuel economy what is the vehicle type?
SELECT Vehicle FROM table WHERE EPA rated combined fuel economy = 102 mpg-e (33kW-hrs/100mi)
When 100 g/mi (62 g/km) is the clean electric grid california (san francisco) how many vehicles are there?
SELECT COUNT Vehicle FROM table WHERE Clean electric grid California (San Francisco) = 100 g/mi (62 g/km)
When 380 g/mi (236 g/km) is the dirty electric grid rocky mountains (denver) what is the u.s national average electric mix?
SELECT U.S. national average electric mix FROM table WHERE Dirty electric grid Rocky Mountains (Denver) = 380 g/mi (236 g/km)
When bmw activee is the vehicle type what is the u.s national average electric mix?
SELECT U.S. national average electric mix FROM table WHERE Vehicle = BMW ActiveE
When 87 mpg-e (39kw-hrs/100mi) is the epa rated combined fuel economy how many operating modes are there?
SELECT COUNT Operating mode FROM table WHERE EPA rated combined fuel economy = 87 mpg-e (39kW-hrs/100mi)
Name the opponents for 6–2, 3–6, 6–3
SELECT Opponents FROM table WHERE Score = 6–2, 3–6, 6–3
Name the championship for outcome being winner for 7–5, 4–6, 6–1
SELECT Championship FROM table WHERE Outcome = Winner AND Score = 7–5, 4–6, 6–1
Name the score for winner and julie halard-decugis ai sugiyama
SELECT Score FROM table WHERE Outcome = Winner AND Opponents = Julie Halard-Decugis Ai Sugiyama
Name the championship for hard surface 7–5, 6–4
SELECT Championship FROM table WHERE Score = 7–5, 6–4 AND Surface = Hard
Name the surface for nathalie tauziat
SELECT Surface FROM table WHERE Partner = Nathalie Tauziat
Name the most year for money list rank is 74
SELECT MAX Year FROM table WHERE Money list rank = 74
Name the team for avg start being 20.5
SELECT Team(s) FROM table WHERE Avg. Start = 20.5
Name the team for wins being 0 and top 5 is 0 and poles is 0 and avg start is 37.0
SELECT Team(s) FROM table WHERE Wins = 0 AND Top 5 = 0 AND Poles = 0 AND Avg. Start = 37.0
Name the winnings for 23rd position
SELECT Winnings FROM table WHERE Position = 23rd
Name the winnings for 2004
SELECT Winnings FROM table WHERE Year = 2004
Name the total number of top 10 for avg start being 37.3
SELECT COUNT Top 10 FROM table WHERE Avg. Start = 37.3
What was the method of elimination in the chamber with a time of 24:02?
SELECT Method of elimination FROM table WHERE Time = 24:02
what is the maximum number that entered when the eliminator was Triple H?
SELECT MAX Entered FROM table WHERE Eliminated by = Triple H
How many wrestlers are recorded for the chamber that's method of elimination was pinned after being hit by a lead pipe?
SELECT COUNT Wrestler FROM table WHERE Method of elimination = Pinned after being hit by a lead pipe
What was the method of elimination for Kofi Kingston/
SELECT Method of elimination FROM table WHERE Wrestler = Kofi Kingston
What championships were played on clay and the opponent was virginia ruano pascual paola suΓ‘rez?
SELECT Championship FROM table WHERE Surface = Clay AND Opponent = Virginia Ruano Pascual Paola SuΓ‘rez
What championships had a match where Natasha Zvereva played as partner?
SELECT Championship FROM table WHERE Partner = Natasha Zvereva
What day did episode number 4 air originally?
SELECT Original air date FROM table WHERE β„– = 4
Who wrote the episode with 8.61 million U.S. viewers?
SELECT Written by FROM table WHERE U.S. viewers (million) = 8.61
What date did the episode with 8.61 million U.S. viewers originally air?
SELECT Original air date FROM table WHERE U.S. viewers (million) = 8.61
What is the name of the episode that had 9.89 million U.S. viewers?
SELECT Title FROM table WHERE U.S. viewers (million) = 9.89
What is the value for model if processor is Kentsfield and brand name is Xeon?
SELECT Model (list) FROM table WHERE Processor = Kentsfield AND Brand name = Xeon
What is every value for TDP if model is x53xx?
SELECT TDP FROM table WHERE Model (list) = X53xx
What is every value for cores if TDP is 17 W?
SELECT Cores FROM table WHERE TDP = 17 W
What is the production code for the episode written by J. H. Wyman & Jeff Pinkner?
SELECT Production code FROM table WHERE Written by = J. H. Wyman & Jeff Pinkner
What is the title of the episode directed by Charles Beeson?
SELECT Title FROM table WHERE Directed by = Charles Beeson
How many original air dates for the episode written by David H. Goodman & Andrew Kreisberg?
SELECT COUNT Original air date FROM table WHERE Written by = David H. Goodman & Andrew Kreisberg
What is the most recent episode number written by Matthew Pitts?
SELECT MAX # FROM table WHERE Written by = Matthew Pitts
How many records for number of viewers is listed for episode number 8?
SELECT COUNT Viewers (millions) FROM table WHERE Episode = 8
What was the 18 to 49 rating when 9.50 million watched?
SELECT Rating (18–49) FROM table WHERE Viewers (millions) = 9.50
what episode number had 11.73 million viewers?
SELECT Episode FROM table WHERE Viewers (millions) = 11.73
How many episodes had 11.47 million viewers?
SELECT COUNT Episode FROM table WHERE Viewers (millions) = 11.47
Who wrote the episode that originally aired April 29, 1994?
SELECT Written by FROM table WHERE Original air date = April 29, 1994
What was the production code for the episode that debuted October 1, 1993?
SELECT MAX Production code FROM table WHERE Original air date = October 1, 1993
Who wrote the episode "Sister Act"?
SELECT Written by FROM table WHERE Title = "Sister Act"
What was the title of series number 56?
SELECT Title FROM table WHERE No. in series = 56
What was the title of the episode written by Julia Newton in series 48?
SELECT Title FROM table WHERE Written by = Julia Newton AND No. in series = 48
What is the callsign that has a station type of relay and a channel number of TV-2?
SELECT Callsign FROM table WHERE Station Type = Relay AND Ch. # = TV-2
What is the station type of DWZM-TV?
SELECT Station Type FROM table WHERE Callsign = DWZM-TV
What is the power in kilowatts of TV-12?
SELECT Power kW FROM table WHERE Ch. # = TV-12
What is the power in KW of the transmitter situated in Borongan?
SELECT Power kW FROM table WHERE Location (Transmitter site) = Borongan
What is the channel number that has a branding of PTV 4 Laoag?
SELECT Ch. # FROM table WHERE Branding = PTV 4 Laoag
What is the power in KW that has a station type of relay and a callsign of DXCL-TV?
SELECT Power kW FROM table WHERE Station Type = Relay AND Callsign = DXCL-TV
When 15 is the number in season what is the highest number in series?
SELECT MAX No. in series FROM table WHERE No. in season = 15
When 123 is the number in series who is the director?
SELECT Directed by FROM table WHERE No. in series = 123
When "the kissing game" is the title who is the director?
SELECT Directed by FROM table WHERE Title = "The Kissing Game"
When 120 is the number in series who is the writer?
SELECT Written by FROM table WHERE No. in series = 120
When 137 is the number in series what is the production code?
SELECT Production code FROM table WHERE No. in series = 137
How many victors where there in the War of 1730–1736 , first stage?
SELECT COUNT Victor FROM table WHERE Name of the war = War of 1730–1736 , first stage
Who was the Ottoman Sultan where the treaty at the end of the war was the Treaty of Constantinople (1590)?
SELECT Ottoman sultan FROM table WHERE Treaty at the end of the war = Treaty of Constantinople (1590)
What is the name of the war where the Ottoman sultan was Selim I?
SELECT Name of the war FROM table WHERE Ottoman sultan = Selim I
When "baby come back" is the title what is the air date?
SELECT Original air date FROM table WHERE Title = "Baby Come Back"
When 102 is the number in series who is the director?
SELECT Directed by FROM table WHERE No. in series = 102
When "we're going to disney world (part 1)" is the title what is the air date?
SELECT Original air date FROM table WHERE Title = "We're Going to Disney World (Part 1)"
Name who wrote the episode directed by patrick duffy airing on november 7, 1997
SELECT Written by FROM table WHERE Directed by = Patrick Duffy AND Original air date = November 7, 1997
What is the last year total for the team with a lowest of 23578?
SELECT MAX Last Year FROM table WHERE Lowest = 23578
How many highest figures for the team with lowest of 16415?
SELECT COUNT Highest FROM table WHERE Lowest = 16415
Which team has an up/down of + 3479?
SELECT Team FROM table WHERE Up/Down = + 3479
What is the average of the team where the total is 243017?
SELECT Average FROM table WHERE Total = 243017
How many episodes had celebrity guest stars Frank Skinner and Lee Mack?
SELECT COUNT Episode FROM table WHERE Celebrities = Frank Skinner and Lee Mack
List episode directed and produced by Karen Selway?
SELECT Episode FROM table WHERE Directed and produced by = Karen Selway
Which episode had celebrities Nick Hewer and Saira Khan in them?
SELECT Episode FROM table WHERE Celebrities = Nick Hewer and Saira Khan
List the director and producer when Nick Hewer and Saira Khan were starring.
SELECT Directed and produced by FROM table WHERE Celebrities = Nick Hewer and Saira Khan
List directors and producers when the celebrities involved were Bill Turnbull and Louise Minchin.
SELECT Directed and produced by FROM table WHERE Celebrities = Bill Turnbull and Louise Minchin
when 0–100km/h (60mph) is 5.8 seconds (5.5), what is the torque?
SELECT Torque FROM table WHERE 0–100km/h (60mph) = 5.8 seconds (5.5)
whe, co2 is 206g/km, what is the torque?
SELECT Torque FROM table WHERE CO2 = 206g/km
when co2 is 192g/km, what is the power?
SELECT Power FROM table WHERE CO2 = 192g/km
when co2 is 192g/km, what is the power?
SELECT Power FROM table WHERE CO2 = 192g/km
when 0–100km/h (60mph) is 5.8 seconds (5.5), what is the engine?
SELECT Engine FROM table WHERE 0–100km/h (60mph) = 5.8 seconds (5.5)
when0–100km/h (60mph) is 5.5 seconds (5.2), whats is the top speed?
SELECT Top speed FROM table WHERE 0–100km/h (60mph) = 5.5 seconds (5.2)
What is the circuit of round 5?
SELECT Circuit FROM table WHERE Round = 5
What date did Mike Rockenfeller have the fastest lap?
SELECT Date FROM table WHERE Fastest lap = Mike Rockenfeller
How many points for the driver who raced in seasons 2006 – 2007 , 2009?
SELECT Points FROM table WHERE Seasons = 2006 – 2007 , 2009
What's the name of the competition where the nationality is Brazil and the voting percentage is n/a?
SELECT Competition FROM table WHERE Vote percentage = N/A AND Nationality = Brazil
What's the player's name whose nationality and team are Netherlands?
SELECT Player FROM table WHERE Nationality = Netherlands AND Team = Netherlands
What was the score for the game in which Samir Nasri played?
SELECT Score FROM table WHERE Player = Samir Nasri
Who is the player that played in the UEFA Euro 2012 qualifying Group A competition?
SELECT Player FROM table WHERE Competition = UEFA Euro 2012 qualifying Group A
What is the ranking of the UEFA Euro 2012 qualifying Group A competition?
SELECT Rank FROM table WHERE Competition = UEFA Euro 2012 qualifying Group A
Name the production for alpina model being b10 4,6
SELECT Production FROM table WHERE Alpina model = B10 4,6
How many final score datas are there on Sunday, May 12?
SELECT COUNT Final score FROM table WHERE Date = Sunday, May 12
The game on Saturday, May 25 took place on which week?
SELECT MIN Week FROM table WHERE Date = Saturday, May 25
What was the final score on Saturday, May 25?
SELECT Final score FROM table WHERE Date = Saturday, May 25
When 10 is the number who is the writer?
SELECT Writer(s) FROM table WHERE # = 10
When 6.66 is the amount of viewers what is the lowest production code?
SELECT MIN Production code FROM table WHERE Viewers = 6.66
When 7.55 is the amount of viewers what is the lowest number?
SELECT MIN # FROM table WHERE Viewers = 7.55
How many figures are given for the New Democratic for the polling range May 11–31, 2010?
SELECT COUNT New Democratic FROM table WHERE Date of Polling = May 11–31, 2010
What format is the link for the polling data for February 10–28, 2011?
SELECT Link FROM table WHERE Date of Polling = February 10–28, 2011
When "gary is a boat guy" is the title how many sets of viewers are there?
SELECT COUNT Viewers FROM table WHERE Title = "Gary Is A Boat Guy"
When 9 is the number what is the title?
SELECT Title FROM table WHERE # = 9
When 3 is the number what is the highest total?
SELECT MAX Total FROM table WHERE # = 3
When 7.08 is the amount of viewers what is the air date?
SELECT Air date FROM table WHERE Viewers = 7.08
When 7.08 is the amount of viewers how many directors are there?
SELECT COUNT Director FROM table WHERE Viewers = 7.08
What location did the episode that aired originally on August 26, 2009 take place at?
SELECT Location FROM table WHERE Original Airdate = August 26, 2009
How many dates originally aired episodes located in Philadelphia, pennsylvania?
SELECT COUNT Original Airdate FROM table WHERE Location = Philadelphia, Pennsylvania