0 votes
in PL/SQL by
Can Index-by Table Be Stored In A Database? If Not, Then Which Type Of Collection Can Be Used To Store In A Database?

1 Answer

0 votes
by

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

...