I
DB2 9 Family Fundamentals
300 Questions
Question No. 1
Given the following table:
CURRENT_EMPLOYEES
--------------------------EMPID INTEGER NOT NULL
NAME CHAR(20)
SALARY DECIMAL(10,2)
PAST_EMPLOYEES
--------------------------EMPID INTEGER NOT NULL
NAME CHAR(20)
SALARY DECIMAL(10,2)
Assuming both tables contain data, which of the following statements will NOT successfully add data to table CURRENT_EMPLOYEES?
Choose the correct option from the given list.
01 / 300