SQL Addition Operator:

 SELECT ename , sal , (sal * .15 + comm) FROM emp where job = 'SALESMAN'

 

 
Querying oracle emp/table

PostgreSQL

 
Out put compared side by side: the image on the left with green text area showed the output from Oracle and the image on the right with red text area represented the output from PostgreSQL