Sequences

A sequence is a data area object that provides a quick and easy way of generating unique numbers.

You can use sequences to replace an IDENTITY column or user-generated numeric column. A sequence has similar uses as these alternatives.

Related reference
Create and use sequences