CREATE-ROLE
CREATE-ROLEβ
Nameβ
CREATE ROLE
Descriptionβ
The statement user creates a role
CREATE ROLE rol_name;
This statement creates an unprivileged role, which can be subsequently granted with the GRANT command.
Exampleβ
Create a character
CREATE ROLE role1;
Keywordsβ
CREATE, ROLE