A role name identifies a
role.Syntax
<role_name> ::= <identifier>
identifierExplanation
An error message is output if the name has more than 32 characters.
SQL statement for defining a role
CREATE ROLE statementSQL statement to assign privileges to a role
GRANT statementSQL statement for granting a role
GRANT statementSQL statements for activating a role
ALTER USER statement ALTER USERGROUP statement SET statementSQL statement for dropping a role
DROP ROLE statementSee also:
Role concept