IBM Exam Questions

Which of the following statements is used to revoke all DML privileges on table EMPLOYEE from user T

Which of the following statements is used to revoke all DML privileges on table EMPLOYEE from
user TOM?

A.
REVOKE ALL PRIVILEGES FROM USER tom

B.
REVOKE ALL ON EMPLOYEE FROM USER tom

C.
REVOKE EXECUTE ON EMPLOYEE FROM USER tom

D.
REVOKE PRIVILEGES ON EMPLOYEE FROM USER tom