MSD Interview Question

What is the difference between a Primary Key and a Foreign Key?

Interview Answer

Anonymous

Jan 14, 2022

One is used as a primary identifier in a given table, whereas a Foreign key references a primary identifier in different table.