(SQL Coding)
Show first name, last name, department id, manager id andsalary. Refine the results by multiplying 1.3333 * salary for’SU_Paul’ or 2 * salary for ‘Becky’. Show the original salary if itis neither. Call the original salary “Bonus Funds”. From employeestable.
Expert Answer
Answer to (SQL Coding) Show first name, last name, department id, manager id and salary. Refine the results by multiplying 1.3333 …