You assign User1 a set of permissions that include the WITH GRANT OPTION. The WITH GRANT
OPTION enables User1 to:
A.
request a log of permission use.
B.
delegate permissions to other users.
C.
create new database users.
D.
view other users’ permissions.
From my own sight as ( WITH GRANT OPTION—the user (not roles) is permitted to grant the same permissions to other users ):
The Right Answer is :
B.
delegate permissions to other users.
Yes, the answer is B.
Sure, answer is B.
But the correct answer is B
This has told me that C is the right answer but i went for B,
which is the right answer and why?
The difference between these options is very simple. In case of only GRANT, the username cannot grant the same permission to other users. On the other hand, with the option WITH GRANT OPTIONS, the username will be able to give the permission to other users.
The correct answer is: – B