Database consistency |
In Database systems, a consistent database transaction is one that does not violate any integrity constraints during its execution. If a transaction leaves the database in an illegal state, it is aborted and a error is reported.
Consistency is one of the ACID properties.
=See also=
|
|
