What is true about sequences?
A.
The start value of the sequence is always 1.
B.
A sequence always increments by 1.
C.
The minimum value of an ascending sequence defaults to 1.
D.
The maximum value of descending sequence defaults to 1.
What is true about sequences?
What is true about sequences?
A.
The start value of the sequence is always 1.
B.
A sequence always increments by 1.
C.
The minimum value of an ascending sequence defaults to 1.
D.
The maximum value of descending sequence defaults to 1.
If you specify none of the following clauses, then you create an ascending sequence that starts with 1 and increases by 1 with no upper limit. Specifying only INCREMENT BY -1 creates a descending sequence that starts with -1 and decreases with no lower limit.