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 the syntax for creating a package specification?
- What is PL/SQL?
- What is GROUP BY clause?
- What are the different subprograms provided with the DBMS_JOB Oracle supplied package?
- What is the DBMS_OUTPUT Oracle supplied package?