Junior — Middle
At what level of isolation is it possible to perform dirty reads (reading uncommitted data)?
sobes.tech AI
Answer from AI
Dirty Read (reading uncommitted data) is possible at the isolation level Read Uncommitted. At this level, a transaction can see changes made by other transactions that have not yet been committed, which can lead to reading inconsistent or rolled-back data.