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
Explain what is a subquery ?
what is log shipping? : Sql dba
How do you know if a relationship is 2nf?
Which type of cursor is used to execute the dml statement?
How will you distinguish a global variable with a local variable in pl/sql?
What are predefined functions in sql?
What is the maximum database size for sql express?
How can we link a sql database to an existing android app?
Does inner join return duplicate rows?
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
Why left join is used in sql?
What is count * in sql?
Is sql workbench free?
How do I view output in sql developer?
What is the difference between joins?