Multiple choice technology databases

Which of the following statements is false with respect to packages?

  1. a) The package itself cannot be called, parameterized, or nested.

  2. b) The format of a package is similar to that of a subprogram.

  3. c) The contents can be shared by many applications once written.

  4. d) None of the above.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

All statements (a, b, and c) are true: packages cannot be parameterized or nested, their format resembles subprograms, and their contents can be shared. Therefore, 'None of the above' is the false statement.