Name some of the inbuilt methods of VARRAY

 Posted by Niladri.Biswas on 5/2/2013 | Category: Oracle Interview questions | Views: 2667 | Points: 40
Answer:

a)Count : Returns the number of elements in the collection.

b)Delete : Delete all elements in the collection

c)Extend : Increase the size of the collection by the number specified

d)Exists : Returns true if the element at te specified position is found else false

e)Trim :Removes the last N elements from the collection


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response