PostgreSQL - Window Functions in PostgreSQL
Identify the error in this query:
SELECT employee_id, salary, COUNT(*) OVER PARTITION BY department FROM employees;
SELECT employee_id, salary, COUNT(*) OVER PARTITION BY department FROM employees;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions