select * from 
(select * from employees
order by hire_date desc
limit 3)
order by hire_date 
limit 1;