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 view explain with example?
What does select * from mean in sql?
What are the properties of a transaction?
Differentiate between pl/sql and sql?
What is the difference between sql, mysql and sql server?
Can we debug stored procedure?
Can we use commit inside a trigger?
What is the difference between drop and truncate commands?
Is oracle and sql same?
How to add, remove, modify users using sql?
Why do we use cursors?
Can we insert data into materialized view?
What is right join in sql?
What is an escape character in sql?
What is use of package in pl sql?