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
What are the types of join in sql?
Can there be more than one function with a similar name in a pl/sql block?
how to run 'mysql' commands from a batch file? : Sql dba
Which is better join or subquery?
What is difference between table and view?
What is implicit cursor in pl sql?
Why are indexes and views important to an organization?
what is a cursor? : Sql dba
What trigger means?
Why truncate is faster than delete?
What is sql partition function?
what are the features and advantages of object-oriented programming? : Sql dba
What is the difference between nvl function, ifnull function, and isnull function?
Can we use the cursor's to create the collection in PL/SQL?
How is data stored in sql?