Question
Normalization - should I bother
Sorry if this is in the wrong topic....
I am stuck on some business logic and was hoping any of you database
normalization geeks (and I say that with the utmost respect) had an opinion......
Here is my situation:
I have to create a db containing a list of businesses and their owners.
Their owners have to each have their own log in to the db records.
The trouble is this: Each business has 2 addresses - the physical and the mailing.
These two addresses will ALWAYS belong to the primary owner as well.
Also each secondary owner MAY have two mailing addresses but many will have only one.
The reason the 2nd owner may have a second address is for seasonal purposes. i.e. Sep-Mar is Florida, the rest of the time in NH.
So in the end each business will have no less than two addresses and no more than four,
and also no less than one owner and no more than two.
I am having trouble normalizing the structure - or even deciding if I should in this case b/c it is so ridiculous.
Any thoughts?
thanks all,
Chris
I am stuck on some business logic and was hoping any of you database
normalization geeks (and I say that with the utmost respect) had an opinion......
Here is my situation:
I have to create a db containing a list of businesses and their owners.
Their owners have to each have their own log in to the db records.
The trouble is this: Each business has 2 addresses - the physical and the mailing.
These two addresses will ALWAYS belong to the primary owner as well.
Also each secondary owner MAY have two mailing addresses but many will have only one.
The reason the 2nd owner may have a second address is for seasonal purposes. i.e. Sep-Mar is Florida, the rest of the time in NH.
So in the end each business will have no less than two addresses and no more than four,
and also no less than one owner and no more than two.
I am having trouble normalizing the structure - or even deciding if I should in this case b/c it is so ridiculous.
Any thoughts?
thanks all,
Chris
