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
what is the difference between a web-garden and a web-farm? : Sql dba
What is the difference between join and natural join?
What is group by in sql?
Will truncate release space?
what is the difference between delete and truncate statement in sql? : Sql dba
What are pl sql procedures?
How can we link a sql database to an existing android app?
Name three sql operations that perform a sort.
Is id a reserved word in sql?
Explain the components of sql?
what is the command used to fetch first 5 characters of the string? : Sql dba
What are the types of join in sql?
What is a table partition?
Can we create index on primary key?
Is left join same as join?