From 9a7400d5d8b14d1170ec12e5392b81dff6eb11e7 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Sat, 9 Nov 2024 02:05:09 +0530 Subject: [PATCH] Moved p.s. up to p.s. heading. Also, thanks to Macho for these queries! --- Practical/Practical Exam/PL-SQL/P9 - Trigger.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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. ---