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
what is bcp? When is it used?
What is the maximum rows in csv?
What's the difference between inner join and left join?
How to prepare for oracle pl sql certification?
What is interval partition?
How we can update the view?
What is the usage of sql functions?
What is a full join?
how to convert dates to character strings? : Sql dba
What is cartesian join in sql?
Which function is used to return remainder in a division operator in sql?
Why is the cursor important?
What are the two types of exceptions in pl/sql?
How do I make my sql query run faster?
what is the difference between ereg_replace() and eregi_replace()? : Sql dba