____________ is used to generate a sequence.
Answers
Answered by
1
Answer:
CREATE SEQUENCE. Specify the name of the sequence after the CREATE SEQUENCE keywords.
INCREMENT BY. Specify the interval between sequence numbers after the INCREMENT BY keyword.
START WITH. Specify the first number in the sequence.
MAXVALUE. Specify the maximum value of the sequence.
NOMAXVALUE
MINVALUE.
NOMINVALUE.
CYCLE.
Explanation:
is this helpful bro, and hope u understand this much better
Similar questions