Collections

Types collections stores sets of elements. One collection can be embeded within another collection. There are three types of collections:

NameDescription
VarraysA varray is similar to an array in Java, C++, and C#.
Nested tablesA nested table is a table that is embedded within another table.
Associative arraysAn associative array is similar to a hash table in Java.
Home »
Oracle »
PL/SQL » 

Related: