Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

Which SQL feature adds a calculated value across related rows without collapsing them?

  1. A Window functions with OVER
  2. B GROUP BY
  3. C DISTINCT
  4. D UNION
Answer

Window functions with OVER

PARTITION BY groups rows like GROUP BY but keeps every row, which is how running totals and rankings are produced.

All Data MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as