medium
Generate SQL Query from Description
Create a SQL statement to retrieve specific data based on a natural language description.
📝 提示内容
Write a SQL query for a table named 'employees' that has columns (id, name, department, salary, hire_date). The query should select the names and salaries of all employees in the 'Sales' department who have a salary greater than 50,000, ordered by salary in descending order.