Basic SQL syntax and simple queries · business-to-SQL translation, filter/sort/limit, result
Not Started
1/10
Top Sales Employees
EasyQUERYWrite 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)
Quick guide
Write SQL + one short complexity/index note.
Expected format: Expected: executable SQL query.
Answer Workspace
`Ctrl/Cmd + Enter` submit
First-time tip: Submit once to unlock structured feedback and scoring for this question.
Live Feedback
Submit your answer to view structured evaluation and scoring.
0
Completed
0
Attempted
0
Skipped