|
-
May 25th, 2005, 10:10 PM
#1
Creating a separate table is better from a design point of view. Make the user account the primary key in the first table (containing user account, first name, last name, whatever), and foreign key in the second table (containing user account, mailing address).
The draw-back of not doing it that way is that you'll end up with a bunch of redundant data, which may (and probably will) lead to data integrity problems.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|