select emp_no,birth_date,first_name,last_name,gender,hire_date from employees order by hire_date desc limit 1
简单