Multiple choice technology programming languages

True of False :A package specification can exist without a body

  1. True

  2. False

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

In Oracle PL/SQL, a package specification defines the public interface and can exist independently without a package body if there are no private procedures, functions, or bodies required.