A sequence can be used to populate a column with a strictly monotonically increasing number as new rows are inserted into a table.
Sequences are usually used to automatically generate unique identifiers and keys.
A sequence can be used to populate a column with a strictly monotonically increasing number as new rows are inserted into a table.
Sequences are usually used to automatically generate unique identifiers and keys.
Comments
Article is closed for comments.