Output: Default: / Employee
Output: Default: / Employee
Output: Default: / Employee
DEFAULT:
/* EMPLOYEE*/
Table altered.
1 row created.
11 rows selected.
/* PURCHASE*/
Table altered.
1 row created.
7 rows selected.
/* SERVICES*/
Table altered.
1 row created.
8 rows selected.
NOT NULL:
/* EMPLOYEE */
Table altered.
/* CUSTOMER*/
Table altered.
Table altered.
/* INVENTORY*/
Table altered.
CHECK:
/* EMPLOYEE*/
Table altered.
ERROR at line 1:
ORA-02290: check constraint (SCOTT.CHECK_SAL) violated
/* PURCHASE */
Table altered.
ERROR at line 1:
ORA-02290: check constraint (SCOTT.PRICE_CHECK) violated
/* SERVICES*/
Table altered.
ERROR at line 1:
ORA-02290: check constraint (SCOTT.QUAN_CHECK) violated
/* BILLING */
Table altered.
/* ITEMSUSED*/
Table altered.