From bfc5fa85185135f767da6dce3fd421d637e5ce82 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 28 Jul 2021 17:32:33 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a4804a..4f68e82 100644 --- a/README.md +++ b/README.md @@ -452,8 +452,7 @@ Following are some of the most commonly used constraints available in SQL − ### AND - The AND operator allows the existence of multiple conditions in an SQL statement's WHERE clause. ### 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 BETWEEN