실행하면 다음과 같은 오류가 발생합니다.
오류 보고 -
SQL 오류: ORA-01400: cannot insert NULL into ("HR"."DEPARTMENTS"."DEPARTMENT_NAME")
01400. 00000 - "cannot insert NULL into (%s)"
*Cause: An attempt was made to insert NULL into previously listed objects.
*Action: These objects cannot accept NULL values.
departments 테이블의 department_name에는 null 값이 허용되지 않는데(NOT NULL), null 값을 입력하려 해서 오류가 발생했습니다.