ReferenceSQL ReferenceUser Account ManagementCREATE ROLEVersion: 2.5On this pageCREATE 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;What did you think of this doc?Send your review!