SQL> CREATE SEQUENCE demo_seq INCREMENT BY 3 MINVALUE = 8 MAXVALUE = 99 START with 10 ENGINE = InnoDB COMMENT = 'Demo Sequence';