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 right join sql?
Which is faster truncate or drop?
What is java sql package?
when MSQL8.0 is in market
What is sql rowcount?
1) Synonyms 2) Co-related Subquery 3) Different Jobs in Plsql 4) Explain Plan 5) Wrap 6) Query Optimization Technique 7) Bulk Collect 8) Types of index 9) IF primary key is created then the index created ? 10) Foreign Key 11) Exception Handling 12) Difference Between Delete and Trunc 13) Procedure Overloading 14) Grant Revoke 15) Procedure Argument types. 16) Functions. 17) Joins
Explain what is a view?
How to call shell script from pl sql procedure?
How to call a javascript function from pl sql?
Explain locks? : Transact sql
What is scalar and vector?
What are the parts of a sql statement?
What is difference between stored function and application function?
What is a full join sql?
what is 'mysqlimport'? : Sql dba