Grant with user name and table name : Table privileges « User Previliege « Oracle PL / SQL






Grant with user name and table name



GRANT SELECT ON Student.ClassEnrollment TO Susan
WITH GRANT OPTION;
   
           
       








Related examples in the same category

1.Table privileges: SELECT, ALTER, DELETE, INSERT, and UPDATE
2.Grant the CREATE TABLE privilege to DROPME
3.Grant permission for a table to a user
4.Grant select on a table with synonym