REVOKE is a standard SQL command to revoke privileges from a user or role in a database system.
The basic structure of the REVOKE statement is:
REVOKE <permission> ON <object> FROM <user-or-role>;
There are various options in standard SQL and most SQL DBMS provide their own extensions to what is specified by the standard.