ReferenceSQL StatementsAccount ManagementCREATE-ROLEOn this pageCREATE-ROLECREATE-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 Best Practice