What is the syntax for creating a package specification?
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 specification?
Rating:
Following is the syntax for creating a package specification:
IS | AS
public type and item declarations
subprogram specifications
END package_name;
where,
All the constructs declared in a package specification are visible to users who are granted privileges on the package.
Rating:
Was this information helpful?
Other articles
- What is a package?
- What is the EXECUTE IMMEDIATE statement?
- What is the USER_SOURCE data dictionary view?
- What is a trigger?
- How is a trigger compiled?