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



Leave a Reply 0

Your email address will not be published. Required fields are marked *