Friday, 30 September 2011

implicit cursor and using of sql%rowcount

declare
no NUMBER;
begin
delete from studs;
no:=sql%rowcount;
end;

answers:
It returns no of row in the studs table

No comments:

Post a Comment