Google News
logo
SQL Server - Interview Questions
Which TCL Commands are available on the SQL Server?
There are 3 TCL Commands in the SQL Server. These are as follows :
 
Commit : This command is used to save the transaction permanently in the database.

Rollback : This is used to roll back the changes that are done i.e. to restore the database in the last committed state.

Save Tran : This is used for saving the transaction to provide the convenience that the transaction can be rolled back to the point wherever required.
Advertisement