question
stringlengths
12
244
sql
stringlengths
22
468
What is the settlement destiny in Aleksandrovo?
SELECT Settlement destiny FROM table WHERE Settlement = Aleksandrovo
What is the Cyrillic name for Novi Vladimirovac?
SELECT Cyrillic Name Other Names FROM table WHERE Settlement = Novi Vladimirovac
How many items appear in the population 2011 column for the krčedin settlement?
SELECT COUNT Population (2011) FROM table WHERE Settlement = Krčedin
What is the dominant religion in 2002 for the population of 2337 in 2011?
SELECT Dominant religion (2002) FROM table WHERE Population (2011) = 2337
What is the lowest population in 2011 for the settlement of čortanovci?
SELECT MIN Population (2011) FROM table WHERE Settlement = Čortanovci
What is the largest ethnic group in 2002 for the cyrillic name, other name of бешка?
SELECT Largest ethnic group (2002) FROM table WHERE Cyrillic Name Other Names = Бешка
What was the lowes population of 2002 when the 2011 population was 30076?
SELECT MIN Population (2002) FROM table WHERE Population (2011) = 30076
What is the dominant religion in степановићево during 2002?
SELECT Dominant religion (2002) FROM table WHERE Cyrillic Name Other Names = Степановићево
What is the cyrillic name for the settlement with the population of 2125?
SELECT Cyrillic Name Other Names FROM table WHERE Population (2011) = 2125
What type of settlement is футог?
SELECT Type FROM table WHERE Cyrillic Name Other Names = Футог
What is the cyrillic name for the settlement with the population of 5414?
SELECT Cyrillic Name Other Names FROM table WHERE Population (2011) = 5414
What is the cyrillic name for Budisava?
SELECT Cyrillic Name Other Names FROM table WHERE Settlement = Budisava
What is the dominant religion for нови сад in 2002?
SELECT Dominant religion (2002) FROM table WHERE Cyrillic Name Other Names = Нови Сад
What is the largest number of yest votes for the measure with 61307 no votes?
SELECT MAX YES votes FROM table WHERE NO votes = 61307
What numbered measure had a 58.29% yes%?
SELECT meas. num FROM table WHERE % YES = 58.29%
What was the passing result for the measure with 61307 no votes?
SELECT passed FROM table WHERE NO votes = 61307
What is the lowest measure number for the measure with a 33.57% yes percentage?
SELECT MIN meas. num FROM table WHERE % YES = 33.57%
What was the passing result for the measure with a description of bus and truck operating license bill?
SELECT passed FROM table WHERE description = Bus and Truck Operating License Bill
What was the result of the ballot that had a 52.49% yes vote percentage?
SELECT passed FROM table WHERE % YES = 52.49%
List the total number of constitutional amendments for a five cent gasoline tax bill.
SELECT COUNT Const. Amd.? FROM table WHERE description = Five Cent Gasoline Tax Bill
What type of proposal is measure number 3?
SELECT type FROM table WHERE meas. num = 3
How many yes votes did the measure that got 60.39% yes votes get?
SELECT YES votes FROM table WHERE % YES = 60.39%
What is the description of the measure that got 39.57% yes votes?
SELECT description FROM table WHERE % YES = 39.57%
What is the number of the tax supervising and conservation bill?
SELECT MIN meas. num FROM table WHERE description = Tax Supervising and Conservation Bill
How many ballot measures had a percentage yes of 52.11%?
SELECT COUNT passed FROM table WHERE % YES = 52.11%
What is the measure where the yes% is 44.06%?
SELECT description FROM table WHERE % YES = 44.06%
How many measures had a yes vote of 216545?
SELECT COUNT passed FROM table WHERE YES votes = 216545
What is the highest measure number?
SELECT MAX meas. num. FROM table
What was the percentage of yes votes for the measure where the no votes number 199174?
SELECT % YES FROM table WHERE NO votes = 199174
How many types are there for the measure where there were 312680 yes votes?
SELECT COUNT type FROM table WHERE YES votes = 312680
How many figures are there for No votes for the Forest Rehabilitation Debt Limit Amendment?
SELECT COUNT NO votes FROM table WHERE description = Forest Rehabilitation Debt Limit Amendment
What is the type of measure that voted on the Power Development Debt Limit Amendment?
SELECT type FROM table WHERE description = Power Development Debt Limit Amendment
What vote passed for the measure with the description, authorizing state acceptance of certain gifts?
SELECT passed FROM table WHERE description = Authorizing State Acceptance of Certain Gifts
How many votes passed are listed on the measure that had 390338 yes votes?
SELECT COUNT passed FROM table WHERE YES votes = 390338
What was the type when there were 175932 yes votes?
SELECT type FROM table WHERE YES votes = 175932
What is the aggregate number of yes votes where no votes is littler than 299939.1619948521 and % yes is 66.49%
SELECT COUNT YES votes FROM table WHERE NO votes < 299939.1619948521 AND % YES = 66.49%
What is the description of the measure that got 78.27% yes votes?
SELECT description FROM table WHERE % YES = 78.27%
What is the highest measure number?
SELECT MAX meas. num. FROM table
How many measures numbered 8 were a constitutional ammendment?
SELECT COUNT Const. Amd.? FROM table WHERE meas. num. = 8
How many type classifications are given to the measure with the description, calling convention to revise state constitution?
SELECT COUNT type FROM table WHERE description = Calling Convention to revise State Constitution
What is the yes percentage in the measure that had 35270 yes votes?
SELECT % YES FROM table WHERE YES votes = 35270
Was the constitution amended for the measure with description , to annex part of Washington county to multnomah?
SELECT Const. Amd.? FROM table WHERE description = To Annex Part of Washington County to Multnomah
When the no votes was 322682, what was the max meas. number?
SELECT MAX meas. num. FROM table WHERE NO votes = 322682
Was the constitution amended on the measure described as authorizes bonds for water development fund?
SELECT Const. Amd.? FROM table WHERE description = Authorizes bonds for water development fund
How yes votes were there for measure 4?
SELECT MAX YES votes FROM table WHERE meas. num. = 4
Was the constitution amended when the percentage of yes votes was 69.82%?
SELECT Const. Amd.? FROM table WHERE % YES = 69.82%
What was the lowest measure number?
SELECT MIN meas. num. FROM table
What was the type of ballot measures if the % of yes vote is 32.47%?
SELECT type FROM table WHERE % YES = 32.47%
What was the type of ballot measure with the description of Department of Industry and Public Works Amendment?
SELECT type FROM table WHERE description = Department of Industry and Public Works Amendment
How many data are there under NO vote with a description of $1500 tax exemption amendment?
SELECT COUNT NO votes FROM table WHERE description = $1500 Tax Exemption Amendment
What is the percentage of yes when there were 218846 yes votes
SELECT % YES FROM table WHERE YES votes = 218846
How many type catagories are listed when the percentage of yes is 68.91%?
SELECT COUNT type FROM table WHERE % YES = 68.91%
What is the type when yes votes are 546255?
SELECT type FROM table WHERE YES votes = 546255
What is the measure number for the bill described as obscenity and sexual conduct bill?
SELECT meas. num. FROM table WHERE description = Obscenity and sexual conduct bill
How many points did art renner have?
SELECT COUNT Points FROM table WHERE Player = Art Renner
How many touchdowns did bill culligan have?
SELECT COUNT Touchdowns FROM table WHERE Player = Bill Culligan
What was the highest number of touchdowns by a player?
SELECT MAX Touchdowns FROM table
How many points did robert stenberg have?
SELECT MIN Points FROM table WHERE Player = Robert Stenberg
Where was the quake that began at 14:07?
SELECT Location FROM table WHERE Origin time = 14:07
What was the epicenter latitude for the quake that started at 17:09?
SELECT Epicentre (Lat., S) FROM table WHERE Origin time = 17:09
When "pants on fire" is the title what is the air date?
SELECT Original air date FROM table WHERE Title = "Pants on Fire"
When "the charlotte letter" is the title what is the air date?
SELECT Original air date FROM table WHERE Title = "The Charlotte Letter"
When "the 37-year itch" is the title what is the lowest series number?
SELECT MIN Series # FROM table WHERE Title = "The 37-Year Itch"
When 12 is the season number how many series numbers are there?
SELECT COUNT Series # FROM table WHERE Season # = 12
Who had the mountains classification when borut božič was the winner?
SELECT Mountains Classification FROM table WHERE Winner = Borut Božič
What was the team classification where andré greipel was the winner and had the points classification?
SELECT Team Classification FROM table WHERE Winner = André Greipel AND Points Classification = André Greipel
How many stages are there?
SELECT MAX Stage FROM table
How many sprint classifications are there where marco frapporti is the winner?
SELECT COUNT Sprint Classification FROM table WHERE Winner = Marco Frapporti
Who was the second couple for the episode having an ITV1 ranking of 29?
SELECT Second couple FROM table WHERE ITV1 weekly ranking = 29
What is the maximum ITV1 weekly ranking?
SELECT MAX ITV1 weekly ranking FROM table
What was the number of viewers for the episode having a fourth couple of Tony and Jamie?
SELECT Viewers (millions) FROM table WHERE Fourth couple = Tony and Jamie
Who was the first couple in the episode having a fourth couple of Sammy and Nat?
SELECT First couple FROM table WHERE Fourth couple = Sammy and Nat
What is the minimum ITV1 ranking for the episode having viewership of 5.42 million?
SELECT MIN ITV1 weekly ranking FROM table WHERE Viewers (millions) = 5.42
What episode number in the series was viewed by 13.66 million people in the U.S.?
SELECT MAX No. in series FROM table WHERE U.S. viewers (million) = 13.66
How many million U.S. viewers watched the epiode with a production code of 1arc12?
SELECT U.S. viewers (million) FROM table WHERE Production code = 1ARC12
How many million U.S. viewers watched the episode with a production code of 1arc03?
SELECT U.S. viewers (million) FROM table WHERE Production code = 1ARC03
How many million U.S. viewers watched episode number 6 in the series?
SELECT U.S. viewers (million) FROM table WHERE No. in series = 6
Who directed episode number 18 in the series?
SELECT Directed by FROM table WHERE No. in series = 18
How many episode numbers are there on the show whose first couple was Stuart and Pegah>?
SELECT COUNT # FROM table WHERE 1st couple = Stuart and Pegah
Who were the 3rd couple that were viewed by 4.89 million viewers?
SELECT 3rd couple FROM table WHERE Viewers (millions) = 4.89
What location(s) did patrick mckenna lead the most laps?
SELECT Location FROM table WHERE Most laps led = Patrick McKenna
How many races went for 10 rounds?
SELECT COUNT Fastest lap FROM table WHERE Rnd = 10
Who had the most laps led in monterey, california when scott rarick won the race?
SELECT Most laps led FROM table WHERE Location = Monterey, California AND Winning driver = Scott Rarick
What was the winning team when mikhail goikhberg was the winning driver?
SELECT Winning team FROM table WHERE Winning driver = Mikhail Goikhberg
Who directed the episode with the production code 10?
SELECT Directed by FROM table WHERE Prod. code = 10
Who wrote the episode with production code 2?
SELECT Written by FROM table WHERE Prod. code = 2
Who wrote the episode with production code 5?
SELECT Written by FROM table WHERE Prod. code = 5
Name the number of finishes for 15 entries 15 and l'esprit d'equipe
SELECT COUNT Finish FROM table WHERE Entries = 15 AND Winning yacht = L'Esprit d'Equipe
Name the most legs for steinlager 2
SELECT MAX Legs FROM table WHERE Winning yacht = Steinlager 2
Name the wininng yacht for 14 entries
SELECT Winning yacht FROM table WHERE Entries = 14
What was the word for the episode that aired February 11?
SELECT The Wørd FROM table WHERE Original airdate = February 11
What was the introductory phrase for the episode with the production bode 6026?
SELECT Introductory phrase FROM table WHERE Production code = 6026
What was the word on episode number 673?
SELECT The Wørd FROM table WHERE Episode # = 673
Who were the guests in the episode with production code 6021?
SELECT Guest FROM table WHERE Production code = 6021
Who were the guests on a show where the production code is 6152?
SELECT Guest FROM table WHERE Production code = 6152
Who were the guests for the episode with an original airdate of december 07?
SELECT Guest FROM table WHERE Original airdate = December 07
How many introductory phrases are there with "the wørd" is "unrequited gov"?
SELECT COUNT Introductory phrase FROM table WHERE The Wørd = "Unrequited Gov"
What is "the wørd" when guests were daniel ellsberg , william wegman , julie taymor?
SELECT The Wørd FROM table WHERE Guest = Daniel Ellsberg , William Wegman , Julie Taymor
What is the production code of the episode with an original airdate of december 01?
SELECT Production code FROM table WHERE Original airdate = December 01
What is the episode # when the guests were julie nixon eisenhower and david eisenhower?
SELECT MIN Episode # FROM table WHERE Guest = Julie Nixon Eisenhower and David Eisenhower