Update README.md

This commit is contained in:
GowthamRaj K
2021-07-28 17:34:46 +05:30
committed by GitHub
parent 0943747077
commit e0f6947f82
+1 -2
View File
@@ -460,8 +460,7 @@ Following are some of the most commonly used constraints available in SQL
### IN ### IN
- The IN operator is used to compare a value to a list of literal values that have been specified. - The IN operator is used to compare a value to a list of literal values that have been specified.
### LIKE ### 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 8
NOT NOT