UPDATE employees SET first_name = 'John', last_name ='Smith' WHERE employee_id = 180
题目: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?()