From 2cc752c3ceb303f15ee1a1ca5155c89bf95d835a Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 28 Jul 2021 17:31:40 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 73eea90..74ae19a 100644 --- a/README.md +++ b/README.md @@ -448,10 +448,8 @@ Following are some of the most commonly used constraints available in SQL − ## SQL Logical Operators ❗ ### ALL -- The ALL operator is used to compare a value to all values in another value set. - -2 -AND +- 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.