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
How many sql databases can you have on one server?
Can we group by two columns in sql?
How to create your own reports in sql developer?
What does select top 1 do in sql?
how to drop an existing view in mysql? : Sql dba
Why do we need a foreign key?
Explain what is rdbms?
What is a design view?
How do you bind variables in pl sql?
What is linq to sql?
Explain mutating table error.
How do you delete data from a table?
explain the difference between bool, tinyint and bit. : Sql dba
What are different types of sql?
what happens if null values are involved in expressions? : Sql dba