OCP CBT Question 621
Please solve the following question.
You have configured a Flashback Data Archive (FDA) named `HR_ARCHIVE` for the `HR` schema with a retention period of 1 year. The `EMPLOYEES` table is enabled for FDA. Which statement describes a correct behavior or capability when using this FDA configuration?
sqlCREATE FLASHBACK ARCHIVE hr_archive TABLESPACE users RETENTION 1 YEAR;ALTER TABLE employees FLASHBACK ARCHIVE hr_archive;