Pl/sql does not support arrays. However it has an equivalent construct which is
Answers
Answered by
5
❏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
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
English,
5 months ago
Computer Science,
5 months ago
Business Studies,
5 months ago
Chemistry,
10 months ago
Computer Science,
10 months ago
Math,
1 year ago
Physics,
1 year ago