nerdexam
Oracle

1Z0-888 · Question #36

1Z0-888 Question #36: Real Exam Question with Answer & Explanation

Sign in or unlock 1Z0-888 to reveal the answer and full explanation for question #36. The question stem and answer options stay visible for context.

Performance Tuning

Question

The query is not using an index. Which two methods can be used to allow the query to use an index?

Options

  • AChange the WHERE clause to Birthday BETWEEN 1980-01-01 AND 1980-12-31.
  • BAdd a functional index for YEAR(Birthday).
  • CExecute ANALYZE TABLE to update the index statistics.
  • DAdd a generated column calculating YEAR(Birthday) and index that column.
  • EAdd FORCE INDEX (Birthday) to the query.

Unlock 1Z0-888 to see the answer

You've previewed enough free 1Z0-888 questions. Unlock 1Z0-888 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#Index usage#Query optimization#Function-based expressions#Execution plans
Full 1Z0-888 Practice