Answer Posted / hr@tgksolutions.com
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 do I pipe the output of one isql to another?
How to test for null values?
Is sqlite thread safe?
Why sql query is slow?
Explain 3 basic parts of a trigger.
What are the rules to be applied to nulls whilst doing comparisons?
What is a parameter query?
What are sql functions? Describe in brief different types of sql functions?
Explain what is a field in a database and record in a database?
What is sap sql?
How to disable a trigger name update_salary?
How do you change a value in sql?
What is snowflake sql?
How can get second highest salary in sql?
What is native sql query?