CREATE ROLE
Syntax:
A user can be assigned multiple roles. Users can apply their assigned roles in arbitrary combinations by the SET ROLE statement. The final scope of privileges is a combined set of all the privileges of all the applied roles. If a user has privileges granted directly to it’s user account, they are also combined with the privileges granted by roles.
To revoke a role, use the statement.
To delete role, use the DROP ROLE statement. The deleted role is being automatically revoked from all the users and roles to which it was assigned.
Examples
Assigning the role to the user :
After the role is assigned, the user can apply it and execute the allowed queries. For example: