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