Answer the following statements true (T) or false (F)
1) A PL/SQL table’s row is referenced by the table name and a numeric index.
2) When a PL/SQL table is assigned to another PL/SQL table of the same type, the
recipient table loses its previous rows and indexes.
3) A Varray’s COUNT must be higher than its LIMIT.
4) Once declared, a varray’s size limit cannot be changed.
5) A varray must be initialized before adding an element to it.
1) T
2) T
3) F
4) T
5) T
Computer Science & Information Technology
You might also like to view...
The ________ visually displays which cells are included in a formula calculation
A) displayed value B) cell reference C) label D) range finder
Computer Science & Information Technology
The more random the sample, the more accurate the statistical analysis will be, in part, because randomness eliminates bias
Indicate whether the statement is true or false.
Computer Science & Information Technology