Answer Posted / kiran pnr
PL/SQL TABLE is also known as Index by table
These are single-column tables and could be considered as
an Array of data but which is unbounded; i.e we cannot set
a limit on number of rows like an array
Example : TYPE NTab_List1 is TABLE OF TYPE INTEGER
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What does sql stand for?
What is multiple partition?
How do you concatenate in sql?
What is normalization? How many normalization forms are there?
Can a composite key be null?
what is heap table? : Sql dba
How can check sql version from command line?
What are the 3 modes of parameter?
How do you write a complex sql query?
What is basic structure of pl sql?
What is a sql driver?
What is the difference between a query and a report?
What is sqlcontext?
Can instead of triggers be used to fire once for each statement on a view?
what are the limitations of identity column? : Transact sql