Intermediate
SQL Filter Query
Generates a SQL query to filter data based on specific criteria.
📝 Содержимое промпта
Write a SQL query for a table named 'employees' that selects the first_name, last_name, and salary columns. Filter the results to include only employees who earn more than 50,000 and work in the 'Sales' department. Order the results by salary in descending order.