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 make a Data Backup in oracle ? What is the procedure for creating the dump files in oracle ( any version ) ?
What are named parameters?
What are the differences between a sys and system user and what are the extra privileges available to the sys user?
Is primary key indexed by default in oracle?
HOW TO DISPLAY MAXIMUM SALARIES FROM EMP DEPARTMENT VISE ALONG WITH DEPARTMENT NAMES? E.g EMP,DEPT
5 Answers College School Exams Tests, DELL,
how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....
What is Network Database link ?
What is open database communication (odbc) in oracle?
What is the difference between Delete, Truncate and Drop in Oracle?
What are synonyms used for ?
Does oracle partitioning improve performance?
What is the difference between INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN?