From e0f6947f82a99e558907aebf59a017c21331ab16 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 28 Jul 2021 17:34:46 +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 03ceb7b..458dbad 100644 --- a/README.md +++ b/README.md @@ -460,8 +460,7 @@ Following are some of the most commonly used constraints available in SQL − ### IN - The IN operator is used to compare a value to a list of literal values that have been specified. ### LIKE - -The LIKE operator is used to compare a value to similar values using wildcard operators. +- The LIKE operator is used to compare a value to similar values using wildcard operators. 8 NOT