Transition constraint

A transition constraint is a way of enforcing that the data does not enter an impossible state because of a previous state. For example, it should not 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".

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

References

This article is issued from Wikipedia - version of the 2/21/2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.