Table of Contents
PL/SQL - (Data Type|Internal Component)
About
Variable can have the following data type either:
scalar
or composite.
PL/SQL defines two type of composite data types:
collection
and
record
.
Articles Related
PL/SQL - Collections (Datatype Table of, Varray of)