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
How can you view the errors encountered in a trigger?
Why is sql better than hql?
Mention what pl/sql package consists of?
what is bcp? When does it used? : Sql dba
What is user defined functions?
Can a varchar be a primary key?
Where is sql database stored?
How to run sql*plus commands in sql developer?
What are records give examples?
What are different types of triggers?
what is recursive stored procedure? : Sql dba
Mention what does plv msg allows you to do?
What does t sql mean?
Is sql port 1433 encrypted?
What are character functions?