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
Differentiate between syntax and runtime errors.
What is equi join in sql?
Is pl sql still used?
What is the use of sqlerrd 3?
What does pl sql stand for?
What is character functions?
What is a behavioral trigger?
Is sql free?
Is postgresql a nosql database?
How is debugging done?
How much ram can sql express use?
What is a design view?
can sql servers linked to other servers like oracle? : Sql dba
Why do you partition data?
What is pl sql block in dbms?