Centene Interview Question

Difference between WHERE and HAVING clause

Interview Answer

Anonymous

May 7, 2019

Having Clause is use for aggregate functions. For example, if you use GroupBy and want the sum or mean of whatever column is being grouped, the Having clause is used.