Related questions
Question 38 - ADA-C01 discussion
The following SQL command was executed:
Use role SECURITYADMIN;
Grant ownership
On future tables
In schema PROD. WORKING
To role PROD_WORKING_OWNER;
Grant role PROD_WORKING_OWNER to role SYSADMIN;
Use role ACCOUNTADMIN;
Create table PROD.WORKING.XYZ (value number) ;
Which role(s) can alter or drop table XYZ?
A.
Because ACCOUNTADMIN created the table, only the ACCOUNTADMIN role can alter or drop table XYZ.
B.
SECURITYADMIN, SYSADMIN, and ACCOUNTADMIN can alter or drop table XYZ.
C.
PROD_WORKING_OWNER, ACCOUNTADMIN, and SYSADMIN can alter or drop table XYZ.
D.
Only the PROD_WORKING_OWNER role can alter or drop table XYZ.
Your answer:
0 comments
Sorted by
Leave a comment first