Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / User Privilege
 

Use the GRANT option to enable a user to grant a privilege to another user

GRANT  SELECT ON store.customers TO steve WITH GRANT OPTION;