what is primary key?why is it necessary to have primary key in table
Answers
Answered by
2
Explanation:
The purpose of the primary key is to uniquely identify a row on the table in order to form a relationship with another table. ... "PRIMARY KEY constraints identify the column or set of columns that have values that uniquely identify a row in a table. No two rows in a table can have the same primary key value.
Similar questions