9. Extended Statements : Revoke : Example: Revoke
 
Share this page                  
Example: Revoke
Prevent any user from granting any form of access to the payroll table. Delete all dependent grants.
revoke grant option for all on payroll 
  from public cascade;