Holds a dump of the database to MySQL format and consists of a
a set of tables with a list of countries, regions and cities of the CIS.
Data format: SQL queries to create and populate tables.
Tables:
[Countries] - the country (fields id, name)
[Regions] - Regions (fields id, country, name)
[Cities] - Cities (fields id, country, region, name)
Countries - 11 regions - 165 cities - 3973
No feedback yet