From 9c11536c5dea70137b1a4f8ef9e831d3d834188f Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Fri, 30 Jul 2021 23:16:54 +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 4325bd3..cf3d88d 100644 --- a/README.md +++ b/README.md @@ -826,7 +826,7 @@ A view can be updated under certain conditions which are given below − **- The SELECT clause may not contain an ORDER BY clause. -The FROM clause may not contain multiple tables. +**- The FROM clause may not contain multiple tables. The WHERE clause may not contain subqueries.