Computer Science, asked by raiyansb588, 3 months ago

State the relationship and difference between primary key and foreign key​

Answers

Answered by Anonymous
3

Answer:

Primary key uniquely identify a record in the table. Foreign key is a field in the table that is primary key in another table. By default, Primary key is clustered index and data in the database table is physically organized in the sequence of clustered index. ...

Similar questions