Q: Which ACID property ensures that once a transaction is committed, its changes are permanently stored and will survive any subsequent system failures?
Durability is the ACID property that ensures that once a transaction is committed, its changes are permanently stored and will survive any subsequent system failures. It guarantees the persistent storage and recoverability of transactional data.