Multiple choice

Which of the following components of Program Global Area is a memory area used for operations such as Sorting, Hash-joins, Bitmap Merge and Bitmap create operations?

  1. Private SQL area

  2. Session memory

  3. SQL work area

  4. None of these

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

 SQL work area is a memory area used for operations such as Sorting, Hash-joins, Bitmap Merge and Bitmap create operations.