The WITH GRANT OPTION enables User1 to:

You assign User1 a set of permissions that include the WITH GRANT OPTION. The WITH GRANT
OPTION enables User1 to:

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.



Leave a Reply 6

Your email address will not be published. Required fields are marked *


Mostafa Ramadan

Mostafa Ramadan

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.

Steve

Steve

Yes, the answer is B.

Juan

Juan

Sure, answer is B.

Kedo

Kedo

But the correct answer is B

Russell

Russell

This has told me that C is the right answer but i went for B,

which is the right answer and why?

Amit

Amit

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