Oracle Database 12c: Advanced Administration — Question 86

You create a default Flashback Data Archive FLA1 and enable it for the EMPLOYEES table in the HR schema.
After a few days, you want to alter the EMPLOYEES table by executing the command:
SQL> ALTER TABLE EMPLOYEES ADD PHONE NUMBER(12);
Which statement is true about the execution of the command?

Answer options

Correct answer: C

Explanation

The correct answer is C because altering the EMPLOYEES table while it is enabled for Flashback Data Archive does not affect its ability to store metadata. Option A is incorrect as DDL statements can be executed on such tables, while B is wrong because metadata is not purged upon alteration. Option D is also false since Flashback Data Archive remains enabled after the change.