SQL Operators
SQL Operators
Sanjeev Gumber
DAV College, Abohar
Arithmetic Operators
• The arithmetic operators are used in an
expression to add, subtract, multiply, divide
numeric values. The result of the operation is
also a numeric value. The Plus(+) and minus(-)
operators are also used in date arithmetic.
Logical operators
• The logical operators are used to combine the
individual logical expressions into more
complex conditions that are either TRUE or
FALSE.
Concatenation Operator (||)
• The concatenation operator is used to
concatenate two or more strings.