Intermediate
Generate SQL Query
Construct a SQL query based on a specific data requirement description.
📝 Содержимое промпта
Write a SQL query for a table named 'Employees' with columns (id, name, department, salary, hire_date). The query should list the names and salaries of the top 3 highest-paid employees in the 'Sales' department who were hired after January 1st, 2020.