Multiple choice technology databases

A Package spec is compulsory but a package Body is not compulsory

  1. True

  2. False

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

A package specification (spec) is mandatory - it declares the public interface. The package body is optional only if the spec contains only type declarations, variable declarations, or procedure/function headers without implementation. If the spec declares any subprograms, a body is required to implement them.