combined_text
stringlengths
106
1.05k
###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"###context:CREATE TABLE table_255812_1 (population__2010_ VARCHAR, area__km²_ 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"###context:CREATE TABLE table_255812_1 (city___municipality VARCHAR, mayor 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"###context:CREATE TABLE table_25595107_2 (sail_number VARCHAR, loa__metres_ 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"###context:CREATE TABLE table_25604014_9 (no_in_season INTEGER, directed_by VARCHAR)
###question:Name who directed the production code 1l10###answer: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 the production code for theresa rebeck###answer: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 original air date for production code 1l16###answer: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:What is the ethnic majority in the only town?###answer: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:How to you write плавна with the latin alphabet?###answer: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:What is the smallest population listed?###answer:SELECT MIN(population__2011_) FROM table_2562572_11###context:CREATE TABLE table_2562572_11 (population__2011_ INTEGER)
###question:What type of settlement is rabe?###answer:SELECT type FROM table_2562572_30 WHERE settlement = "Rabe"###context:CREATE TABLE table_2562572_30 (type VARCHAR, settlement 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_other_names = "Банатско Аранђелово"###context:CREATE TABLE table_2562572_30 (largest_ethnic_group__2002_ VARCHAR, cyrillic_n...
###question:How many dominant religions are in đala?###answer: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:Which settlement has the cyrillic name сигет? ###answer: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:What is the cyrillic and other name of rabe?###answer: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 dominant religion in Gornji Tavankut?###answer: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 population in стари жедник (croatian: stari žednik)?###answer: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 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###context:CREATE TABLE table_2562572_26 (cyrillic_name_other_names 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###context:CREATE TABLE table_2562572_26 (type VARCHAR, population__2011_ 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)"###context:CREATE TABLE table_2562572_26 (settlement VARCHAR, cyrillic_name_other_names VARCHAR)
###question:What town has the population of 777?###answer: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 is the ethnic group is конак?###answer: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:The pooulation of јарковац is?###answer: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:What kind of type is бока?###answer: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:The population is 2,107's dominant religion is?###answer: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:What is the Deliblato village known as in Cyrillic?###answer: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:Who had 41.76% yes votes###answer:SELECT description FROM table_256286_20 WHERE _percentage_yes = "41.76%"###context:CREATE TABLE table_256286_20 (description VARCHAR, _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%"###context:CREATE TABLE table_256286_20 (yes_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%"###context:CREATE TABLE table_256286_20 (no_votes INTEGER, _percentage_yes VARCHAR)
###question:what is the measure number for the init type? ###answer:SELECT meas_num FROM table_256286_18 WHERE type = "Init"###context:CREATE TABLE table_256286_18 (meas_num VARCHAR, type VARCHAR)
###question:Name the points for donald boor###answer:SELECT points FROM table_25646820_2 WHERE player = "Donald Boor"###context:CREATE TABLE table_25646820_2 (points VARCHAR, player VARCHAR)
###question:Name the least touchdowns for joe rogers###answer:SELECT MIN(touchdowns) FROM table_25646820_2 WHERE player = "Joe Rogers"###context:CREATE TABLE table_25646820_2 (touchdowns INTEGER, player VARCHAR)
###question:How many titles had production code 1040?###answer:SELECT COUNT(title) FROM table_25662434_1 WHERE production_code = 1040###context:CREATE TABLE table_25662434_1 (title 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"###context:CREATE TABLE table_25740548_4 (directed_by VARCHAR, production_code 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"###context:CREATE TABLE table_25740548_4 (title VARCHAR, us_viewers__million_ VARCHAR)
###question:Who directed the episode with production code ca303?###answer: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 wrote the episode with e4515 as the production code?###answer:SELECT written_by FROM table_25750635_2 WHERE production_code = "E4515"###context:CREATE TABLE table_25750635_2 (written_by VARCHAR, production_code 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###context:CREATE TABLE table_25762852_1 (base_elevation__feet_ INTEGER, 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###context:CREATE TABLE table_25762852_1 (name VARCHAR, lifts VARCHAR)
###question:If the name is Steamboat, what is the top elevation?###answer:SELECT top_elevation__feet_ FROM table_25762852_1 WHERE name = "Steamboat"###context:CREATE TABLE table_25762852_1 (top_elevation__feet_ VARCHAR, name VARCHAR)
###question:How many resorts have 118 runs?###answer:SELECT COUNT(name) FROM table_25762852_1 WHERE runs = "118"###context:CREATE TABLE table_25762852_1 (name VARCHAR, runs VARCHAR)
###question:What is the snowfall for ski resort Snowmass?###answer: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:Name the most poles for 64 points###answer:SELECT MAX(poles) FROM table_25794532_1 WHERE points = "64"###context:CREATE TABLE table_25794532_1 (poles INTEGER, points VARCHAR)
###question:Name the points for car number 4###answer:SELECT points FROM table_25794532_1 WHERE car_no = 4###context:CREATE TABLE table_25794532_1 (points VARCHAR, car_no VARCHAR)
###question:Name the position for eifelland racing###answer:SELECT position FROM table_25794532_1 WHERE team = "Eifelland Racing"###context:CREATE TABLE table_25794532_1 (position VARCHAR, team VARCHAR)
###question:Name the series for 68###answer:SELECT series FROM table_25794532_1 WHERE points = "68"###context:CREATE TABLE table_25794532_1 (series VARCHAR, points 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"###context:CREATE TABLE table_2581397_3 (group VARCHAR, weight__kg_ VARCHAR)
###question:List the weight for 56 kilograms.###answer: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.5 kilograms.###answer:SELECT race FROM table_2581397_3 WHERE weight__kg_ = "56.5"###context:CREATE TABLE table_2581397_3 (race VARCHAR, weight__kg_ 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###context:CREATE TABLE table_25818630_2 (loss_gain VARCHAR, votes__cast VARCHAR)
###question:Who as the candidate when the result - % was 2.9%?###answer:SELECT candidate FROM table_25818630_2 WHERE result____percentage = "2.9%"###context:CREATE TABLE table_25818630_2 (candidate VARCHAR, result____percentage VARCHAR)
###question:How many votes were cast when the constituency was midlothian?###answer:SELECT votes__cast FROM table_25818630_2 WHERE constituency = "Midlothian"###context:CREATE TABLE table_25818630_2 (votes__cast VARCHAR, constituency VARCHAR)
###question:Who was the candidate when the result - % was 0.4%?###answer:SELECT candidate FROM table_25818630_2 WHERE result____percentage = "0.4%"###context:CREATE TABLE table_25818630_2 (candidate VARCHAR, result____percentage VARCHAR)
###question:What was the loss/gain when the affiliation was solidarity?###answer:SELECT loss_gain FROM table_25818630_2 WHERE affiliation = "Solidarity"###context:CREATE TABLE table_25818630_2 (loss_gain VARCHAR, affiliation VARCHAR)
###question:What is every affiliation for candidate Daren Ireland?###answer:SELECT affiliation FROM table_25818630_1 WHERE candidate = "Daren Ireland"###context:CREATE TABLE table_25818630_1 (affiliation VARCHAR, candidate VARCHAR)
###question:What is every candidate for the Cardiff Central constituency?###answer:SELECT candidate FROM table_25818630_1 WHERE constituency = "Cardiff Central"###context:CREATE TABLE table_25818630_1 (candidate VARCHAR, 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"###context:CREATE TABLE table_25818630_1 (result___votes INTEGER, constituency 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%"###context:CREATE TABLE table_25818630_1 (result___votes INTEGER, loss_gain VARCHAR)
###question:What is every affiliation for the Tottenham constituency?###answer:SELECT affiliation FROM table_25818630_1 WHERE constituency = "Tottenham"###context:CREATE TABLE table_25818630_1 (affiliation VARCHAR, constituency 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###context:CREATE TABLE table_25818630_1 (constituency VARCHAR, result___votes VARCHAR)
###question:If the locale is Ontario, what is the W minimum?###answer:SELECT MIN(w) FROM table_25933764_1 WHERE locale = Ontario###context:CREATE TABLE table_25933764_1 (w INTEGER, locale VARCHAR, Ontario VARCHAR)
###question:How many runtimes does episode 53 have?###answer: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:Who was the cast on the 3/23/1963 episode?###answer:SELECT main_cast FROM table_26032940_2 WHERE airdate = "3/23/1963"###context:CREATE TABLE table_26032940_2 (main_cast VARCHAR, airdate 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"###context:CREATE TABLE table_26032940_2 (movie_title_and_year VARCHAR, main_cast VARCHAR)
###question:What is the branding of the callsign DWCI-TV?###answer:SELECT branding FROM table_2610582_2 WHERE callsign = "DWCI-TV"###context:CREATE TABLE table_2610582_2 (branding VARCHAR, callsign 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)"###context:CREATE TABLE table_2610582_2 (branding VARCHAR, power_kw__erp_ VARCHAR)
###question:The callsign DWEC-TV has what branding? ###answer:SELECT branding FROM table_2610582_2 WHERE callsign = "DWEC-TV"###context:CREATE TABLE table_2610582_2 (branding VARCHAR, callsign 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 **"###context:CREATE TABLE table_2610582_2 (power_kw__erp_ VARCHAR, location__transmitter_site_ 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"###context:CREATE TABLE table_2610582_2 (station_type VARCHAR, branding 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 = "Croft"###context:CREATE TABLE table_26137666_3 (winning_driver VARCHAR, winning_team VARCHAR, circuit VARCHAR)
###question:What is every date of Mark Taylor as winning driver?###answer: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 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_driver = "Robbie Kerr"###context:CREATE TABLE table_26137666_3 (pole_position VARCHAR, circuit VARCHAR, winning_drive...
###question:How many rounds have Fabio Carbone for fastest lap?###answer: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 pole positions for round 20?###answer:SELECT COUNT(pole_position) FROM table_26137666_3 WHERE round = 20###context:CREATE TABLE table_26137666_3 (pole_position VARCHAR, round VARCHAR)
###question:what is ahli when ramtha is 0-4?###answer:SELECT ahli FROM table_26173063_2 WHERE ramtha = "0-4"###context:CREATE TABLE table_26173063_2 (ahli VARCHAR, ramtha VARCHAR)
###question:what is faisaly when wehdat is xxx?###answer:SELECT faisaly FROM table_26173063_2 WHERE wehdat = "XXX"###context:CREATE TABLE table_26173063_2 (faisaly VARCHAR, wehdat VARCHAR)
###question:What is orthodoxy when x is wehdat?###answer:SELECT orthodoxy FROM table_26173063_2 WHERE × = "wehdat"###context:CREATE TABLE table_26173063_2 (orthodoxy VARCHAR, × VARCHAR)
###question:what is x when faisaly is 0-0?###answer:SELECT × FROM table_26173063_2 WHERE faisaly = "0-0"###context:CREATE TABLE table_26173063_2 (× VARCHAR, faisaly 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"###context:CREATE TABLE table_26173063_2 (ramtha VARCHAR, jeel VARCHAR, hussein VARCHAR)
###question:name the title of the episode that ed sherin directed.###answer:SELECT title FROM table_2618142_1 WHERE directed_by = "Ed Sherin"###context:CREATE TABLE table_2618142_1 (title VARCHAR, directed_by VARCHAR)
###question:the first episode in this season had what number in the series? ###answer:SELECT MIN(no_in_series) FROM table_2618142_1###context:CREATE TABLE table_2618142_1 (no_in_series INTEGER)
###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"###context:CREATE TABLE table_2618152_1 (written_by 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"###context:CREATE TABLE table_2618152_1 (production_code 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"###context:CREATE TABLE table_2618152_1 (title VARCHAR, original_air_date 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"###context:CREATE TABLE table_2618152_1 (no_in_season VARCHAR, written_by 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"###context:CREATE TABLE table_2618152_1 (directed_by VARCHAR, production_code 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"###context:CREATE TABLE table_261895_1 (institution VARCHAR, type VARCHAR)
###question:in 1953, which of the institutions joined?###answer:SELECT institution FROM table_261895_1 WHERE joined = "1953"###context:CREATE TABLE table_261895_1 (institution VARCHAR, joined VARCHAR)
###question:which categories fit under the institution calvin college?###answer:SELECT type FROM table_261895_1 WHERE institution = "Calvin College"###context:CREATE TABLE table_261895_1 (type VARCHAR, institution VARCHAR)
###question:in 1833, how many institutions were created?###answer:SELECT COUNT(institution) FROM table_261895_1 WHERE founded = 1833###context:CREATE TABLE table_261895_1 (institution VARCHAR, founded VARCHAR)
###question:how many categories fall under the category of britons?###answer:SELECT COUNT(type) FROM table_261895_1 WHERE nickname = "Britons"###context:CREATE TABLE table_261895_1 (type VARCHAR, nickname VARCHAR)
###question:under belles, which is the most possible created?###answer:SELECT MAX(founded) FROM table_261895_1 WHERE nickname = "Belles"###context:CREATE TABLE table_261895_1 (founded INTEGER, nickname 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"###context:CREATE TABLE table_261951_1 (pop_density__per_km²_ VARCHAR, municipality VARCHAR)
###question:What was the smallist population in 2010?###answer:SELECT MIN(population__2010_) FROM table_261951_1###context:CREATE TABLE table_261951_1 (population__2010_ INTEGER)
###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"###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"###context:CREATE TABLE table_261951_1 (pop_density__per_km²_ VARCHAR, municipality VARCHAR)
###question:What is the enrollment for Ashland University?###answer: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:Which founding year corresponds with the highest enrollment? ###answer:SELECT MAX(founded) FROM table_261946_3###context:CREATE TABLE table_261946_3 (founded INTEGER)
###question:Which year did enrolled Gambier members leave?###answer: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:What is the type of institution in Kent State University?###answer: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)