Problem #1775 DATABASE MANAGEMENT SYSTEM USING ORACLE

<p>Write a PL/SQL block to declare a cursor to fetch all employees from EMP table and display their names.</p><p>(Explicit Cursor)</p>

Your Solution