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 column? : Sql dba
Why we use stored procedure instead of query?
Can a composite key be null?
How do I truncate a sql log file?
what are all the different types of indexes? : Sql dba
How to Declare Fixed Length String Value In PL SQL
Is it possible to include an insert statement on the same table to which the trigger is assigned?
How much ram can sql express use?
How can I see all tables in sql?
What is trigger types in sql?
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
what is timestamp in mysql? : Sql dba
What is partition in sql query?
what are the type of locks ? : Sql dba
Does sql*plus have a pl/sql engine?