Packages & Triggers - ORACLE PL/SQL Chapter Wise Interview Questions Question 1: What is a package spec and package body? Why the separation? Answer: Spec declares public constructs. Body defines public constructs, additionally declares and defines Private constructs Separation helps make development easier Dependency is simplified. You can modify body without … [Read more...]