Multiple choice technology programming languages True of False :A package specification can exist without a body True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation In Oracle PL/SQL, a package can consist of a specification only if it defines types, constants, or variables without any procedural logic that requires a body. Thus, a package specification can legally exist without a corresponding package body.