difference between pl/sql table and normal pl/sql table

Answer Posted / hitendra yadav

(1) Simple table store in the database as a object but
PL/SQL or index by table does not store in the database it
can be create only in PL/SQL block.
(2) Simple table in the database can have more then
multiple column up to 254 but index by table can only have
two column first is primary key column of BINARY_INTEGER
and second column is any collection type column.

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by pl/sql records?

545


What is blind sql injection?

586


How do I install microsoft sql?

537


What is the use of partition by in sql?

527


Why do we use view in sql?

542






How many types of triggers exist in pl/sql?

577


Can you do multiple joins in sql?

556


What is sql and how does it work?

557


what are the different index configurations a table can have? : Sql dba

581


what is clause? : Sql dba

602


What is a null value?

665


What is null in pl/sql?

632


Explain what is rdbms?

593


What are the different sql commands?

532


How many clustered indexes can be created on a table?

601