Login
Remember
Register
Ask a Question
Can An Uninitialized Nested Table Be Referenced?
0
votes
asked
Mar 13, 2021
in
PL/SQL
by
rajeshsharma
Can An Uninitialized Nested Table Be Referenced?
#un-initialized-nested-tables
nested-tables
table-by-referenced
plsql-tables
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 13, 2021
by
rajeshsharma
No, an uninitialized nested table cannot be referenced. It can only be checked for nullity.
...