I have been looking and looking and cannot come up with a clear, solid solution.
I have a table and that table uses 3 columns to create a composite PK. I need to use this PK as a foreign key in another table. That means I need to add these three columns to the child table which...quite frankly..i think is kind of a pain. I cannot believe there is not a simpler method. If anyone has any ideas or alternative solutions, pleaes give me a hollar. Thanks a lot.
I have a table and that table uses 3 columns to create a composite PK. I need to use this PK as a foreign key in another table. That means I need to add these three columns to the child table which...quite frankly..i think is kind of a pain. I cannot believe there is not a simpler method. If anyone has any ideas or alternative solutions, pleaes give me a hollar. Thanks a lot.
Comment