what is the use of sequence in postgresql? code example Example: create sequence postgres CREATE SEQUENCE mysequence INCREMENT 5 START 100;