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

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.