Controlling the integrity of your database with constraints

 

A constraint is a restriction or limitation placed on a database file to ensure that the data in your database remains consistent when you add, change, and remove records.

Primary key and unique constraints can be used as the parent key when adding a referential constraint.

 

Parent topic:

Managing database files