This statement is used to create a role.
CREATE ROLE role1;
This statement is used to create a role with no grant, grants can be done by GRANT command later.
GRANT
Create a role
CREATE ROLE read_role;
CREATE, ROLE