I was going to import the data from the AllCountries file, but then I thought, won't that add a ton of extra data?
Wouldn't it be more efficient to load all the data into separate tables and create relationships ebtween them? If the US has 50 administrative districts - in the allcountries file, wouldn't that add 50 entries for the US?
Eventually what I am looking for really is the ability to have a user enter a country, or more likely a postal code, and be able to return the city, state/province/admin1 area, and country.