create sequence 順序名 [increment by n] [start with n] ・ ・ ・
increment by n 順序番号の間隔(デフォルトは1) start with n 生成される番号の初期値(デフォルトは1)