6. Working with Transactions and Handling Errors
 
Share this page                  
Working with Transactions and Handling Errors
Transactions
A transaction is one or more SQL statements processed as a single, indivisible database action.
If the transaction contains multiple statements, it is often called a multi-statement transaction (MST). By default, all transactions are multi-statement transactions.