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
Are stored procedures faster than queries?
What are the sql commands?
List the ways to get the count of records in a table?
Can we use ddl statements in stored procedure?
how to calculate the difference between two dates? : Sql dba
What is mutating error?
Explain the order of sql statement execution?
What is an escape character in sql?
What is the difference between a procedure and a function?
what is sql server agent? : Sql dba
Define sql delete statement.
What is pls_integer in pl sql?
What problem one might face while writing log information to a data-base table in pl/sql?
How do I view a sql database?
How many types of sql are there?