#276. 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?
Show comments for this question (1)
Add comments
Link to this question
|