Page 1 of 1

Consider the following tables: Employee(id, f_name, l_name, department_id, salary) Manager(id, e_id) FK: id references e

Posted: Sat May 14, 2022 8:39 pm
by answerhappygod
Consider the following tables: Employee(id, f_name, l_name,
department_id, salary) Manager(id, e_id) FK: id references
employee(id), FK e_id references employee(id) Write a SQL statement
to increase the salary for all employees of the IT department by
5%