question
stringlengths
12
244
sql
stringlengths
22
468
What is the codename for the Core i3-32xxt?
SELECT Codename (main article) FROM table WHERE Brand name (list) = Core i3-32xxT
What i/o buses are associated with the LGA 1155 socket, a code name of Sandy Bridge (desktop) and a brand name of Core i3-21xx?
SELECT I/O Bus FROM table WHERE Socket = LGA 1155 AND Codename (main article) = Sandy Bridge (Desktop) AND Brand name (list) = Core i3-21xx
What is the sockets associated with a brand name of Core i3-3xx0m?
SELECT Socket FROM table WHERE Brand name (list) = Core i3-3xx0M
Who was drafted by the calgary stampeders?
SELECT Player FROM table WHERE CFL Team = Calgary Stampeders
Where was the player from se missouri state drafted?
SELECT COUNT Pick # FROM table WHERE School = SE Missouri State
What position does the player from kent state play?
SELECT Position FROM table WHERE School = Kent State
What school did the rb drafted attend?
SELECT School FROM table WHERE Position = RB
What numbered pick attended western ontario and is an OL?
SELECT Pick # FROM table WHERE School = Western Ontario AND Position = OL
How many players attended SE missouri state?
SELECT COUNT Position FROM table WHERE School = SE Missouri State
Who was in the pole position for knockhill?
SELECT Pole Position FROM table WHERE Circuit = Knockhill
How many dates was knockhill?
SELECT COUNT Date FROM table WHERE Circuit = Knockhill
Name the l3 cache for core i7-2xxxqe, i7-26xxqm, i7-27xxqm
SELECT L3 Cache FROM table WHERE Brand name (list) = Core i7-2xxxQE, i7-26xxQM, i7-27xxQM
Who had most laps led at Chicagoland speedway?
SELECT Most Laps Led FROM table WHERE Track = Chicagoland Speedway
In what race did Buddy Rice hav fastest lap?
SELECT Race Name FROM table WHERE Fastest lap = Buddy Rice
On what tra k was the march 19 race held?
SELECT Track FROM table WHERE Date = March 19
On what track is the Argent mortgage Indy 300 held?
SELECT Track FROM table WHERE Race Name = Argent Mortgage Indy 300
who held the fastes lap in Phoenix, Arizona?
SELECT Fastest lap FROM table WHERE Location = Phoenix, Arizona
How many games were played with 25 legs won with 35 100+?
SELECT Played FROM table WHERE Legs Won = 25 AND 100+ = 35
How many sets were lost with a 3-dart average of 87.55?
SELECT MAX Sets Lost FROM table WHERE 3-dart Average = 87.55
How man players checked out at 84?
SELECT COUNT Player FROM table WHERE High Checkout = 84
How man 3-dart averages did gary anderson have?
SELECT COUNT 3-dart Average FROM table WHERE Player = Gary Anderson
List all results from the 3-3 scoring game.
SELECT Result FROM table WHERE Record = 3-3
List all opponents from the 4-4 scoring game.
SELECT Opponent FROM table WHERE Record = 4-4
List the record from the game where Wildcats had 48 points.
SELECT Record FROM table WHERE Wildcats points = 48
How many points did the Wildcats get when Baylor was an opponent?
SELECT Wildcats points FROM table WHERE Opponent = Baylor
Who was the opponent on Oct. 4?
SELECT Opponent FROM table WHERE Date = Oct. 4
What was the minimum number for opponents?
SELECT MIN Opponents FROM table
What is the minimum number of opponents' points for the game at Michigan State?
SELECT MIN Opponents FROM table WHERE Opponent = at Michigan State
Which opponent led to a 5-2 record?
SELECT Opponent FROM table WHERE Record = 5-2
How many opponents' points numbers are associated with the game at Ole Miss?
SELECT COUNT Opponents FROM table WHERE Opponent = at Ole Miss
Name the total number of period for yvon le roux
SELECT COUNT Period FROM table WHERE Name = Yvon Le Roux
Name the period for michel llodra
SELECT Period FROM table WHERE Name = Michel Llodra
Name the number of position for democratic republic of the congo
SELECT COUNT Position FROM table WHERE Nationality² = Democratic Republic of the Congo
How many names correspond to the value 101 for appearances?
SELECT COUNT Name FROM table WHERE Appearances¹ = 101
What positions correspond to the name Thierry Morin?
SELECT Position FROM table WHERE Name = Thierry Morin
What time period had appearances of 219?
SELECT Period FROM table WHERE Appearances¹ = 219
How many periods had 15 goals?
SELECT COUNT Period FROM table WHERE Goals¹ = 15
at least how many times was Pierre Vermeulen at a game?
SELECT MIN Appearances¹ FROM table WHERE Name = Pierre Vermeulen
What country is Richard Vanquelef from?
SELECT Nationality² FROM table WHERE Name = Richard Vanquelef
What country is Pierre Vermeulen from?
SELECT Nationality² FROM table WHERE Name = Pierre Vermeulen
Name the number of appearances for yugoslavia
SELECT COUNT Appearances¹ FROM table WHERE Nationality² = Yugoslavia
Name the nationality for defender 201
SELECT Nationality² FROM table WHERE Position = Defender AND Appearances¹ = 201
Name the goals for daniel sanchez
SELECT Goals¹ FROM table WHERE Name = Daniel Sanchez
Name the most goals for algeria
SELECT MIN Goals¹ FROM table WHERE Nationality² = Algeria
What was the lowest score.
SELECT MIN Goals¹ FROM table
List the minimum impressions for sammy traoré
SELECT MIN Appearances¹ FROM table WHERE Name = Sammy Traoré
During what years did nabatingue toko play.
SELECT Period FROM table WHERE Name = Nabatingue Toko
Name the number of goals for mauricio pochettino
SELECT COUNT Goals¹ FROM table WHERE Name = Mauricio Pochettino
Name the period for michel prost
SELECT Period FROM table WHERE Name = Michel Prost
Name the goals for mauricio pochettino
SELECT Goals¹ FROM table WHERE Name = Mauricio Pochettino
Name the period for appearances being 380
SELECT Period FROM table WHERE Appearances¹ = 380
Name the appearances for bernard allou
SELECT Appearances¹ FROM table WHERE Name = Bernard Allou
Name the most appearances for bernard allou
SELECT MAX Appearances¹ FROM table WHERE Name = Bernard Allou
What is the highest number of goals scored
SELECT MAX Goals¹ FROM table
What is the lowest number of appearances a player had
SELECT MIN Appearances¹ FROM table
What is the nationality of Louis floch
SELECT Nationality² FROM table WHERE Name = Louis Floch
Which player had 252 appearances
SELECT Name FROM table WHERE Appearances¹ = 252
What is the nationality of the player who scored 13 goals
SELECT Nationality² FROM table WHERE Goals¹ = 13
how many time is the final record is 9–16–5?
SELECT COUNT Season FROM table WHERE Final Record = 9–16–5
What station was sent on flight up and was launched on 23 July 1980 18:33:03?
SELECT Flight up FROM table WHERE Launch date = 23 July 1980 18:33:03
Who were the crews on the flight up of Soyuz T-3?
SELECT Crew FROM table WHERE Flight up = Soyuz T-3
How many days were the station of Soyuz 35 in flight down were in orbit?
SELECT Duration (days) FROM table WHERE Flight down = Soyuz 35
Name the number of gn divisions for mannar
SELECT COUNT GN Divisions FROM table WHERE DS Division = Mannar
Name the sinhalese for manthai west
SELECT MAX Sinhalese FROM table WHERE DS Division = Manthai West
Name the least indian tamil for population density being 240
SELECT MIN Indian Tamil FROM table WHERE Population Density (/km 2 ) = 240
Name the popultion density being manthai west
SELECT Population Density (/km 2 ) FROM table WHERE DS Division = Manthai West
Name the total number of sinhalese for indian tamil being 177
SELECT COUNT Sinhalese FROM table WHERE Indian Tamil = 177
Name the least area
SELECT MIN Area (km 2 ) FROM table
When westcott is in division one how many leagues are in division 5?
SELECT COUNT Division Five FROM table WHERE Division One = Westcott
When godstone is in division five who is in division four?
SELECT Division Four FROM table WHERE Division Five = Godstone
When the wallington new foresters are in division four what is the season?
SELECT Season FROM table WHERE Division Four = Wallington New Foresters
When racing epsom is in division two how many seasons are there?
SELECT COUNT Season FROM table WHERE Division Two = Racing Epsom
When westcott 1935 is in division two how many leagues are in division three?
SELECT COUNT Division Three FROM table WHERE Division Two = Westcott 1935
When real holmesdale reserves is division four who is in division one?
SELECT Division One FROM table WHERE Division Four = Real Holmesdale Reserves
When salyut 7 – ve-4 – eva 1 is the spacecraft, what is the duration?
SELECT Duration FROM table WHERE Spacecraft = Salyut 7 – VE-4 – EVA 1
When first woman eva is the comment what is the end -utc?
SELECT End – UTC FROM table WHERE Comments = First woman EVA
What series did the racer earn 68 points in?
SELECT Series FROM table WHERE Points = 68
Name the duration for georgi grechko
SELECT Duration (days) FROM table WHERE Crew = Georgi Grechko
Name the flight up for 10 december 1982 19:02:36 utc
SELECT Flight up FROM table WHERE Landing date = 10 December 1982 19:02:36 UTC
Name the launch date for vladimir lyakhov , aleksandr pavlovich aleksandrov
SELECT Launch date FROM table WHERE Crew = Vladimir Lyakhov , Aleksandr Pavlovich Aleksandrov
Name the flight down for vladimir vasyutin , alexander volkov
SELECT Flight down FROM table WHERE Crew = Vladimir Vasyutin , Alexander Volkov
Name the duration for vladimir vasyutin , alexander volkov
SELECT COUNT Duration (days) FROM table WHERE Crew = Vladimir Vasyutin , Alexander Volkov
What team was he on the year he had 38 points?
SELECT Team FROM table WHERE Points = 38
What was the least amount of wins when he had 10 poles?
SELECT MIN Wins FROM table WHERE Poles = 10
Name the team for 22 points
SELECT Team FROM table WHERE Points = 22
Name the f/laps for gp2 series
SELECT F/Laps FROM table WHERE Series = GP2 Series
Name the most wins
SELECT MIN Wins FROM table
Name the least races for carlin
SELECT MIN Races FROM table WHERE Team = Carlin
Name the position for 0 podiums and carlin team
SELECT Position FROM table WHERE Podiums = 0 AND Team = Carlin
Name the name in syriac for 500 believers
SELECT Name in Syriac FROM table WHERE Number of Believers = 500
Name the least number of believers
SELECT MIN Number of Believers FROM table
Name the most number of believers for ܓܘܝܠܢ
SELECT MAX Number of Believers FROM table WHERE Name in Syriac = ܓܘܝܠܢ
Name the number of believers for khosrowa
SELECT Number of Believers FROM table WHERE Name of Village = Khosrowa
Name the number of believers for patavur
SELECT COUNT Number of Believers FROM table WHERE Name of Village = Patavur
The local title "Live to Dance" was aired in which channel?
SELECT Channel FROM table WHERE Local title = Live to Dance
Which country did Johanna Klum presented the show?
SELECT Country FROM table WHERE Presenter(s) = Johanna Klum
Name the most released for the in crowd
SELECT MAX Released FROM table WHERE Song = The In Crowd
Name the most released for apologize
SELECT MAX Released FROM table WHERE Song = Apologize
Name the most released for right here, right now
SELECT MAX Released FROM table WHERE Song = Right Here, Right Now
Name the us exclusive for miley cyrus
SELECT US exclusive FROM table WHERE Artist/Band = Miley Cyrus