From 777cfa8f68d51862142a08123dfc6a23f3c075d6 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Fri, 30 Jul 2021 23:19:23 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88481c4..016456b 100644 --- a/README.md +++ b/README.md @@ -828,7 +828,7 @@ A view can be updated under certain conditions which are given below − **- The FROM clause may not contain multiple tables.** -**- The WHERE clause may not contain subqueries. +**- The WHERE clause may not contain subqueries.** **- The query may not contain GROUP BY or HAVING.