RTUComputer ScienceYr 2024 · Sem 42024

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.

Back to Paper