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
Name some usages of database trigger?
What is a primary key example?
What is raw datatype in sql?
Which constraints we can use while creating database in sql?
What is sql*loader?
How do you modify a column in sql?
Which type of cursor is used to execute the dml statement?
How do I turn a list into a table?
What is an implicit commit?
What is the mutating table and constraining table?
What is over () in sql?
Are left and right joins the same?
What are aggregate functions in sql?
Can procedure in package be overloaded?
How many clustered indexes can be created on a table?