What is the purpose of the PRIMARY KEY constraint in a database table?
Q1. What is the purpose of the PRIMARY KEY constraint in a database table?
Answer: To uniquely identify each row
Explanation: The PRIMARY KEY constraint uniquely identifies each row in a table, ensuring that no duplicate or null values are allowed.