Creating a Role

Function

Syntax

1
CREATE ROLE [db_name].role_name;

Keywords

None

Precautions

Example

1
CREATE ROLE role1;