From 8b702a9a2822f971bc3dc5a05ec65b8397189b4e Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 28 Jul 2021 17:32:17 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fe43d5..4a4804a 100644 --- a/README.md +++ b/README.md @@ -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.