Multiple choice technology databases The HAVING clause can be used only with ... INSERT clause SELECT clause DELETE clause JOIN clause Reveal answer Fill a bubble to check yourself B Correct answer Explanation The HAVING clause is used to filter groups of rows created by the GROUP BY clause, which is a component of a SELECT statement. It cannot be used with INSERT, DELETE, or JOIN clauses directly, as they do not support group-level filtering.