Process Flow - Transaction read-then-write pattern
Start Transaction
Read current data
Check or calculate new data
Write updated data
Commit Transaction
End Transaction
This flow shows how a transaction reads data first, then writes updated data, ensuring consistency.