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


Please Help Members By Posting Answers For Below Questions

How many sql databases can you have on one server?

756


Can we group by two columns in sql?

728


How to create your own reports in sql developer?

729


What does select top 1 do in sql?

728


how to drop an existing view in mysql? : Sql dba

792






Why do we need a foreign key?

757


Explain what is rdbms?

781


What is a design view?

700


How do you bind variables in pl sql?

758


What is linq to sql?

769


Explain mutating table error.

840


How do you delete data from a table?

733


explain the difference between bool, tinyint and bit. : Sql dba

709


What are different types of sql?

755


what happens if null values are involved in expressions? : Sql dba

734