SQL - Structured Query Language Sorting and Limiting Results Questions and Answers
A developer needs to write a query that retrieves the top 10 most recently hired employees from an `employees` table. Which query correctly accomplishes this, assuming `hire_date` is the column storing the hiring date?