Content deleted Content added
most DBMS only support "row check constraints" |
lien invalide |
||
Line 35:
Most database management systems restrict check constraints to a single row. References to data stored in other tables is not allowed. At most constants and deterministic functions (that do not refer to other tables) are supported. Such constraints are not truly ''table check constraints'' but rather ''row check constraints''. [[Database trigger|Triggers]] can be used to work around this restriction.
[[Category:Databases]]
|