Hello there! 👋 I'm Luca, a BI Developer with a passion for all things data, Proficient in Python, SQL and Power BI ...
LAST_VALUE(salary) OVER(PARTITION BY dept_id ORDER BY salary ASC ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) AS dept_max_salary SELECT emp_id, NTH_VALUE(salary) OVER(PARTITION BY dept_id ...