Q. DCL provides commands to perform actions such as _______
β
Correct Answer: (B)
Access authorization and other control over the database
Explanation: A Data Control Language (DCL) is a syntax similar to a programming language used to control access to data stored in a database (authorization). In particularly, it is a component of SQL (Structured Query Language). Examples of DCL commands: “GRANT” to authorize specified users to perform specified tasks.