Q: Which ACID property ensures that once a transaction is committed, its changes are protected and will persist even in the event of power outages or system crashes?
Durability is the ACID property that ensures that once a transaction is committed, its changes are protected and will persist even in the event of power outages or system crashes. It guarantees the reliability and recoverability of committed data.