package specification-3 procedures
package body-4 procedures how can i write for other
procedure in package body
Answer Posted / athilakshmi
Package Spec contains 3 procedures which is defined in the
Package Body. Those Procedures are Global.
If you want to add the 4th procedure, that to you want to
use as a local in the package, then no need to declare in
the Package Spec. directly you can declare and defined in
the package body itself.
if you want to use that 4th procedure as a global, then
you have to declare in the package specification.
Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Explain character-manipulation functions?
what is the difference between cluster and non cluster index? : Sql dba
i have some prob lem to tell me about my self in interview first round ...
how to see the create table statement of an existing table? : Sql dba
What are the types of keys?
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
What are the rules to be applied to nulls whilst doing comparisons?
What does count (*) mean in sql?
What is an inconsistent dependency?
Why do we need a foreign key?
What are the set operators in sql?
What is string data type in sql?
Do triggers have restrictions on the usage of large datatypes, such as long and long raw?
Is natural join and inner join same?
How many developers work on postgresql?