Valid 1Z0-060 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-060 Exam! ExamDiscuss.com now offer the newest 1Z0-060 exam dumps, the ExamDiscuss.com 1Z0-060 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-060 dumps with Test Engine here:
In your multitenant container database (CDB) containing pluggable database (PDBs), you granted the CREATE TABLEprivilege to the common user C # # A_ADMINin root and all PDBs. You execute the following command from the root container: SQL > REVOKE create table FROM C # # A_ADMIN; What is the result?
Correct Answer: B
Explanation/Reference: Explanation: SQL> create user c##admin identified by stipsi container=all; User created. SQL> grant create table to c##admin container=all; Grant succeeded. SQL> revoke create table from c##admin; revoke create table from c##admin * ERROR at line 1: ORA-65092: system privilege granted with a different scope to 'C##ADMIN'