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 |
primary key is foreign key for the same table?
How to use "in out" parameter properly?
How to estimate disk space needed for an export job?
What is trigger associated with the timer ?
how do u know the total no of rows in a table?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
Is the After report trigger fired if the report execution fails ?
What is the recommended interval at which to run statspack snapshots, and why?
what are corelated subqueries
How to set a transaction to be read only in oracle?
What are the original export and import utilities?
13. Display the second to fifth characters in each client name.