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 are the 3 types of behavioral triggers?
What is the difference between delete and truncate commands?
Can ddl statements be used in pl/sql?
What are sql built in functions?
What is coalesce in sql?
what happens if null values are involved in expressions? : Sql dba
What are % type and % rowtype?
Why use truncate instead of delete?
Is primary key clustered index?
How to select 10 records from a table?
What is clustered index sql?
What are pl/sql packages?
Can a foreign key have a different name?
How to change sql*plus system settings?
What is difference between rank () row_number () and dense_rank () in sql?