Answer Posted / dinesh
Type CC is Varray(5) of number;
c CC:=CC(1,2,3,4,5);
Begin
c.trim /* Delete last 5th Element with thier place holder from varray*/
c.trim(3)/*remove last 3 element with thier place holder from varra
c.delete/* delete all the varray.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain view?
What is sharded cluster?
How to list all tables in your schema?
What is Virtual Private Database in Oracle?
Explain oracle’s system global area (sga).
How to invoke the original export import utilities?
What is a sub query and what are the different types of subqueries?
How to connect asp pages to oracle servers?
What is Library Cache in Oracle?
How to create an oracle testing table?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
What is the oracle implicit cursor?
How to run the anonymous block again?
Can we write dml statement in function in oracle?
Design database draw er diagram for a certain scenario ?