Hi,
Please find below the best normalized form possible for your table.
Country Table:
country_id, countryname
City Table:
city_id, cityname
Country-City Mapping Table
mapping_id, country_id, city_id
Province Table:
Province_Id, StateProvince, StateProvinceAbbr, PostalCode, Latitude...