Samanthi perera wrote:
3)each zone types has many zones.
I will give only one suggestion, as your table design is not correct. you need to consider relationship among your columns.
if each zone type has many zones which means there is one to many relationship between zonetype and zone, so zonetype should be in one table let say as primary key and zone should be in other table with a foreign key to zonetype.
hope this helps.
Shailesh