Problem #1904 DATABASE MANAGEMENT SYSTEM USING ORACLE

<p>Write a trigger to automatically set hiredate while inserting employee record.</p><p>(BEFORE INSERT + :NEW)</p>

Your Solution