create or replace function printstudent() returns int as $$
declare
c1 cursor for select marks from students for update ; r1 students.marks%rowtype; cn