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 |
What is sequence?
What is the disadvantage of User defind function?
What is the difference between formal parameters and actual parameters?
How to convert times to characters in oracle?
how to hide the stored procedure inside a package
i want to know about mr.b.kotravel......who has answered for second maxmium salary from employee table
Point the difference between translate and replace?
How to assign values to variables?
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?
how to get count of tables in particular database in Oracle?
How different is ms access and oracle?
Can multiple cursors being opened at the same time?