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
How many row comparison operators are used while working with a subquery?
Does sql full backup truncate logs?
Should I use mbr or gpt?
What is difference between left and right outer join?
What does count (*) mean in sql?
What is meant by user defined function?
What is the difference between nvl function, ifnull function, and isnull function?
What is sql key?
what is the difference between group by and order by in sql? : Sql dba
What is a primary key sql?
How to add, remove, modify users using sql?
Can we insert in sql function?
What is the purpose of design view?
What is the difference between having clause and where clause?
Which type of cursor is used to execute the dml statement?