Discussion Forum : 11g Architecture Options
Question - Which of the following object types below cannot be replicated?
Options:
A .  Data
B .  Trigger
C .  View
D .  Sequence
Answer: Option D


Use the CREATE SEQUENCE statement to create a sequence, which is a database object from which multiple users may generate unique integers. You can use sequences to automatically generate primary key values.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *