B. SQL Statements from Earlier Releases : End Transaction Statement
 
Share this page                  
End Transaction Statement
The End Transaction statement terminates an in-progress multi-statement transaction (MST) and commit its updates, if any, to the database. This statement causes all database updates effected by the MST to become available to other user transactions. After committing an MST with End Transaction, the MST is terminated, the MST can no longer be aborted, and all its savepoints are nullified.
This statement has the following format:
END TRANSACTION