Is primary key required if you have a candidate key?

1 answer

Answer

1017579

2026-04-20 03:05

+ Follow

Yes, a primary key is required even if you have a candidate key. A candidate key is a set of attributes that can uniquely identify a record in a table, but only one candidate key can be designated as the primary key for that table. The primary key serves as the main identifier for records, ensuring data integrity and enabling efficient access to rows in a database.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.