Back to Developer Roadmap

COMMIT

src/data/roadmaps/sql/content/[email protected]

4.0527 B
Original Source

COMMIT

COMMIT is an SQL command that saves all changes made during a transaction to the database. Until a COMMIT command is issued, all modifications within a transaction are only temporary and visible to the current session. Once COMMIT is executed, the changes become permanent and visible to other users and sessions. This ensures data consistency and durability.

Visit the following resources to learn more: