diff --git a/README.md b/README.md index 03ceb7b..458dbad 100644 --- a/README.md +++ b/README.md @@ -460,8 +460,7 @@ Following are some of the most commonly used constraints available in SQL − ### IN - 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. +- The LIKE operator is used to compare a value to similar values using wildcard operators. 8 NOT