SQL - WHERE VS HAVING DIFFERENCE
WHERE
HAVING
Where clause applied to single row.
Having clause applied to groups.
Where clause filter the records before grouping the data. ( pre -filer )
Having filter the records after grouping
blagos.hashnode.dev1 min read