Sequence - a sequence generates a serial list of unique numbers within a single numeric column of a database's tables |
Sequences simplify application programming by automatically generating unique numerical "labels" for the rows of tables |
Use them for attributes such as pid -- person ID in phone list where must generate a unique label for every row |