From d0380b7472b55352ad81db02b1a922a6d841bd6b Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 28 Jul 2021 17:35:47 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9204197..71f65ca 100644 --- a/README.md +++ b/README.md @@ -464,8 +464,7 @@ Following are some of the most commonly used constraints available in SQL − ### NOT - The NOT operator reverses the meaning of the logical operator with which it is used. Eg: NOT EXISTS, NOT BETWEEN, NOT IN, etc. This is a negate operator. ### OR - -The OR operator is used to combine multiple conditions in an SQL statement's WHERE clause. +- The OR operator is used to combine multiple conditions in an SQL statement's WHERE clause. 10 IS NULL