What will be the output of the following SELECT statement? Consider the following: What will be the output of the following SELECT statement? SELECT SUM(price1) AS total1, SUM(price2) AS total2 FROM item HAVING total1 = total2 Consider the following: What will be the output of the following SELECT statement? SELECT SUM(price1) AS total1, SUM(price2) AS total2 FROM item HAVING total1 = total2 A.Option A B.Option B C.Option C Show Hint ← Previous question Next question →