Create a trigger which will work before deletion in employee table and create a duplicate copy of the record in another table employee_backup.
SIKSHAPATH Latest Questions
priya bharti
Asked: November 21, 2021In: DBMS
Create a row trigger which ensures that whenever salary is updated in the emp table, then some message is displayed to the user and if new salary is lesser than old salary display the difference between both the salaries.
priya bharti
Asked: November 21, 2021In: DBMS
Create a row trigger which ensures that whenever salary is updated in the emp table, then some message is displayed to the user and if new salary is lesser than old salary display the difference between both the salaries.