Multiple choice technology databases The ALTER SEQUENCE statement can affect only the future sequence numbers True 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.