What is an Oracle sequence?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I get column names from a table in oracle?

769


What is tns entry?

809


Explain an extent?

866


What is hash cluster in oracle?

828


What privilege is needed for a user to delete rows from tables in another schema?

789


How can I create database in oracle?

758


Explain the types of exception?

868


Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.

1486


What is using clause and give example?

813


List the parts of a database trigger.

788


What is the use of oracle?

789


How to do a full database export?

863


What are the database administrators utilities available?

781


Why do we use coalesce function in oracle?

856


what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?

2240