=[AD]=
Engineering Exams RRB-JE CS (Chemical Supervisor - Research) Technical Abilities 2025 22.04.25 Paper-2 Shift-1 Medium +1 -0.33
Which of the following options correctly identifies Data Control Language (DCL) commands in SQL Query?
Correct Answer: B. GRANT, REVOKE
Explanation: Data Control Language (DCL) commands are used to manage database security by regulating user access and permissions. The two primary DCL commands are GRANT, which provides specific access rights to a user, and REVOKE, which removes those previously assigned privileges. In contrast, CREATE and DROP are Data Definition Language (DDL) commands used for structural changes, while INSERT, UPDATE, DELETE, and SELECT are Data Manipulation Language (DML) or Data Query Language (DQL) commands used for handling data within tables. Since GRANT and REVOKE are the only options listed that specifically deal with access control, B is the correct choice.
Click below to open Discussion & Feedback
0 Issues
Please login to comment or Report Issues.
Reported Issues
=[AD]=