stnkyminky
Programmer
Ex. tblCompany stores city, state, name, zipcode, etc.
tblAddress stores Address Line 1, 2, 3, 4.
Using a FK relationship I store the address information about the the company in tblAddress. When needed I use the appropriate join and voila. I am also doing the same with phone numbers in respect to a customer. Have I gone too far? Is this common practice to normalize to this level?
My intentions were to eliminate as many null fields in the database as possible. Scott
Programmer Analyst
<><
tblAddress stores Address Line 1, 2, 3, 4.
Using a FK relationship I store the address information about the the company in tblAddress. When needed I use the appropriate join and voila. I am also doing the same with phone numbers in respect to a customer. Have I gone too far? Is this common practice to normalize to this level?
My intentions were to eliminate as many null fields in the database as possible. Scott
Programmer Analyst
<><