Update README.md

This commit is contained in:
GowthamRaj K
2021-07-30 23:23:42 +05:30
committed by GitHub
parent 11fdf9ac4f
commit ed293d0b83
+3
View File
@@ -852,4 +852,7 @@ A view can be updated under certain conditions which are given below
# SQL - Having Clause 🚨 # SQL - Having Clause 🚨
- The HAVING Clause enables you to specify conditions that filter which group results appear in the results.
- The WHERE clause places conditions on the selected columns, whereas the HAVING clause places conditions on groups created by the GROUP BY clause.