View privileges: SELECT, DELETE, INSERT, and UPDATE : View privileges « User Previliege « Oracle PL / SQL






View privileges: SELECT, DELETE, INSERT, and UPDATE

 

GRANT SELECT, UPDATE
ON emp_view TO PUBLIC;

--

 

Related examples in the same category