Q: Which ACID property ensures that a transaction brings the database from one consistent state to another, without violating any data rules or constraints?
Consistency is the ACID property that ensures that a transaction brings the database from one consistent state to another, without violating any data rules or constraints. It maintains the integrity and validity of the database throughout the transaction.