The syntax for the revoke privilege statement in BNF is as follows:

Syntax

revoke privilege statement ::=
 REVOKE [ GRANT OPTION FOR ]
 {privilege[, privilege , ] , ...| ALL [ PRIVILEGES ]} 
   ON table_name  FROM {user_name[ , user_name] , ...| PUBLIC }
   [ RESTRICT | CASCADE ] ;

For more information, see REVOKE.