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 are the default admin accounts in Oracle 10g ?
How do I recompile a procedure in oracle?
What are inner join and outer join?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
What is a deadlock ? Explain .
How to call a stored function with parameters?
Whatz the main diff between Subquery and a Join
14 Answers Oracle, Zeta Interactive,
What is private procedure oracle?
candidate key is subset of super key but not vice-verse explain
What is format trigger?
If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?