If you have to declare procedure1,procedure2 in package
specification and if you have to declare
procedure1,procedure2 and procedure3 in package body? is it
compilation or not and execute or not? what type of error
is given please
Answer Posted / rajesh venati
No, error will occur, because you declared procedure1 and
procedure2 in specification, those are must and should be
define in the package body, other wise it raise an error.
We can declare any no of procedures in body, with out
declared in specification, those are accessible only local.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is a data manipulation language?
Why do we use sql constraints?
Why do we need a foreign key?
Is left join inner or outer by default?
Why is a primary key important?
What sql database should I use?
Can you select everything, but 1 or 2 fields, without writer's cramp?
Explain normalization and what are the advantages of it?
How long will it take to learn pl sql?
Why do we use %rowtype & %type in plsql?
How many types of triggers exist in pl/sql?
How to create an array in pl/sql?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
What is data profiling in sql?
Can I create table without primary key?