what is the forward decleration in packages?



what is the forward decleration in packages?..

Answer / swapna

FWD declarations in package - the package has definition
and a body for procedures and funcs. a fwd declaration is
cosists simply of the program header, followed semicolon.
this header is declared in advance of the actual program
defination and the program is available for use even before
its definition.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How do I run a sql trace?

1 Answers  


what are date and time data types? : Sql dba

1 Answers  


What is the difference between DELETE, TRUNCATE, and DROP?

3 Answers  


Is vs as in pl sql?

1 Answers  


query to retrive the employees whose sal is greater than avg sal

10 Answers   TCS,


How does sql profiler work?

1 Answers  


What is error ora-12154: tns:could not resolve the connect identifier specified?

1 Answers  


what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba

1 Answers  


what are the differences between require and include, include_once and require_once? : Sql dba

1 Answers  


What is right join in sql?

1 Answers  


Is ms sql traffic encrypted?

1 Answers  


Is hadoop a nosql?

1 Answers  


Categories