What Does it mean to say that a database displays both entities integrity and referential integrity?

1 answer

Answer

1014072

2026-08-02 12:00

+ Follow

Entity integrity ensures each record in a database table is uniquely identifiable, typically by using a primary key. Referential integrity guarantees that relationships between tables are maintained, meaning foreign key values in one table must match primary key values in another table. Together, these two types of integrity ensure the consistency and accuracy of data within a database.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.