what is the difference between varray and table data
type..please expalain with some examples...

under what situation you will go for varray..instead of
index by table...

Answer Posted / anil kumar jaiswal

the major difference you can say here is bounding.
varray is bounded but index by table is not bounded.
means in varray you can mention the limit but in index by table you cannot.

if you got with performance varray is more effective and faster than index by table.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is embedded sql in db2?

507


What program will open a mdb file?

503


What is data type in database?

548


What is a column in a table?

558


Can we join tables without foreign key?

522






What is java sql connection?

516


List out the acid properties and explain?

563


Is sqlite thread safe?

609


What are the types of records?

537


How do you copy a table in sql?

563


What is prepared statement in sql?

548


what is the stuff function and how does it differ from the replace function? : Sql dba

624


Can we use ddl commands in pl sql?

561


What if we write return in procedure?

788


Why indexing is needed?

519