A

Admin • 833K Points
Coach

Q. PL/SQL packages are schema objects that group logically related PL/SQL types, variables and subprograms.

  • (A) True
  • (B) False
  • (C) ---
  • (D) ---
  • Correct Answer - Option(A)
  • Views: 30
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

A package is divided into 2 parts a specification and a body. The specification is an interface to the package and it declares the types,variables,subprograms etc. which can be referenced from outside the package. The body consists of queries for the cursor and the code for subprograms.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.