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 r routers?
How would you begin to troubleshoot an ORA-3113 error?
What is the scope of a local variable?
What are virtual columns?
What are operators in oracle?
What is translate in oracle?
Is it possible to split the print reviewer into more than one region ?
How do I spool in oracle?
Given two table employee and department EMP ---------------- empid deptid(fk) Dept --------------------- deptid(pk) deptname que-Write a query to find count of employee in each department. Expected Output- deptid countofEmployee --------------------------- 10 57 20 20 30 15
How to write a query with an inner join in oracle?
What are the components of Physical database structure of Oracle Database?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?