Multiple choice technology databases

Using NVL(),TO_DATE (), TO_NUMBER () functions in 'where' clause on non-indexed columns does improve performance

  1. True

  2. False

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

Applying functions like NVL, TO_DATE, or TO_NUMBER on columns in a WHERE clause typically prevents the database engine from utilizing indexes on those columns, degrading performance.