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

Can we create foreign key without primary key?

525


How much does sql cost?

514


how to run 'mysql' commands from a batch file? : Sql dba

603


Can a key be both primary and foreign?

503


Mention what is the function that is used to transfer a pl/sql table log to a database table?

475






How to display the current date in sql?

590


What are the three pl sql block types?

562


What does the sign mean in sql?

497


What is basic structure of pl sql?

490


How do I run a sql query?

525


What is null in pl/sql?

618


How many types of cursors are available in pl/sql?

579


Does mysql_real_escape_string prevent sql injection?

533


who introduced sql?

564


What is parallel hint?

739