Script :
SELECT ename, sal, 0.35 * (sal +250)
from emp where job = 'MANAGER'
AND (sal +550) > 1500
emp table:
PostgreSQL:
Oracle
Compare results :