Friday, 25 May 2012

Can Index-By table be stored in a database? If not, then which type of collection can be used to store in a database? | PL SQL

No, Index-By table cannot be stored in a database. The nested tables and VARRAYs collection types can be used to store in database.