Which of the following is true about PL/SQL nested tables?
A.Nested tables are like one-dimensional arrays with arbitrary number of elements
B.Unlike arrays a nested table doesn’t have declared number of elements. The size of a nested table can increase dynamically
C.Initially a nested array has consecutive subscripts or dense, but it can become sparse when elements are deleted from it
D.All of the above
Answer and Feedback
Answer:D