Multiple choice technology programming languages

While creating a sequence, what does cache option mean?

  1. cache option specifies minimum value of the sequence

  2. cache option specifies how many sequence values will be stored in memory for faster access

  3. cache option specifies maximum value of the sequence

  4. cache option specifies the value with which the sequence will be incremented

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

The CACHE option in database sequences preallocates and holds a specified number of sequence values in memory for faster access. It does not dictate increment values, nor does it specify minimum or maximum sequence boundaries.