Database with a list of countries, regions and cities

Sold 0
Refunds 0
Good feedbacks 0
Bad feedbacks 0

Database with a list of countries, regions and cities in MySQL format
Base composition:
Countries: 218
Regions: 1611
Cities: 17287

This product does not claim to be complete, it is bought “as is”.
Base in Russian

When importing this byza:
First, three tables are created: country, region, city.
These records are then created in these tables.
The country table contains a list of countries.
The region table contains a list of regions.
The city table contains a list of cities.
The region table is associated with the country table through the region.country_id key.
The city table is associated with the region table through the key city.region_id.