package specification-3 procedures
package body-4 procedures how can i write for other
procedure in package body
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rajasekhar
The 4th procedure have to declare and implement in the body.
Is This Answer Correct ? | 2 Yes | 0 No |
Explain table and field in sql?
What is the difference between distinct and unique in sql?
what is sql profiler
what is a database transaction? : Sql dba
Does sql use python?
Why does %isopen return false for an implicit cursor?
What is trigger explain it?
What is the difference between sql and isql*plus?
How can I create a table from another table without copying any values from the old table?
Can I call a procedure inside a function?
How do I truncate a sql log file?
What is a natural join?