medium
SQL Query Assistant
Writes SQL queries to retrieve specific data from a database.
📝 Prompt Content
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.