Tuesday, 10 September 2013

Associative arrays in oracle

Associative arrays in oracle

Associative Arrays as i understood it stores key value pairs and it is of
variable length. Like we can add number of key value pairs to Associative
array.
Also i read to use while loop to traverse sparese Associative array and
For loop to traverse Dense Associative array.
How can an associative array be sparse it is dynamic and we are adding
values to it

No comments:

Post a Comment