Multiple choice

Which of the following prevents SQL statements from being repeatedly parsed thus improving performance during execution of SQL statements?

  1. The data dictionary cache

  2. Library cache

  3. The stream pool

  4. SQL work area

  5. Instance creation

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

This prevents SQL statements from being repeatedly parsed thus improving performance during execution of SQL statements.