Company: Cisco
Difficulty: medium
Question 1 Which of the following situations violates the "Isolation" property in ACID, but not Durability or Consistency? Pick ONE option A user reads updated data before it is committed, and that transaction is rolled back. A committed transaction's update is lost after power failure. A database constraint is violated due to incorrect input. Data is written to disk but the application fails to acknowledge.