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 |
How to delete an existing row from a table in oracle?
What is schema?
41 Answers Bodhi Global Services, Cognizant, HCL,
25. Display the client number and the value of the highest value order placed by that client.
which statement is running fastly ie insert or delete?
What is sharded cluster?
Give the sequence in which triggers fired during insert operations, when the following 3 triggers are defined at the same block level ?
How much memory your 10g xe server is using?
State the various uses of dbcc command?
Who i will insert 1 lacks record in a Database table
In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
What is oracle database client?
When do I need to use a semicolon vs a slash in oracle sql?