From cad737dff6ce7e9ac6280e0569c226fec063a274 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 28 Jul 2021 11:41:57 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 63fe9b0..f76641c 100644 --- a/README.md +++ b/README.md @@ -423,3 +423,5 @@ Following are some of the most commonly used constraints available in SQL − - Divides left hand operand by right hand operand. ### % (Modulus) - Divides left hand operand by right hand operand and returns remainder. + +## SQL Comparison Operators ⭐