Level 1 - BeginnerQuery-Based Questions
Top Sales Employees
Schema: employees(id, name, department, salary) Write a SQL query to return the top 3 highest-paid employees in the 'Sales' department. Show id, name, and salary.
Schema Context
employees(id, name, department, salary)