Computer Science, asked by mouliraj2978, 9 months ago

Pl/sql does not support arrays. However it has an equivalent construct which is

Answers

Answered by Anonymous
5

\huge\underline{\underline{\mathfrak \red{Answer}}}

❏The PL/SQL programming language provides a data structure called the VARRAY, which can store a fixed-size sequential collection of elements of the same type.

❏A varray is used to store an ordered collection of data, however it is often better to think of an array as a collection of variables of the same type

Answered by codiepienagoya
3

The given statement is true, pl/sql not support array.

Explanation:

  • In PL/SQL, PL stands for procedural language, and SQL stands for a Structure query language, in which it doesn't use an array.
  • It is a part of the data structure, that uses varray, it is a collection of some kind of elements with a fixed length.
  • It is used to process an arranged data collection, it can't be appropriate to consider a range as a set with the same type of parameter.

Learn more:

  • What is pl/sql: https://brainly.in/question/8973428
  • Array and its type: https://brainly.in/question/14001264
Similar questions