This article provides an example to insert record in to item table using sequences.
Createsequence seqc incremented by 10 startwith 011 minvalue 011 maxvalue 100; Insertinto item values (seqc.nextval,'Datacard', 37, 200,'white);