In database systems, a consistent transaction is one that does not violate any integrity contraints 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