Fixed problem statement line break.
This commit is contained in:
parent
9318f3069b
commit
59d480fceb
@ -1,8 +1,6 @@
|
|||||||
# P5 - PL-SQL Block
|
# 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
|
**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.
|
||||||
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)
|
emp(emp_no, salary)
|
||||||
increment_salary(emp_no, salary)
|
increment_salary(emp_no, salary)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user