Granting and Revoking Authority
• The DBA controls DB security and authorization
using Data Control Language, or DCL.
• DCL statements are used to control which users
have access to which objects and commands.
• DCL statements comprise two basic types:
– GRANT assign a permission to DB user.
– REVOKE removes a permission from a DB user.