oracle collections - ghdrako/doc_snipets GitHub Wiki
tags:
- database
- oracle
Oracle collections
Types:
- associative array
- nested table
- varray The associative array is available in PL/SQL only. The other two are also available in SQL, so they can be used as a column data type in a table or as a stand-alone SQL object.