PostgreSQL - Window Functions in PostgreSQL
You want to find the top 2 highest salaries per department from the
employees table. Which query correctly achieves this using window functions?