Intermediate
SQL Query Generator
Generate a SQL query based on a text description.
📝 프롬프트 내용
Write a SQL query to retrieve a list of all employees who have been hired in the last year, ordered by their hire date in descending order. Assume the table name is 'Employees' and columns include 'FirstName', 'LastName', 'HireDate', and 'Department'.