📚 Practice Mode
DB2 Database Administration and Privileges
Learn at your own pace with hints and detailed explanations
1 / 20
Multiple Choice
USER1 is the owner of TABLE1. Assuming USER1 only holds privileges for TABLE1, which of the following is the best way to remove all privileges USER1 holds?
- REVOKE CONTROL ON table1 FROM user1
- REVOKE ALL PRIVILEGES ON table1 FROM user1
- REVOKE CONTROL ON table1 FROM user1; REVOKE ALL PRIVILEGES ON table1 FROM user1
- REVOKE CONTROL, ALL PRIVILEGES ON table1 FROM user1