0 votes
in PL/SQL by
Explain what Is The Difference Between Initialization Of Index-by Table And Nested Table?

1 Answer

0 votes
by

Index-By table is initialized automatically by referencing an element in the collection; whereas, nested tables have to be initialized using a built-in function called constructor.

...