Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables:
EMPLOYEES:
EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2 (25) LAST_NAME VARCHAR2 (25) HIRE_DATE DATE
NEW_EMPLOYEES:
EMPLOYEE_ID NUMBER Primary Key NAME VARCHAR2 (60)
Which MERGE statement is valid?
Reveal answer
Fill a bubble to check yourself