Oracle Database Administration II — Question 60

Which three are true about the SQL Tuning Advisor? (Choose three.)

Answer options

Correct answer: A, B, D

Explanation

The SQL Tuning Advisor checks for both stale and missing statistics, making options A and B correct. Option D is also correct as it can suggest semantic changes to SQL statements. Options C, E, and F are incorrect because the advisor does more than just syntactic changes, does not group statements during analysis, and does not build SQL profiles to prevent regressions.