Data Control Language (DCL)
The Data
Control Language (DCL) is a subset of the Structured Query Lanaguge (SQL) that
allows database administrators to configure security access to relational databases.Two types of DCL commands are GRANT and
REVOKE. Only Database Administrator’s or owner’s of the database object can
provide/remove privileges on a database object.
GRANT:
Gives user’s access privileges to database.
Gives user’s access privileges to database.