IBM Exam Questions

Which of the following statements grants user AJAY the ability to insert data to table tab1?

Which of the following statements grants user AJAY the ability to insert data to table tab1?

A.
GRANT ADD ON TABLE tab1 TO ajay

B.
GRANT INSERT ON TABLE tab1 TO ajay

C.
GRANT ADD ON TABLE tab1 TO USER ajay

D.
GRANT INSERT ON TABLE tab1 TO USER ajay

Explanation: