Question

Which of the following scenarios violates the Isolation property in the ACID properties of a transaction? 

A A transaction reads data before the previous transaction commits, resulting in dirty reads.
B A transaction rolls back after detecting a deadlock, ensuring consistency.
C Multiple transactions write data concurrently but respect unique constraints.
D A transaction is lost due to a server crash, but recovery is possible.
E A transaction reads stale data after another transaction updates the same record.
Practice Next

Relevant for Exams:

Hey! Ask a query