EasyUnderstandRDBMS & SQLMultiple Choice

Which SQL clause filters groups AFTER aggregation, and what is the equivalent clause that filters rows BEFORE aggregation?

Understand Tests comprehension and ability to explain concepts.

Answer Options

AWHERE filters after aggregation; HAVING filters before
BHAVING filters after aggregation; WHERE filters before
CBoth WHERE and HAVING filter after aggregation
DGROUP BY filters after aggregation; WHERE filters before

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 15+ more RDBMS & SQL questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the RDBMS & SQL topic (Databases).

More RDBMS & SQL Questions