Deleting a Role

Function

This statement is used to delete a role in the current database or a specified database.

Syntax

1
DROP ROLE [db_name].role_name;

Keywords

None

Precautions

Example

1
DROP ROLE role1;