Examine the following commands executed in your database: SQL> ALTER SESSION RECYCLEBIN=ON; Session altered
SQL> CREATE TABLE emp TABLESPACE tbsfd AS SELECT * FROM hr.employees;
Table created.
Further, you executed the following command to drop the table:
SQL> DROP TABLE emp; Table dropped.
What happens in this scenario? ()