Consistency

Home > Computer Science > Database Systems > ACID properties > Consistency

This property ensures that the database remains consistent over time, regardless of the number of transactions that are processed. Each transaction must conform to the defined rules and constraints of the database, so that every transaction brings the database from one valid state to another.