This statement is used to bind a user with a role.
1
GRANT ([db_name].role_name,...) TO (user_name,...);
None
The role_name and username must exist. Otherwise, an error will be reported.
GRANT role1 TO user_name1;