5 uses of primary key in a table
Answers
Answered by
1
Explanation:
Using the primary key, you can easily identify and find unique rows in the database table. They allow you to update/delete only specific records by uniquely identifying them. The table's data is sorted based on the primary key.
Similar questions