CREATE SEQUENCE orders_seq START WITH 1000 INCREMENT BY 1;
Creates a sequence with a starting value of 1000 which is incremented by 1.