blob: 8af7b76ae82eec20f59aaa68eb2c851448f43235 [file] [log] [blame]
4.17.2 Table constraints
A table constraint is either a unique constraint, a referential constraint or a table check constraint. A table constraint is described by a table constraint descriptor which is either a unique constraint descriptor, a referential constraint descriptor or a table check constraint descriptor.
A check constraint is satisfied if and only if the specified <search condition> is not False for any or a given row of a table depending on how it was declared.
A table check constraint is described by a table check constraint descriptor. In addition to the components of every table constraint descriptor, a table check constraint descriptor includes: The <search condition> .