what is difference b/w pravite procedures and public
procedures?
Answer Posted / a g srikanth
Any procedure that is declared and defined ONLY in the
package body is a private procedure. This procedure is
local to the package and other procs cannot call any
private procedure.
On the other hand if the procedure is defined in the
package specification and defined in the package body it is
a public procedure, this is accessible to other procs also.
| Is This Answer Correct ? | 30 Yes | 1 No |
Post New Answer View All Answers
what is the difference between clustered and non clustered index in sql? : Sql dba
Can we enter data in a table in design view?
what are the different functions in sorting an array? : Sql dba
what is not null constraint? : Sql dba
Does view store data in sql?
What is pl sql and why it is used for?
What is procedure explain with program?
What is set serveroutput on in pl sql?
What is the difference between left outer join and left join?
How to write pl sql program in mysql command prompt?
Who is the owner of mysql database?
Can you join a table to itself?
Do triggers have restrictions on the usage of large datatypes, such as long and long raw?
What is on delete restrict?
What is the difference between subquery and correlated query?