Like pressing "Lock" on a spreadsheet before editing — changes are staged, not live yet.
BEGIN starts a transaction block. All queries inside see a consistent database snapshot. Nothing commits until COMMIT.
> BEGIN > Transaction started > Isolation: READ COMMITTED (default) > All reads see committed data
Like pressing "Lock" on a spreadsheet before editing — changes are staged, not live yet.
BEGIN starts a transaction block. All queries inside see a consistent database snapshot. Nothing commits until COMMIT.
> BEGIN > Transaction started > Isolation: READ COMMITTED (default) > All reads see committed data
Sign in to cast your vote
Sign in to share your feedback and join the discussion.