From ed293d0b83384d45a87ed1ab5b3e16e1913c2a87 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Fri, 30 Jul 2021 23:23:42 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1ff0d16..2912e5a 100644 --- a/README.md +++ b/README.md @@ -852,4 +852,7 @@ A view can be updated under certain conditions which are given below − # 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. +