Choose three.
Which three are true about the Oracle Optimizer?
A.It considers the filters in WHERE clauses when generating execution plans for SQL statements. B.It obeys all hints. C.It considers object statistics when generating execution plans for SQL statements. D.It updates stale object statistics in the Data Dictionary. E.It can only use SQL Plan Directives tied to the SQL statement for which a plan is being generated. F.It can re-optimize execution plans after previous executions detect suboptimal plans.正确答案ACF