I'm still not clear on when and why to use multiple primary keys on a table. And, what are the benefits of having multiple primary keys on a table?
I understand the foreign key relationship to other tables. However, I don't understand when and why to use more than one primary key on a table. My best guess is that it improves the speed to return records from the table? Is that correct?
How do you determine when to set more than one primary key on a table?
Thanks for any help.
Start Free Trial