Basic Structure of PL/SQL?
Posted by admin on Dec 05 2006
declare
declarative section
begin
executable section
exception
exception handling section
end;
components of pl/sql block are declare,begin,exception,end
Posted by admin on Dec 05 2006
declare
declarative section
begin
executable section
exception
exception handling section
end;
components of pl/sql block are declare,begin,exception,end
Leave a Comment