Intermediate
Generate SQL Query
Create a SQL query based on a natural language description.
📝 Prompt Inhoud
I have a database table named 'Employees' with columns id, name, department, and salary. Write a SQL query to find the names of the top 3 highest-paid employees in the 'Sales' department.