DEV Community

Astrid
Astrid

Posted on • Originally published at developerastrid.com

How to use SQL COMMIT and SQL ROLLBACK statements to manage transactions

This article introduces what SQL transaction processing is and how to use COMMIT and ROLLBACK statements to clearly manage when to write data and when to undo; you also learn how to use hold points to better control fallback operations.

Link to the original article: https://www.developerastrid.com/en/sql/sql-transaction/

Top comments (0)