📄️ CREATE USER
Create a new user.
📄️ DROP USER
Drop the specified user from the system.
📄️ ALTER USER
Modifies the properties for an existing user.
📄️ CREATE ROLE
Create a new role.
📄️ DROP ROLE
Removes the specified role from the system.
📄️ GRANT <privileges>
Grants one or more access privileges to a user or a role.
📄️ REVOKE <privileges>
Revoke one or more access privileges from a user or a role.
📄️ GRANT ROLE
Assigns a role to a user.
📄️ REVOKE ROLE
Removes a role from a user.