Consistency (database systems)
From Wikipedia, the free encyclopedia
(Redirected from Database consistency)
| This article relies largely or entirely upon a single source. Please help improve this article by introducing appropriate citations of additional sources. (December 2008) |
For other uses, see Consistency (disambiguation).
In database systems, a consistent 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 an error is reported.[1]
Consistency is one of the ACID properties.

