Revoke insert and select : REVOKE « User Permission « SQL / MySQL






Revoke insert and select

   

REVOKE  INSERT, SELECT
ON      COMMITTEE_MEMBERS
FROM    MARC
;

   
    
    
  








Related examples in the same category

1.REVOKE statement syntax
2.How the REVOKE statement works
3.Revoke ALL privileges from the user second, delete the user, and then verify the removal.
4.The REVOKE Statement
5.Revoke select privilege
6.Revoke references privilege