What is the purpose of primary keys in a relational database?

  • Filter data
  • Identify data
  • Sort data
  • Store data
The purpose of primary keys in a relational database is to uniquely identify each record in a table. They ensure data integrity by preventing duplicate records and are used as references in other tables.
Add your answer
Loading...

Leave a comment

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