Multiple choice technology databases

What can be used to optimize the performance of simple SQL?

  1. DYNAMIC PARALLELISM

  2. HINTS

  3. STORED OUTLINES

  4. ALL

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

Simple SQL performance can be optimized using multiple techniques: dynamic parallelism (parallel execution), hints (directives to optimizer), and stored outlines (preserving execution plans). The effectiveness depends on the specific SQL statement and environment. All three methods are valid optimization strategies.