Q4Database Management System
Question
2 marks
What is a Primary Key?
Answer
Minimal set of attributes that uniquely identifies a record.
A primary key is a unique identifier for each record in a database table. It must contain unique values and cannot contain NULL values.