OCP CBT Question 494

Please solve the following question.

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.