Multiple choice technology databases

The ALTER SEQUENCE statement can affect only the future sequence numbers

  1. True

  2. False

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

ALTER SEQUENCE modifies future sequence numbers only. Numbers already allocated to the session cache (typically 20) are not affected. Changes impact the next sequence value generated, not values already used or cached.