question
stringlengths
12
244
context
stringlengths
27
489
answer
dict
Who directed season 1?
CREATE TABLE table_18481791_3 (directed_by VARCHAR, no_in_season VARCHAR)
{ "SQL_Query": "SELECT directed_by FROM table_18481791_3 WHERE no_in_season = 1" }
What is the title when u.s. viewers (millions) is 3.97?
CREATE TABLE table_18481791_3 (title VARCHAR, us_viewers__in_millions_ VARCHAR)
{ "SQL_Query": "SELECT title FROM table_18481791_3 WHERE us_viewers__in_millions_ = \"3.97\"" }
how many people commentated where broadcaster is orf
CREATE TABLE table_184803_4 (commentator VARCHAR, broadcaster VARCHAR)
{ "SQL_Query": "SELECT COUNT(commentator) FROM table_184803_4 WHERE broadcaster = \"ORF\"" }
list the spokespersons where voting order is 9
CREATE TABLE table_184803_4 (spokespersons VARCHAR, voting_order VARCHAR)
{ "SQL_Query": "SELECT spokespersons FROM table_184803_4 WHERE voting_order = 9" }
which countries were commentated on by gordana bonetti
CREATE TABLE table_184803_4 (country VARCHAR, commentator VARCHAR)
{ "SQL_Query": "SELECT country FROM table_184803_4 WHERE commentator = \"Gordana Bonetti\"" }
wich spokesperson talked on luxembourg
CREATE TABLE table_184803_4 (spokespersons VARCHAR, country VARCHAR)
{ "SQL_Query": "SELECT spokespersons FROM table_184803_4 WHERE country = \"Luxembourg\"" }
who was the commentator when spokesperson was claude darget
CREATE TABLE table_184803_4 (commentator VARCHAR, spokespersons VARCHAR)
{ "SQL_Query": "SELECT commentator FROM table_184803_4 WHERE spokespersons = \"Claude Darget\"" }
List all institutions with a team name of the Cardinals.
CREATE TABLE table_18483171_1 (institution VARCHAR, team_nickname VARCHAR)
{ "SQL_Query": "SELECT institution FROM table_18483171_1 WHERE team_nickname = \"Cardinals\"" }
List the total number of institutions founded in Rock Island, Illinois.
CREATE TABLE table_18483171_1 (founded VARCHAR, location VARCHAR)
{ "SQL_Query": "SELECT COUNT(founded) FROM table_18483171_1 WHERE location = \"Rock Island, Illinois\"" }
How many viewers in millions watched the episode 23:55 minutes long?
CREATE TABLE table_1849243_1 (viewers__in_millions_ VARCHAR, run_time VARCHAR)
{ "SQL_Query": "SELECT viewers__in_millions_ FROM table_1849243_1 WHERE run_time = \"23:55\"" }
What is the broadcast date of the 16mm t/r episode?
CREATE TABLE table_1849243_1 (broadcast_date VARCHAR, archive VARCHAR)
{ "SQL_Query": "SELECT broadcast_date FROM table_1849243_1 WHERE archive = \"16mm t/r\"" }
How many viewers watched the 16mm t/r episode?
CREATE TABLE table_1849243_1 (viewers__in_millions_ VARCHAR, archive VARCHAR)
{ "SQL_Query": "SELECT viewers__in_millions_ FROM table_1849243_1 WHERE archive = \"16mm t/r\"" }
state el canal de las estrellas where mañana es para siempre is impreuna pentru totdeauna
CREATE TABLE table_18498743_1 (el_canal_de_las_estrellas VARCHAR, mañana_es_para_siempre VARCHAR)
{ "SQL_Query": "SELECT el_canal_de_las_estrellas FROM table_18498743_1 WHERE mañana_es_para_siempre = \"Impreuna pentru totdeauna\"" }
what is the mexico stat where mañana es para siempre is love never dies
CREATE TABLE table_18498743_1 (mexico VARCHAR, mañana_es_para_siempre VARCHAR)
{ "SQL_Query": "SELECT mexico FROM table_18498743_1 WHERE mañana_es_para_siempre = \"Love Never Dies\"" }
what is the october 20, 2008 stat where mexico stat is romania
CREATE TABLE table_18498743_1 (october_20 VARCHAR, _2008 VARCHAR, mexico VARCHAR)
{ "SQL_Query": "SELECT october_20, _2008 FROM table_18498743_1 WHERE mexico = \"Romania\"" }
Name the other for chironius multiventris septentrionalis
CREATE TABLE table_1850282_7 (other VARCHAR, species VARCHAR)
{ "SQL_Query": "SELECT other FROM table_1850282_7 WHERE species = \"Chironius multiventris septentrionalis\"" }
Name the trinidad for yellow-bellied puffing snake
CREATE TABLE table_1850282_7 (trinidad VARCHAR, common_name VARCHAR)
{ "SQL_Query": "SELECT trinidad FROM table_1850282_7 WHERE common_name = \"Yellow-bellied puffing snake\"" }
Name the bocas for chironius multiventris septentrionalis
CREATE TABLE table_1850282_7 (bocas_is VARCHAR, species VARCHAR)
{ "SQL_Query": "SELECT bocas_is FROM table_1850282_7 WHERE species = \"Chironius multiventris septentrionalis\"" }
Name the common name for chironius multiventris septentrionalis
CREATE TABLE table_1850282_7 (common_name VARCHAR, species VARCHAR)
{ "SQL_Query": "SELECT common_name FROM table_1850282_7 WHERE species = \"Chironius multiventris septentrionalis\"" }
What contestant was premiered on July 25?
CREATE TABLE table_18513028_3 (contestant_name VARCHAR, date_premiered__2009_ VARCHAR)
{ "SQL_Query": "SELECT contestant_name FROM table_18513028_3 WHERE date_premiered__2009_ = \"July 25\"" }
What's the Air Force - Navy score in the 2018 season?
CREATE TABLE table_1850339_2 (air_force___navy_score VARCHAR, season VARCHAR)
{ "SQL_Query": "SELECT air_force___navy_score FROM table_1850339_2 WHERE season = 2018" }
What was the Air Force - Navy score in the 1983 season?
CREATE TABLE table_1850339_2 (air_force___navy_score VARCHAR, season VARCHAR)
{ "SQL_Query": "SELECT air_force___navy_score FROM table_1850339_2 WHERE season = 1983" }
How many different season have an Army - Navy score of 10 dec. 2016 at Baltimore, MD (M&T Bank Stadium)?
CREATE TABLE table_1850339_2 (season VARCHAR, army___navy_score VARCHAR)
{ "SQL_Query": "SELECT COUNT(season) FROM table_1850339_2 WHERE army___navy_score = \"10 Dec. 2016 at Baltimore, MD (M&T Bank Stadium)\"" }
Name the tourism receipts 2003 for tourism competitiveness 3.26
CREATE TABLE table_18524_6 (tourism_receipts__2003___as__percentage_of_exports_ VARCHAR, tourism_competitiveness__2011___ttci_ VARCHAR)
{ "SQL_Query": "SELECT COUNT(tourism_receipts__2003___as__percentage_of_exports_) FROM table_18524_6 WHERE tourism_competitiveness__2011___ttci_ = \"3.26\"" }
Name the tourism receipts 2003 for colombia
CREATE TABLE table_18524_6 (tourism_receipts__2003___as__percentage_of_gdp_ VARCHAR, country VARCHAR)
{ "SQL_Query": "SELECT tourism_receipts__2003___as__percentage_of_gdp_ FROM table_18524_6 WHERE country = \"Colombia\"" }
Name the total number of tourism receipts 2011 where tourism receipts 2003 13.5
CREATE TABLE table_18524_6 (tourism_receipts__2011___us VARCHAR, tourism_receipts__2003___as__percentage_of_gdp_ VARCHAR)
{ "SQL_Query": "SELECT COUNT(tourism_receipts__2011___us) AS $_per_capita_ FROM table_18524_6 WHERE tourism_receipts__2003___as__percentage_of_gdp_ = \"13.5\"" }
When classic hits 102.1 cjcy is the branding who is the owner?
CREATE TABLE table_18536769_1 (owner VARCHAR, branding VARCHAR)
{ "SQL_Query": "SELECT owner FROM table_18536769_1 WHERE branding = \"Classic Hits 102.1 CJCY\"" }
When hot adult contemporary is the format what is the call sign?
CREATE TABLE table_18536769_1 (call_sign VARCHAR, format VARCHAR)
{ "SQL_Query": "SELECT call_sign FROM table_18536769_1 WHERE format = \"hot adult contemporary\"" }
When vista radio is the owner how many call signs are there?
CREATE TABLE table_18536769_1 (call_sign VARCHAR, owner VARCHAR)
{ "SQL_Query": "SELECT COUNT(call_sign) FROM table_18536769_1 WHERE owner = \"Vista Radio\"" }
When fm 97.3 is the frequency how many formats are there?
CREATE TABLE table_18536769_1 (format VARCHAR, frequency VARCHAR)
{ "SQL_Query": "SELECT COUNT(format) FROM table_18536769_1 WHERE frequency = \"FM 97.3\"" }
When vista radio is the owner what is the frequency?
CREATE TABLE table_18536769_1 (frequency VARCHAR, owner VARCHAR)
{ "SQL_Query": "SELECT frequency FROM table_18536769_1 WHERE owner = \"Vista Radio\"" }
Name the team for 5 september 2008 for date of vacancy for 30 august 2008
CREATE TABLE table_18522916_5 (team VARCHAR, date_of_appointment VARCHAR, date_of_vacancy VARCHAR)
{ "SQL_Query": "SELECT team FROM table_18522916_5 WHERE date_of_appointment = \"5 September 2008\" AND date_of_vacancy = \"30 August 2008\"" }
Name the date of vacancy for daniel uberti
CREATE TABLE table_18522916_5 (date_of_vacancy VARCHAR, outgoing_manager VARCHAR)
{ "SQL_Query": "SELECT date_of_vacancy FROM table_18522916_5 WHERE outgoing_manager = \"Daniel Uberti\"" }
Name the manner of departure for date of vacancy 25 august 2008
CREATE TABLE table_18522916_5 (manner_of_departure VARCHAR, date_of_vacancy VARCHAR)
{ "SQL_Query": "SELECT manner_of_departure FROM table_18522916_5 WHERE date_of_vacancy = \"25 August 2008\"" }
Name the date of vacancy for 29 december 2008 being date of appointment
CREATE TABLE table_18522916_5 (date_of_vacancy VARCHAR, date_of_appointment VARCHAR)
{ "SQL_Query": "SELECT date_of_vacancy FROM table_18522916_5 WHERE date_of_appointment = \"29 December 2008\"" }
When 1008/1009 is the production code how many directors are there?
CREATE TABLE table_1854728_2 (directed_by VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT COUNT(directed_by) FROM table_1854728_2 WHERE production_code = \"1008/1009\"" }
When arthur heinemann is the writer who is the director?
CREATE TABLE table_1854728_2 (directed_by VARCHAR, written_by VARCHAR)
{ "SQL_Query": "SELECT directed_by FROM table_1854728_2 WHERE written_by = \"Arthur Heinemann\"" }
Name the running with for elizabeth falco
CREATE TABLE table_1855841_1 (running_with__in_team_ VARCHAR, candidate VARCHAR)
{ "SQL_Query": "SELECT running_with__in_team_ FROM table_1855841_1 WHERE candidate = \"Elizabeth Falco\"" }
Name the officing running for for carol marsh
CREATE TABLE table_1855841_1 (office_running_for VARCHAR, candidate VARCHAR)
{ "SQL_Query": "SELECT office_running_for FROM table_1855841_1 WHERE candidate = \"Carol Marsh\"" }
Name the office running for for anthony mussara
CREATE TABLE table_1855841_1 (office_running_for VARCHAR, candidate VARCHAR)
{ "SQL_Query": "SELECT office_running_for FROM table_1855841_1 WHERE candidate = \"Anthony Mussara\"" }
Name the votes given for michael russo, genevy dimitrion , manny ortega
CREATE TABLE table_1855841_1 (votes_given VARCHAR, running_with__in_team_ VARCHAR)
{ "SQL_Query": "SELECT votes_given FROM table_1855841_1 WHERE running_with__in_team_ = \"Michael Russo, Genevy Dimitrion , Manny Ortega\"" }
Qhat was the position of sail 6606?
CREATE TABLE table_1858574_3 (position VARCHAR, sail_number VARCHAR)
{ "SQL_Query": "SELECT position FROM table_1858574_3 WHERE sail_number = \"6606\"" }
On what yacht was the sail number aus70?
CREATE TABLE table_1858574_3 (yacht VARCHAR, sail_number VARCHAR)
{ "SQL_Query": "SELECT yacht FROM table_1858574_3 WHERE sail_number = \"AUS70\"" }
How many titles were released on 21 October 1992?
CREATE TABLE table_18590048_1 (rank VARCHAR, release_date VARCHAR)
{ "SQL_Query": "SELECT COUNT(rank) FROM table_18590048_1 WHERE release_date = \"21 October 1992\"" }
What rank is Super Mario Land 2: 6 Golden Coins?
CREATE TABLE table_18590048_1 (rank INTEGER, title VARCHAR)
{ "SQL_Query": "SELECT MIN(rank) FROM table_18590048_1 WHERE title = \"Super Mario Land 2: 6 Golden Coins\"" }
What platform sold 11.18 million units?
CREATE TABLE table_18590048_1 (platform VARCHAR, units_sold__in_millions_ VARCHAR)
{ "SQL_Query": "SELECT platform FROM table_18590048_1 WHERE units_sold__in_millions_ = \"11.18\"" }
What day did the platform sell 9.87 million units?
CREATE TABLE table_18590048_1 (release_date VARCHAR, units_sold__in_millions_ VARCHAR)
{ "SQL_Query": "SELECT release_date FROM table_18590048_1 WHERE units_sold__in_millions_ = \"9.87\"" }
If new entries this round is 65, what is the round?
CREATE TABLE table_1859269_1 (round VARCHAR, new_entries_this_round VARCHAR)
{ "SQL_Query": "SELECT COUNT(round) FROM table_1859269_1 WHERE new_entries_this_round = \"65\"" }
If leagues entering this round is Süper Lig, what is the maximum amount of clubs remaining?
CREATE TABLE table_1859269_1 (clubs_remaining INTEGER, leagues_entering_at_this_round VARCHAR)
{ "SQL_Query": "SELECT MAX(clubs_remaining) FROM table_1859269_1 WHERE leagues_entering_at_this_round = \"Süper Lig\"" }
If the winners from the previous round is 8, what is the round?
CREATE TABLE table_1859269_1 (round VARCHAR, winners_from_previous_round VARCHAR)
{ "SQL_Query": "SELECT round FROM table_1859269_1 WHERE winners_from_previous_round = \"8\"" }
If the round is the semi-finals, what are the new entries this round?
CREATE TABLE table_1859269_1 (new_entries_this_round VARCHAR, round VARCHAR)
{ "SQL_Query": "SELECT new_entries_this_round FROM table_1859269_1 WHERE round = \"Semi-finals\"" }
How many losses for the team atl. colegiales?
CREATE TABLE table_18594107_2 (losses INTEGER, team VARCHAR)
{ "SQL_Query": "SELECT MAX(losses) FROM table_18594107_2 WHERE team = \"Atl. Colegiales\"" }
How many points when the score is 14?
CREATE TABLE table_18594107_2 (points INTEGER, scored VARCHAR)
{ "SQL_Query": "SELECT MIN(points) FROM table_18594107_2 WHERE scored = 14" }
How many draws are there when the score is 13?
CREATE TABLE table_18594107_2 (draws INTEGER, scored VARCHAR)
{ "SQL_Query": "SELECT MAX(draws) FROM table_18594107_2 WHERE scored = 13" }
How many wins have conceded as 18?
CREATE TABLE table_18594107_2 (wins INTEGER, conceded VARCHAR)
{ "SQL_Query": "SELECT MAX(wins) FROM table_18594107_2 WHERE conceded = 18" }
How many draws occurred when 25 points were scored?
CREATE TABLE table_18594107_1 (draws VARCHAR, scored VARCHAR)
{ "SQL_Query": "SELECT COUNT(draws) FROM table_18594107_1 WHERE scored = 25" }
What is the least number of poins for San Lorenzo?
CREATE TABLE table_18594107_1 (points INTEGER, team VARCHAR)
{ "SQL_Query": "SELECT MIN(points) FROM table_18594107_1 WHERE team = \"San Lorenzo\"" }
How many draws does 12 de Octubre have?
CREATE TABLE table_18594107_1 (draws VARCHAR, team VARCHAR)
{ "SQL_Query": "SELECT draws FROM table_18594107_1 WHERE team = \"12 de Octubre\"" }
What is Inaba's maximum score?
CREATE TABLE table_18595004_7 (inaba INTEGER)
{ "SQL_Query": "SELECT MAX(inaba) FROM table_18595004_7" }
How many sets of marks does Tonioli get in week 3?
CREATE TABLE table_18595004_7 (tonioli VARCHAR, week__number VARCHAR)
{ "SQL_Query": "SELECT COUNT(tonioli) FROM table_18595004_7 WHERE week__number = 3" }
When columbia, south carolina is the hometown what is the lowest age?
CREATE TABLE table_1859855_2 (age INTEGER, hometown VARCHAR)
{ "SQL_Query": "SELECT MIN(age) FROM table_1859855_2 WHERE hometown = \"Columbia, South Carolina\"" }
When austin, texas is the hometown what is the lowest age?
CREATE TABLE table_1859855_2 (age INTEGER, hometown VARCHAR)
{ "SQL_Query": "SELECT MIN(age) FROM table_1859855_2 WHERE hometown = \"Austin, Texas\"" }
When stacy schneider is the candidate what are the results?
CREATE TABLE table_1859855_2 (result VARCHAR, candidate VARCHAR)
{ "SQL_Query": "SELECT result FROM table_1859855_2 WHERE candidate = \"Stacy Schneider\"" }
Which township is 35.766 sqmi?
CREATE TABLE table_18600760_15 (township VARCHAR, land___sqmi__ VARCHAR)
{ "SQL_Query": "SELECT township FROM table_18600760_15 WHERE land___sqmi__ = \"35.766\"" }
What county is the township of Osborn in?
CREATE TABLE table_18600760_15 (county VARCHAR, township VARCHAR)
{ "SQL_Query": "SELECT county FROM table_18600760_15 WHERE township = \"Osborn\"" }
What is the longitude with a latitude of 47.985154?
CREATE TABLE table_18600760_15 (longitude VARCHAR, latitude VARCHAR)
{ "SQL_Query": "SELECT longitude FROM table_18600760_15 WHERE latitude = \"47.985154\"" }
How many square miles of water is in Ramsey County with a geo id larger than 3807159460.0?
CREATE TABLE table_18600760_15 (water__sqmi_ VARCHAR, county VARCHAR, geo_id VARCHAR)
{ "SQL_Query": "SELECT water__sqmi_ FROM table_18600760_15 WHERE county = \"Ramsey\" AND geo_id > 3807159460.0" }
how many latitudes have 0.081 (sqmi) of water?
CREATE TABLE table_18600760_15 (latitude VARCHAR, water__sqmi_ VARCHAR)
{ "SQL_Query": "SELECT COUNT(latitude) FROM table_18600760_15 WHERE water__sqmi_ = \"0.081\"" }
what is the lowest geo id?
CREATE TABLE table_18600760_15 (geo_id INTEGER)
{ "SQL_Query": "SELECT MIN(geo_id) FROM table_18600760_15" }
What is the geo ID for the township with 0.771 square miles of water?
CREATE TABLE table_18600760_10 (geo_id INTEGER, water__sqmi_ VARCHAR)
{ "SQL_Query": "SELECT MAX(geo_id) FROM table_18600760_10 WHERE water__sqmi_ = \"0.771\"" }
What is the geo id for Logan county?
CREATE TABLE table_18600760_10 (geo_id INTEGER, county VARCHAR)
{ "SQL_Query": "SELECT MAX(geo_id) FROM table_18600760_10 WHERE county = \"Logan\"" }
How big is the land in square miles of Grand Forks county?
CREATE TABLE table_18600760_10 (land___sqmi__ VARCHAR, county VARCHAR)
{ "SQL_Query": "SELECT land___sqmi__ FROM table_18600760_10 WHERE county = \"Grand Forks\"" }
What is the geo id for Joliette?
CREATE TABLE table_18600760_10 (geo_id INTEGER, township VARCHAR)
{ "SQL_Query": "SELECT MAX(geo_id) FROM table_18600760_10 WHERE township = \"Joliette\"" }
What was the lattitude for the area with 4.243 square miles of water?
CREATE TABLE table_18600760_10 (latitude VARCHAR, water__sqmi_ VARCHAR)
{ "SQL_Query": "SELECT latitude FROM table_18600760_10 WHERE water__sqmi_ = \"4.243\"" }
What township is 28.597 square miles of land?
CREATE TABLE table_18600760_10 (township VARCHAR, land___sqmi__ VARCHAR)
{ "SQL_Query": "SELECT township FROM table_18600760_10 WHERE land___sqmi__ = \"28.597\"" }
Which township has a longitude of -98.741656?
CREATE TABLE table_18600760_12 (township VARCHAR, longitude VARCHAR)
{ "SQL_Query": "SELECT township FROM table_18600760_12 WHERE longitude = \"-98.741656\"" }
What is the land (sqmi) in lansing township?
CREATE TABLE table_18600760_12 (land___sqmi__ VARCHAR, township VARCHAR)
{ "SQL_Query": "SELECT land___sqmi__ FROM table_18600760_12 WHERE township = \"Lansing\"" }
What is the geo id when water is 0.457?
CREATE TABLE table_18600760_12 (geo_id INTEGER, water__sqmi_ VARCHAR)
{ "SQL_Query": "SELECT MIN(geo_id) FROM table_18600760_12 WHERE water__sqmi_ = \"0.457\"" }
What is the geo id of the land at 35.999?
CREATE TABLE table_18600760_12 (geo_id INTEGER, land___sqmi__ VARCHAR)
{ "SQL_Query": "SELECT MAX(geo_id) FROM table_18600760_12 WHERE land___sqmi__ = \"35.999\"" }
What is the land (sqmi) at geo id 3801947380?
CREATE TABLE table_18600760_12 (land___sqmi__ VARCHAR, geo_id VARCHAR)
{ "SQL_Query": "SELECT land___sqmi__ FROM table_18600760_12 WHERE geo_id = 3801947380" }
What is the population associated with latitude 48.676125?
CREATE TABLE table_18600760_13 (pop__2010_ INTEGER, latitude VARCHAR)
{ "SQL_Query": "SELECT MAX(pop__2010_) FROM table_18600760_13 WHERE latitude = \"48.676125\"" }
How many places associated with latitude 48.247662?
CREATE TABLE table_18600760_13 (ansi_code VARCHAR, latitude VARCHAR)
{ "SQL_Query": "SELECT COUNT(ansi_code) FROM table_18600760_13 WHERE latitude = \"48.247662\"" }
What longitudes associated with a water (sqmi) area of 0.068?
CREATE TABLE table_18600760_13 (longitude VARCHAR, water__sqmi_ VARCHAR)
{ "SQL_Query": "SELECT longitude FROM table_18600760_13 WHERE water__sqmi_ = \"0.068\"" }
What is the smallest ansi code?
CREATE TABLE table_18600760_13 (ansi_code INTEGER)
{ "SQL_Query": "SELECT MIN(ansi_code) FROM table_18600760_13" }
What county is associated with ansi code 1759686?
CREATE TABLE table_18600760_13 (county VARCHAR, ansi_code VARCHAR)
{ "SQL_Query": "SELECT county FROM table_18600760_13 WHERE ansi_code = 1759686" }
What is the geo id for malcolm township?
CREATE TABLE table_18600760_13 (geo_id VARCHAR, township VARCHAR)
{ "SQL_Query": "SELECT COUNT(geo_id) FROM table_18600760_13 WHERE township = \"Malcolm\"" }
What is the land area of Reed Township?
CREATE TABLE table_18600760_18 (land___sqmi__ VARCHAR, township VARCHAR)
{ "SQL_Query": "SELECT land___sqmi__ FROM table_18600760_18 WHERE township = \"Reed\"" }
What is the township at longitude -100.680772?
CREATE TABLE table_18600760_18 (township VARCHAR, longitude VARCHAR)
{ "SQL_Query": "SELECT township FROM table_18600760_18 WHERE longitude = \"-100.680772\"" }
What is the ANSI code of the township where the area is 35.737 square miles?
CREATE TABLE table_18600760_18 (ansi_code INTEGER, land___sqmi__ VARCHAR)
{ "SQL_Query": "SELECT MIN(ansi_code) FROM table_18600760_18 WHERE land___sqmi__ = \"35.737\"" }
What is the GEO ID of the township with area of 32.532 square miles?
CREATE TABLE table_18600760_18 (geo_id INTEGER, land___sqmi__ VARCHAR)
{ "SQL_Query": "SELECT MAX(geo_id) FROM table_18600760_18 WHERE land___sqmi__ = \"32.532\"" }
What township is 34.781 square miles?
CREATE TABLE table_18600760_18 (township VARCHAR, land___sqmi__ VARCHAR)
{ "SQL_Query": "SELECT township FROM table_18600760_18 WHERE land___sqmi__ = \"34.781\"" }
What longitude is tatman township?
CREATE TABLE table_18600760_20 (longitude VARCHAR, township VARCHAR)
{ "SQL_Query": "SELECT longitude FROM table_18600760_20 WHERE township = \"Tatman\"" }
What is the land area (sqmi) for the township at longtidue 47.548602?
CREATE TABLE table_18600760_20 (land___sqmi__ VARCHAR, latitude VARCHAR)
{ "SQL_Query": "SELECT land___sqmi__ FROM table_18600760_20 WHERE latitude = \"47.548602\"" }
How many ansi codes are there for longitude 46.415037?
CREATE TABLE table_18600760_20 (ansi_code VARCHAR, latitude VARCHAR)
{ "SQL_Query": "SELECT COUNT(ansi_code) FROM table_18600760_20 WHERE latitude = \"46.415037\"" }
What is the water area (sqmi) for the township at latitude 48.423224?
CREATE TABLE table_18600760_20 (water__sqmi_ VARCHAR, latitude VARCHAR)
{ "SQL_Query": "SELECT water__sqmi_ FROM table_18600760_20 WHERE latitude = \"48.423224\"" }
How many ansi codes are there for latitude 48.142938?
CREATE TABLE table_18600760_20 (ansi_code VARCHAR, latitude VARCHAR)
{ "SQL_Query": "SELECT COUNT(ansi_code) FROM table_18600760_20 WHERE latitude = \"48.142938\"" }
Name the township for kidder
CREATE TABLE table_18600760_8 (township VARCHAR, county VARCHAR)
{ "SQL_Query": "SELECT township FROM table_18600760_8 WHERE county = \"Kidder\"" }
Name the latitude for 3810536900
CREATE TABLE table_18600760_8 (latitude VARCHAR, geo_id VARCHAR)
{ "SQL_Query": "SELECT latitude FROM table_18600760_8 WHERE geo_id = 3810536900" }
Name the latitude for 3809935740
CREATE TABLE table_18600760_8 (latitude VARCHAR, geo_id VARCHAR)
{ "SQL_Query": "SELECT latitude FROM table_18600760_8 WHERE geo_id = 3809935740" }
Name the number of county for 90 population
CREATE TABLE table_18600760_8 (county VARCHAR, pop__2010_ VARCHAR)
{ "SQL_Query": "SELECT COUNT(county) FROM table_18600760_8 WHERE pop__2010_ = 90" }