question stringlengths 12 244 | sql stringlengths 22 468 |
|---|---|
What was the Sat 21 Aug time for the rider whose Tues 24 Aug time was 20' 38.40 109.680mph? | SELECT Sat 21 Aug FROM table WHERE Tues 24 Aug = 20' 38.40 109.680mph |
Name the area for population of 53542 | SELECT Area (km²) FROM table WHERE Population (2010) = 53542 |
Name the number of barangay for 205.4 density | SELECT No. of s Barangay FROM table WHERE Pop. density (per km²) = 205.4 |
How many different FSB are there for the 7140N model? | SELECT COUNT FSB (MHz) FROM table WHERE Model = 7140N |
How many different L2 cache numbers are there for the 7130M model? | SELECT COUNT L2 Cache (MB) FROM table WHERE Model = 7130M |
What's the maximal L3 cache for any of the models given? | SELECT MAX L2 Cache (MB) FROM table |
What's the TDP for the 7130N model? | SELECT MIN TDP (W) FROM table WHERE Model = 7130N |
What's the L2 cache for the 7140N model? | SELECT L2 Cache (MB) FROM table WHERE Model = 7140N |
what is the cfl team where college is waterloo? | SELECT COUNT CFL Team FROM table WHERE College = Waterloo |
What college did Jim Bennett attend? | SELECT College FROM table WHERE Player = Jim Bennett |
What CFL Team was Barry Jamieson a part of? | SELECT CFL Team FROM table WHERE Player = Barry Jamieson |
What college did the player who played DE go to? | SELECT College FROM table WHERE Position = DE |
What was Barry Jamieson's pick number? | SELECT MAX Pick # FROM table WHERE Player = Barry Jamieson |
What college did Bob Larose attend? | SELECT College FROM table WHERE Player = Bob LaRose |
where college is british columbia what are all the player | SELECT Player FROM table WHERE College = British Columbia |
where college is st. francis xavier what are all the pick # | SELECT Pick # FROM table WHERE College = St. Francis Xavier |
player is jim henshall what are all the position | SELECT Position FROM table WHERE Player = Jim Henshall |
where cfl team is edmonton (2) what are all the position | SELECT Position FROM table WHERE CFL Team = Edmonton (2) |
where cfl team is winnipeg (3) via hamilton what are all the player | SELECT Player FROM table WHERE CFL Team = Winnipeg (3) via Hamilton |
How many CFL teams drafted someone from mount allison college? | SELECT COUNT CFL Team FROM table WHERE College = Mount Allison |
What player drafted was an OG? | SELECT Player FROM table WHERE Position = OG |
What is the position of the player bill simmons? | SELECT Position FROM table WHERE Player = Bill Simmons |
What is the position of cfl team saskatchewan (7)? | SELECT Position FROM table WHERE CFL Team = Saskatchewan (7) |
How many times was player brian currie picked? | SELECT COUNT Pick # FROM table WHERE Player = Brian Currie |
What position was pick # 54? | SELECT Position FROM table WHERE Pick # = 54 |
What is the pick # of cfl team bc lions (7) | SELECT Pick # FROM table WHERE CFL Team = BC Lions (7) |
What is the college where player terry moss attended? | SELECT College FROM table WHERE Player = Terry Moss |
What is the outgoing manager for the team kasımpaşa? | SELECT Outgoing manager FROM table WHERE Team = Kasımpaşa |
Who is the replaced by when the date of vacancy is 27 december 2010? | SELECT Replaced by FROM table WHERE Date of vacancy = 27 December 2010 |
What is the manner of departure for the date of appointment 24 may 2010? | SELECT Manner of departure FROM table WHERE Date of appointment = 24 May 2010 |
What is the date of appointment when the outgoing manager was mustafa denizli? | SELECT Date of appointment FROM table WHERE Outgoing manager = Mustafa Denizli |
What is the date of appointment when the date of vacancy is 15 march 2011? | SELECT Date of appointment FROM table WHERE Date of vacancy = 15 March 2011 |
What is the lowest population in which 28.0% are democrat? | SELECT MIN Population FROM table WHERE Democratic = 28.0% |
what is the percentage of democratic voters in which the registered voters is 67.8%? | SELECT Democratic FROM table WHERE Registered voters = 67.8% |
What is the percentage of registered voters in which the d-r spread is +10.4%? | SELECT Registered voters FROM table WHERE D–R spread = +10.4% |
What is the percentage of registered voters in which the d-r spread is +14.3%? | SELECT Registered voters FROM table WHERE D–R spread = +14.3% |
What is the percentage of republican voters in which the d-r spread is -14.1%? | SELECT Republican FROM table WHERE D–R spread = -14.1% |
What is the percentage of "no party preference" where the democratic percentage is 24.8%? | SELECT No party preference FROM table WHERE Democratic = 24.8% |
How many trains depart at 17:30? | SELECT COUNT Train No. FROM table WHERE Departure = 17:30 |
How many trains arrive at 11:00? | SELECT COUNT Train No. FROM table WHERE Arrival = 11:00 |
What is the no party preference when the city is murrieta? | SELECT No party preference FROM table WHERE City = Murrieta |
What is the no party preference when other is 10.1%? | SELECT No party preference FROM table WHERE Other = 10.1% |
What is the no party preference when republican is 45.3%? | SELECT No party preference FROM table WHERE Republican = 45.3% |
What is other when no party preference is 19.1%? | SELECT Other FROM table WHERE No party preference = 19.1% |
What is other when registered voters is 50.7%? | SELECT Other FROM table WHERE Registered voters = 50.7% |
What is the district with the incumbent Charlie Norwood? | SELECT District FROM table WHERE Incumbent = Charlie Norwood |
What is the year elected for incumbent Cynthia Mckinney? | SELECT Elected FROM table WHERE Incumbent = Cynthia McKinney |
How many incumbents were the result of sanford bishop (d) 57% joseph mccormick (r) 43%? | SELECT COUNT Incumbent FROM table WHERE Result = Sanford Bishop (D) 57% Joseph McCormick (R) 43% |
What is the status for district georgia's 10th? | SELECT Status FROM table WHERE District = Georgia's 10th |
What is the result of districk georgia's 1st? | SELECT Result FROM table WHERE District = Georgia's 1st |
What is the district with the result mac collins (r) unopposed? | SELECT District FROM table WHERE Result = Mac Collins (R) unopposed |
how many times is the production code is 201a? | SELECT COUNT Title FROM table WHERE Production code = 201a |
Name the most overall rank for czech republic | SELECT MAX Overall rank FROM table WHERE Country = Czech Republic |
Name the total number of male rank for fiji | SELECT COUNT Male rank FROM table WHERE Country = Fiji |
Name the most female life expectancy for djibouti | SELECT MAX Female life expectancy FROM table WHERE Country = Djibouti |
Name the most female life expectancy for overall rank of 61 | SELECT MAX Female life expectancy FROM table WHERE Overall rank = 61 |
Name the most male life expectancy for pakistan | SELECT MAX Male life expectancy FROM table WHERE Country = Pakistan |
What is the name of episode # 10a? | SELECT Title FROM table WHERE No. in series = 10a |
What is the episode number for "Old Monster"? | SELECT No. in series FROM table WHERE Title = "Old Monster" |
What is the name of the episode written by Michael Price? | SELECT Title FROM table WHERE Written by = Michael Price |
Who directed the episode named "Don't just do it"? | SELECT Directed by FROM table WHERE Title = "Don't Just Do It" |
What was the title for the episode with the production code 404a? | SELECT Title FROM table WHERE Production code = 404a |
What is the production code for the episode written by Kat Likkel & Denise Downer? | SELECT Production code FROM table WHERE Written by = Kat Likkel & Denise Downer |
Who was the director for the Episode number in season 10a? | SELECT Directed by FROM table WHERE No. in season = 10a |
Who wrote the episode in the series 46b? | SELECT Written by FROM table WHERE No. in series = 46b |
What was the production code for the episode titled "Misery date"? | SELECT Production code FROM table WHERE Title = "Misery Date" |
How many production codes did the episode number in series 46b have? | SELECT COUNT Production code FROM table WHERE No. in series = 46b |
How many viewer data were given for episode "If at First You Don't Succeed, Lie, Lie Again"? | SELECT COUNT U.S. viewers (in millions) FROM table WHERE Title = "If at First You Don't Succeed, Lie, Lie Again" |
How many directors directed an episode that reached 2.48 million viewers? | SELECT COUNT Directed by FROM table WHERE U.S. viewers (in millions) = 2.48 |
What was the original air date of the episode "Keep Your Friends Close"? | SELECT Original air date FROM table WHERE Title = "Keep Your Friends Close" |
Who represents district 41? | SELECT Delegate FROM table WHERE District = 41 |
For delegate is mcdonough, patrick l. pat mcdonough, specify all the district. | SELECT District FROM table WHERE Delegate = McDonough, Patrick L. Pat McDonough |
where committee is environmental matters and district is 36 please specify all the delegate name | SELECT Delegate FROM table WHERE Committee = Environmental Matters AND District = 36 |
For democratic party, countries represented is montgomery and where committee is judiciary mention all the delegate name. | SELECT Delegate FROM table WHERE Committee = Judiciary AND Party = Democratic AND Counties Represented = Montgomery |
Where delegate is feldman, brian j. brian j. feldman, please specify all the party | SELECT Party FROM table WHERE Delegate = Feldman, Brian J. Brian J. Feldman |
For delegate is gaines, tawanna p. tawanna gaines, please specify all the party. | SELECT Party FROM table WHERE Delegate = Gaines, Tawanna P. Tawanna Gaines |
If the number of floors is 70, what is the height? | SELECT Height FROM table WHERE Number of floors = 70 |
if the completed is 2010, what is the number of floors? | SELECT MIN Number of floors FROM table WHERE Completion = 2010 |
If the building is Costanera Center Torre 1, what is the height? | SELECT Height FROM table WHERE Building = Costanera Center Torre 1 |
How many positions does building Costanera Center Torre 1 have? | SELECT COUNT Position FROM table WHERE Building = Costanera Center Torre 1 |
Who is the outgoing manager when the team is simurq pfc? | SELECT Outgoing manager FROM table WHERE Team = Simurq PFC |
How many date of appointment entries are there when the team is khazar lankaran? | SELECT COUNT Date of appointment FROM table WHERE Team = Khazar Lankaran |
What is the manner of departure when the replaced by is bahman hasanov? | SELECT Manner of departure FROM table WHERE Replaced by = Bahman Hasanov |
What was the overall record for the Pandas in the 2003-04 season? | SELECT Overall FROM table WHERE Season = 2003-04 |
What was the conference record in the season where the Pandas had an overall record of 33-4-1? | SELECT Conf. Record FROM table WHERE Overall = 33-4-1 |
Who was the coach of the Pandas when their overall record was 20-6-2? | SELECT Coach FROM table WHERE Overall = 20-6-2 |
What was the conference record for the Pandas when they were first in the standings in the 2003-04 season? | SELECT Conf. Record FROM table WHERE Standings = First AND Season = 2003-04 |
What was the overall record for the Pandas when their conference record was 4-1-1? | SELECT Overall FROM table WHERE Conf. Record = 4-1-1 |
In what season was the conference record for the Pandas 15-1-1? | SELECT Season FROM table WHERE Conf. Record = 15-1-1 |
how many times is the week # is audition? | SELECT COUNT Original artist FROM table WHERE Week # = Audition |
How many episodes are numbered 14 in the series? | SELECT COUNT Episode FROM table WHERE Series No. = 14 |
How many writers for the episode "peace, brother"? | SELECT COUNT Writer(s) FROM table WHERE Episode = "Peace, Brother" |
What series number is the episode "peace, brother"? | SELECT Series No. FROM table WHERE Episode = "Peace, Brother" |
How many times did episode 17 originally air? | SELECT COUNT Original airdate FROM table WHERE Episode No. Episode No. refers to the episodes number in the overall series, whereas Series No. refers to the episodes number in this particular series. = 17 |
What is the original air date for "rock-a-bye-baby"? | SELECT Original airdate FROM table WHERE Episode = "Rock-a-Bye-Baby" |
What is the original air date(s) for "the raid"? | SELECT Original airdate FROM table WHERE Episode = "The Raid" |
What is the format of 105.5 fm? | SELECT Format FROM table WHERE Frequency = 105.5 FM |
What is the market for KLRJ? | SELECT Target city/ market FROM table WHERE Call sign = KLRJ |
What is the format for the station owned by Dakota Broadcasting? | SELECT Format FROM table WHERE Owner = Dakota Broadcasting |
What team's manager was replaced by Ercan Ertemçöz? | SELECT Team FROM table WHERE Replaced by = Ercan Ertemçöz |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.