Multiple choice technology enterprise content management

Perfect isolation is maintained in which transaction?

  1. Serializable

  2. Read_committed

  3. Read_Uncommitted

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Serializable isolation level provides perfect isolation by ensuring transactions appear to run sequentially. Read Committed allows non-repeatable reads, and Read Uncommitted allows dirty reads.