I have a design question. Lets say we want to keep track of users and
their respective snail mail addresses. Each user can have up to 4
different mailing address. Is it better to have all this information in
one table. Or is it better to have a user table and an address table,
and have the user id as a foreign key in the address table?
Thanks!
Jeff