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
Define the select into statement.
How many tables can you join in sql?
Can you have more than one key in a database?
Which is better join or subquery?
What does rownum mean in sql?
What is t sql in sql server?
How to Declare Fixed Length String Value In PL SQL
What is the difference between inner join and left join?
Inline the values in PL/SQL, what does it mean.?
How can a pl sql block be executed?
what is the syntax used for partition in tsql? : Transact sql
Can primary key be changed?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
What is left join in sql?
Is like operator in sql case sensitive?