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
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%
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%