Answer Posted / hr@tgksolutions.com
A PL/SQL package contains related procedures, functions, variables, and other PL/SQL constructs. It consists of two main parts:
• Package Specification: This defines the public interface of the package, including procedures, functions, and global variables that other programs can access.
• Package Body: This contains the actual implementation of the functions and procedures defined in the specification.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the order of sql statement execution?
How many types of keys are there in sql?
Why is %isopen always false for an implicit cursor?
How do I make my sql query run faster?
What are the features of pl sql?
how to run 'mysql' commands from a batch file? : Sql dba
Describe different types of general function used in sql?
how to use 'mysql' to run sql statements? : Sql dba
What is cross join example?
What is the difference between microsoft access and sql server?
How does postgresql compare to mysql?
Explain commit, rollback and savepoint.
Does group by remove duplicates?
What is delimiter sql?
what is transaction? : Sql dba