A Guide to SQL Transactions with Effective Error Handling
In this article, I’m going to be talking about transactions and error handling in SQL.
Transactions
A transaction is a sequence of SQL operations executed as a single unit. If all operations are successful then the transaction is committed. If any op...
themathlab.hashnode.dev2 min read