Monday, May 21, 2012 0:48

‘Oracle’ News

Subscribe to RSS feed

CURRVAL AND NEXTVAL of Sequence

Wednesday, December 3, 2008 12:15

CURRVAL AND NEXTVAL A sequence is a schema object that can generate unique sequential values. These values are often used for primary and unique keys. You can refer to sequence values in SQL statements with these ...

Tagged with: