Multiple Choice
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 12c 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.
Correct Answer:

Verified
Correct Answer:
Verified
Q97: If the minimum value for a sequence
Q98: A database index allows users and application
Q99: The INCREMENT BY setting for a sequence
Q100: By default,the START WITH clause has a
Q101: Which options are used in application cluster
Q103: Which of the following is a valid
Q104: A(n)_ synonym is used by others to
Q105: Which of the following commands is used
Q106: The _ pseudocolumn is used to generate
Q107: What are the benefits and disadvantages of