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 archive log in Oracle?
How to create an oracle testing table?
What is oracle datasource?
When do you get a .pll extension in oracle? Explain its importance
What's dateware house and what's clustor with practicle example
How to define an anonymous procedure with variables?
What do you mean by a database transaction & what all tcl statements are available in oracle?
Explain do view contain data?
How data locks are respected in oracle?
Explain the different normalization forms?
What is the relation of a user account and a schema in oracle?
How to manage transaction isolation level?
Explain rename?
Why is oracle so popular?
State all possible different index configurations a table can possibly have?