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