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...



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

Answer / 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

More SQL PLSQL Interview Questions

How to call a javascript function from pl sql?

0 Answers  


Does truncate free space?

0 Answers  


What is the usage of nvl function?

0 Answers  


What is not null in sql?

0 Answers  


What is pl sql architecture?

0 Answers  






what is union, minus and interact commands? : Sql dba

0 Answers  


When should I use nosql database?

0 Answers  


What are different types of triggers?

0 Answers  


Can we create non-clustured index on a clustered index ?

4 Answers   TCS,


What does seeding a database mean?

0 Answers  


What are the parts of a sql statement?

0 Answers  


what is primary key? : Sql dba

0 Answers  


Categories