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...
primary key to primary key
Moderator: General Moderators