Multiple choice technology databases

What is the maximum number of sub programs allowed inside a package

  1. 12

  2. 256

  3. 1024

  4. Unlimited

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

Oracle PL/SQL packages do not have a hard limit on the number of subprograms (procedures and functions) that can be included. The limit is governed by practical considerations like memory, compilation time, and manageability rather than a fixed numerical constraint.