UPDATE Employees SET department = 'Operations' WHERE employee_id = 101;
Click Run to execute this code.