I would like find out is it advisable for me to have the city and province on a seperate table and then link them to the country table. This is because a city is govern by a mayor where else a province is govern by a governor.
country
- countryId
- description
- memberId
city
- cityId
- description
- countryId
province
- provinceId
- description
- countryId