training_input
stringlengths
118
1.06k
###context:CREATE TABLE table_2562572_27 (settlement VARCHAR, cyrillic_name_other_names VARCHAR) ###human: How many settlements have as their cyrillic name and other names панонија? ###assistant: SELECT settlement FROM table_2562572_27 WHERE cyrillic_name_other_names = "Панонија"
###context:CREATE TABLE table_2562572_33 (cyrillic_name_other_names VARCHAR, settlement VARCHAR) ###human: What is the other name for martonoš? ###assistant: SELECT cyrillic_name_other_names FROM table_2562572_33 WHERE settlement = "Martonoš"
###context:CREATE TABLE table_2562572_33 (type VARCHAR, cyrillic_name_other_names VARCHAR) ###human: What type of settlement is ором (hungarian: orom)? ###assistant: SELECT type FROM table_2562572_33 WHERE cyrillic_name_other_names = "Ором (Hungarian: Orom)"
###context:CREATE TABLE table_2562572_33 (settlement VARCHAR, cyrillic_name_other_names VARCHAR) ###human: What settlement is also called мартонош (hungarian: martonos)? ###assistant: SELECT settlement FROM table_2562572_33 WHERE cyrillic_name_other_names = "Мартонош (Hungarian: Martonos)"
###context:CREATE TABLE table_2562572_33 (largest_ethnic_group__2002_ VARCHAR, cyrillic_name_other_names VARCHAR) ###human: What is the largest ethnic group in мале пијаце (hungarian: kispiac)? ###assistant: SELECT largest_ethnic_group__2002_ FROM table_2562572_33 WHERE cyrillic_name_other_names = "Мале Пијаце ...
###context:CREATE TABLE table_2562572_33 (largest_ethnic_group__2002_ VARCHAR, settlement VARCHAR) ###human: What is the largest ethnic group in doline? ###assistant: SELECT largest_ethnic_group__2002_ FROM table_2562572_33 WHERE settlement = "Doline"
###context:CREATE TABLE table_2562572_37 (dominant_religion__2002_ VARCHAR, settlement VARCHAR) ###human: Name the dominant religion of srpska crnja ###assistant: SELECT dominant_religion__2002_ FROM table_2562572_37 WHERE settlement = "Srpska Crnja"
###context:CREATE TABLE table_2562572_37 (settlement VARCHAR, cyrillic_name_other_names VARCHAR) ###human: Name the settlement for александрово ###assistant: SELECT settlement FROM table_2562572_37 WHERE cyrillic_name_other_names = "Александрово"
###context:CREATE TABLE table_2562572_37 (cyrillic_name_other_names VARCHAR, population__2011_ VARCHAR) ###human: Name the cyrillic name for 518 ###assistant: SELECT cyrillic_name_other_names FROM table_2562572_37 WHERE population__2011_ = 518
###context:CREATE TABLE table_2562572_37 (population__2011_ VARCHAR, cyrillic_name_other_names VARCHAR) ###human: Name the population for александрово ###assistant: SELECT COUNT(population__2011_) FROM table_2562572_37 WHERE cyrillic_name_other_names = "Александрово"
###context:CREATE TABLE table_2562572_37 (population__2011_ VARCHAR, cyrillic_name_other_names VARCHAR) ###human: Name the population for 2011 for српска црња ###assistant: SELECT population__2011_ FROM table_2562572_37 WHERE cyrillic_name_other_names = "Српска Црња"
###context:CREATE TABLE table_2562572_43 (largest_ethnic_group__2002_ VARCHAR, population__2011_ VARCHAR) ###human: What is the largest ethnic group in 2002 when the population is 200? ###assistant: SELECT largest_ethnic_group__2002_ FROM table_2562572_43 WHERE population__2011_ = 200
###context:CREATE TABLE table_2562572_43 (type VARCHAR, cyrillic_name_other_names VARCHAR) ###human: How many entries are there for type for the cyrillic name other names is падина (slovak: padina)? ###assistant: SELECT COUNT(type) FROM table_2562572_43 WHERE cyrillic_name_other_names = "Падина (Slovak: Padina)...
###context:CREATE TABLE table_2562572_43 (type VARCHAR, population__2011_ VARCHAR) ###human: What is the type for the population in 2011 of 1004? ###assistant: SELECT type FROM table_2562572_43 WHERE population__2011_ = 1004
###context:CREATE TABLE table_2562572_43 (dominant_religion__2002_ VARCHAR, largest_ethnic_group__2002_ VARCHAR, type VARCHAR) ###human: What was the 2002 dominant religion when the largest ethnic group (2002) was slovaks and type is village? ###assistant: SELECT dominant_religion__2002_ FROM table_2562572_43 W...
###context:CREATE TABLE table_2562572_43 (cyrillic_name_other_names VARCHAR, settlement VARCHAR) ###human: What is the cyrillic name other names for the settlement of debeljača? ###assistant: SELECT cyrillic_name_other_names FROM table_2562572_43 WHERE settlement = "Debeljača"
###context:CREATE TABLE table_2562572_43 (cyrillic_name_other_names VARCHAR, settlement VARCHAR) ###human: How many entries are there for cyrillic name other names where settlement is idvor? ###assistant: SELECT COUNT(cyrillic_name_other_names) FROM table_2562572_43 WHERE settlement = "Idvor"
###context:CREATE TABLE table_2562572_44 (dominant_religion__2002_ VARCHAR, settlement VARCHAR) ###human: What was the dominant religion in 2002 in lokve? ###assistant: SELECT dominant_religion__2002_ FROM table_2562572_44 WHERE settlement = "Lokve"
###context:CREATE TABLE table_2562572_44 (largest_ethnic_group__2002_ VARCHAR, cyrillic_name_other_names VARCHAR) ###human: What was the largest ethnic group in in the settlement with the cyrillic name банатски карловац? ###assistant: SELECT largest_ethnic_group__2002_ FROM table_2562572_44 WHERE cyrillic_name_...
###context:CREATE TABLE table_2562572_44 (largest_ethnic_group__2002_ VARCHAR, population__2011_ VARCHAR) ###human: What is the largest ethnic group in the settlement with a 2011 population of 5082? ###assistant: SELECT COUNT(largest_ethnic_group__2002_) FROM table_2562572_44 WHERE population__2011_ = 5082
###context:CREATE TABLE table_2562572_44 (population__2011_ VARCHAR, settlement VARCHAR) ###human: What was the population in 2011 of banatski karlovac? ###assistant: SELECT population__2011_ FROM table_2562572_44 WHERE settlement = "Banatski Karlovac"
###context:CREATE TABLE table_2562572_44 (settlement VARCHAR, cyrillic_name_other_names VARCHAR) ###human: Which settlement has the cyrillic and other name of локве (romanian: locve)? ###assistant: SELECT settlement FROM table_2562572_44 WHERE cyrillic_name_other_names = "Локве (Romanian: Locve)"
###context:CREATE TABLE table_2562572_44 (population__2011_ INTEGER, cyrillic_name_other_names VARCHAR) ###human: What is the population of the settlement with the cyrillic name of добрица? ###assistant: SELECT MAX(population__2011_) FROM table_2562572_44 WHERE cyrillic_name_other_names = "Добрица"
###context:CREATE TABLE table_2562572_46 (settlement VARCHAR, cyrillic_name_other_names VARCHAR) ###human: Which settlement has a cyrillic and other name of војводинци (romanian: voivodinţ)? ###assistant: SELECT settlement FROM table_2562572_46 WHERE cyrillic_name_other_names = "Војводинци (Romanian: Voivodinţ)...
###context:CREATE TABLE table_2562572_46 (dominant_religion__2002_ VARCHAR, cyrillic_name_other_names VARCHAR) ###human: What was the dominant religion in 2002 of the settlement with the cyrillic and other name of војводинци (romanian: voivodinţ)? ###assistant: SELECT dominant_religion__2002_ FROM table_2562572...
###context:CREATE TABLE table_2562572_46 (population__2011_ INTEGER, cyrillic_name_other_names VARCHAR) ###human: What was the population in 2011 of the settlement with the cyrillic name of ватин? ###assistant: SELECT MAX(population__2011_) FROM table_2562572_46 WHERE cyrillic_name_other_names = "Ватин"
###context:CREATE TABLE table_2562572_46 (largest_ethnic_group__2002_ VARCHAR, settlement VARCHAR) ###human: What was the largest ethnic group in sočica? ###assistant: SELECT largest_ethnic_group__2002_ FROM table_2562572_46 WHERE settlement = "Sočica"
###context:CREATE TABLE table_2562572_46 (population__2011_ VARCHAR, settlement VARCHAR) ###human: What was the 2011 population of pavliš? ###assistant: SELECT population__2011_ FROM table_2562572_46 WHERE settlement = "Pavliš"
###context:CREATE TABLE table_2562572_46 (largest_ethnic_group__2002_ VARCHAR, cyrillic_name_other_names VARCHAR) ###human: What was the largest ethnic group in 2002 of the settlement with the cyrillic name of ватин? ###assistant: SELECT largest_ethnic_group__2002_ FROM table_2562572_46 WHERE cyrillic_name_othe...
###context:CREATE TABLE table_2562572_50 (dominant_religion__2002_ VARCHAR, settlement VARCHAR) ###human: What was the dominant religion (2002) of the Mala Remeta settlement? ###assistant: SELECT dominant_religion__2002_ FROM table_2562572_50 WHERE settlement = "Mala Remeta"
###context:CREATE TABLE table_2562572_50 (type VARCHAR, settlement VARCHAR) ###human: What type of settlemen is Krušedol Selo? ###assistant: SELECT type FROM table_2562572_50 WHERE settlement = "Krušedol Selo"
###context:CREATE TABLE table_2562572_50 (type VARCHAR, settlement VARCHAR) ###human: How many types of settlement if Neradin? ###assistant: SELECT COUNT(type) FROM table_2562572_50 WHERE settlement = "Neradin"
###context:CREATE TABLE table_2562572_50 (type VARCHAR, settlement VARCHAR) ###human: What type of settlement is Jazak? ###assistant: SELECT type FROM table_2562572_50 WHERE settlement = "Jazak"
###context:CREATE TABLE table_2562572_53 (settlement VARCHAR, population__2011_ VARCHAR) ###human: What is the name of the settlement that had a population of 9443 in 2011? ###assistant: SELECT settlement FROM table_2562572_53 WHERE population__2011_ = 9443
###context:CREATE TABLE table_2562572_53 (type VARCHAR, settlement VARCHAR) ###human: How many different types of settlements does Nova Pazova fall into? ###assistant: SELECT COUNT(type) FROM table_2562572_53 WHERE settlement = "Nova Pazova"
###context:CREATE TABLE table_2562572_53 (largest_ethnic_group__2002_ VARCHAR, cyrillic_name VARCHAR) ###human: What ethnic group had the largest population in сурдук in 2002? ###assistant: SELECT largest_ethnic_group__2002_ FROM table_2562572_53 WHERE cyrillic_name = "Сурдук"
###context:CREATE TABLE table_2562572_53 (dominant_religion__2002_ VARCHAR, population__2011_ VARCHAR) ###human: How many dominant religions were in the settlement that had a population of 17105? ###assistant: SELECT COUNT(dominant_religion__2002_) FROM table_2562572_53 WHERE population__2011_ = 17105
###context:CREATE TABLE table_2562572_53 (population__2011_ VARCHAR, cyrillic_name VARCHAR) ###human: What was the population of сурдук in 2011? ###assistant: SELECT COUNT(population__2011_) FROM table_2562572_53 WHERE cyrillic_name = "Сурдук"
###context:CREATE TABLE table_256286_13 (meas_num INTEGER, description VARCHAR) ###human: When extending eminent domain over roads and ways is the description what is the highest means number? ###assistant: SELECT MAX(meas_num) FROM table_256286_13 WHERE description = "Extending Eminent Domain Over Roads and Wa...
###context:CREATE TABLE table_256286_13 (type VARCHAR, description VARCHAR) ###human: When restoring capital punishment is the description how many types are there? ###assistant: SELECT COUNT(type) FROM table_256286_13 WHERE description = "Restoring Capital Punishment"
###context:CREATE TABLE table_256286_13 (no_votes INTEGER) ###human: What is the lowest overall amount of no votes? ###assistant: SELECT MIN(no_votes) FROM table_256286_13
###context:CREATE TABLE table_2562572_7 (urban_settlement VARCHAR, city___municipality VARCHAR) ###human: What was the urban settlement when the city / municipality was kovin? ###assistant: SELECT urban_settlement FROM table_2562572_7 WHERE city___municipality = "Kovin"
###context:CREATE TABLE table_2562572_7 (population__1991_ VARCHAR, population__2002_ VARCHAR) ###human: What is the population (1991) where population (2002) was 14250? ###assistant: SELECT COUNT(population__1991_) FROM table_2562572_7 WHERE population__2002_ = 14250
###context:CREATE TABLE table_2562572_7 (population__1991_ INTEGER, cyrillic_name VARCHAR) ###human: What is the population (1991) when cyrillic name is панчево? ###assistant: SELECT MIN(population__1991_) FROM table_2562572_7 WHERE cyrillic_name = "Панчево"
###context:CREATE TABLE table_2562572_56 (settlement VARCHAR) ###human: What is the settlement destiny in Aleksandrovo? ###assistant: SELECT settlement AS destiny FROM table_2562572_56 WHERE settlement = "Aleksandrovo"
###context:CREATE TABLE table_2562572_56 (cyrillic_name_other_names VARCHAR, settlement VARCHAR) ###human: What is the Cyrillic name for Novi Vladimirovac? ###assistant: SELECT cyrillic_name_other_names FROM table_2562572_56 WHERE settlement = "Novi Vladimirovac"
###context:CREATE TABLE table_2562572_54 (population__2011_ VARCHAR, settlement VARCHAR) ###human: How many items appear in the population 2011 column for the krčedin settlement? ###assistant: SELECT COUNT(population__2011_) FROM table_2562572_54 WHERE settlement = "Krčedin"
###context:CREATE TABLE table_2562572_54 (dominant_religion__2002_ VARCHAR, population__2011_ VARCHAR) ###human: What is the dominant religion in 2002 for the population of 2337 in 2011? ###assistant: SELECT dominant_religion__2002_ FROM table_2562572_54 WHERE population__2011_ = 2337
###context:CREATE TABLE table_2562572_54 (population__2011_ INTEGER, settlement VARCHAR) ###human: What is the lowest population in 2011 for the settlement of čortanovci? ###assistant: SELECT MIN(population__2011_) FROM table_2562572_54 WHERE settlement = "Čortanovci"
###context:CREATE TABLE table_2562572_54 (largest_ethnic_group__2002_ VARCHAR, cyrillic_name_other_names VARCHAR) ###human: What is the largest ethnic group in 2002 for the cyrillic name, other name of бешка? ###assistant: SELECT largest_ethnic_group__2002_ FROM table_2562572_54 WHERE cyrillic_name_other_names ...
###context:CREATE TABLE table_2562572_8 (population__2002_ INTEGER, population__2011_ VARCHAR) ###human: What was the lowes population of 2002 when the 2011 population was 30076? ###assistant: SELECT MIN(population__2002_) FROM table_2562572_8 WHERE population__2011_ = 30076
###context:CREATE TABLE table_2562572_9 (dominant_religion__2002_ VARCHAR, cyrillic_name_other_names VARCHAR) ###human: What is the dominant religion in степановићево during 2002? ###assistant: SELECT dominant_religion__2002_ FROM table_2562572_9 WHERE cyrillic_name_other_names = "Степановићево"
###context:CREATE TABLE table_2562572_9 (cyrillic_name_other_names VARCHAR, population__2011_ VARCHAR) ###human: What is the cyrillic name for the settlement with the population of 2125? ###assistant: SELECT cyrillic_name_other_names FROM table_2562572_9 WHERE population__2011_ = 2125
###context:CREATE TABLE table_2562572_9 (type VARCHAR, cyrillic_name_other_names VARCHAR) ###human: What type of settlement is футог? ###assistant: SELECT type FROM table_2562572_9 WHERE cyrillic_name_other_names = "Футог"
###context:CREATE TABLE table_2562572_9 (cyrillic_name_other_names VARCHAR, population__2011_ VARCHAR) ###human: What is the cyrillic name for the settlement with the population of 5414? ###assistant: SELECT cyrillic_name_other_names FROM table_2562572_9 WHERE population__2011_ = 5414
###context:CREATE TABLE table_2562572_9 (cyrillic_name_other_names VARCHAR, settlement VARCHAR) ###human: What is the cyrillic name for Budisava? ###assistant: SELECT cyrillic_name_other_names FROM table_2562572_9 WHERE settlement = "Budisava"
###context:CREATE TABLE table_2562572_9 (dominant_religion__2002_ VARCHAR, cyrillic_name_other_names VARCHAR) ###human: What is the dominant religion for нови сад in 2002? ###assistant: SELECT dominant_religion__2002_ FROM table_2562572_9 WHERE cyrillic_name_other_names = "Нови Сад"
###context:CREATE TABLE table_256286_19 (yes_votes INTEGER, no_votes VARCHAR) ###human: What is the largest number of yest votes for the measure with 61307 no votes? ###assistant: SELECT MAX(yes_votes) FROM table_256286_19 WHERE no_votes = 61307
###context:CREATE TABLE table_256286_19 (meas_num VARCHAR, _percentage_yes VARCHAR) ###human: What numbered measure had a 58.29% yes%? ###assistant: SELECT meas_num FROM table_256286_19 WHERE _percentage_yes = "58.29%"
###context:CREATE TABLE table_256286_19 (passed VARCHAR, no_votes VARCHAR) ###human: What was the passing result for the measure with 61307 no votes? ###assistant: SELECT passed FROM table_256286_19 WHERE no_votes = 61307
###context:CREATE TABLE table_256286_19 (meas_num INTEGER, _percentage_yes VARCHAR) ###human: What is the lowest measure number for the measure with a 33.57% yes percentage? ###assistant: SELECT MIN(meas_num) FROM table_256286_19 WHERE _percentage_yes = "33.57%"
###context:CREATE TABLE table_256286_19 (passed VARCHAR, description VARCHAR) ###human: What was the passing result for the measure with a description of bus and truck operating license bill? ###assistant: SELECT passed FROM table_256286_19 WHERE description = "Bus and Truck Operating License Bill"
###context:CREATE TABLE table_256286_22 (passed VARCHAR, _percentage_yes VARCHAR) ###human: What was the result of the ballot that had a 52.49% yes vote percentage? ###assistant: SELECT passed FROM table_256286_22 WHERE _percentage_yes = "52.49%"
###context:CREATE TABLE table_256286_21 (type VARCHAR, meas_num VARCHAR) ###human: What type of proposal is measure number 3? ###assistant: SELECT type FROM table_256286_21 WHERE meas_num = 3
###context:CREATE TABLE table_256286_23 (yes_votes VARCHAR, _percentage_yes VARCHAR) ###human: How many yes votes did the measure that got 60.39% yes votes get? ###assistant: SELECT yes_votes FROM table_256286_23 WHERE _percentage_yes = "60.39%"
###context:CREATE TABLE table_256286_23 (description VARCHAR, _percentage_yes VARCHAR) ###human: What is the description of the measure that got 39.57% yes votes? ###assistant: SELECT description FROM table_256286_23 WHERE _percentage_yes = "39.57%"
###context:CREATE TABLE table_256286_23 (meas_num INTEGER, description VARCHAR) ###human: What is the number of the tax supervising and conservation bill? ###assistant: SELECT MIN(meas_num) FROM table_256286_23 WHERE description = "Tax Supervising and Conservation Bill"
###context:CREATE TABLE table_256286_39 (passed VARCHAR, _percentage_yes VARCHAR) ###human: How many ballot measures had a percentage yes of 52.11%? ###assistant: SELECT COUNT(passed) FROM table_256286_39 WHERE _percentage_yes = "52.11%"
###context:CREATE TABLE table_256286_39 (description VARCHAR, _percentage_yes VARCHAR) ###human: What is the measure where the yes% is 44.06%? ###assistant: SELECT description FROM table_256286_39 WHERE _percentage_yes = "44.06%"
###context:CREATE TABLE table_256286_39 (passed VARCHAR, yes_votes VARCHAR) ###human: How many measures had a yes vote of 216545? ###assistant: SELECT COUNT(passed) FROM table_256286_39 WHERE yes_votes = 216545
###context:CREATE TABLE table_256286_39 (meas_num INTEGER) ###human: What is the highest measure number? ###assistant: SELECT MAX(meas_num) FROM table_256286_39
###context:CREATE TABLE table_256286_45 (_percentage_yes VARCHAR, no_votes VARCHAR) ###human: What was the percentage of yes votes for the measure where the no votes number 199174? ###assistant: SELECT _percentage_yes FROM table_256286_45 WHERE no_votes = 199174
###context:CREATE TABLE table_256286_45 (type VARCHAR, yes_votes VARCHAR) ###human: How many types are there for the measure where there were 312680 yes votes? ###assistant: SELECT COUNT(type) FROM table_256286_45 WHERE yes_votes = 312680
###context:CREATE TABLE table_256286_45 (no_votes VARCHAR, description VARCHAR) ###human: How many figures are there for No votes for the Forest Rehabilitation Debt Limit Amendment? ###assistant: SELECT COUNT(no_votes) FROM table_256286_45 WHERE description = "Forest Rehabilitation Debt Limit Amendment"
###context:CREATE TABLE table_256286_45 (type VARCHAR, description VARCHAR) ###human: What is the type of measure that voted on the Power Development Debt Limit Amendment? ###assistant: SELECT type FROM table_256286_45 WHERE description = "Power Development Debt Limit Amendment"
###context:CREATE TABLE table_256286_40 (passed VARCHAR, description VARCHAR) ###human: What vote passed for the measure with the description, authorizing state acceptance of certain gifts? ###assistant: SELECT passed FROM table_256286_40 WHERE description = "Authorizing State Acceptance of Certain Gifts"
###context:CREATE TABLE table_256286_40 (passed VARCHAR, yes_votes VARCHAR) ###human: How many votes passed are listed on the measure that had 390338 yes votes? ###assistant: SELECT COUNT(passed) FROM table_256286_40 WHERE yes_votes = 390338
###context:CREATE TABLE table_256286_40 (type VARCHAR, yes_votes VARCHAR) ###human: What was the type when there were 175932 yes votes? ###assistant: SELECT type FROM table_256286_40 WHERE yes_votes = 175932
###context:CREATE TABLE table_256286_41 (yes_votes VARCHAR, no_votes VARCHAR, _percentage_yes VARCHAR) ###human: What is the aggregate number of yes votes where no votes is littler than 299939.1619948521 and % yes is 66.49% ###assistant: SELECT COUNT(yes_votes) FROM table_256286_41 WHERE no_votes < 299939.16199...
###context:CREATE TABLE table_256286_55 (description VARCHAR, _percentage_yes VARCHAR) ###human: What is the description of the measure that got 78.27% yes votes? ###assistant: SELECT description FROM table_256286_55 WHERE _percentage_yes = "78.27%"
###context:CREATE TABLE table_256286_55 (meas_num INTEGER) ###human: What is the highest measure number? ###assistant: SELECT MAX(meas_num) FROM table_256286_55
###context:CREATE TABLE table_256286_5 (type VARCHAR, description VARCHAR) ###human: How many type classifications are given to the measure with the description, calling convention to revise state constitution? ###assistant: SELECT COUNT(type) FROM table_256286_5 WHERE description = "Calling Convention to revi...
###context:CREATE TABLE table_256286_5 (_percentage_yes VARCHAR, yes_votes VARCHAR) ###human: What is the yes percentage in the measure that had 35270 yes votes? ###assistant: SELECT _percentage_yes FROM table_256286_5 WHERE yes_votes = 35270
###context:CREATE TABLE table_256286_54 (meas_num INTEGER, no_votes VARCHAR) ###human: When the no votes was 322682, what was the max meas. number? ###assistant: SELECT MAX(meas_num) FROM table_256286_54 WHERE no_votes = 322682
###context:CREATE TABLE table_256286_60 (yes_votes INTEGER, meas_num VARCHAR) ###human: How yes votes were there for measure 4? ###assistant: SELECT MAX(yes_votes) FROM table_256286_60 WHERE meas_num = 4
###context:CREATE TABLE table_256286_60 (meas_num INTEGER) ###human: What was the lowest measure number? ###assistant: SELECT MIN(meas_num) FROM table_256286_60
###context:CREATE TABLE table_256286_8 (type VARCHAR, _percentage_yes VARCHAR) ###human: What was the type of ballot measures if the % of yes vote is 32.47%? ###assistant: SELECT type FROM table_256286_8 WHERE _percentage_yes = "32.47%"
###context:CREATE TABLE table_256286_8 (type VARCHAR, description VARCHAR) ###human: What was the type of ballot measure with the description of Department of Industry and Public Works Amendment? ###assistant: SELECT type FROM table_256286_8 WHERE description = "Department of Industry and Public Works Amendment...
###context:CREATE TABLE table_256286_8 (no_votes VARCHAR, description VARCHAR) ###human: How many data are there under NO vote with a description of $1500 tax exemption amendment? ###assistant: SELECT COUNT(no_votes) FROM table_256286_8 WHERE description = "$1500 Tax Exemption Amendment"
###context:CREATE TABLE table_256286_61 (_percentage_yes VARCHAR, yes_votes VARCHAR) ###human: What is the percentage of yes when there were 218846 yes votes ###assistant: SELECT _percentage_yes FROM table_256286_61 WHERE yes_votes = 218846
###context:CREATE TABLE table_256286_61 (type VARCHAR, _percentage_yes VARCHAR) ###human: How many type catagories are listed when the percentage of yes is 68.91%? ###assistant: SELECT COUNT(type) FROM table_256286_61 WHERE _percentage_yes = "68.91%"
###context:CREATE TABLE table_256286_61 (type VARCHAR, yes_votes VARCHAR) ###human: What is the type when yes votes are 546255? ###assistant: SELECT type FROM table_256286_61 WHERE yes_votes = 546255
###context:CREATE TABLE table_256286_61 (meas_num VARCHAR, description VARCHAR) ###human: What is the measure number for the bill described as obscenity and sexual conduct bill? ###assistant: SELECT meas_num FROM table_256286_61 WHERE description = "Obscenity and sexual conduct bill"
###context:CREATE TABLE table_25647137_2 (points VARCHAR, player VARCHAR) ###human: How many points did art renner have? ###assistant: SELECT COUNT(points) FROM table_25647137_2 WHERE player = "Art Renner"
###context:CREATE TABLE table_25647137_2 (touchdowns VARCHAR, player VARCHAR) ###human: How many touchdowns did bill culligan have? ###assistant: SELECT COUNT(touchdowns) FROM table_25647137_2 WHERE player = "Bill Culligan"
###context:CREATE TABLE table_25647137_2 (touchdowns INTEGER) ###human: What was the highest number of touchdowns by a player? ###assistant: SELECT MAX(touchdowns) FROM table_25647137_2
###context:CREATE TABLE table_25647137_2 (points INTEGER, player VARCHAR) ###human: How many points did robert stenberg have? ###assistant: SELECT MIN(points) FROM table_25647137_2 WHERE player = "Robert Stenberg"
###context:CREATE TABLE table_25643046_1 (location VARCHAR, origin_time VARCHAR) ###human: Where was the quake that began at 14:07? ###assistant: SELECT location FROM table_25643046_1 WHERE origin_time = "14:07"
###context:CREATE TABLE table_25643046_1 (epicentre__lat VARCHAR, _s_ VARCHAR, origin_time VARCHAR) ###human: What was the epicenter latitude for the quake that started at 17:09? ###assistant: SELECT epicentre__lat, _s_ FROM table_25643046_1 WHERE origin_time = "17:09"
###context:CREATE TABLE table_25649467_2 (series__number VARCHAR, season__number VARCHAR) ###human: When 12 is the season number how many series numbers are there? ###assistant: SELECT COUNT(series__number) FROM table_25649467_2 WHERE season__number = 12