Question : collection type

can you please give an example of the above and how it can be used in code in pl-sql.

thanks

Answer : collection type

Hi,
There are several collection types:
- varray is like an array in other languages.
- nested tables is like lists in other languages (no fixed limit, can be sparse)
- associative arrays are like hash lists in other languages (a collection of key-value)
Everything is here:
http://download.oracle.com/docs/cd/B10501_01/appdev.920/a96624/05_colls.htm
Regards,
Franck.
Random Solutions  
 
programming4us programming4us