News

1.Create employee table with following attributes (empid NUMBER, empname VARCHAR(10), dept VARCHAR(10),salary NUMBER); 2.Create a cursor named as employee_cursor 3.Using cursor read each record and ...