Senior
At what isolation level is dirty read possible?
sobes.tech AI
Answer from AI
Dirty read is possible at the isolation level Read Uncommitted. At this level, a transaction can read data that has been modified by another transaction but not yet committed. If the other transaction rolls back, the read data will be invalid.