What is the purpose of a primary key in a database table?
Q1. What is the purpose of a primary key in a database table?
Answer: To uniquely identify each record
Explanation: A primary key is used to uniquely identify each record in a table, ensuring data integrity and preventing duplication.