CREATE ROLE
Descriptionβ
This statement allows users to create a role.
Syntaxβ
CREATE ROLE <role_name>
It creates a role with no permission which could be added to the role though "GRANT" command.
Examplesβ
Create a role.
CREATE ROLE role1;