Operators in sql
Operators in sql
Arithmatic Operators
+, -, *, /
eq.
comparison
Logical Operators
Display records of employees who are either Manager or getting salary greater
than 30000
Between Operator
eg.
Display records of employees having salary between 1000 and 2000
In operator
In opertor checks perticular expressions equality with the values in a
set. and it returns true if any one value matches with the expression
eg.