Answer Posted / nashiinformaticssolutions
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 ddl statements in pl/sql?
What is not equal in sql?
What are pl/sql cursor exceptions?
How do I count duplicates in sql?
What are sql constraints?
Why indexing is needed?
What is pl sql commands?
How many types of cursors supported in pl/sql?
What is an invalid partition table?
what are enums used for in mysql? : Sql dba
Which language is used in sql?
How do I run a pl sql procedure in sql developer?
define join and explain different type of joins? : Sql dba
What are procedures used for?
What are sql indexes?