Update README.md

This commit is contained in:
GowthamRaj K
2021-07-28 17:32:33 +05:30
committed by GitHub
parent 8b702a9a28
commit bfc5fa8518
+1 -2
View File
@@ -452,8 +452,7 @@ Following are some of the most commonly used constraints available in SQL
### AND ### AND
- The AND operator allows the existence of multiple conditions in an SQL statement's WHERE clause. - The AND operator allows the existence of multiple conditions in an SQL statement's WHERE clause.
### ANY ### ANY
- The ANY operator is used to compare a value to any applicable value in the list as per the condition.
The ANY operator is used to compare a value to any applicable value in the list as per the condition.
4 4
BETWEEN BETWEEN