What is the primary key in a relational database?

  • A key that can be NULL
  • A key that is not unique
  • A key that is shared among multiple tables
  • A unique identifier for a record in a table
The primary key in a relational database is a unique identifier for a record in a table. It ensures the uniqueness of each record and is used for referencing data in other tables.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *