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 are all the different normalizations?
explain the options of myisamchk to improve the performance of a table. : Sql dba
how to see the create table statement of an existing table? : Sql dba
What are the dml statements?
Why do we need databases?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
What is data control language (dcl)?
How are sql commands classified?
What is the primary use of normalization?
How is a PL/SQL code compiled?
What is package in pl sql?
What is auto increment?
what are enums used for in mysql? : Sql dba
what is a relationship and what are they? : Sql dba
What are the types of records?