Multiple choice technology databases

Identifiers defined only in the package body are public constructs. These are visible outside the package body

  1. True

  2. False

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

In PL/SQL packages, identifiers declared only in the package body (not in the specification) are private constructs, not public. They are invisible outside the package body. Public constructs must be declared in the package specification.