Update README.md

This commit is contained in:
GowthamRaj K
2021-07-28 17:35:04 +05:30
committed by GitHub
parent e0f6947f82
commit 161f20f1ff
+1 -3
View File
@@ -461,9 +461,7 @@ Following are some of the most commonly used constraints available in SQL
- The IN operator is used to compare a value to a list of literal values that have been specified.
### LIKE
- The LIKE operator is used to compare a value to similar values using wildcard operators.
8
NOT
### 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.