|
Operator
|
Description
|
|
+
|
Add
|
|
-
|
Subtract
|
|
*
|
Multiply
|
|
/
|
Divide
|
Example :
SELECT emp_name, salary, salary + 300 FROM dept;
Note :
In this statement, the addition operator to calculate a salary increase Rs.300 for all employees.






No comments:
Post a Comment