list out various operators in SQL?
Answers
Answered by
2
Answer:
+ (Addition) - Adds values on either side of the operator.eg: a + b will give 30
- (Subtraction) - Subtracts right hand operand from left hand operand.eg: a - b will give -10
* (Multiplication) - Multiplies values on either side of the operator.eg: a * b will give 200
/ (Division) - Divides left hand operand by right hand operand.eg: b / a will give 2
% (Modulus) - Divides left hand operand by right hand operand and returns remainder. eg: b % a will give 0
.
.
.
hope it helps you...
MARK AS BRAINLIEST
Answered by
0
Answer:
1. Addition.
2.Subtraction.
3. Multiplication.
4. Division.
Similar questions