From 383eb902ca3f12161e1945e3b83f49d41606541f Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Fri, 30 Jul 2021 23:18:02 +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 0326f1f..1ead31b 100644 --- a/README.md +++ b/README.md @@ -816,7 +816,7 @@ Views, which are a type of virtual tables allow users to do the following − A view can be updated under certain conditions which are given below − -**- The SELECT clause may not contain the keyword DISTINCT. +**- The SELECT clause may not contain the keyword DISTINCT.** **- The SELECT clause may not contain summary functions.