Thread App::DBBrowser: Oracle Sequences (6 answers)
Opened by Kuerbis at 2023-05-29 18:11

rosti
 2023-05-29 19:15
#194927 #194927
User since
2011-03-19
3194 Artikel
BenutzerIn
[Homepage]
user image
create sequence statement


https://docs.oracle.com/javadb/10.8.3.0/ref/rrefsq....

What is an Oracle Sequence? An Oracle Sequence is a database object, just like a table or view, that represents a sequence of integers that can be used by any table or view in the global database namespace. A Sequence's values can be accessed using the NEXTVAL, and CURRVAL pseudo-columns.
Last edited: 2023-05-29 19:17:41 +0200 (CEST)

View full thread App::DBBrowser: Oracle Sequences