OCP CBT Question 619

Please solve the following question.

A database administrator accidentally dropped the `DEPARTMENTS` table. Before any other significant DDL operations occur, the DBA wants to recover the table. Which command can be used to restore the `DEPARTMENTS` table from the Recycle Bin?

sqlDROP TABLE departments;