Table of Contents

Logical Data Modeling - Data Integrity

About

Data/Database integrity ensures that data entered into the database is:

Three basic types of integrity are:

Constraint

Integrity is enforce with the help of constraint

Any applicable integrity constraints and data validation rules must be satisfied before permitting a change to the database.

See also: Relational Data Modeling - (Integrity) (Constraints|action assertions)