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
- Re: [GENERAL] design Jeff
- Re: [GENERAL] design Brett W. McCoy
- Re: [GENERAL] design Adam Lang
- Re: [GENERAL] design KuroiNeko
- Re: [GENERAL] design Roderick A. Anderson
- RE: [GENERAL] design Matthew