diff --git a/README.md b/README.md index b1e1ad3..9204197 100644 --- a/README.md +++ b/README.md @@ -463,9 +463,7 @@ Following are some of the most commonly used constraints available in SQL − - 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. - -9 -OR +### OR The OR operator is used to combine multiple conditions in an SQL statement's WHERE clause.