From 59d480fcebeed9589888618738876bbf4f2575c7 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Sun, 10 Nov 2024 21:45:31 +0530 Subject: [PATCH] Fixed problem statement line break. --- Practical/Practical Exam/PL-SQL/P5 - PL-SQL Block.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)