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
What is enter substitution variable in oracle?
What is the difference between Delete, Truncate and Drop in Oracle?
What is a select query statement in oracle?
List the various oracle database objects?
How a database is related to tablespaces?
Is primary key indexed by default in oracle?
Can multiple cursors being opened at the same time?
Write a trigger example in oracle?
What is the difference between online and offline backups?
What is a oracle database?
How to rename a tablespace in oracle?
What are the differences between char and varchar2 in oracle?
What is an external table?
Explain the use of owner option in exp command.
What is an oracle transaction?