what are pl/sql collections?

Answer Posted / pradeep

A collection is an ordered group of elements, all of the
same type. It is a general concept that encompasses lists,
arrays, and other familiar datatypes. Each element has a
unique subscript that determines its position in the collection.

PL/SQL offers these collection types:

* Index-by tables,
* Nested tables
* Varrays

Is This Answer Correct ?    50 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sql server and ase?

711


How many types of indexes are there in sql?

717


What is meant by truncate in sql?

752


What is the syntax and use of the coalesce function?

810


What is union and union all keyword in sql?

722






Does truncate need commit?

699


Are subqueries faster than joins?

726


How to get list of all tables from a database?

842


how to fetch common records from two tables? : Sql dba

842


What is an oracle stored procedure?

784


What is the difference between functions, procedures, and packages in pl/sql?

705


Can I join the same table twice?

744


What is the difference between unique and primary key constraints?

773


what are the properties and different types of sub-queries? : Sql dba

706


What is a scalar value in sql?

806