OCP CBT Question 575

Please solve the following question.

A logical corruption has occurred on a specific table named `AUDIT_LOG` within the `TOOLS` tablespace at 11:00 AM. You need to recover this table to its state at 10:55 AM, and all other tables in the `TOOLS` tablespace and other tablespaces must remain at the current point in time. The database is in ARCHIVELOG mode and Flashback Database is enabled. What is the most efficient and least disruptive method to achieve this specific recovery?

sql-- Database is currently open and active.-- Logical corruption on table AUDIT_LOG in TOOLS tablespace at 2023-07-01 11:00:00.-- Recovery desired to 2023-07-01 10:55:00.-- Flashback Database is enabled.-- ARCHIVELOG mode.