Define Sequence
A sequence is a set of integers 1, 2, 3 that are generated in order on demand. Sequences are regularly used in databases because lots of applications require every row in a table to contain a unique value and sequences provide an easy way to produce them