ocp-431

QUESTION NO: 431
You plan to use Flashback Drop feature to recover a dropped table SALES_EMP. No other table with the
same name exists in the schema.
You query RECYCLEBIN and find multiple entries for the SALES_EMP table as follows: You then issue the
following statement to recover the table:
SQL> FLASHBACK TABLE sales_emp TO BEFORE DROP;
What would be the outcome of the precedent statement?
A. It retrieves the latest version of the table from the recycle bin
B. It retrieves the oldest version of the table from the recycle bin
C. It retrieves the version of the table for which undo information is available
D. It returns an error because the table name is not specified as per the names in the OBJECT_NAME
column
Answer: A

您打算使用闪回删除功能恢复删除的SALES_EMP表。没有其他具有相同名
称的表存在于方案。
您查询回收站,并找到多个SALES_EMP表的如下条目:然后,您可
以发出以下语句以恢复该表:
先例语句的结果会是什么?

A.它从回收站检索最新版本的表

你可能感兴趣的:(ocp-431)