A Transaction Control Language (TCL) is a
computer language and a subset of
SQL, used to control transactional processing in a database. Examples of TCL commands include: COMMIT to apply the transaction. ROLLBACK to undo all changes of a transaction.
SAVEPOINT to divide the transaction into smaller sections.
See more at Wikipedia.org...