Which case will require a sequence to be dropped and recreated instead of being modified by the
ALTER SEQUENCE statement?
A.
Change the data type of the sequence.
B.
Reset the sequence to its starting value.
C.
Establish new minimum or maximum values.
D.
Change the increment between future values.