From d723eceb1d72fbfc8c8613d8e5fed5443b147923 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 28 Jul 2021 11:37:51 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4cd9368..545bb5f 100644 --- a/README.md +++ b/README.md @@ -412,3 +412,10 @@ Following are some of the most commonly used constraints available in SQL − ### Operators used to negate conditions ## SQL Arithmetic Operators ✨ + +### + (Addition) +- Adds values on either side of the operator. +- (Subtraction) Subtracts right hand operand from left hand operand. +* (Multiplication) Multiplies values on either side of the operator. +/ (Division) Divides left hand operand by right hand operand. +% (Modulus) Divides left hand operand by right hand operand and returns remainder.