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

Can %notfound return null after a fetch?

585


What does rownum mean in sql?

552


Why we use joins in sql?

536


What is the most restrictive isolation level? : Transact sql

554


Define implicit and explicit cursors.

625






What is user defined functions?

577


What is the difference between function and procedure in pl/sql?

536


Can we create index on primary key?

523


How is indexing done in search engines?

529


What is the difference between a database and a relational database?

558


Why coalesce is used in sql?

469


what is a trigger in mysql? Define different types of trigger. : Sql dba

548


How do I remove sql developer from windows 10?

508


What is a subquery in sql?

505


What is cte?

570