Oracle Database 12c: Advanced Administration — Question 158

You accidentally drop the CUSTOMERS table, and then recover it by using the FLASHBACK TABLE command.
Which two statements are true about the dependent objects of the CUSTOMERS table?

Answer options

Correct answer: B, E

Explanation

The correct answer is B and E because when using FLASHBACK TABLE, all constraints except referential integrity constraints are restored, and LOB segments are also recovered. Options A, C, and D are incorrect as they misrepresent the behavior of the FLASHBACK TABLE command regarding constraints, triggers, and materialized views.