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 is sp_helptext?
What is delimiter sql?
What is the difference between a procedure and a function?
What is procedure function?
What are local and global Indexes and where they are useful.
What is the difference between row level and statement level trigger?
Explain what is a field in a database and record in a database?
What is the difference between stored procedure and view?
How do I view a procedure in sql?
how do you control the max size of a heap table? : Sql dba
What is the usage of sql functions?
What is cascade in sql?
Is left join same as inner join?
what are the advantages of using stored procedures? : Sql dba
How do I save the results of sql query in a file?