OCP CBT Question 546
Please solve the following question.
Examine the following SQL statements: ```sql UPDATE employees SET salary = (SELECT salary FROM employees WHERE employee_id = 100) WHERE department_id = 90; ``` Which statement describes the outcome of this DML operation?