Update README.md

This commit is contained in:
GowthamRaj K
2021-07-28 17:31:40 +05:30
committed by GitHub
parent 4b30af53fc
commit 2cc752c3ce
+2 -4
View File
@@ -448,10 +448,8 @@ Following are some of the most commonly used constraints available in SQL
## SQL Logical Operators ❗ ## SQL Logical Operators ❗
### ALL ### ALL
- The ALL operator is used to compare a value to all values in another value set. - The ALL operator is used to compare a value to all values in another value set.
### AND
2
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.