Fast Enterprises Interview Question

What is the difference between a primary key and foreign key in a database?

Interview Answer

Anonymous

Jun 13, 2017

Primary Key is Unique Id Of the table & foreign key is primary key of Other table which we are referencing in current table.