Problem #1878 DATABASE MANAGEMENT SYSTEM USING ORACLE

<p>Write a PL/SQL block to raise an error if salary is less than 2000 using <code>RAISE_APPLICATION_ERROR</code>.</p><p>(RAISE_APPLICATION_ERROR)</p>

Your Solution