What is PL/SQL table ?

Answer Posted / firefly

An associative array (or INDEX-BY table) that can be
indexed by NUMBER or VARCHAR2. Elements are retrieved using
number or string subscript values. Unlike with data tables,
PL/SQL tables are stored in memory. PL/SQL Tables are
sparse and elements are unordered

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of join in sql?

709


Can there be more than one function with a similar name in a pl/sql block?

746


how to run 'mysql' commands from a batch file? : Sql dba

777


Which is better join or subquery?

791


What is difference between table and view?

706






What is implicit cursor in pl sql?

739


Why are indexes and views important to an organization?

679


what is a cursor? : Sql dba

745


What trigger means?

730


Why truncate is faster than delete?

788


What is sql partition function?

801


what are the features and advantages of object-oriented programming? : Sql dba

727


What is the difference between nvl function, ifnull function, and isnull function?

796


Can we use the cursor's to create the collection in PL/SQL?

697


How is data stored in sql?

726