Fixed problem statement line break.

This commit is contained in:
K 2024-11-10 21:45:31 +05:30
parent 9318f3069b
commit 59d480fceb
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F

View File

@ -1,8 +1,6 @@
# P5 - PL-SQL Block
**Problem Statement:** Write a PL/SQL Block to increase the salary of employees by 10% of existing salary, who are having salary less than
average salary of organization, whenever such salary updates take place, a record for same is maintained in the
increment_salary table.
**Problem Statement:** Write a PL/SQL Block to increase the salary of employees by 10% of existing salary, who are having salary less than average salary of organization, whenever such salary updates take place, a record for same is maintained in the increment_salary table.
emp(emp_no, salary)
increment_salary(emp_no, salary)