i declare 4 procedure in package specification but in package
body i write only 3 procedure. is it complie??//w
Answer Posted / ayan
Procedures that are defined in package spec are public
procedures but procedures those are in package body but not
in package spec are private procedure. we cannot call
private procedure using
package_name.private_procedure_name.Private procedure
should be called from any public procedure.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the source code of a program?
Why are indexes and views important to an organization?
Is coalesce faster than isnull?
What sql database should I use?
what is sp_pkeys? : Transact sql
How do I view a sql database?
How do I run a script in sql developer?
What is primary and foreign key?
How do you identify a primary key?
How can a pl sql block be executed?
how to write date and time literals? : Sql dba
Write a sql query to get the third highest salary of an employee from employee_table?
What is a composite primary key?
What are the differences between implicit and explicit cursors?
What are triggers and its types?