Tell me what a package consists of.

Answers were Sorted based on User's Feedback



Tell me what a package consists of...

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

Tell me what a package consists of...

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

Tell me what a package consists of...

Answer / 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

More SQL PLSQL Interview Questions

what are the type of locks ? : Sql dba

0 Answers  


what is schema? : Sql dba

0 Answers  


How to select 10 records from a table?

0 Answers  


How do I run pl sql in sql developer?

0 Answers  


What are primary key and foreign key and how they work?

0 Answers  






What are triggers and its types?

0 Answers  


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.

0 Answers  


how to see the create table statement of an existing table? : Sql dba

0 Answers  


What is sql dialect?

0 Answers  


what is the use of double ampersand (&&) in sql queries?

0 Answers  


What is the use of desc in sql?

0 Answers  


Categories