Multiple choice technology databases

You use comments in a SQL statement to pass hints to the Oracle optimizer

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Oracle supports hint comments like /*+ INDEX(tab idx) */ to pass optimizer directives. While hints are technically comments, their specific purpose in Oracle SQL is to guide the optimizer's execution plan.