WHERE Cluase | HAVING Clause |
---|---|
It is implemented in row operations | It is implemented in column operations |
It is applied to single row | It is applied to summerized rows or groups |
Aggregate functions can not be used | Can use Aggregate functions |
Can be used with SELECT, UPDATE, DELETE statements | Can only be used with SELECT statements |