what is mean by forward declaration and where we'll use it.
Answer Posted / 6/8/07
Forward declaration is used in declaring subprograms that
can be used in packages.
eg: procedure query_emp(empno number,empname varchar);
--procedure is declared.
we should define the procedure next..
the basic idea is :declaration first and definition later.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are different types of queries in sql?
Is it possible to link two groups inside a cross products after the cross products group has been created?
what is meant by urlencode and urldocode? : Sql dba
How do I make my sql query run faster?
Is sql similar to python?
What is faster join or subquery?
Why do we use triggers?
How does cross join work?
What is minus?
Explain the difference between 'between' & 'and' operators in sql
what is primary key? : Sql dba
How do you write an index?
What is sql stand for?
what does myisamchk do? : Sql dba
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba