Which two statements are true about sequences created in a single instance database?
The numbers generated by a sequence can be used only for one table
DELETE would remove a sequence from the database
CURRVAL is used to refer to the last sequence number that has been generated
When the MAXVALUE limit for a sequence for reached, you can increase the MAXVALUE limit by using the ALTER SEQUENCE statement