Entering content frame

DROP ROLE Statement (drop_role_statement) 

The DROP ROLE statement deletes a role.

Syntax

<drop_role_statement> ::= DROP ROLE <role_name>

role_name

Explanation

The current user must be the owner of the role.

The metadata of the role to be dropped is dropped from the database catalog.

 

Leaving content frame