🌍 Countries, States And Cities Around The World
150k cities in 5k states in 250 countries
@kaggle.mexwell_countries_states_and_cities_around_the_world
150k cities in 5k states in 250 countries
@kaggle.mexwell_countries_states_and_cities_around_the_world
CREATE TABLE states (
"id" BIGINT,
"name" VARCHAR,
"country_id" BIGINT,
"country_code" VARCHAR,
"country_name" VARCHAR,
"state_code" VARCHAR,
"type" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
);
Anyone who has the link will be able to view this.