medium
Generate SQL Query
Write a SQL query to extract specific data from a database schema.
📝 Conteúdo do Prompt
Write a SQL query for a table named 'Employees' with columns 'id', 'name', 'department', and 'salary'. The query should find the names of employees in the 'Sales' department who earn more than $50,000, ordered by salary in descending order.