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 PL/SQL ?
How are Indexes Update ?
What is difference between truncate and delete?
What is oracle analytical function?
if i have a procedure with 1000 line.when i run this in 61 line i got the error but i want to continue the programe without error.can anyone tell me how to handle that error.
What is the use of Control File ?
What is the use of file param in imp command?
How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?
Which of the following is not a database object TABLESPACE TABLE INDEX NONE
In Oracle 9i what does "i" Stands for?
What is user managed backup in Oracle?
What is the maximum limit on the number of columns in a table?