Home »
MCQs »
SQL MCQs »
SQL Commands: DDL, DML, DCL, TCL, DQL MCQs
Which of the following is TRUE about TCL?
20. Which of the following is TRUE about TCL?
- Transactions can be saved to the database and rolled back with the help of TCL commands in SQL.
- There will be certain privileges that each user has; consequently, the data can be accessed by them using TCL.
- Our data is stored in a table that is described by the schema, thus TCL commands deal with the schema.
- SQL TCL commands can be used to perform any kind of retrieval or manipulation of the data present in SQL tables.
Answer: A) Transactions can be saved to the database and rolled back with the help of TCL commands in SQL
Explanation:
Transactions can be saved to the database and rolled back with the help of TCL commands in SQL.