Constraint Checking §
Schema Declaration §
- When constraint check fails during a query, will reject (maybe cascade, or set null)
- Deferred constraint checking: constraint check only happens for a full declaration or transaction
{postgresql}CHECK
will accept NULL
values even if not clearly specified
Assertions §