# Write your MySQL query statement below Update salary Set sex=Case sex WHEN 'f' THEN 'm' ELSE 'f' END;