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 difference between rank () row_number () and dense_rank () in sql?
What is foreign key sql?
What is the main difference between sql and pl/sql?
What is cte?
Mention what are different methods to trace the pl/sql code?
What is rownum?
What is difference between sql and excel?
How to write pl sql program in mysql command prompt?
What is information schema in sql?
What are pl sql data types?
How insert into statements in sql?
What does the file extension accdb stand for?
Why do we use partitions in sql?
Can we insert in sql function?
How many joins can you have in sql?