What is a primary key in database normalization?

Database Normalisation Questions



66 Short 80 Medium 49 Long Answer Questions Question Index

What is a primary key in database normalization?

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.