Problem #1898 DATABASE MANAGEMENT SYSTEM USING ORACLE

<p>Write a trigger that fires before inserting data into EMP table.</p><p>(BEFORE INSERT Trigger)</p>

Your Solution