Which of the following statements about NEXTVAL and CURRVAL is incorrect?
a. The pseudocolumn NEXTVAL is used to actually generate the sequence value. b. After the value is generated, it is stored in the CURRVAL pseudocolumn so it can be
referenced again by a user. c. A reference to CURRVAL will not cause Oracle to generate a new sequence number, a
reference to NEXTVAL, however, will generate a new number. d. NEXTVAL and CURRVAL are pseudocolumns that store unique names for database
objects.