diff --git a/Practical/Practical Exam/PL-SQL/P5 - PL-SQL Block.md b/Practical/Practical Exam/PL-SQL/P5 - PL-SQL Block.md index 0f4c78d..d7730b6 100644 --- a/Practical/Practical Exam/PL-SQL/P5 - PL-SQL Block.md +++ b/Practical/Practical Exam/PL-SQL/P5 - PL-SQL Block.md @@ -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)