What is a Sequence ?
Answers were Sorted based on User's Feedback
Answer / kumar
Sequence is used for number generation.
We can create a sequence and cannot update a sequence
directly.
After creating a sequence we ca use functions nextval,
currval and setval to operate on the sequence.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / s. senthil kumar
A sequence generates a serial list of unique numbers for
numerical columns of a database's tables.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
Sequence is used to provide unique values to database
object.
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain the importance of .pll extension in oracle?
What are ddl statements in oracle?
what is view?
How to Select second Maximum salary in a Table ?
How many file formats are supported to export data?
Is truncate autocommit in oracle?
How to return top 5 rows in oracle?
How to create lov dynamically at runtime & attach to text field?
can u send the sql dumps to sivakumarr1987@gmail.com plz help me
How to download oracle database 10g xe?
primary key is foreign key for the same table?
How can we find out the current date and time in oracle?