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 sql dialect?
Sql technical questions
What is recursive stored procedure?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
How can we optimize a sql query?
what is a field in a database ? : Sql dba
What is difference between hql and native sql?
What is bulk compiling in pl/sql.?
How delete all data from all tables in sql?
What are sql constraints?
What is form and report?
What is a full join?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
What are tuples in sql?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.