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

What does COUNT(column) do differently from COUNT(*)?

  1. A It skips rows where that column is NULL
  2. B It counts distinct values
  3. C It is faster in all cases
  4. D It includes NULLs explicitly
Answer

It skips rows where that column is NULL

This distinction silently changes results and is a frequent source of numbers that do not reconcile.

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