Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active July 13, 2024 22:46
Show Gist options
  • Select an option

  • Save wilmoore/360921d2211935bd63a83fa5c7cfe4fd to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/360921d2211935bd63a83fa5c7cfe4fd to your computer and use it in GitHub Desktop.
Software Engineering :: Database :: SQL :: Command :: DCL

Software Engineering :: Database :: SQL :: Command :: DCL

⪼ Made with 💜 by Polyglot.

DCL includes commands such as GRANT and REVOKE which mainly deal with the rights, permissions, and other controls of the database system. In PostgreSQL, executing DCL is transactional, and can be rolled back.

Commands

  • DENY
  • GRANT
  • REVOKE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment