what is meant by forward declaration in functions?

Answer Posted / priyanka samal

Forward declaration means:first you declare the function
what function u want to use in package.atlast doing all the
details of procedure whatever u taken in package
specification.then u define all the details or body part of
function.

2:if u not define function first,there is aerror u have
faced.when u passed this function in procedure
defination,there is a error u faced in compilation.The
procedure can't recognized that function.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you delete duplicates in sql query using rowid?

531


How many types of cursors supported in pl/sql?

582


Explain mutating table error.

637


What are the two types of cursors in pl sql?

527


What are the different set operators available in sql?

556






Why we use cross join?

534


What is multiple partition?

533


How is indexing done in search engines?

523


what is rdbms? : Sql dba

570


What is the difference between having and a where in sql?

565


when is the use of update_statistics command? : Sql dba

494


What is trigger in pl sql with examples?

511


What is a database trigger?

599


How to order siblings in oracle hierarchy queries?

593


What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql

524