What is the syntax for creating a package body?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the syntax for creating a package body?
Rating:
Following is the syntax for creating a package body:
IS | AS
private type and item declarations
subprogram bodies
END package_name;
where,
Rating:
Was this information helpful?
Other articles
- What is DBMS_SQL Oracle supplied package?
- What is a BEFORE trigger?
- What are the guidelines for designing triggers?
- What is the structure of a PL/SQL block?
- What is DBMS_JOB Oracle supplied package?