From 2674bf0192df3aaccd683b29bbf6ccbabda210ba Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 28 Jul 2021 17:34: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 ac64bde..7d33522 100644 --- a/README.md +++ b/README.md @@ -458,8 +458,7 @@ Following are some of the most commonly used constraints available in SQL − ### EXISTS - The EXISTS operator is used to search for the presence of a row in a specified table that meets a certain criterion. ### IN - -The IN operator is used to compare a value to a list of literal values that have been specified. +- The IN operator is used to compare a value to a list of literal values that have been specified. 7 LIKE