Database reference - HR

HR -  sequences -  HR.DEPARTMENTS_SEQ

Sequence properties

namevalue
nameHR.DEPARTMENTS_SEQ
mininum value1
maximum value9990
increment10
cycleN
orderedN
cache size0
last number280

Dependency graph

DEPARTMENTS_SEQEMP_MGMTEMP_MGMT_TWO

Objects that depend on HR.DEPARTMENTS_SEQ

nameobject typelevel
EMP_MGMTpackage1
REMOVE_EMPstored procedure2
REMOVE_DEPTstored procedure2
INCREASE_SALstored procedure2
INCREASE_COMMstored procedure2
HIREstored procedure2
CREATE_DEPTstored procedure2
EMP_MGMT_TWOpackage1
REMOVE_EMPstored procedure2
REMOVE_DEPTstored procedure2
INCREASE_SALstored procedure2
INCREASE_COMMstored procedure2
HIREstored procedure2
CREATE_DEPTstored procedure2

Code

   CREATE SEQUENCE  "HR"."DEPARTMENTS_SEQ"  MINVALUE 1 MAXVALUE 9990 INCREMENT BY 10 START WITH 280 NOCACHE  NOORDER  NOCYCLE 
 



Documentation generated by SqlSpec