wallaceoc80
Programmer
Is it wrong to have many different tables with a primary key of the same name and effectively they refer to the same number?
For example:
I have an APP table with primary key AppID.
I also have an AppContacts table with primary key AppID.
I also have a FAQ table with FaqID as the primary key and AppID as another column so that I can link these 2 tables.
The reason I have the same column names is because I need a way to link both tables. Can anybody see a problem with this?
Regards,
Wallace
For example:
I have an APP table with primary key AppID.
I also have an AppContacts table with primary key AppID.
I also have a FAQ table with FaqID as the primary key and AppID as another column so that I can link these 2 tables.
The reason I have the same column names is because I need a way to link both tables. Can anybody see a problem with this?
Regards,
Wallace