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
What is the purpose of the primary key?
Explain ttitle and btitle.
What is sorting in sql?
What is a boolean in sql?
Sql technical questions
What is error ora-12154: tns:could not resolve the connect identifier specified?
how would you get the current date in mysql? : Sql dba
What does trigger mean in slang?
Can variables be used in sql statements?
What do you understand by pl/sql packages?
Is vs as in pl sql?
Is nosql relational?
What is the purpose of primary key?
explain commit and rollback in mysql : sql dba
How can triggers be used for the table auditing?