I am in the process of developing a database with the following headings:
Region , City , Suburb
Each heading will have around 4000 rows so I am guessing it would be better if I use a separate table instead of one table with many columns.
What would be the best way to set the Region id City id and Suburb id? for when I want to select the specific regions information?
While there are several ways that you could model these tables, here is one way to set it up:
Then if you needed data you would
JOINthe tables