In entity integrity, the primary key attribute identifies each entity in a table.

Domain integrity defines the values that can be stored in a particular column in a database table.

Referential integrity ensures that key values in a database always match a primary key value in another table.

Cascade delete is a feature that automatically all related records when a parent record is deleted.

In database systems, redundant data refers to the of data.