Multiple Choice
Which command will create a sequence named NEWSEQUENCE to generate a series of integers?
A) CREATE SEQUENCE newsequence;
B) CREATE SEQUENCE STARTING WITH 5;
C) CREATE SEQUENTIAL newsequence STARTING WITH 5;
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q50: When a positive value is assigned to
Q51: The _ clause is used to specify
Q52: The keyword _ must be used in
Q53: A basic CREATE INDEX command will create
Q54: The _ clause of the CREATE SEQUENCE
Q56: The <u>CURRVAL</u> pseudocolumn is used to generate
Q57: How can an organization use a sequence
Q58: Only one identity column may be defined
Q59: A(n)_ synonym is an alternate name that
Q60: A function-based index can be used for