OCP CBT Question 491
Please solve the following question.
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.