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 ⭐