Multiple choice technology databases

The WHERE keyword cannot be used with aggregate functions.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In SQL, aggregate functions like COUNT, SUM, AVG cannot be used directly in WHERE clauses. To filter based on aggregate results, you must use the HAVING clause after GROUP BY.