Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
20,700
<question>: What is the total quantity of populace (2010) where location (km²) is 134.51 <context>: CREATE TABLE table_255812_1 (population__2010_ VARCHAR, area__km²_ VARCHAR)
SELECT COUNT(population__2010_) FROM table_255812_1 WHERE area__km²_ = "134.51"
20,701
<question>: What are all the metropolis / municipality where mayor is helen c. De castro <context>: CREATE TABLE table_255812_1 (city___municipality VARCHAR, mayor VARCHAR)
SELECT city___municipality FROM table_255812_1 WHERE mayor = "Helen C. De Castro"
20,702
<question>: What is the number of the sail with an overall length of 13.68? <context>: CREATE TABLE table_25595107_2 (sail_number VARCHAR, loa__metres_ VARCHAR)
SELECT sail_number FROM table_25595107_2 WHERE loa__metres_ = "13.68"
20,703
<question>: Name the most number in season for leslie hill <context>: 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"
20,704
<question>: Name who directed the production code 1l10 <context>: CREATE TABLE table_25604014_9 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_25604014_9 WHERE production_code = "1L10"
20,705
<question>: Name the production code for theresa rebeck <context>: CREATE TABLE table_25604014_9 (production_code VARCHAR, written_by VARCHAR)
SELECT production_code FROM table_25604014_9 WHERE written_by = "Theresa Rebeck"
20,706
<question>: Name the original air date for production code 1l16 <context>: CREATE TABLE table_25604014_9 (original_air_date VARCHAR, production_code VARCHAR)
SELECT original_air_date FROM table_25604014_9 WHERE production_code = "1L16"
20,707
<question>: What is the ethnic majority in the only town? <context>: CREATE TABLE table_2562572_11 (largest_ethnic_group__2002_ VARCHAR, type VARCHAR)
SELECT largest_ethnic_group__2002_ FROM table_2562572_11 WHERE type = "town"
20,708
<question>: How to you write плавна with the latin alphabet? <context>: CREATE TABLE table_2562572_11 (settlement VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT settlement FROM table_2562572_11 WHERE cyrillic_name_other_names = "Плавна"
20,709
<question>: What is the smallest population listed? <context>: CREATE TABLE table_2562572_11 (population__2011_ INTEGER)
SELECT MIN(population__2011_) FROM table_2562572_11
20,710
<question>: What type of settlement is rabe? <context>: CREATE TABLE table_2562572_30 (type VARCHAR, settlement VARCHAR)
SELECT type FROM table_2562572_30 WHERE settlement = "Rabe"
20,711
<question>: What is the largest ethnic group of the settlement with the cyrillic name of банатско аранђелово? <context>: 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 = "Банатско Аранђелово"
20,712
<question>: How many dominant religions are in đala? <context>: CREATE TABLE table_2562572_30 (dominant_religion__2002_ VARCHAR, settlement VARCHAR)
SELECT COUNT(dominant_religion__2002_) FROM table_2562572_30 WHERE settlement = "Đala"
20,713
<question>: Which settlement has the cyrillic name сигет? <context>: CREATE TABLE table_2562572_30 (settlement VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT settlement FROM table_2562572_30 WHERE cyrillic_name_other_names = "Сигет"
20,714
<question>: What is the cyrillic and other name of rabe? <context>: CREATE TABLE table_2562572_30 (cyrillic_name_other_names VARCHAR, settlement VARCHAR)
SELECT cyrillic_name_other_names FROM table_2562572_30 WHERE settlement = "Rabe"
20,715
<question>: What is the dominant religion in Gornji Tavankut? <context>: CREATE TABLE table_2562572_26 (dominant_religion__2002_ VARCHAR, settlement VARCHAR)
SELECT dominant_religion__2002_ FROM table_2562572_26 WHERE settlement = "Gornji Tavankut"
20,716
<question>: What is the population in стари жедник (croatian: stari žednik)? <context>: 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)"
20,717
<question>: What are the cyrillic and other names of the settlement whose population is 6591? <context>: 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
20,718
<question>: What type of settlement has a population of 1441? <context>: CREATE TABLE table_2562572_26 (type VARCHAR, population__2011_ VARCHAR)
SELECT type FROM table_2562572_26 WHERE population__2011_ = 1441
20,719
<question>: How many settlements are named ђурђин (croatian: đurđin)? <context>: 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)"
20,720
<question>: What town has the population of 777? <context>: 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"
20,721
<question>: What is the ethnic group is конак? <context>: 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 = "Конак"
20,722
<question>: The pooulation of јарковац is? <context>: 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 = "Јарковац"
20,723
<question>: What kind of type is бока? <context>: CREATE TABLE table_2562572_39 (type VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT type FROM table_2562572_39 WHERE cyrillic_name_other_names = "Бока"
20,724
<question>: The population is 2,107's dominant religion is? <context>: 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"
20,725
<question>: What is the Deliblato village known as in Cyrillic? <context>: CREATE TABLE table_2562572_41 (cyrillic_name_other_names VARCHAR, settlement VARCHAR)
SELECT cyrillic_name_other_names FROM table_2562572_41 WHERE settlement = "Deliblato"
20,726
<question>: Who had 41.76% yes votes <context>: CREATE TABLE table_256286_20 (description VARCHAR, _percentage_yes VARCHAR)
SELECT description FROM table_256286_20 WHERE _percentage_yes = "41.76%"
20,727
<question>: how many yes votes made up 43.18% yes? <context>: CREATE TABLE table_256286_20 (yes_votes INTEGER, _percentage_yes VARCHAR)
SELECT MAX(yes_votes) FROM table_256286_20 WHERE _percentage_yes = "43.18%"
20,728
<question>: HOw many no votes were there when there were 45.60% yes votes <context>: CREATE TABLE table_256286_20 (no_votes INTEGER, _percentage_yes VARCHAR)
SELECT MIN(no_votes) FROM table_256286_20 WHERE _percentage_yes = "45.60%"
20,729
<question>: what is the measure number for the init type? <context>: CREATE TABLE table_256286_18 (meas_num VARCHAR, type VARCHAR)
SELECT meas_num FROM table_256286_18 WHERE type = "Init"
20,730
<question>: Name the points for donald boor <context>: CREATE TABLE table_25646820_2 (points VARCHAR, player VARCHAR)
SELECT points FROM table_25646820_2 WHERE player = "Donald Boor"
20,731
<question>: Name the least touchdowns for joe rogers <context>: CREATE TABLE table_25646820_2 (touchdowns INTEGER, player VARCHAR)
SELECT MIN(touchdowns) FROM table_25646820_2 WHERE player = "Joe Rogers"
20,732
<question>: How many titles had production code 1040? <context>: CREATE TABLE table_25662434_1 (title VARCHAR, production_code VARCHAR)
SELECT COUNT(title) FROM table_25662434_1 WHERE production_code = 1040
20,733
<question>: Who directed the episode with production code ca311? <context>: CREATE TABLE table_25740548_4 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_25740548_4 WHERE production_code = "CA311"
20,734
<question>: Which episode had 2.75 million viewers in the U.S.? <context>: CREATE TABLE table_25740548_4 (title VARCHAR, us_viewers__million_ VARCHAR)
SELECT title FROM table_25740548_4 WHERE us_viewers__million_ = "2.75"
20,735
<question>: Who directed the episode with production code ca303? <context>: CREATE TABLE table_25740548_4 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_25740548_4 WHERE production_code = "CA303"
20,736
<question>: Who wrote the episode with e4515 as the production code? <context>: CREATE TABLE table_25750635_2 (written_by VARCHAR, production_code VARCHAR)
SELECT written_by FROM table_25750635_2 WHERE production_code = "E4515"
20,737
<question>: If there are 11 lifts, what is the base elevation? <context>: CREATE TABLE table_25762852_1 (base_elevation__feet_ INTEGER, lifts VARCHAR)
SELECT MAX(base_elevation__feet_) FROM table_25762852_1 WHERE lifts = 11
20,738
<question>: if there are 30 lifts, what is the name of the ski resort? <context>: CREATE TABLE table_25762852_1 (name VARCHAR, lifts VARCHAR)
SELECT name FROM table_25762852_1 WHERE lifts = 30
20,739
<question>: If the name is Steamboat, what is the top elevation? <context>: CREATE TABLE table_25762852_1 (top_elevation__feet_ VARCHAR, name VARCHAR)
SELECT top_elevation__feet_ FROM table_25762852_1 WHERE name = "Steamboat"
20,740
<question>: How many resorts have 118 runs? <context>: CREATE TABLE table_25762852_1 (name VARCHAR, runs VARCHAR)
SELECT COUNT(name) FROM table_25762852_1 WHERE runs = "118"
20,741
<question>: What is the snowfall for ski resort Snowmass? <context>: CREATE TABLE table_25762852_1 (snowfall__in_year_ INTEGER, name VARCHAR)
SELECT MAX(snowfall__in_year_) FROM table_25762852_1 WHERE name = "Snowmass"
20,742
<question>: Name the most poles for 64 points <context>: CREATE TABLE table_25794532_1 (poles INTEGER, points VARCHAR)
SELECT MAX(poles) FROM table_25794532_1 WHERE points = "64"
20,743
<question>: Name the points for car number 4 <context>: CREATE TABLE table_25794532_1 (points VARCHAR, car_no VARCHAR)
SELECT points FROM table_25794532_1 WHERE car_no = 4
20,744
<question>: Name the position for eifelland racing <context>: CREATE TABLE table_25794532_1 (position VARCHAR, team VARCHAR)
SELECT position FROM table_25794532_1 WHERE team = "Eifelland Racing"
20,745
<question>: Name the series for 68 <context>: CREATE TABLE table_25794532_1 (series VARCHAR, points VARCHAR)
SELECT series FROM table_25794532_1 WHERE points = "68"
20,746
<question>: How man teams had a total weight of 57.5? <context>: CREATE TABLE table_2581397_3 (group VARCHAR, weight__kg_ VARCHAR)
SELECT COUNT(group) FROM table_2581397_3 WHERE weight__kg_ = "57.5"
20,747
<question>: List the weight for 56 kilograms. <context>: CREATE TABLE table_2581397_3 (distance VARCHAR, weight__kg_ VARCHAR)
SELECT distance FROM table_2581397_3 WHERE weight__kg_ = "56"
20,748
<question>: List the weight for 56.5 kilograms. <context>: CREATE TABLE table_2581397_3 (race VARCHAR, weight__kg_ VARCHAR)
SELECT race FROM table_2581397_3 WHERE weight__kg_ = "56.5"
20,749
<question>: What was the loss/gain when the votes -cast was 166? <context>: CREATE TABLE table_25818630_2 (loss_gain VARCHAR, votes__cast VARCHAR)
SELECT loss_gain FROM table_25818630_2 WHERE votes__cast = 166
20,750
<question>: Who as the candidate when the result - % was 2.9%? <context>: CREATE TABLE table_25818630_2 (candidate VARCHAR, result____percentage VARCHAR)
SELECT candidate FROM table_25818630_2 WHERE result____percentage = "2.9%"
20,751
<question>: How many votes were cast when the constituency was midlothian? <context>: CREATE TABLE table_25818630_2 (votes__cast VARCHAR, constituency VARCHAR)
SELECT votes__cast FROM table_25818630_2 WHERE constituency = "Midlothian"
20,752
<question>: Who was the candidate when the result - % was 0.4%? <context>: CREATE TABLE table_25818630_2 (candidate VARCHAR, result____percentage VARCHAR)
SELECT candidate FROM table_25818630_2 WHERE result____percentage = "0.4%"
20,753
<question>: What was the loss/gain when the affiliation was solidarity? <context>: CREATE TABLE table_25818630_2 (loss_gain VARCHAR, affiliation VARCHAR)
SELECT loss_gain FROM table_25818630_2 WHERE affiliation = "Solidarity"
20,754
<question>: What is every affiliation for candidate Daren Ireland? <context>: CREATE TABLE table_25818630_1 (affiliation VARCHAR, candidate VARCHAR)
SELECT affiliation FROM table_25818630_1 WHERE candidate = "Daren Ireland"
20,755
<question>: What is every candidate for the Cardiff Central constituency? <context>: CREATE TABLE table_25818630_1 (candidate VARCHAR, constituency VARCHAR)
SELECT candidate FROM table_25818630_1 WHERE constituency = "Cardiff Central"
20,756
<question>: What is the largest vote result for the Huddersfield constituency? <context>: CREATE TABLE table_25818630_1 (result___votes INTEGER, constituency VARCHAR)
SELECT MAX(result___votes) FROM table_25818630_1 WHERE constituency = "Huddersfield"
20,757
<question>: What is the largest vote result if loss/gain is -0.5%? <context>: CREATE TABLE table_25818630_1 (result___votes INTEGER, loss_gain VARCHAR)
SELECT MAX(result___votes) FROM table_25818630_1 WHERE loss_gain = "-0.5%"
20,758
<question>: What is every affiliation for the Tottenham constituency? <context>: CREATE TABLE table_25818630_1 (affiliation VARCHAR, constituency VARCHAR)
SELECT affiliation FROM table_25818630_1 WHERE constituency = "Tottenham"
20,759
<question>: How many values for constituency for the vote result of 162? <context>: CREATE TABLE table_25818630_1 (constituency VARCHAR, result___votes VARCHAR)
SELECT COUNT(constituency) FROM table_25818630_1 WHERE result___votes = 162
20,760
<question>: If the locale is Ontario, what is the W minimum? <context>: CREATE TABLE table_25933764_1 (w INTEGER, locale VARCHAR, Ontario VARCHAR)
SELECT MIN(w) FROM table_25933764_1 WHERE locale = Ontario
20,761
<question>: How many runtimes does episode 53 have? <context>: 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
20,762
<question>: Who was the cast on the 3/23/1963 episode? <context>: CREATE TABLE table_26032940_2 (main_cast VARCHAR, airdate VARCHAR)
SELECT main_cast FROM table_26032940_2 WHERE airdate = "3/23/1963"
20,763
<question>: What movie did dana wynter , mel ferrer , theodore bikel star in? <context>: 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"
20,764
<question>: What is the branding of the callsign DWCI-TV? <context>: CREATE TABLE table_2610582_2 (branding VARCHAR, callsign VARCHAR)
SELECT branding FROM table_2610582_2 WHERE callsign = "DWCI-TV"
20,765
<question>: How many brandings are there where the Power kW (ERP) is 1kW (29.94kW ERP)? <context>: 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)"
20,766
<question>: The callsign DWEC-TV has what branding? <context>: CREATE TABLE table_2610582_2 (branding VARCHAR, callsign VARCHAR)
SELECT branding FROM table_2610582_2 WHERE callsign = "DWEC-TV"
20,767
<question>: The location (transmitter site) San Fernando, Pampanga ** has what Power kW (ERP)? <context>: 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 **"
20,768
<question>: What is the station type for the branding ABS-CBN TV-32 Tagaytay? <context>: CREATE TABLE table_2610582_2 (station_type VARCHAR, branding VARCHAR)
SELECT station_type FROM table_2610582_2 WHERE branding = "ABS-CBN TV-32 Tagaytay"
20,769
<question>: Who are all winning drivers if winning team is Carlin Motorsport and circuit is Croft? <context>: 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"
20,770
<question>: What is every date of Mark Taylor as winning driver? <context>: CREATE TABLE table_26137666_3 (date VARCHAR, winning_driver VARCHAR)
SELECT date FROM table_26137666_3 WHERE winning_driver = "Mark Taylor"
20,771
<question>: What is every pole position for the Castle Combe circuit and Robbie Kerr is the winning driver? <context>: 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"
20,772
<question>: How many rounds have Fabio Carbone for fastest lap? <context>: CREATE TABLE table_26137666_3 (round VARCHAR, fastest_lap VARCHAR)
SELECT COUNT(round) FROM table_26137666_3 WHERE fastest_lap = "Fabio Carbone"
20,773
<question>: How many pole positions for round 20? <context>: CREATE TABLE table_26137666_3 (pole_position VARCHAR, round VARCHAR)
SELECT COUNT(pole_position) FROM table_26137666_3 WHERE round = 20
20,774
<question>: what is ahli when ramtha is 0-4? <context>: CREATE TABLE table_26173063_2 (ahli VARCHAR, ramtha VARCHAR)
SELECT ahli FROM table_26173063_2 WHERE ramtha = "0-4"
20,775
<question>: what is faisaly when wehdat is xxx? <context>: CREATE TABLE table_26173063_2 (faisaly VARCHAR, wehdat VARCHAR)
SELECT faisaly FROM table_26173063_2 WHERE wehdat = "XXX"
20,776
<question>: What is orthodoxy when x is wehdat? <context>: CREATE TABLE table_26173063_2 (orthodoxy VARCHAR, × VARCHAR)
SELECT orthodoxy FROM table_26173063_2 WHERE × = "wehdat"
20,777
<question>: what is x when faisaly is 0-0? <context>: CREATE TABLE table_26173063_2 (× VARCHAR, faisaly VARCHAR)
SELECT × FROM table_26173063_2 WHERE faisaly = "0-0"
20,778
<question>: What is ramtha when jeel is 1-0 and hussein is 1-0? <context>: 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"
20,779
<question>: name the title of the episode that ed sherin directed. <context>: CREATE TABLE table_2618142_1 (title VARCHAR, directed_by VARCHAR)
SELECT title FROM table_2618142_1 WHERE directed_by = "Ed Sherin"
20,780
<question>: the first episode in this season had what number in the series? <context>: CREATE TABLE table_2618142_1 (no_in_series INTEGER)
SELECT MIN(no_in_series) FROM table_2618142_1
20,781
<question>: The episode with original air date January 13, 1999 is written by who? <context>: 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"
20,782
<question>: The episode with the original air date January 6, 1999, has what production code? <context>: 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"
20,783
<question>: What is the title of the episode with the original air date October 21, 1998? <context>: CREATE TABLE table_2618152_1 (title VARCHAR, original_air_date VARCHAR)
SELECT title FROM table_2618152_1 WHERE original_air_date = "October 21, 1998"
20,784
<question>: What is the season number of the episode written by Matt Witten , Richard Sweren? <context>: 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"
20,785
<question>: The episode with the production code E0208 is directed by who? <context>: CREATE TABLE table_2618152_1 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_2618152_1 WHERE production_code = "E0208"
20,786
<question>: which institutions can be categorized as private/united church of christ? <context>: CREATE TABLE table_261895_1 (institution VARCHAR, type VARCHAR)
SELECT institution FROM table_261895_1 WHERE type = "Private/United Church of Christ"
20,787
<question>: in 1953, which of the institutions joined? <context>: CREATE TABLE table_261895_1 (institution VARCHAR, joined VARCHAR)
SELECT institution FROM table_261895_1 WHERE joined = "1953"
20,788
<question>: which categories fit under the institution calvin college? <context>: CREATE TABLE table_261895_1 (type VARCHAR, institution VARCHAR)
SELECT type FROM table_261895_1 WHERE institution = "Calvin College"
20,789
<question>: in 1833, how many institutions were created? <context>: CREATE TABLE table_261895_1 (institution VARCHAR, founded VARCHAR)
SELECT COUNT(institution) FROM table_261895_1 WHERE founded = 1833
20,790
<question>: how many categories fall under the category of britons? <context>: CREATE TABLE table_261895_1 (type VARCHAR, nickname VARCHAR)
SELECT COUNT(type) FROM table_261895_1 WHERE nickname = "Britons"
20,791
<question>: under belles, which is the most possible created? <context>: CREATE TABLE table_261895_1 (founded INTEGER, nickname VARCHAR)
SELECT MAX(founded) FROM table_261895_1 WHERE nickname = "Belles"
20,792
<question>: What is the population density for the city of lubang? <context>: 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"
20,793
<question>: What was the smallist population in 2010? <context>: CREATE TABLE table_261951_1 (population__2010_ INTEGER)
SELECT MIN(population__2010_) FROM table_261951_1
20,794
<question>: List the population density per kilometer for the city of calintaan? <context>: CREATE TABLE table_261951_1 (pop_density__per_km²_ VARCHAR, municipality VARCHAR)
SELECT pop_density__per_km²_ FROM table_261951_1 WHERE municipality = "Calintaan"
20,795
<question>: List the population density per kilometer for the city of abra de ilog. <context>: 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"
20,796
<question>: What is the enrollment for Ashland University? <context>: CREATE TABLE table_261946_3 (enrollment VARCHAR, location__all_in_ohio_ VARCHAR)
SELECT enrollment FROM table_261946_3 WHERE location__all_in_ohio_ = "Ashland"
20,797
<question>: Which founding year corresponds with the highest enrollment? <context>: CREATE TABLE table_261946_3 (founded INTEGER)
SELECT MAX(founded) FROM table_261946_3
20,798
<question>: Which year did enrolled Gambier members leave? <context>: 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"
20,799
<question>: What is the type of institution in Kent State University? <context>: CREATE TABLE table_261946_3 (type VARCHAR, location__all_in_ohio_ VARCHAR)
SELECT type FROM table_261946_3 WHERE location__all_in_ohio_ = "Kent"