The following request places a null in the salary column for employee number 10001:
UPDATE employee SET salary = NULL WHERE emp_no = 10001 ;
The following request places a null in the salary column for employee number 10001:
UPDATE employee SET salary = NULL WHERE emp_no = 10001 ;