---
title: "What are the different TCL commands in SQL?"  
description: "What are the different TCL commands in SQL?"  
author: "Manish Kumar"  
published: 2018-05-23  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/23410/what-are-the-different-tcl-commands-in-sql  
category: "database"  
tags: ["mysql", "sql server"]  
reading_time: 1 minute  

---

# What are the different TCL commands in SQL?

It is are used to manage the changes made by DML statements

COMMIT- To write and store the changes to the database

ROLLBACK- To restore the database since the last commit

\

## Answers

### Answer by Manish Kumar

It is are used to manage the changes made by DML statements

COMMIT- To write and store the changes to the database

ROLLBACK- To restore the database since the last commit

\


---

Original Source: https://www.mindstick.com/interview/23410/what-are-the-different-tcl-commands-in-sql

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
