What are the two different parts of the pl/sql packages?



What are the two different parts of the pl/sql packages?..

Answer / Gajendra Palsingh

The two different parts of a PL/SQL package are the specification (spec) and body. The specification defines the interface, which includes the name of the package, the functions and procedures it contains, and the types used within them. The body contains the implementation details.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What are the two different parts of the pl/sql packages?

1 Answers  


What does count (*) mean?

1 Answers  


what is data manipulation language? : Sql dba

1 Answers  


how to run 'mysql' commands from a batch file? : Sql dba

1 Answers  


What is a primary key sql?

1 Answers  


Why do we use view in sql?

1 Answers  


What is input buffer in sql*plus?

1 Answers  


What is sql*loader and what is it used for? : aql loader

1 Answers  


what is online transaction processing (oltp)? : Sql dba

1 Answers  


Which table is left in join?

1 Answers  


What is a record in pl/sql?

1 Answers  


What is identity column in sql server?

1 Answers  


Categories