!--a11y-->
Arithmetic Expressions 
Open SQL for Java supports the full range of arithmetic expressions defined by entry SQL level in statements.

|
<arithmetic expression> ::= |

|
SELECT
employee_name, salary + benefit |
Arithmetic Expressions. For all employees that have a salary not exceeding 80% of the salary of the maximum salary of all employees, this query returns the name of the employee and the sum of its salary and its benefit.
Column References, Literals, Set Functions, Value expressions
