Transaction Control Language
From Wikipedia, the free encyclopedia
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.
[edit] See also
|