CLOUD COMPUTING
DATABASE MANAGEMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Ternary Control Language
|
|
Transmission Control Language
|
|
Transaction Central Language
|
|
Transaction Control Language
|
Detailed explanation-1: -Transaction Control Language (TCL) instructions are used to handle database transactions. These are used to keep track of the modifications that DML statements make. It also allows you to organise statements into logical transactions.
Detailed explanation-2: -TCL stands for Transaction Control Language in SQL. Transaction Control Language (TCL) is a set of special commands that deal with the transactions within the database. Basically, they are used to manage transactions within the database. TCL commands are also used for maintaining the consistency of the database.
Detailed explanation-3: -A Transaction Control Language (TCL) is a computer language and a subset of SQL, used to control transactional processing in a database. A transaction is logical unit of work that comprises one or more SQL statements, usually a group of Data Manipulation Language (DML) statements.