What is pl/sql tables?

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


Please Help Members By Posting Answers For Below Questions

What is the purpose of cursors in pl/sql?

631


Explain scalar functions in sql?

575


What are the different types of joins in sql?

579


How many row comparison operators are used while working with a subquery?

529


What is a behavioral trigger?

511






What is rownum?

534


What is rowid in sql?

502


How to select 10 records from a table?

641


What are the three pl sql block types?

564


What is scalar function?

560


What is the sql query to display the current date?

547


What is union?

647


How does left join work in sql?

510


How do you use collections in procedure to return the resultset?

1782


What is the difference between delete and truncate commands?

508