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
Answer: D
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
Answer: D