What is an Oracle sequence?
Answer / nishi
A sequence is an object in Oracle that is used to generate a number sequence. This can be useful when you need to create a unique number to act as a primary key.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between a hot backup and a cold backup in oracle?
Calculate difference between 2 date / times in oracle sql?
How many types of database triggers exist?
Query to get max and second max in oracle in one query ?
34 Answers CTS, Keane India Ltd, TCS, Wipro,
What is the usage of analyze command in oracle?
I have table-A(1,2,3,4,4,5,6,6,6,7). how to get all duplicate values?what is sql query?
What is cursor
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
Explain the types of exception?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??
What is a public synonym?
How to omit columns with default values in insert statement in oracle?