Calgary_Neil
Board Regular
- Joined
- Apr 5, 2014
- Messages
- 79
Hi. I have been fighting with myself over this design question, Is a one field table valid and of good design?
I'm trying to create a database which records locations though time. So for a "place" it it will have
a name (one or more)
a population (zero or more census)
a location (GeoCoded maybe, an address maybe)
be located in many different regions (recursive to Places?)
may have a control location which could change (Capital)
So in my mind I see the Places table as a single field table using a autonumber, with relationships to these tables which would have a To/From date fields.
Now I'm also thinking that there is no difference between District, City, Zone, County, Region, State, and Country so that would be all recursive. (note some GeCodes would be to give a general area)
So does this sound right???
Calgary_Neil
I'm trying to create a database which records locations though time. So for a "place" it it will have
a name (one or more)
a population (zero or more census)
a location (GeoCoded maybe, an address maybe)
be located in many different regions (recursive to Places?)
may have a control location which could change (Capital)
So in my mind I see the Places table as a single field table using a autonumber, with relationships to these tables which would have a To/From date fields.
Now I'm also thinking that there is no difference between District, City, Zone, County, Region, State, and Country so that would be all recursive. (note some GeCodes would be to give a general area)
So does this sound right???
Calgary_Neil