intermediate
SQL Query Generator
Write a SQL query to solve a specific data retrieval problem.
📝 প্রম্পট বিষয়বস্তু
Write a SQL query for a table named 'Employees' with columns 'id', 'name', 'department', and 'salary'. The query should retrieve the names and salaries of the top 3 highest-paid employees in the 'Sales' department, ordered by salary in descending order.