engineering computer science MCQ #760

Which SQL clause is used to filter grouped data?

engineering computer science MCQ #760

  1. Question 1

    Q1. Which SQL clause is used to filter grouped data?

    • A) WHERE
    • B) HAVING
    • C) GROUP BY
    • D) ORDER BY

    Answer: HAVING

    Explanation: The HAVING clause is used to filter grouped data, typically used in conjunction with the GROUP BY clause and aggregate functions.