DROP-ROLE
Description
This statement is used to remove a role
DROP ROLE role1;
Removing a role does not deprive the related privileges from users. The deletion only means to decouple the role from users and will not affect the privileges that the users already have.
Example
- Drop Role 1
DROP ROLE role1;
Keywords
DROP, ROLE