Medium
Generate SQL Query
Write a SQL query based on a natural language description of data needs.
📝 Prompt İçeriği
Write a SQL query to select all records from the 'employees' table where the 'department' is 'Sales' and the 'salary' is greater than 50000. Order the results by 'hire_date' in descending order.