Database Fundamentals — Question 10
You assign User1 a set of permissions that include the WITH GRANT OPTION.
The WITH GRANT OPTION enables User1 to:
Answer options
- A. request a log of permission use.
- B. delegate permissions to other users.
- C. create new database users.
- D. view other users' permissions.
Correct answer: B
Explanation
The WITH GRANT OPTION allows User1 to delegate their permissions to other users, making option B the correct choice. Options A, C, and D do not accurately describe the functionality provided by the WITH GRANT OPTION, which specifically pertains to permission delegation.