package specification-3 procedures
package body-2 procedures will is execute

Answers were Sorted based on User's Feedback



package specification-3 procedures package body-2 procedures will is execute..

Answer / umesh joshi

Package specification can be compiled without compiling
package body, whereas package body cannot be compile
without specification compilation

Is This Answer Correct ?    21 Yes 0 No

package specification-3 procedures package body-2 procedures will is execute..

Answer / ajexpert

No.
Package body should contain the same number and type of
objects as declared in package specification

Is This Answer Correct ?    11 Yes 11 No

Post New Answer

More SQL PLSQL Interview Questions

When sql appeared?

0 Answers  


I have a procedure in a procedure. The inner procedure contains out parameter. How I can call the inner procedure in the out procedure and send the inner procedure parameter value(out parameter value) into out procedure?

2 Answers  


HOW TO ADD PRIMARY KEY TO TABLE BY PL/SQL PROGRAM

3 Answers  


What trigger means?

0 Answers  


What is nvarchar in sql?

0 Answers  






When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?

0 Answers  


What is the difference between nested table and varray?

0 Answers  


What is a crud api?

0 Answers  


Why cannot I use bind variables in ddl/scl statements in dynamic sql?

0 Answers  


How do I edit a stored procedure?

0 Answers  


how to rename an existing table in mysql? : Sql dba

0 Answers  


Is like operator in sql case sensitive?

0 Answers  


Categories