OCP CBT 기출문제 예상문제 494번

다음 문제를 풀어보세요.

You are attempting to create a new PDB, `REPORT_PDB`, within `CDB01`. You want to specify a temporary tablespace for the new PDB. Examine the following command: ```sql CREATE PLUGGABLE DATABASE report_pdb ADMIN USER rep_admin IDENTIFIED BY oracle DEFAULT TABLESPACE users TEMPORARY TABLESPACE temp_rep; ``` Which statement is true if `temp_rep` is an existing temporary tablespace defined at the CDB root level?

CDB01 has a temporary tablespace named temp_rep.