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 add a database to sql?

0 Answers  


What is a trigger in sql?

0 Answers  


What is scope of pl sql developer in future?

0 Answers  


Does it possible to pass object (or) table as an argument to a remote procedure?

1 Answers   TCS,


What is the current version of sql?

0 Answers  






How to retrieve a second highest salary from a table? Note:Suppose salaries are in duplicate values eg: Name Sal Malli 60000 Pandi 60000 Rudra 45000 Ravi 45000

10 Answers   Mind Tree, Polaris, Sonata,


If we declare constraints Unique and Not null on a single column then it will act as a Primary key, so what is the use of primary key??

3 Answers  


What do you mean by rowid?

0 Answers  


How do I filter in sql profiler?

0 Answers  


What is a left join?

0 Answers  


What are the two types of exceptions.

0 Answers  


Is microsoft sql free?

0 Answers  


Categories