Intern
Is a primary key unique, or can it be duplicated?
sobes.tech AI
Answer from AI
A primary key in a relational database is unique. It cannot contain duplicate values or NULL. Its main purpose is to uniquely identify each record in the table.
sobes.tech AI
Answer from AI
A primary key in a relational database is unique. It cannot contain duplicate values or NULL. Its main purpose is to uniquely identify each record in the table.