问题:
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? ()
A . The table is moved to the SYSAUX tablespace.
B . The table is moved to the SYSTEM tablespace.
C . The table is removed from the database permanently.
D . The table is renamed and remains in the TBSFD tablespace.
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? ()
● 参考解析
本题暂无解析
相关内容
相关标签