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
What is composite primary key in sql?
how to convert character strings to numeric values? : Sql dba
How do you use collections in procedure to return the resultset?
what is 'mysqladmin' in mysql? : Sql dba
What is record in pl sql?
Which is the correct statement about truncate and delete?
explain the difference between delete , truncate and drop commands? : Sql dba
Explain the methods used to protect source code of pl/sql.
explain primary keys and auto increment fields in mysql : sql dba
Where the sql database files are stored?
What do you understand by pl/sql packages?
How do I partition in sql?
What is transaction control language (tcl)?
What is data types in sql?
How exception is different from error?