Hello all,
I have one main table - Table1, and 3 separate tables - Table2, Table3, Table4 that need to be linked to Table1. If Table1 has an autonumber PK, can I use it to link to a FK in each of the three related tables?
This is my question in a nutshell - Is it good database design to link the SAME PK in one table to different FKs in seperate tables - or is there a better way to link the three tables to the main table?
Any advice would be greatly appreciated...
I have one main table - Table1, and 3 separate tables - Table2, Table3, Table4 that need to be linked to Table1. If Table1 has an autonumber PK, can I use it to link to a FK in each of the three related tables?
This is my question in a nutshell - Is it good database design to link the SAME PK in one table to different FKs in seperate tables - or is there a better way to link the three tables to the main table?
Any advice would be greatly appreciated...