Update README.md

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