Database Normalisation Questions
A primary key in database normalization is a unique identifier for each record in a table. It is used to ensure data integrity and to establish relationships between tables. The primary key must be unique and cannot contain null values.