Ensure data integrity

iSeries™ provides several different integrity measures, including constraints, trigger programs, and commitment control.

Protecting your database against inadvertent insertions, deletions, and updates is accomplished using commitment control, constraints, and triggers. Constraints basically govern how data values can change, while triggers are automatic actions that start, or trigger, an event, such as an update of a specific table.

See the related topics to learn about different integrity measures.

Related concepts
Commitment control
Work with triggers and constraints