Update README.md

This commit is contained in:
GowthamRaj K
2021-07-28 17:35:21 +05:30
committed by GitHub
parent 161f20f1ff
commit 5971f9edaa
+1 -2
View File
@@ -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