[单选题]Examine the structure of the EMPLOYEES table:EMPLOYEE_ID NUMBER Primary KeyFIRST_NAME VARCHAR2(25)LAST_NAME VARCHAR2(25)HIRE_DATE DATEWhich UPDATE statement is valid?()
正确答案 :D
UPDATE employees SET first_name = 'John', last_name ='Smith' WHERE employee_id = 180
查看原题 查看所有试题