Countries States Cities Database
🌍 Discover our global repository of countries, states, and cities!
@kaggle.darshangada_countries_states_cities_database
🌍 Discover our global repository of countries, states, and cities!
@kaggle.darshangada_countries_states_cities_database
CREATE TABLE cities (
"id" BIGINT,
"name" VARCHAR,
"state_id" BIGINT,
"state_code" VARCHAR,
"state_name" VARCHAR,
"country_id" BIGINT,
"country_code" VARCHAR,
"country_name" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"wikidataid" VARCHAR
);
Anyone who has the link will be able to view this.