hard
Generate SQL Query
Create a SQL query based on a natural language description.
📝 提示内容
Write a SQL query for a PostgreSQL database. The query should select all records from the table 'Employees' who work in the 'Sales' department and have a salary greater than 50000. Order the results by 'hire_date' in descending order. Include comments explaining each part of the query.