Answer Posted / glibwaresoftsolutions
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
what is bcp? When does it used? : Sql dba
What is the difference between a database and a relational database?
what are the 'mysql' command line options? : Sql dba
Can you upgrade sql express to full sql?
What is data type in sql?
Why having clause is used in sql?
What is sqlerrm?
What is graph sql?
Is subquery faster than join?
Is it possible to update views?
Explain alias in sql?
explain primary keys and auto increment fields in mysql : sql dba
What is an oracle stored procedure?
What is the difference between inner join and natural join?
Does sql backup shrink transaction log?