1.

Can Arrays Be Used Within A Pl/sql Program Block?

Answer»

YES, ARRAYS can be defined and used in a PL/SQL BLOCK USING the composite datatypes, such as RECORD, TABLE, NESTED TABLE, and VARRAY.

Yes, arrays can be defined and used in a PL/SQL block using the composite datatypes, such as RECORD, TABLE, NESTED TABLE, and VARRAY.



Discussion

No Comment Found