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 in Oracle changes sequence properties for future numbers only. Already generated numbers and cached values remain unaffected. This prevents breaking existing references.