constraint
An automatic test that can block database changes to prevent data from becoming inconsistent. (In computer science terms, a kind of assertion related to an invariant condition.) Constraints are a crucial component of the ACID philosophy, to maintain data consistency. Constraints supported by MariaDB include FOREIGN KEY constraints and unique constraints.
See also ACID.
See also foreign key.
See also relational.
See also unique constraint.