what is meant by forward declaration in functions?
Answer Posted / swapna
Forward Declaration means.. If you are defining a package
body having two procedures , If u want to use second
procedure in the defination of first procedure.
You have to declare the second package with its arguments
(if have) before using in the defination of first
procedure.its labled as forward declaration.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is a full join?
how to use case expression? : Sql dba
Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?
how to calculate the difference between two dates? : Sql dba
a table has 2 classifications 1)liabilities 2)earnings this liabitity has 2 elements with 2 input values and the earnings have 2 elements with 2 input values i wrote a query so that my input is liability savings amount1 amount2 xxxx null xxxxxx 0 xxx1 null xxxxx1 0 null yyyy 0 yyyy null yyy1 0 yyy1 my problem is --when i developed a report(d2k) with this data my o/p is liabilities,amount1,savings,amount2 xxxx xxxxxx xxx1 xxxxx1 yyyy yyyy yyy1 yyy1 how could i move this savings,savings values 2 palces up. can any body provide me witha better solution
How many sql core licenses do I need?
what is the difference between sql and t-sql? : Transact sql
how to add a new column to an existing table in mysql? : Sql dba
Explain the methods used to protect source code of pl/sql.
what are date and time functions in mysql? : Sql dba
what are tables and fields? : Sql dba
How do I restart sql?
What are the benefits of pl sql?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
How to return multiple rows from the stored procedure?