Antra Interview Question

What is primary key and foreign key?

Interview Answer

Anonymous

Mar 26, 2017

A primary key is one column or more columns in one table that can uniquely identify one record. A foreign key is one column or more columns in one table that refers to primary key in another table.