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


Please Help Members By Posting Answers For Below Questions

what are rollup and cube in t-sql? : Transact sql

657


Is the primary key an index?

588


what are the types of subquery? : Sql dba

580


What are views in sql?

537


what is the difference between truncate and delete statement? : Transact sql

536






How long will it take to learn pl sql?

520


how to delete an existing column in a table? : Sql dba

548


Is t sql a programming language?

537


How to add a column ‘salary’ to a table employee_details?

579


Why trigger is used in sql?

523


Mention what plvcmt and plvrb does in pl/sql?

626


What is the difference between pl and sql?

537


explain what is mysql? : Sql dba

590


What is dba in sql? : SQL DBA

525


Do we need to create index on primary key?

461