Which two statements are true about sequences created in a single instance database?

Which two statements are true about sequences created in a single instance database?
(Choose two.)

Which two statements are true about sequences created in a single instance database?
(Choose two.)

A.
When a database instance shuts down abnormally, the sequence numbers that have
been cached but not used would be available once again when the database instance is
restarted

B.
When the MAXVALUE limit for a sequence isreached, you can increase the MAXVALUE
limit by using the ALTER SEQUENCE statement

C.
CURRVAL is used to refer to the last sequence number that has been generated

D.
The numbers generated by a sequence can be used only for one table

E.
DELETE <sequencename> would remove a sequence from the database



Leave a Reply 2

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