# Write your MySQL query statement belowUpdate salarySet sex=Case sex WHEN 'f' THEN 'm' ELSE 'f' END;