@pushpa1989-Z0zODt
•
Oct 22, 2024
Oct 22, 2024
1.2K
how to declare an array variable in a pl/sql procedure?
Please checkout and tell whether the code given below is correct or not
create procedure p5(reg number,n number)
is i1 number;
e1 number;
nam varchar2(20);
tot number;
j number;
l...