From 078f285f72e7586b1b818c5385bb7006353f0619 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 28 Jul 2021 17:32:47 +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 4f68e82..735b4ae 100644 --- a/README.md +++ b/README.md @@ -453,9 +453,7 @@ Following are some of the most commonly used constraints available in SQL − - 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. - -4 -BETWEEN +### BETWEEN The BETWEEN operator is used to search for values that are within a set of values, given the minimum value and the maximum value.