What is use of package in pl sql?



What is use of package in pl sql?..

Answer / Pankaj Raj

A package in PL/SQL is a collection of related programming units, such as functions, procedures, types, and variables, that can be accessed by multiple programs. Packages allow for modularization, encapsulation, and reusability of code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Explain what is sql*plus?

1 Answers  


What is sql used for?

1 Answers  


How will you debug your procedure? If your procedure is around 2000 lines and the expected output is 10 and we get only output 5.So how will you debug it? Somebody pls give the correct answer?

2 Answers   Fidelity,


Is sql sequential or random?

1 Answers  


How do sql databases work?

1 Answers  


When do we use triggers?

1 Answers  


What are triggers and its uses?

1 Answers  


What are the different types of dbmss?

1 Answers  


What jobs use sql?

1 Answers  


what is the difference between cluster and non cluster index? : Sql dba

1 Answers  


what is view? : Sql dba

1 Answers  


write a query find which rows of a table is updated on 2 days before?

3 Answers   TCS,


Categories