ReferenceSQL ReferenceSQL CommandsCREATE ROLEOn this pageCREATE ROLE Create a new role. Syntax CREATE ROLE <role_name> Parameters <role_name> String Indicates the name you wish to give the new role. Example Create a role CREATE ROLE role1