Upgrade to Oracle Database 12c — Question 36

The current system change number (SCN) for a live database is 663571.
You decide to use the FLASHBACK TABLE statement to flash back the CUSTOMERS table to SCN 662116.
After flashing back the CUSTOMERS table, you query it and decide to undo the effects of the FLASHBACK TABLE command.
Which is the fastest way to do this?

Answer options

Correct answer: B

Explanation

The correct answer is B because issuing another FLASHBACK TABLE command allows you to restore the CUSTOMERS table to its state at SCN 663571 quickly. Options A, C, and D are incorrect because they suggest methods that are not necessary or applicable after a FLASHBACK TABLE operation has been conducted; only a subsequent FLASHBACK TABLE can revert the table to its previous state.