question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
text
stringlengths
114
1.06k
What is the total quantity of populace (2010) where location (km²) is 134.51
CREATE TABLE table_255812_1 (population__2010_ VARCHAR, area__km²_ VARCHAR)
SELECT COUNT(population__2010_) FROM table_255812_1 WHERE area__km²_ = "134.51"
### Context: CREATE TABLE table_255812_1 (population__2010_ VARCHAR, area__km²_ VARCHAR) ### Question: What is the total quantity of populace (2010) where location (km²) is 134.51 ### Answer: SELECT COUNT(population__2010_) FROM table_255812_1 WHERE area__km²_ = "134.51"
What are all the metropolis / municipality where mayor is helen c. De castro
CREATE TABLE table_255812_1 (city___municipality VARCHAR, mayor VARCHAR)
SELECT city___municipality FROM table_255812_1 WHERE mayor = "Helen C. De Castro"
### Context: CREATE TABLE table_255812_1 (city___municipality VARCHAR, mayor VARCHAR) ### Question: What are all the metropolis / municipality where mayor is helen c. De castro ### Answer: SELECT city___municipality FROM table_255812_1 WHERE mayor = "Helen C. De Castro"
What is the number of the sail with an overall length of 13.68?
CREATE TABLE table_25595107_2 (sail_number VARCHAR, loa__metres_ VARCHAR)
SELECT sail_number FROM table_25595107_2 WHERE loa__metres_ = "13.68"
### Context: CREATE TABLE table_25595107_2 (sail_number VARCHAR, loa__metres_ VARCHAR) ### Question: What is the number of the sail with an overall length of 13.68? ### Answer: SELECT sail_number FROM table_25595107_2 WHERE loa__metres_ = "13.68"
Name the most number in season for leslie hill
CREATE TABLE table_25604014_9 (no_in_season INTEGER, directed_by VARCHAR)
SELECT MAX(no_in_season) FROM table_25604014_9 WHERE directed_by = "Leslie Hill"
### Context: CREATE TABLE table_25604014_9 (no_in_season INTEGER, directed_by VARCHAR) ### Question: Name the most number in season for leslie hill ### Answer: SELECT MAX(no_in_season) FROM table_25604014_9 WHERE directed_by = "Leslie Hill"
Name who directed the production code 1l10
CREATE TABLE table_25604014_9 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_25604014_9 WHERE production_code = "1L10"
### Context: CREATE TABLE table_25604014_9 (directed_by VARCHAR, production_code VARCHAR) ### Question: Name who directed the production code 1l10 ### Answer: SELECT directed_by FROM table_25604014_9 WHERE production_code = "1L10"
Name the production code for theresa rebeck
CREATE TABLE table_25604014_9 (production_code VARCHAR, written_by VARCHAR)
SELECT production_code FROM table_25604014_9 WHERE written_by = "Theresa Rebeck"
### Context: CREATE TABLE table_25604014_9 (production_code VARCHAR, written_by VARCHAR) ### Question: Name the production code for theresa rebeck ### Answer: SELECT production_code FROM table_25604014_9 WHERE written_by = "Theresa Rebeck"
Name the original air date for production code 1l16
CREATE TABLE table_25604014_9 (original_air_date VARCHAR, production_code VARCHAR)
SELECT original_air_date FROM table_25604014_9 WHERE production_code = "1L16"
### Context: CREATE TABLE table_25604014_9 (original_air_date VARCHAR, production_code VARCHAR) ### Question: Name the original air date for production code 1l16 ### Answer: SELECT original_air_date FROM table_25604014_9 WHERE production_code = "1L16"
What is the ethnic majority in the only town?
CREATE TABLE table_2562572_11 (largest_ethnic_group__2002_ VARCHAR, type VARCHAR)
SELECT largest_ethnic_group__2002_ FROM table_2562572_11 WHERE type = "town"
### Context: CREATE TABLE table_2562572_11 (largest_ethnic_group__2002_ VARCHAR, type VARCHAR) ### Question: What is the ethnic majority in the only town? ### Answer: SELECT largest_ethnic_group__2002_ FROM table_2562572_11 WHERE type = "town"
How to you write плавна with the latin alphabet?
CREATE TABLE table_2562572_11 (settlement VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT settlement FROM table_2562572_11 WHERE cyrillic_name_other_names = "Плавна"
### Context: CREATE TABLE table_2562572_11 (settlement VARCHAR, cyrillic_name_other_names VARCHAR) ### Question: How to you write плавна with the latin alphabet? ### Answer: SELECT settlement FROM table_2562572_11 WHERE cyrillic_name_other_names = "Плавна"
What is the smallest population listed?
CREATE TABLE table_2562572_11 (population__2011_ INTEGER)
SELECT MIN(population__2011_) FROM table_2562572_11
### Context: CREATE TABLE table_2562572_11 (population__2011_ INTEGER) ### Question: What is the smallest population listed? ### Answer: SELECT MIN(population__2011_) FROM table_2562572_11
What type of settlement is rabe?
CREATE TABLE table_2562572_30 (type VARCHAR, settlement VARCHAR)
SELECT type FROM table_2562572_30 WHERE settlement = "Rabe"
### Context: CREATE TABLE table_2562572_30 (type VARCHAR, settlement VARCHAR) ### Question: What type of settlement is rabe? ### Answer: SELECT type FROM table_2562572_30 WHERE settlement = "Rabe"
What is the largest ethnic group of the settlement with the cyrillic name of банатско аранђелово?
CREATE TABLE table_2562572_30 (largest_ethnic_group__2002_ VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT largest_ethnic_group__2002_ FROM table_2562572_30 WHERE cyrillic_name_other_names = "Банатско Аранђелово"
### Context: CREATE TABLE table_2562572_30 (largest_ethnic_group__2002_ VARCHAR, cyrillic_name_other_names VARCHAR) ### Question: What is the largest ethnic group of the settlement with the cyrillic name of банатско аранђелово? ### Answer: SELECT largest_ethnic_group__2002_ FROM table_2562572_30 WHERE cyrillic_name_oth...
How many dominant religions are in đala?
CREATE TABLE table_2562572_30 (dominant_religion__2002_ VARCHAR, settlement VARCHAR)
SELECT COUNT(dominant_religion__2002_) FROM table_2562572_30 WHERE settlement = "Đala"
### Context: CREATE TABLE table_2562572_30 (dominant_religion__2002_ VARCHAR, settlement VARCHAR) ### Question: How many dominant religions are in đala? ### Answer: SELECT COUNT(dominant_religion__2002_) FROM table_2562572_30 WHERE settlement = "Đala"
Which settlement has the cyrillic name сигет?
CREATE TABLE table_2562572_30 (settlement VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT settlement FROM table_2562572_30 WHERE cyrillic_name_other_names = "Сигет"
### Context: CREATE TABLE table_2562572_30 (settlement VARCHAR, cyrillic_name_other_names VARCHAR) ### Question: Which settlement has the cyrillic name сигет? ### Answer: SELECT settlement FROM table_2562572_30 WHERE cyrillic_name_other_names = "Сигет"
What is the cyrillic and other name of rabe?
CREATE TABLE table_2562572_30 (cyrillic_name_other_names VARCHAR, settlement VARCHAR)
SELECT cyrillic_name_other_names FROM table_2562572_30 WHERE settlement = "Rabe"
### Context: CREATE TABLE table_2562572_30 (cyrillic_name_other_names VARCHAR, settlement VARCHAR) ### Question: What is the cyrillic and other name of rabe? ### Answer: SELECT cyrillic_name_other_names FROM table_2562572_30 WHERE settlement = "Rabe"
What is the dominant religion in Gornji Tavankut?
CREATE TABLE table_2562572_26 (dominant_religion__2002_ VARCHAR, settlement VARCHAR)
SELECT dominant_religion__2002_ FROM table_2562572_26 WHERE settlement = "Gornji Tavankut"
### Context: CREATE TABLE table_2562572_26 (dominant_religion__2002_ VARCHAR, settlement VARCHAR) ### Question: What is the dominant religion in Gornji Tavankut? ### Answer: SELECT dominant_religion__2002_ FROM table_2562572_26 WHERE settlement = "Gornji Tavankut"
What is the population in стари жедник (croatian: stari žednik)?
CREATE TABLE table_2562572_26 (population__2011_ VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT population__2011_ FROM table_2562572_26 WHERE cyrillic_name_other_names = "Стари Жедник (Croatian: Stari Žednik)"
### Context: CREATE TABLE table_2562572_26 (population__2011_ VARCHAR, cyrillic_name_other_names VARCHAR) ### Question: What is the population in стари жедник (croatian: stari žednik)? ### Answer: SELECT population__2011_ FROM table_2562572_26 WHERE cyrillic_name_other_names = "Стари Жедник (Croatian: Stari Žednik)"
What are the cyrillic and other names of the settlement whose population is 6591?
CREATE TABLE table_2562572_26 (cyrillic_name_other_names VARCHAR, population__2011_ VARCHAR)
SELECT cyrillic_name_other_names FROM table_2562572_26 WHERE population__2011_ = 6591
### Context: CREATE TABLE table_2562572_26 (cyrillic_name_other_names VARCHAR, population__2011_ VARCHAR) ### Question: What are the cyrillic and other names of the settlement whose population is 6591? ### Answer: SELECT cyrillic_name_other_names FROM table_2562572_26 WHERE population__2011_ = 6591
What type of settlement has a population of 1441?
CREATE TABLE table_2562572_26 (type VARCHAR, population__2011_ VARCHAR)
SELECT type FROM table_2562572_26 WHERE population__2011_ = 1441
### Context: CREATE TABLE table_2562572_26 (type VARCHAR, population__2011_ VARCHAR) ### Question: What type of settlement has a population of 1441? ### Answer: SELECT type FROM table_2562572_26 WHERE population__2011_ = 1441
How many settlements are named ђурђин (croatian: đurđin)?
CREATE TABLE table_2562572_26 (settlement VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT COUNT(settlement) FROM table_2562572_26 WHERE cyrillic_name_other_names = "Ђурђин (Croatian: Đurđin)"
### Context: CREATE TABLE table_2562572_26 (settlement VARCHAR, cyrillic_name_other_names VARCHAR) ### Question: How many settlements are named ђурђин (croatian: đurđin)? ### Answer: SELECT COUNT(settlement) FROM table_2562572_26 WHERE cyrillic_name_other_names = "Ђурђин (Croatian: Đurđin)"
What town has the population of 777?
CREATE TABLE table_2562572_39 (cyrillic_name_other_names VARCHAR, population__2011_ VARCHAR)
SELECT cyrillic_name_other_names FROM table_2562572_39 WHERE population__2011_ = "777"
### Context: CREATE TABLE table_2562572_39 (cyrillic_name_other_names VARCHAR, population__2011_ VARCHAR) ### Question: What town has the population of 777? ### Answer: SELECT cyrillic_name_other_names FROM table_2562572_39 WHERE population__2011_ = "777"
What is the ethnic group is конак?
CREATE TABLE table_2562572_39 (largest_ethnic_group__2002_ VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT largest_ethnic_group__2002_ FROM table_2562572_39 WHERE cyrillic_name_other_names = "Конак"
### Context: CREATE TABLE table_2562572_39 (largest_ethnic_group__2002_ VARCHAR, cyrillic_name_other_names VARCHAR) ### Question: What is the ethnic group is конак? ### Answer: SELECT largest_ethnic_group__2002_ FROM table_2562572_39 WHERE cyrillic_name_other_names = "Конак"
The pooulation of јарковац is?
CREATE TABLE table_2562572_39 (population__2011_ VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT population__2011_ FROM table_2562572_39 WHERE cyrillic_name_other_names = "Јарковац"
### Context: CREATE TABLE table_2562572_39 (population__2011_ VARCHAR, cyrillic_name_other_names VARCHAR) ### Question: The pooulation of јарковац is? ### Answer: SELECT population__2011_ FROM table_2562572_39 WHERE cyrillic_name_other_names = "Јарковац"
What kind of type is бока?
CREATE TABLE table_2562572_39 (type VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT type FROM table_2562572_39 WHERE cyrillic_name_other_names = "Бока"
### Context: CREATE TABLE table_2562572_39 (type VARCHAR, cyrillic_name_other_names VARCHAR) ### Question: What kind of type is бока? ### Answer: SELECT type FROM table_2562572_39 WHERE cyrillic_name_other_names = "Бока"
The population is 2,107's dominant religion is?
CREATE TABLE table_2562572_39 (dominant_religion__2002_ VARCHAR, population__2011_ VARCHAR)
SELECT dominant_religion__2002_ FROM table_2562572_39 WHERE population__2011_ = "2,107"
### Context: CREATE TABLE table_2562572_39 (dominant_religion__2002_ VARCHAR, population__2011_ VARCHAR) ### Question: The population is 2,107's dominant religion is? ### Answer: SELECT dominant_religion__2002_ FROM table_2562572_39 WHERE population__2011_ = "2,107"
What is the Deliblato village known as in Cyrillic?
CREATE TABLE table_2562572_41 (cyrillic_name_other_names VARCHAR, settlement VARCHAR)
SELECT cyrillic_name_other_names FROM table_2562572_41 WHERE settlement = "Deliblato"
### Context: CREATE TABLE table_2562572_41 (cyrillic_name_other_names VARCHAR, settlement VARCHAR) ### Question: What is the Deliblato village known as in Cyrillic? ### Answer: SELECT cyrillic_name_other_names FROM table_2562572_41 WHERE settlement = "Deliblato"
Who had 41.76% yes votes
CREATE TABLE table_256286_20 (description VARCHAR, _percentage_yes VARCHAR)
SELECT description FROM table_256286_20 WHERE _percentage_yes = "41.76%"
### Context: CREATE TABLE table_256286_20 (description VARCHAR, _percentage_yes VARCHAR) ### Question: Who had 41.76% yes votes ### Answer: SELECT description FROM table_256286_20 WHERE _percentage_yes = "41.76%"
how many yes votes made up 43.18% yes?
CREATE TABLE table_256286_20 (yes_votes INTEGER, _percentage_yes VARCHAR)
SELECT MAX(yes_votes) FROM table_256286_20 WHERE _percentage_yes = "43.18%"
### Context: CREATE TABLE table_256286_20 (yes_votes INTEGER, _percentage_yes VARCHAR) ### Question: how many yes votes made up 43.18% yes? ### Answer: SELECT MAX(yes_votes) FROM table_256286_20 WHERE _percentage_yes = "43.18%"
HOw many no votes were there when there were 45.60% yes votes
CREATE TABLE table_256286_20 (no_votes INTEGER, _percentage_yes VARCHAR)
SELECT MIN(no_votes) FROM table_256286_20 WHERE _percentage_yes = "45.60%"
### Context: CREATE TABLE table_256286_20 (no_votes INTEGER, _percentage_yes VARCHAR) ### Question: HOw many no votes were there when there were 45.60% yes votes ### Answer: SELECT MIN(no_votes) FROM table_256286_20 WHERE _percentage_yes = "45.60%"
what is the measure number for the init type?
CREATE TABLE table_256286_18 (meas_num VARCHAR, type VARCHAR)
SELECT meas_num FROM table_256286_18 WHERE type = "Init"
### Context: CREATE TABLE table_256286_18 (meas_num VARCHAR, type VARCHAR) ### Question: what is the measure number for the init type? ### Answer: SELECT meas_num FROM table_256286_18 WHERE type = "Init"
Name the points for donald boor
CREATE TABLE table_25646820_2 (points VARCHAR, player VARCHAR)
SELECT points FROM table_25646820_2 WHERE player = "Donald Boor"
### Context: CREATE TABLE table_25646820_2 (points VARCHAR, player VARCHAR) ### Question: Name the points for donald boor ### Answer: SELECT points FROM table_25646820_2 WHERE player = "Donald Boor"
Name the least touchdowns for joe rogers
CREATE TABLE table_25646820_2 (touchdowns INTEGER, player VARCHAR)
SELECT MIN(touchdowns) FROM table_25646820_2 WHERE player = "Joe Rogers"
### Context: CREATE TABLE table_25646820_2 (touchdowns INTEGER, player VARCHAR) ### Question: Name the least touchdowns for joe rogers ### Answer: SELECT MIN(touchdowns) FROM table_25646820_2 WHERE player = "Joe Rogers"
How many titles had production code 1040?
CREATE TABLE table_25662434_1 (title VARCHAR, production_code VARCHAR)
SELECT COUNT(title) FROM table_25662434_1 WHERE production_code = 1040
### Context: CREATE TABLE table_25662434_1 (title VARCHAR, production_code VARCHAR) ### Question: How many titles had production code 1040? ### Answer: SELECT COUNT(title) FROM table_25662434_1 WHERE production_code = 1040
Who directed the episode with production code ca311?
CREATE TABLE table_25740548_4 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_25740548_4 WHERE production_code = "CA311"
### Context: CREATE TABLE table_25740548_4 (directed_by VARCHAR, production_code VARCHAR) ### Question: Who directed the episode with production code ca311? ### Answer: SELECT directed_by FROM table_25740548_4 WHERE production_code = "CA311"
Which episode had 2.75 million viewers in the U.S.?
CREATE TABLE table_25740548_4 (title VARCHAR, us_viewers__million_ VARCHAR)
SELECT title FROM table_25740548_4 WHERE us_viewers__million_ = "2.75"
### Context: CREATE TABLE table_25740548_4 (title VARCHAR, us_viewers__million_ VARCHAR) ### Question: Which episode had 2.75 million viewers in the U.S.? ### Answer: SELECT title FROM table_25740548_4 WHERE us_viewers__million_ = "2.75"
Who directed the episode with production code ca303?
CREATE TABLE table_25740548_4 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_25740548_4 WHERE production_code = "CA303"
### Context: CREATE TABLE table_25740548_4 (directed_by VARCHAR, production_code VARCHAR) ### Question: Who directed the episode with production code ca303? ### Answer: SELECT directed_by FROM table_25740548_4 WHERE production_code = "CA303"
Who wrote the episode with e4515 as the production code?
CREATE TABLE table_25750635_2 (written_by VARCHAR, production_code VARCHAR)
SELECT written_by FROM table_25750635_2 WHERE production_code = "E4515"
### Context: CREATE TABLE table_25750635_2 (written_by VARCHAR, production_code VARCHAR) ### Question: Who wrote the episode with e4515 as the production code? ### Answer: SELECT written_by FROM table_25750635_2 WHERE production_code = "E4515"
If there are 11 lifts, what is the base elevation?
CREATE TABLE table_25762852_1 (base_elevation__feet_ INTEGER, lifts VARCHAR)
SELECT MAX(base_elevation__feet_) FROM table_25762852_1 WHERE lifts = 11
### Context: CREATE TABLE table_25762852_1 (base_elevation__feet_ INTEGER, lifts VARCHAR) ### Question: If there are 11 lifts, what is the base elevation? ### Answer: SELECT MAX(base_elevation__feet_) FROM table_25762852_1 WHERE lifts = 11
if there are 30 lifts, what is the name of the ski resort?
CREATE TABLE table_25762852_1 (name VARCHAR, lifts VARCHAR)
SELECT name FROM table_25762852_1 WHERE lifts = 30
### Context: CREATE TABLE table_25762852_1 (name VARCHAR, lifts VARCHAR) ### Question: if there are 30 lifts, what is the name of the ski resort? ### Answer: SELECT name FROM table_25762852_1 WHERE lifts = 30
If the name is Steamboat, what is the top elevation?
CREATE TABLE table_25762852_1 (top_elevation__feet_ VARCHAR, name VARCHAR)
SELECT top_elevation__feet_ FROM table_25762852_1 WHERE name = "Steamboat"
### Context: CREATE TABLE table_25762852_1 (top_elevation__feet_ VARCHAR, name VARCHAR) ### Question: If the name is Steamboat, what is the top elevation? ### Answer: SELECT top_elevation__feet_ FROM table_25762852_1 WHERE name = "Steamboat"
How many resorts have 118 runs?
CREATE TABLE table_25762852_1 (name VARCHAR, runs VARCHAR)
SELECT COUNT(name) FROM table_25762852_1 WHERE runs = "118"
### Context: CREATE TABLE table_25762852_1 (name VARCHAR, runs VARCHAR) ### Question: How many resorts have 118 runs? ### Answer: SELECT COUNT(name) FROM table_25762852_1 WHERE runs = "118"
What is the snowfall for ski resort Snowmass?
CREATE TABLE table_25762852_1 (snowfall__in_year_ INTEGER, name VARCHAR)
SELECT MAX(snowfall__in_year_) FROM table_25762852_1 WHERE name = "Snowmass"
### Context: CREATE TABLE table_25762852_1 (snowfall__in_year_ INTEGER, name VARCHAR) ### Question: What is the snowfall for ski resort Snowmass? ### Answer: SELECT MAX(snowfall__in_year_) FROM table_25762852_1 WHERE name = "Snowmass"
Name the most poles for 64 points
CREATE TABLE table_25794532_1 (poles INTEGER, points VARCHAR)
SELECT MAX(poles) FROM table_25794532_1 WHERE points = "64"
### Context: CREATE TABLE table_25794532_1 (poles INTEGER, points VARCHAR) ### Question: Name the most poles for 64 points ### Answer: SELECT MAX(poles) FROM table_25794532_1 WHERE points = "64"
Name the points for car number 4
CREATE TABLE table_25794532_1 (points VARCHAR, car_no VARCHAR)
SELECT points FROM table_25794532_1 WHERE car_no = 4
### Context: CREATE TABLE table_25794532_1 (points VARCHAR, car_no VARCHAR) ### Question: Name the points for car number 4 ### Answer: SELECT points FROM table_25794532_1 WHERE car_no = 4
Name the position for eifelland racing
CREATE TABLE table_25794532_1 (position VARCHAR, team VARCHAR)
SELECT position FROM table_25794532_1 WHERE team = "Eifelland Racing"
### Context: CREATE TABLE table_25794532_1 (position VARCHAR, team VARCHAR) ### Question: Name the position for eifelland racing ### Answer: SELECT position FROM table_25794532_1 WHERE team = "Eifelland Racing"
Name the series for 68
CREATE TABLE table_25794532_1 (series VARCHAR, points VARCHAR)
SELECT series FROM table_25794532_1 WHERE points = "68"
### Context: CREATE TABLE table_25794532_1 (series VARCHAR, points VARCHAR) ### Question: Name the series for 68 ### Answer: SELECT series FROM table_25794532_1 WHERE points = "68"
How man teams had a total weight of 57.5?
CREATE TABLE table_2581397_3 (group VARCHAR, weight__kg_ VARCHAR)
SELECT COUNT(group) FROM table_2581397_3 WHERE weight__kg_ = "57.5"
### Context: CREATE TABLE table_2581397_3 (group VARCHAR, weight__kg_ VARCHAR) ### Question: How man teams had a total weight of 57.5? ### Answer: SELECT COUNT(group) FROM table_2581397_3 WHERE weight__kg_ = "57.5"
List the weight for 56 kilograms.
CREATE TABLE table_2581397_3 (distance VARCHAR, weight__kg_ VARCHAR)
SELECT distance FROM table_2581397_3 WHERE weight__kg_ = "56"
### Context: CREATE TABLE table_2581397_3 (distance VARCHAR, weight__kg_ VARCHAR) ### Question: List the weight for 56 kilograms. ### Answer: SELECT distance FROM table_2581397_3 WHERE weight__kg_ = "56"
List the weight for 56.5 kilograms.
CREATE TABLE table_2581397_3 (race VARCHAR, weight__kg_ VARCHAR)
SELECT race FROM table_2581397_3 WHERE weight__kg_ = "56.5"
### Context: CREATE TABLE table_2581397_3 (race VARCHAR, weight__kg_ VARCHAR) ### Question: List the weight for 56.5 kilograms. ### Answer: SELECT race FROM table_2581397_3 WHERE weight__kg_ = "56.5"
What was the loss/gain when the votes -cast was 166?
CREATE TABLE table_25818630_2 (loss_gain VARCHAR, votes__cast VARCHAR)
SELECT loss_gain FROM table_25818630_2 WHERE votes__cast = 166
### Context: CREATE TABLE table_25818630_2 (loss_gain VARCHAR, votes__cast VARCHAR) ### Question: What was the loss/gain when the votes -cast was 166? ### Answer: SELECT loss_gain FROM table_25818630_2 WHERE votes__cast = 166
Who as the candidate when the result - % was 2.9%?
CREATE TABLE table_25818630_2 (candidate VARCHAR, result____percentage VARCHAR)
SELECT candidate FROM table_25818630_2 WHERE result____percentage = "2.9%"
### Context: CREATE TABLE table_25818630_2 (candidate VARCHAR, result____percentage VARCHAR) ### Question: Who as the candidate when the result - % was 2.9%? ### Answer: SELECT candidate FROM table_25818630_2 WHERE result____percentage = "2.9%"
How many votes were cast when the constituency was midlothian?
CREATE TABLE table_25818630_2 (votes__cast VARCHAR, constituency VARCHAR)
SELECT votes__cast FROM table_25818630_2 WHERE constituency = "Midlothian"
### Context: CREATE TABLE table_25818630_2 (votes__cast VARCHAR, constituency VARCHAR) ### Question: How many votes were cast when the constituency was midlothian? ### Answer: SELECT votes__cast FROM table_25818630_2 WHERE constituency = "Midlothian"
Who was the candidate when the result - % was 0.4%?
CREATE TABLE table_25818630_2 (candidate VARCHAR, result____percentage VARCHAR)
SELECT candidate FROM table_25818630_2 WHERE result____percentage = "0.4%"
### Context: CREATE TABLE table_25818630_2 (candidate VARCHAR, result____percentage VARCHAR) ### Question: Who was the candidate when the result - % was 0.4%? ### Answer: SELECT candidate FROM table_25818630_2 WHERE result____percentage = "0.4%"
What was the loss/gain when the affiliation was solidarity?
CREATE TABLE table_25818630_2 (loss_gain VARCHAR, affiliation VARCHAR)
SELECT loss_gain FROM table_25818630_2 WHERE affiliation = "Solidarity"
### Context: CREATE TABLE table_25818630_2 (loss_gain VARCHAR, affiliation VARCHAR) ### Question: What was the loss/gain when the affiliation was solidarity? ### Answer: SELECT loss_gain FROM table_25818630_2 WHERE affiliation = "Solidarity"
What is every affiliation for candidate Daren Ireland?
CREATE TABLE table_25818630_1 (affiliation VARCHAR, candidate VARCHAR)
SELECT affiliation FROM table_25818630_1 WHERE candidate = "Daren Ireland"
### Context: CREATE TABLE table_25818630_1 (affiliation VARCHAR, candidate VARCHAR) ### Question: What is every affiliation for candidate Daren Ireland? ### Answer: SELECT affiliation FROM table_25818630_1 WHERE candidate = "Daren Ireland"
What is every candidate for the Cardiff Central constituency?
CREATE TABLE table_25818630_1 (candidate VARCHAR, constituency VARCHAR)
SELECT candidate FROM table_25818630_1 WHERE constituency = "Cardiff Central"
### Context: CREATE TABLE table_25818630_1 (candidate VARCHAR, constituency VARCHAR) ### Question: What is every candidate for the Cardiff Central constituency? ### Answer: SELECT candidate FROM table_25818630_1 WHERE constituency = "Cardiff Central"
What is the largest vote result for the Huddersfield constituency?
CREATE TABLE table_25818630_1 (result___votes INTEGER, constituency VARCHAR)
SELECT MAX(result___votes) FROM table_25818630_1 WHERE constituency = "Huddersfield"
### Context: CREATE TABLE table_25818630_1 (result___votes INTEGER, constituency VARCHAR) ### Question: What is the largest vote result for the Huddersfield constituency? ### Answer: SELECT MAX(result___votes) FROM table_25818630_1 WHERE constituency = "Huddersfield"
What is the largest vote result if loss/gain is -0.5%?
CREATE TABLE table_25818630_1 (result___votes INTEGER, loss_gain VARCHAR)
SELECT MAX(result___votes) FROM table_25818630_1 WHERE loss_gain = "-0.5%"
### Context: CREATE TABLE table_25818630_1 (result___votes INTEGER, loss_gain VARCHAR) ### Question: What is the largest vote result if loss/gain is -0.5%? ### Answer: SELECT MAX(result___votes) FROM table_25818630_1 WHERE loss_gain = "-0.5%"
What is every affiliation for the Tottenham constituency?
CREATE TABLE table_25818630_1 (affiliation VARCHAR, constituency VARCHAR)
SELECT affiliation FROM table_25818630_1 WHERE constituency = "Tottenham"
### Context: CREATE TABLE table_25818630_1 (affiliation VARCHAR, constituency VARCHAR) ### Question: What is every affiliation for the Tottenham constituency? ### Answer: SELECT affiliation FROM table_25818630_1 WHERE constituency = "Tottenham"
How many values for constituency for the vote result of 162?
CREATE TABLE table_25818630_1 (constituency VARCHAR, result___votes VARCHAR)
SELECT COUNT(constituency) FROM table_25818630_1 WHERE result___votes = 162
### Context: CREATE TABLE table_25818630_1 (constituency VARCHAR, result___votes VARCHAR) ### Question: How many values for constituency for the vote result of 162? ### Answer: SELECT COUNT(constituency) FROM table_25818630_1 WHERE result___votes = 162
If the locale is Ontario, what is the W minimum?
CREATE TABLE table_25933764_1 (w INTEGER, locale VARCHAR, Ontario VARCHAR)
SELECT MIN(w) FROM table_25933764_1 WHERE locale = Ontario
### Context: CREATE TABLE table_25933764_1 (w INTEGER, locale VARCHAR, Ontario VARCHAR) ### Question: If the locale is Ontario, what is the W minimum? ### Answer: SELECT MIN(w) FROM table_25933764_1 WHERE locale = Ontario
How many runtimes does episode 53 have?
CREATE TABLE table_26032940_2 (network_tv_run_time VARCHAR, episode__number VARCHAR)
SELECT COUNT(network_tv_run_time) FROM table_26032940_2 WHERE episode__number = 53
### Context: CREATE TABLE table_26032940_2 (network_tv_run_time VARCHAR, episode__number VARCHAR) ### Question: How many runtimes does episode 53 have? ### Answer: SELECT COUNT(network_tv_run_time) FROM table_26032940_2 WHERE episode__number = 53
Who was the cast on the 3/23/1963 episode?
CREATE TABLE table_26032940_2 (main_cast VARCHAR, airdate VARCHAR)
SELECT main_cast FROM table_26032940_2 WHERE airdate = "3/23/1963"
### Context: CREATE TABLE table_26032940_2 (main_cast VARCHAR, airdate VARCHAR) ### Question: Who was the cast on the 3/23/1963 episode? ### Answer: SELECT main_cast FROM table_26032940_2 WHERE airdate = "3/23/1963"
What movie did dana wynter , mel ferrer , theodore bikel star in?
CREATE TABLE table_26032940_2 (movie_title_and_year VARCHAR, main_cast VARCHAR)
SELECT movie_title_and_year FROM table_26032940_2 WHERE main_cast = "Dana Wynter , Mel Ferrer , Theodore Bikel"
### Context: CREATE TABLE table_26032940_2 (movie_title_and_year VARCHAR, main_cast VARCHAR) ### Question: What movie did dana wynter , mel ferrer , theodore bikel star in? ### Answer: SELECT movie_title_and_year FROM table_26032940_2 WHERE main_cast = "Dana Wynter , Mel Ferrer , Theodore Bikel"
What is the branding of the callsign DWCI-TV?
CREATE TABLE table_2610582_2 (branding VARCHAR, callsign VARCHAR)
SELECT branding FROM table_2610582_2 WHERE callsign = "DWCI-TV"
### Context: CREATE TABLE table_2610582_2 (branding VARCHAR, callsign VARCHAR) ### Question: What is the branding of the callsign DWCI-TV? ### Answer: SELECT branding FROM table_2610582_2 WHERE callsign = "DWCI-TV"
How many brandings are there where the Power kW (ERP) is 1kW (29.94kW ERP)?
CREATE TABLE table_2610582_2 (branding VARCHAR, power_kw__erp_ VARCHAR)
SELECT COUNT(branding) FROM table_2610582_2 WHERE power_kw__erp_ = "1kW (29.94kW ERP)"
### Context: CREATE TABLE table_2610582_2 (branding VARCHAR, power_kw__erp_ VARCHAR) ### Question: How many brandings are there where the Power kW (ERP) is 1kW (29.94kW ERP)? ### Answer: SELECT COUNT(branding) FROM table_2610582_2 WHERE power_kw__erp_ = "1kW (29.94kW ERP)"
The callsign DWEC-TV has what branding?
CREATE TABLE table_2610582_2 (branding VARCHAR, callsign VARCHAR)
SELECT branding FROM table_2610582_2 WHERE callsign = "DWEC-TV"
### Context: CREATE TABLE table_2610582_2 (branding VARCHAR, callsign VARCHAR) ### Question: The callsign DWEC-TV has what branding? ### Answer: SELECT branding FROM table_2610582_2 WHERE callsign = "DWEC-TV"
The location (transmitter site) San Fernando, Pampanga ** has what Power kW (ERP)?
CREATE TABLE table_2610582_2 (power_kw__erp_ VARCHAR, location__transmitter_site_ VARCHAR)
SELECT power_kw__erp_ FROM table_2610582_2 WHERE location__transmitter_site_ = "San Fernando, Pampanga **"
### Context: CREATE TABLE table_2610582_2 (power_kw__erp_ VARCHAR, location__transmitter_site_ VARCHAR) ### Question: The location (transmitter site) San Fernando, Pampanga ** has what Power kW (ERP)? ### Answer: SELECT power_kw__erp_ FROM table_2610582_2 WHERE location__transmitter_site_ = "San Fernando, Pampanga **"
What is the station type for the branding ABS-CBN TV-32 Tagaytay?
CREATE TABLE table_2610582_2 (station_type VARCHAR, branding VARCHAR)
SELECT station_type FROM table_2610582_2 WHERE branding = "ABS-CBN TV-32 Tagaytay"
### Context: CREATE TABLE table_2610582_2 (station_type VARCHAR, branding VARCHAR) ### Question: What is the station type for the branding ABS-CBN TV-32 Tagaytay? ### Answer: SELECT station_type FROM table_2610582_2 WHERE branding = "ABS-CBN TV-32 Tagaytay"
Who are all winning drivers if winning team is Carlin Motorsport and circuit is Croft?
CREATE TABLE table_26137666_3 (winning_driver VARCHAR, winning_team VARCHAR, circuit VARCHAR)
SELECT winning_driver FROM table_26137666_3 WHERE winning_team = "Carlin Motorsport" AND circuit = "Croft"
### Context: CREATE TABLE table_26137666_3 (winning_driver VARCHAR, winning_team VARCHAR, circuit VARCHAR) ### Question: Who are all winning drivers if winning team is Carlin Motorsport and circuit is Croft? ### Answer: SELECT winning_driver FROM table_26137666_3 WHERE winning_team = "Carlin Motorsport" AND circuit = "...
What is every date of Mark Taylor as winning driver?
CREATE TABLE table_26137666_3 (date VARCHAR, winning_driver VARCHAR)
SELECT date FROM table_26137666_3 WHERE winning_driver = "Mark Taylor"
### Context: CREATE TABLE table_26137666_3 (date VARCHAR, winning_driver VARCHAR) ### Question: What is every date of Mark Taylor as winning driver? ### Answer: SELECT date FROM table_26137666_3 WHERE winning_driver = "Mark Taylor"
What is every pole position for the Castle Combe circuit and Robbie Kerr is the winning driver?
CREATE TABLE table_26137666_3 (pole_position VARCHAR, circuit VARCHAR, winning_driver VARCHAR)
SELECT pole_position FROM table_26137666_3 WHERE circuit = "Castle Combe" AND winning_driver = "Robbie Kerr"
### Context: CREATE TABLE table_26137666_3 (pole_position VARCHAR, circuit VARCHAR, winning_driver VARCHAR) ### Question: What is every pole position for the Castle Combe circuit and Robbie Kerr is the winning driver? ### Answer: SELECT pole_position FROM table_26137666_3 WHERE circuit = "Castle Combe" AND winning_driv...
How many rounds have Fabio Carbone for fastest lap?
CREATE TABLE table_26137666_3 (round VARCHAR, fastest_lap VARCHAR)
SELECT COUNT(round) FROM table_26137666_3 WHERE fastest_lap = "Fabio Carbone"
### Context: CREATE TABLE table_26137666_3 (round VARCHAR, fastest_lap VARCHAR) ### Question: How many rounds have Fabio Carbone for fastest lap? ### Answer: SELECT COUNT(round) FROM table_26137666_3 WHERE fastest_lap = "Fabio Carbone"
How many pole positions for round 20?
CREATE TABLE table_26137666_3 (pole_position VARCHAR, round VARCHAR)
SELECT COUNT(pole_position) FROM table_26137666_3 WHERE round = 20
### Context: CREATE TABLE table_26137666_3 (pole_position VARCHAR, round VARCHAR) ### Question: How many pole positions for round 20? ### Answer: SELECT COUNT(pole_position) FROM table_26137666_3 WHERE round = 20
what is ahli when ramtha is 0-4?
CREATE TABLE table_26173063_2 (ahli VARCHAR, ramtha VARCHAR)
SELECT ahli FROM table_26173063_2 WHERE ramtha = "0-4"
### Context: CREATE TABLE table_26173063_2 (ahli VARCHAR, ramtha VARCHAR) ### Question: what is ahli when ramtha is 0-4? ### Answer: SELECT ahli FROM table_26173063_2 WHERE ramtha = "0-4"
what is faisaly when wehdat is xxx?
CREATE TABLE table_26173063_2 (faisaly VARCHAR, wehdat VARCHAR)
SELECT faisaly FROM table_26173063_2 WHERE wehdat = "XXX"
### Context: CREATE TABLE table_26173063_2 (faisaly VARCHAR, wehdat VARCHAR) ### Question: what is faisaly when wehdat is xxx? ### Answer: SELECT faisaly FROM table_26173063_2 WHERE wehdat = "XXX"
What is orthodoxy when x is wehdat?
CREATE TABLE table_26173063_2 (orthodoxy VARCHAR, × VARCHAR)
SELECT orthodoxy FROM table_26173063_2 WHERE × = "wehdat"
### Context: CREATE TABLE table_26173063_2 (orthodoxy VARCHAR, × VARCHAR) ### Question: What is orthodoxy when x is wehdat? ### Answer: SELECT orthodoxy FROM table_26173063_2 WHERE × = "wehdat"
what is x when faisaly is 0-0?
CREATE TABLE table_26173063_2 (× VARCHAR, faisaly VARCHAR)
SELECT × FROM table_26173063_2 WHERE faisaly = "0-0"
### Context: CREATE TABLE table_26173063_2 (× VARCHAR, faisaly VARCHAR) ### Question: what is x when faisaly is 0-0? ### Answer: SELECT × FROM table_26173063_2 WHERE faisaly = "0-0"
What is ramtha when jeel is 1-0 and hussein is 1-0?
CREATE TABLE table_26173063_2 (ramtha VARCHAR, jeel VARCHAR, hussein VARCHAR)
SELECT ramtha FROM table_26173063_2 WHERE jeel = "1-0" AND hussein = "1-0"
### Context: CREATE TABLE table_26173063_2 (ramtha VARCHAR, jeel VARCHAR, hussein VARCHAR) ### Question: What is ramtha when jeel is 1-0 and hussein is 1-0? ### Answer: SELECT ramtha FROM table_26173063_2 WHERE jeel = "1-0" AND hussein = "1-0"
name the title of the episode that ed sherin directed.
CREATE TABLE table_2618142_1 (title VARCHAR, directed_by VARCHAR)
SELECT title FROM table_2618142_1 WHERE directed_by = "Ed Sherin"
### Context: CREATE TABLE table_2618142_1 (title VARCHAR, directed_by VARCHAR) ### Question: name the title of the episode that ed sherin directed. ### Answer: SELECT title FROM table_2618142_1 WHERE directed_by = "Ed Sherin"
the first episode in this season had what number in the series?
CREATE TABLE table_2618142_1 (no_in_series INTEGER)
SELECT MIN(no_in_series) FROM table_2618142_1
### Context: CREATE TABLE table_2618142_1 (no_in_series INTEGER) ### Question: the first episode in this season had what number in the series? ### Answer: SELECT MIN(no_in_series) FROM table_2618142_1
The episode with original air date January 13, 1999 is written by who?
CREATE TABLE table_2618152_1 (written_by VARCHAR, original_air_date VARCHAR)
SELECT written_by FROM table_2618152_1 WHERE original_air_date = "January 13, 1999"
### Context: CREATE TABLE table_2618152_1 (written_by VARCHAR, original_air_date VARCHAR) ### Question: The episode with original air date January 13, 1999 is written by who? ### Answer: SELECT written_by FROM table_2618152_1 WHERE original_air_date = "January 13, 1999"
The episode with the original air date January 6, 1999, has what production code?
CREATE TABLE table_2618152_1 (production_code VARCHAR, original_air_date VARCHAR)
SELECT production_code FROM table_2618152_1 WHERE original_air_date = "January 6, 1999"
### Context: CREATE TABLE table_2618152_1 (production_code VARCHAR, original_air_date VARCHAR) ### Question: The episode with the original air date January 6, 1999, has what production code? ### Answer: SELECT production_code FROM table_2618152_1 WHERE original_air_date = "January 6, 1999"
What is the title of the episode with the original air date October 21, 1998?
CREATE TABLE table_2618152_1 (title VARCHAR, original_air_date VARCHAR)
SELECT title FROM table_2618152_1 WHERE original_air_date = "October 21, 1998"
### Context: CREATE TABLE table_2618152_1 (title VARCHAR, original_air_date VARCHAR) ### Question: What is the title of the episode with the original air date October 21, 1998? ### Answer: SELECT title FROM table_2618152_1 WHERE original_air_date = "October 21, 1998"
What is the season number of the episode written by Matt Witten , Richard Sweren?
CREATE TABLE table_2618152_1 (no_in_season VARCHAR, written_by VARCHAR)
SELECT no_in_season FROM table_2618152_1 WHERE written_by = "Matt Witten , Richard Sweren"
### Context: CREATE TABLE table_2618152_1 (no_in_season VARCHAR, written_by VARCHAR) ### Question: What is the season number of the episode written by Matt Witten , Richard Sweren? ### Answer: SELECT no_in_season FROM table_2618152_1 WHERE written_by = "Matt Witten , Richard Sweren"
The episode with the production code E0208 is directed by who?
CREATE TABLE table_2618152_1 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_2618152_1 WHERE production_code = "E0208"
### Context: CREATE TABLE table_2618152_1 (directed_by VARCHAR, production_code VARCHAR) ### Question: The episode with the production code E0208 is directed by who? ### Answer: SELECT directed_by FROM table_2618152_1 WHERE production_code = "E0208"
which institutions can be categorized as private/united church of christ?
CREATE TABLE table_261895_1 (institution VARCHAR, type VARCHAR)
SELECT institution FROM table_261895_1 WHERE type = "Private/United Church of Christ"
### Context: CREATE TABLE table_261895_1 (institution VARCHAR, type VARCHAR) ### Question: which institutions can be categorized as private/united church of christ? ### Answer: SELECT institution FROM table_261895_1 WHERE type = "Private/United Church of Christ"
in 1953, which of the institutions joined?
CREATE TABLE table_261895_1 (institution VARCHAR, joined VARCHAR)
SELECT institution FROM table_261895_1 WHERE joined = "1953"
### Context: CREATE TABLE table_261895_1 (institution VARCHAR, joined VARCHAR) ### Question: in 1953, which of the institutions joined? ### Answer: SELECT institution FROM table_261895_1 WHERE joined = "1953"
which categories fit under the institution calvin college?
CREATE TABLE table_261895_1 (type VARCHAR, institution VARCHAR)
SELECT type FROM table_261895_1 WHERE institution = "Calvin College"
### Context: CREATE TABLE table_261895_1 (type VARCHAR, institution VARCHAR) ### Question: which categories fit under the institution calvin college? ### Answer: SELECT type FROM table_261895_1 WHERE institution = "Calvin College"
in 1833, how many institutions were created?
CREATE TABLE table_261895_1 (institution VARCHAR, founded VARCHAR)
SELECT COUNT(institution) FROM table_261895_1 WHERE founded = 1833
### Context: CREATE TABLE table_261895_1 (institution VARCHAR, founded VARCHAR) ### Question: in 1833, how many institutions were created? ### Answer: SELECT COUNT(institution) FROM table_261895_1 WHERE founded = 1833
how many categories fall under the category of britons?
CREATE TABLE table_261895_1 (type VARCHAR, nickname VARCHAR)
SELECT COUNT(type) FROM table_261895_1 WHERE nickname = "Britons"
### Context: CREATE TABLE table_261895_1 (type VARCHAR, nickname VARCHAR) ### Question: how many categories fall under the category of britons? ### Answer: SELECT COUNT(type) FROM table_261895_1 WHERE nickname = "Britons"
under belles, which is the most possible created?
CREATE TABLE table_261895_1 (founded INTEGER, nickname VARCHAR)
SELECT MAX(founded) FROM table_261895_1 WHERE nickname = "Belles"
### Context: CREATE TABLE table_261895_1 (founded INTEGER, nickname VARCHAR) ### Question: under belles, which is the most possible created? ### Answer: SELECT MAX(founded) FROM table_261895_1 WHERE nickname = "Belles"
What is the population density for the city of lubang?
CREATE TABLE table_261951_1 (pop_density__per_km²_ VARCHAR, municipality VARCHAR)
SELECT COUNT(pop_density__per_km²_) FROM table_261951_1 WHERE municipality = "Lubang"
### Context: CREATE TABLE table_261951_1 (pop_density__per_km²_ VARCHAR, municipality VARCHAR) ### Question: What is the population density for the city of lubang? ### Answer: SELECT COUNT(pop_density__per_km²_) FROM table_261951_1 WHERE municipality = "Lubang"
What was the smallist population in 2010?
CREATE TABLE table_261951_1 (population__2010_ INTEGER)
SELECT MIN(population__2010_) FROM table_261951_1
### Context: CREATE TABLE table_261951_1 (population__2010_ INTEGER) ### Question: What was the smallist population in 2010? ### Answer: SELECT MIN(population__2010_) FROM table_261951_1
List the population density per kilometer for the city of calintaan?
CREATE TABLE table_261951_1 (pop_density__per_km²_ VARCHAR, municipality VARCHAR)
SELECT pop_density__per_km²_ FROM table_261951_1 WHERE municipality = "Calintaan"
### Context: CREATE TABLE table_261951_1 (pop_density__per_km²_ VARCHAR, municipality VARCHAR) ### Question: List the population density per kilometer for the city of calintaan? ### Answer: SELECT pop_density__per_km²_ FROM table_261951_1 WHERE municipality = "Calintaan"
List the population density per kilometer for the city of abra de ilog.
CREATE TABLE table_261951_1 (pop_density__per_km²_ VARCHAR, municipality VARCHAR)
SELECT pop_density__per_km²_ FROM table_261951_1 WHERE municipality = "Abra de Ilog"
### Context: CREATE TABLE table_261951_1 (pop_density__per_km²_ VARCHAR, municipality VARCHAR) ### Question: List the population density per kilometer for the city of abra de ilog. ### Answer: SELECT pop_density__per_km²_ FROM table_261951_1 WHERE municipality = "Abra de Ilog"
What is the enrollment for Ashland University?
CREATE TABLE table_261946_3 (enrollment VARCHAR, location__all_in_ohio_ VARCHAR)
SELECT enrollment FROM table_261946_3 WHERE location__all_in_ohio_ = "Ashland"
### Context: CREATE TABLE table_261946_3 (enrollment VARCHAR, location__all_in_ohio_ VARCHAR) ### Question: What is the enrollment for Ashland University? ### Answer: SELECT enrollment FROM table_261946_3 WHERE location__all_in_ohio_ = "Ashland"
Which founding year corresponds with the highest enrollment?
CREATE TABLE table_261946_3 (founded INTEGER)
SELECT MAX(founded) FROM table_261946_3
### Context: CREATE TABLE table_261946_3 (founded INTEGER) ### Question: Which founding year corresponds with the highest enrollment? ### Answer: SELECT MAX(founded) FROM table_261946_3
Which year did enrolled Gambier members leave?
CREATE TABLE table_261946_3 (left INTEGER, location__all_in_ohio_ VARCHAR)
SELECT MIN(left) FROM table_261946_3 WHERE location__all_in_ohio_ = "Gambier"
### Context: CREATE TABLE table_261946_3 (left INTEGER, location__all_in_ohio_ VARCHAR) ### Question: Which year did enrolled Gambier members leave? ### Answer: SELECT MIN(left) FROM table_261946_3 WHERE location__all_in_ohio_ = "Gambier"
What is the type of institution in Kent State University?
CREATE TABLE table_261946_3 (type VARCHAR, location__all_in_ohio_ VARCHAR)
SELECT type FROM table_261946_3 WHERE location__all_in_ohio_ = "Kent"
### Context: CREATE TABLE table_261946_3 (type VARCHAR, location__all_in_ohio_ VARCHAR) ### Question: What is the type of institution in Kent State University? ### Answer: SELECT type FROM table_261946_3 WHERE location__all_in_ohio_ = "Kent"