PL/SQL has three collection types:
Here is the mapping between the data structure name from other languages and the PL/SQL Collection Types.
Non-PL/SQL Composite Type | Equivalent PL/SQL Composite Type |
---|---|
Hash table | Associative array |
Unordered table | Associative array |
Set | Nested table |
Bag | Nested table |
Array | VARRAY |