2 Day Developer > Using SQL > Using Transaction Control S...
Using Transaction Control Statements |
Previous |
Next |
Transaction control statements manage the changes made by DML statements and group DML statements into transactions. They enable you to:
Undo the changes in a transaction, either since the transaction started or since a savepoint (ROLLBACK
)
This section contains the following topics: