A sequence is a database object of Oracle tenants. You can use it to generate unique sequential values for the primary key column. A sequence has two pseudocolumns: CURRVAL and NEXTVAL, which return the current value and next value of a sequence, respectively. CURRVAL is the NEXTVAL value plus the step size of the sequence.
Overview
share
Previous topic