UK Counties & Countries data files (CSV + MySQL)

Monday, 09. 22. 2008  –  Category: Other

The following files are data files that can be used in projects that require a list of UK Counties and/or all of the Countries in the world.

The following files are useful for web developers to use for their select drop downs or a lookup table in a database.

Countries

The Countries list comes in a CSV file and a MySQL dump.

CSV:

  Countries - CSV (4.8 KiB, 124 hits)

SQL:

  Countries - SQL (13.1 KiB, 89 hits)

Notes: Both files contain 2 columns, auto incrementing ids and the full Country name.

UK Counties

The Counties list comes in a CSV file and a MySQL dump.

CSV:

  UK Counties - CSV (3.3 KiB, 138 hits)

SQL:

  UK Counties - SQL (8.8 KiB, 110 hits)

Notes: Both files contain 2 columns, auto incrementing ids and the full County name.

Leave a Reply