From 5971f9edaa43166c12d9fbda221029de860e7422 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 28 Jul 2021 17:35:21 +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 640ab92..b1e1ad3 100644 --- a/README.md +++ b/README.md @@ -462,8 +462,7 @@ Following are some of the most commonly used constraints available in SQL − ### LIKE - The LIKE operator is used to compare a value to similar values using wildcard operators. ### 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. +- 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. 9 OR