SQL ManualSQL ReferenceAccount ManagementCREATE-ROLEOn this pageCREATE-ROLECREATE-ROLENameCREATE ROLEDescriptionThe statement user creates a role CREATE ROLE rol_name;This statement creates an unprivileged role, which can be subsequently granted with the GRANT command.ExampleCreate a characterCREATE ROLE role1;Keywords CREATE, ROLEBest Practice