Content deleted Content added
Snodnipper (talk | contribs) New Article: Propagation constraint |
Category:Data modeling & links |
||
Line 1:
According to Beynon-Davies (2004, p.108) "''[a] propagation constaint details what should happen to a related table when we update a row or rows of a target table''". He further states that for all
* Restricted Delete - cannot delete the target row until all rows that point to it (via [[foreign
* Cascades Delete - can delete the target row and all rows that point to it (via foreign keys) are also deleted.
* Nullifies Delete - can delete the target row and all foreign keys (pointing to it) are set to [[null]].
Beynon-Davies, P. (2004) ''Database Systems'' Third Edition, Palgrave.
[[Category:Data modeling]]
|