News

To create a cursor using PL/SQL. Steps: 1.Create employee table with following attributes (empid NUMBER, empname VARCHAR(10), dept VARCHAR(10),salary NUMBER); 2.Create a cursor named as ...