Problem #1902 DATABASE MANAGEMENT SYSTEM USING ORACLE

<p>Write a row-level trigger to display old and new salary when salary is updated.</p><p>(:OLD and :NEW)</p>

Your Solution