MySQL Operators Questions
MySQL Operators Questions
1. Display the name of each employee along with their original salary and
the salary after applying a 20% increase.
3. Calculate the annual salary for each employee, assuming their monthly
salary is multiplied by 12, and an additional bonus of 1500 is added.
9. Find employees whose salary is greater than 2000 and whose job is
'ANALYST'.