📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!

  • google app store apple app store
  • ✖

      Question

      Which SQL clause is used to filter groups after

      aggregation (i.e., having aggregated value conditions)?
      A WHERE Correct Answer Incorrect Answer
      B GROUP BY Correct Answer Incorrect Answer
      C HAVING Correct Answer Incorrect Answer
      D ORDER BY Correct Answer Incorrect Answer
      E DISTINCT Correct Answer Incorrect Answer

      Solution

      HAVING filters groups based on aggregate functions; WHERE filters rows before grouping.

      Practice Next
      ask-question