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
Why we use cross join?
What is gpt format?
Why stored procedures are faster than query?
What is the need of merge statement?
Define commit?
How many types of sql are there?
How is sql used in oracle?
What is ttitle and btitle?
What is trigger in sql? Explain
What is java sql connection?
what is unique key constraint? : Sql dba
when is the use of update_statistics command? : Sql dba
What is the sql case statement?
Explain character-manipulation functions?
How do you modify a column in sql?