1.

What is the purpose of Group by and Having clause

Answer»

ong>Answer:

The GROUP BY Clause is USED together with the SQL SELECT statement. The SELECT statement used in the GROUP BY clause can only be used contain column names, aggregate functions, constants and expressions. The HAVING clause is used to restrict the results RETURNED by the GROUP BY clause.



Discussion

No Comment Found