diff --git a/Practical/Practical Exam/PL-SQL/P9 - Trigger.md b/Practical/Practical Exam/PL-SQL/P9 - Trigger.md index 6f3214b..4739667 100644 --- a/Practical/Practical Exam/PL-SQL/P9 - Trigger.md +++ b/Practical/Practical Exam/PL-SQL/P9 - Trigger.md @@ -1,8 +1,6 @@ # P9 - Trigger -**Problem Statement:** - -Trigger: Create a row level trigger for the CUSTOMERS table that would fire INSERT or UPDATE or DELETE operations performed on the CUSTOMERS table. This trigger will display the salary difference between the old values and new values. +**Problem Statement:** Trigger: Create a row level trigger for the CUSTOMERS table that would fire INSERT or UPDATE or DELETE operations performed on the CUSTOMERS table. This trigger will display the salary difference between the old values and new values. ---