The PRIMARY KEY constraint in DB2 ensures ________ integrity.
- Domain
- Entity
- Entity and Referential
- Referential
The PRIMARY KEY constraint in DB2 ensures entity integrity by uniquely identifying each record in a table. This means that each row in the table is uniquely identifiable, preventing duplicate entries and ensuring the integrity of the data model.
Loading...
Related Quiz
- How can user-defined functions contribute to improving performance in DB2 applications?
- The Runstats utility helps in generating ________ which helps the DB2 optimizer to create efficient query execution plans.
- Which normal form allows multivalued attributes?
- Cardinality in an ERD indicates the ________ of the relationship between entities.
- What is the purpose of the SELECT statement in SQL?