nerdexam
Oracle

1Z0-034 · Question #15

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…

The correct answer is A. It retrieves the latest version of the table from the recycle bin. See the full explanation below for the reasoning.

Question

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> SELECT object_name, original_name, droptime FROM recyclebin; What would be the outcome of the precedent statement?

Exhibit

1Z0-034 question #15 exhibit

Options

  • AIt retrieves the latest version of the table from the recycle bin
  • BIt retrieves the oldest version of the table from the recycle bin
  • CIt retrieves the version of the table for which undo information is available
  • DIt returns an error because the table name is not specified as per the names in the

How the community answered

(29 responses)
  • A
    79% (23)
  • B
    3% (1)
  • C
    7% (2)
  • D
    10% (3)

Community Discussion

No community discussion yet for this question.

Full 1Z0-034 Practice