select * from employees
where mod(emp_no,2) != 0 and last_name <> 'Mary'
order by hire_date desc