Sometimes we need to add ulterior constraints to the table we define. The ALTER TABLE statement enables us to do this. There are several types of constraints we can add. If we want to ensure that all ...
SCHED_NAME VARCHAR2(120) DEFAULT 'OCS_SCHEDULER' NOT NULL, IS_NONCONCURRENT VARCHAR2(1) default 'N' NOT NULL, IS_UPDATE_DATA VARCHAR2(1) default 'N' NOT NULL, CONSTRAINT POLL_JOB_DETAILS_PK PRIMARY ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results