SQL CommandsDDL CommandsUser & RoleCREATE ROLEOn this pageCREATE ROLECreate a new role. After creating roles, you can grant object privileges to the role, enable access control security for objects in the system. See also: GRANT Syntax CREATE ROLE [ IF NOT EXISTS ] <role_name> [ COMMENT = '<string_literal>' ] Examples CREATE ROLE role1;