A sequence in PostgreSQL is a special form of data that is created to generate multiple numeric identifiers in the PostgreSQL database. It is most often used to create sequences and artificial primary keys similar to Auto_Increment in MySQL. The basic role of sequences in PostgreSQL is to create unique identifiers between multiple rows inside a table.

BY Best Interview Question ON 08 Feb 2020