It is used to grant, revoke privileges on tables, view, etc. for a user or role
- System Privileges: Granted by DBA to user. All to run commands like SELECT, CREATE, UPDATE
- Object Privileges: Granted by owner of object. Allows to use tables, views, etc.
GRANT Command
REVOKE Command