CREATE-ROLE

Name

CREATE ROLE

Description

The statement user creates a role

  1. CREATE ROLE rol_name;

This statement creates an unprivileged role, which can be subsequently granted with the GRANT command.

Example

  1. Create a character

    1. CREATE ROLE role1;

Keywords

  1. CREATE, ROLE

Best Practice