Tell me what a package consists of.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
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 |
what are the type of locks ? : Sql dba
what is schema? : Sql dba
How to select 10 records from a table?
How do I run pl sql in sql developer?
What are primary key and foreign key and how they work?
What are triggers and its types?
wt is the diff b/w greast and max ,least and min? wt is the diff b/w case and decod?
4 Answers Oracle, TCS, Tecnics,
Explain the uses of control file.
how to see the create table statement of an existing table? : Sql dba
What is sql dialect?
what is the use of double ampersand (&&) in sql queries?
What is the use of desc in sql?