SELECT * FROM dbo.Employee ORDER BY CASE WHEN Gender='Male' THEN EmployeeName END Desc, CASE WHEN Gender='Female' THEN Country END ASC