From 52c8bab2a17715267b35d5291816385df3f9b9b9 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 28 Jul 2021 17:33:42 +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 c8cde53..a2ac3d5 100644 --- a/README.md +++ b/README.md @@ -456,8 +456,7 @@ Following are some of the most commonly used constraints available in SQL − ### 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. ### EXISTS - -The EXISTS operator is used to search for the presence of a row in a specified table that meets a certain criterion. +- The EXISTS operator is used to search for the presence of a row in a specified table that meets a certain criterion. 6 IN