실행하면 다음과 같은 오류가 발생합니다.
SQL 오류: ORA-00001: unique constraint (HR.EMP_EMAIL_UK) violated
00001. 00000 - "unique constraint (%s.%s) violated"
*Cause: An UPDATE or INSERT statement attempted to insert a duplicate key.
For Trusted Oracle configured in DBMS MAC mode, you may see
this message if a duplicate entry exists at a different level.
*Action: Either remove the unique restriction or do not insert the key.
employees 테이블의 email 열에는 ‘SKING’이라는 데이터 값이 이미 존재하는데, 같은 데이터 값을 삽입하려고 시도하면 오류가 발생합니다.