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
Which join is default?
How do I view a sql database?
How do I access sql anywhere database?
Is left join inner or outer?
How many types of cursors are available in pl/sql?
How we can update the view?
Is sql open source?
What are the ways on commenting in a pl/sql code?
What is difference between group by and partition by?
difference between anonymous blocks and sub-programs.
Which is the correct statement about truncate and delete?
What is the difference between microsoft access and sql?
Which software is used for pl sql programming?
What is difference between stored function and application function?
Enlist the data types that can be used in pl/sql?