Friday, 25 May 2012

What is the difference between initialization of Index-By table and nested table? | PL SQL

 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.