Basic database design question... I'm designing some tables and many of them share all of the fields for "Address" information. One of these tables includes the user-profile table. Does it make sense to make a separate "Addresses" table, or would that potentially make things more confusing in that I'd have a mix of addresses and I'd have to add a column to indicate what "type" of address it is?
Does mixing the user-address info in with more public data compromise that data? I'd think it'd be better to keep it isolated.
Thanks,
Telstar
Does mixing the user-address info in with more public data compromise that data? I'd think it'd be better to keep it isolated.
Thanks,
Telstar