Concept Flow - Repeatable read behavior
Start Transaction
Read Data (Snapshot)
Perform Operations
Read Data Again
Data Same as First Read?
No→Wait or Error
Yes
Commit or Rollback
In repeatable read, a transaction reads a consistent snapshot of data. All reads see the same data, preventing changes from other transactions during its lifetime.