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

다음 문제를 풀어보세요.

You want to completely remove a pluggable database named `OLD_PDB` from `CDB01`, including all its associated data files. Examine the following SQL command: ```sql DROP PLUGGABLE DATABASE old_pdb; ``` What is the most accurate description of the outcome of this command?

OLD_PDB is currently in the MOUNTED state.