Company: Cisco
Difficulty: medium
Which of the following situations violates the "Isolation" property in ACID, but not Durability or Consistency? A user reads updated data before it is committed, and then the 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.