Update README.md

This commit is contained in:
GowthamRaj K
2021-07-28 17:36:01 +05:30
committed by GitHub
parent d0380b7472
commit 0a77ee618f
+1 -3
View File
@@ -465,9 +465,7 @@ Following are some of the most commonly used constraints available in SQL
- 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.
10
IS NULL
### IS NULL
The NULL operator is used to compare a value with a NULL value.