In: Computer Science
Which statement describes a feature of Oracle sequences?
Answer-->
option 3-->Dropping a sequence does not delete values assigned to table attributes; it deletes only the sequence object from the database.
CREATE SEQUENCE statement for create sequence.
DROP SEQUENCE statement for drop the sequence .(Removes a sequence object from the current database.)