Software Engineering :: Database :: SQL :: Command :: DCL
⪼ Made with 💜 by Polyglot.
DCLincludes commands such as GRANT and REVOKE which mainly deal with the rights, permissions, and other controls of the database system. In PostgreSQL, executingDCLis transactional, and can be rolled back.
- DENY
- GRANT
- REVOKE