From 5ec458775d01dc73732c4cc3597ea554c74a00bb Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 28 Jul 2021 17:33:13 +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 735b4ae..fa5824d 100644 --- a/README.md +++ b/README.md @@ -454,8 +454,7 @@ Following are some of the most commonly used constraints available in SQL − ### ANY - The ANY operator is used to compare a value to any applicable value in the list as per the condition. ### 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. +- The BETWEEN operator is used to search for values that are within a set of values, given the minimum value and the maximum value. 5 EXISTS