TCL or Transaction Control Language commands are used to enforce control on transactions within a database object which might result in a change in the state of data within the dbo.
These are:
- COMMIT
- ROLLBACK [ TO save_point_name ]
- SAVEPOINT save_point_name