select * from employees 
where hire_date = (select MAX(hire_date) from employees)