Related questions
Question 59 - ADA-C01 discussion
The following commands were executed:
Grant usage on database PROD to role PROD_ANALYST;
Grant usage on database PROD to role PROD_SUPERVISOR;
Grant ALL PRIVILEGES on schema PROD. WORKING to role PROD_ANALYST;
Grant ALL PRIVILEGES on schema PROD. WORKING to role PROD_SUPERVISOR;
Grant role PROD ANALYST to user A;
Grant role PROD SUPERVISOR to user B;
What authority does each user have on the WORKING schema?
A.
Only user B can create tables, because all privileges were transferred to PROD_SUPERVISOR.
B.
Tables created by either user A or user B will be visible to both users.
C.
All existing tables in schema PROD. WORKING will be visible to both users.
D.
Both user A and user B can create tables in the PROD. WORKING schema.
Your answer:
0 comments
Sorted by
Leave a comment first