Which two statements are true?

Examine the command and its output: Exhibit: Which two statements are true?

Examine the command and its output: Exhibit: Which two statements are true?

A.
It flashes back the employee table and all the constraints associated with the table.

B.
It automatically flashes back all the indexes on the employes table.

C.
It automatically flashes back any triggers defined on the table.

D.
It flashes back only the structure of the table and not the data.

E.
It flashes back the data from the recycle bin and the existing data in the original table is
permanently lost.



Leave a Reply 3

Your email address will not be published. Required fields are marked *


Tricolor

Tricolor

not B!!!! Bitmap isnt flashback!!!!

yogui

yogui

why not b?
Oracle Database does not revert statistics associated with table to their earlier form. Indexes on table that exist currently are reverted and reflect the state of the table at the Flashback point. If the index exists now but did not yet exist at the Flashback point, then the database updates the index to reflect the state of the table at the Flashback point.