Jump to content

Transition constraint

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by John254 (talk | contribs) at 20:40, 13 August 2006 (adding reference). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A transition constraint is a way of enforcing that the data doesn't enter an impossible state because of a previous state. For example, it shouldn't be possible for a person to change from being "married" to being "single, never married". The only valid states after "married" might be "divorced", "widowed", or "deceased".

Transient constraint is commonly used in database models such as relational databases.

References

Transition Constraints