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 |
which sql command we can use to get a print out from oracle?
I'm doing my final year and i ve planned to do an oracle certification , is this the rit tim nd wat's the future scope??
What is a package in oracle?
State and explain about oracle instance?
How do I spool to a csv formatted file using sqlplus?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
why pl sql doesn't support retrieving multiple records
Will the Optimizer always use COST-based approach if OPTIMIZER_MODE is set to "Cost"?
how to retrieve data from different tables ,place this data in different excel worksheets.
What is the recommended interval at which to run statspack snapshots, and why?
What are the Referential actions supported by FOREIGN KEY integrity constraint ?
How to find out what privileges a user currently has in oracle?