Oracle
1Z0-007 · Question #128
What is true about sequences?
The correct answer is C. The minimum value of an ascending sequence defaults to 1. The Start values of a Sequence defaults to 1 but another value may be specified with the START
Creating and Managing Schema Objects
Question
What is true about sequences?
Options
- AThe start value of the sequence is always 1.
- BA sequence always increments by 1.
- CThe minimum value of an ascending sequence defaults to 1.
- DThe maximum value of descending sequence defaults to 1.
How the community answered
(57 responses)- A12% (7)
- B2% (1)
- C82% (47)
- D4% (2)
Explanation
The Start values of a Sequence defaults to 1 but another value may be specified with the START
Topics
#sequences#MINVALUE#ascending sequence#sequence defaults
Community Discussion
No community discussion yet for this question.