Google News
logo
PL/SQL - Quiz(MCQ)
Which of the following is not true about PL/SQL nested tables?
A)
A nested table can be stored in a database column.
B)
Elements of a nested table could be a %ROWTYPE of any database table.
C)
Declaration of a nested table is similar to declaration of an index-by table along with the INDEX BY clause.
D)
Elements of a nested table could also be %TYPE of any database table field.

Correct Answer :   Declaration of a nested table is similar to declaration of an index-by table along with the INDEX BY clause.

Advertisement