Difference between Primary Key & Foreign Key
Difference between Primary Key & Foreign Key Primary Key Primary key uniquely identify a record in the table. Primary Key can't accept null values. By default, Primary key is clustered index and data in the database table is physically organized in the...