• just we add else statement here

    case when MaxSalary is not null then 'Yes' else 'no' end MaxSalary,

    case when MinSalary is not null then 'Yes' else 'no' end MinSalary