SQL Reference Guide > SQL Reference Guide > Working with Transactions and Handling Errors
Was this helpful?
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.
Last modified date: 04/03/2024