14 SQL – Types of Operators in SQL
14 SQL – Types of Operators in SQL
Types of Operators in
SQL
SELECT FIRST_NAME,SALARY,
(SALARY * 0.10) AS BONUS
FROM EMPLOYEE2;
2) Calculate the Annual Salary and
Salary Increment by 5% - show the
monthly new salary as well