select emp_no,birth_date,first_name,last_name,gender,hire_date from employees where emp_no % 2 != 0 and last_name != "Mary" order by hire_date desc;