Question

Which of the following statements is true about ACID properties in database transactions?

A ACID ensures that every transaction updates only one table at a time.
B The Isolation property guarantees that no other transaction can execute while one transaction is active
C The Atomicity property ensures that either all operations of a transaction are completed or none of them are
D Durability ensures data is permanently removed after transaction rollback
E Consistency ensures that multiple transactions can execute simultaneously without any conflicts.
Practice Next

Hey! Ask a query