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 are sql injection vulnerabilities?
How do I find duplicates in two columns?
What is full join?
how to use regular expression in pattern match conditions? : Sql dba
What is cursor status?
what is self-join? : Sql dba
define sql update statement ? : Sql dba
What are the different types of functions in sql?
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
Does truncate release storage space?
What is oracle sql called?
What do you mean by stored procedures?
Explian rowid, rownum? What are the psoducolumns we have?
What is posting?
What does data normalization mean?