Multiple choice technology databases Which of the following statements is false with respect to packages? a) The package itself cannot be called, parameterized, or nested. b) The format of a package is similar to that of a subprogram. c) The contents can be shared by many applications once written. 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.