Intermediate
SQL Query Generator
Generate a SQL query based on specific data requirements.
📝 Contenu du Prompt
Write a SQL query for a table named 'Employees' with columns (id, name, department, salary, hire_date). The query should find the names and salaries of the top 3 highest-paid employees in the 'Sales' department who were hired after January 1st, 2020. Assume a standard SQL syntax.