Which command do you use to create a local role while y…

Which command do you use to create a local role while you are connected as the local user?

Which command do you use to create a local role while you are connected as the local user?

A.
create local role l_hr;

B.
create role c##_hr container=current;

C.
create role l_hr container=current;

D.
create role l_hr container=all;

Explanation:
You can include CONTAINER=CURRENT in the CREATE ROLE statement to specify the role as a local role.



Leave a Reply 0

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