primary key to primary key
Posted: Tue Aug 15, 2006 10:19 pm
Is it bad design to have the same primary key used in multiple tables?
For example, I have users and images tables... user_id is the primary for users, and I was going to have user_id be the primary for images as well, as the images are related to a specific user...
For example, I have users and images tables... user_id is the primary for users, and I was going to have user_id be the primary for images as well, as the images are related to a specific user...