Friday, 27 March 2015

PL/SQL: creating a Procedure for csea table

procedure csepro as
begin
insert into csea values(2,'kumar',9989,'sec');
commit;
insert into csea values(3,'prasad',9989,'sec');
commit;
end;
/

No comments:

Post a Comment