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
How can I get column names from a table in oracle?
What is tns entry?
Explain an extent?
What is hash cluster in oracle?
What privilege is needed for a user to delete rows from tables in another schema?
How can I create database in oracle?
Explain the types of exception?
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.
What is using clause and give example?
List the parts of a database trigger.
What is the use of oracle?
How to do a full database export?
What are the database administrators utilities available?
Why do we use coalesce function in oracle?
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 ?