What is the difference between CYCLE/NO CYCLE in a oracle Sequence?
Options
- For a cycle values for the column are regenerated MAXVALUE is reached
- For a cycle values for the column are regenerated from MINVALUE once MAXVALUE is reached
- For a no cycle values for the column are regenerated MAXVALUE is reached
- For a no cycle values for the column are regenerated from MINVALUE once MAXVALUE is reached
CORRECT ANSWER : For a cycle values for the column are regenerated from MINVALUE once MAXVALUE is reached
Write your comments