Q30
Single choice
Given the following UPDATE statement: UPDATE employees SET workdept =
(SELECT deptno FROM department WHERE deptno = 'A01') WHERE workdept IS NULL
Which of the following describes the result if this statement is executed?