Google News
logo
Database Testing - Interview Questions
What do you mean by DCL commands and explain the types of commands used by DCL?
Data Control Language (DCL) is a component of SQL, controls the use of data stored in a database.
 
There are two types of DCL Commands :
 
Grant : The command facilitates users to access privilege to database
Revoke : Stop permitting users to access the database
Advertisement