Page 1 of 1

Which privilege will user smith be able to grant to another user on table emp when the following SQL is executed?GRANT A

Posted: Fri Aug 26, 2022 9:58 am
by answerhappygod
Which privilege will user smith be able to grant to another user on table emp when the following SQL is executed?GRANT ALL ON TABLE emp TO smith WITH GRANT OPTION;

A. BIND
B. REORG
C. TRIGGER
D. EXECUTE