Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in SQL by (45k points)
closed by

A) TCL

B) SCL

C) DCL

D) DDL

closed

4 Answers

0 votes
by (7.8k points)
 
Best answer
The category of SQL command that is not included among the options is option B) SCL. TCL commands manage transactions, DCL commands handle permissions and security, and DDL commands define and modify the database structure. However, SCL is not a recognized category of SQL commands.
0 votes
by (99k points)

The correct answer to the question “________________ is not a category of SQL command” is option (b). SCL. Other categories of SQL commands are TCL, DCL, DDL, etc. but not SCL. If you are planning to master SQL, then do so by enrolling in a good SQL training course from a good e-learning institute like Intellipaat. Also, have a look at the following video on SQL for Beginners.

0 votes
by (11.4k points)
The category of SQL command that is not included among the options is option B) SCL.

TCL (Transaction Control Language) commands are used to manage transactions in SQL, ensuring data consistency and integrity.

DCL (Data Control Language) commands are used for managing permissions and security in SQL, controlling access to the database.

DDL (Data Definition Language) commands are used to define and modify the structure of the database, such as creating tables and altering schema.

However, SCL is not a recognized category of SQL commands, making it the correct choice as the option that is not a category of SQL command.
0 votes
by (13k points)

B) SCL.is correct answer

Related questions

0 votes
1 answer
0 votes
4 answers
asked Mar 14, 2021 in SQL by dev_sk2311 (45k points)
0 votes
1 answer
0 votes
1 answer
asked Apr 2, 2021 in SQL by dev_sk2311 (45k points)

Browse Categories

...