Multiple choice technology databases

Private constructs in the package body are hidden and inaccessible.This is an advantage of a package

  1. True

  2. False

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

Private constructs defined in the package body are completely hidden from external access. This enforces information hiding and encapsulation, which is a major advantage of PL/SQL packages.