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
Does pl sql work in mysql?
what is the difference between where clause and having clause? : Sql dba
What is java sql drivermanager?
Can a commit statement be executed as part of a trigger?
What are all the different normalizations?
What are system versioned tables?
What are the different types of triggers?
What is execution plan in sql?
What do you understand by case manipulation functions?
What is difference between joins and union?
What is the difference between count 1 and count (*) in a sql query?
What is rtm in testing?
1) Synonyms 2) Co-related Subquery 3) Different Jobs in Plsql 4) Explain Plan 5) Wrap 6) Query Optimization Technique 7) Bulk Collect 8) Types of index 9) IF primary key is created then the index created ? 10) Foreign Key 11) Exception Handling 12) Difference Between Delete and Trunc 13) Procedure Overloading 14) Grant Revoke 15) Procedure Argument types. 16) Functions. 17) Joins
Can we use rowid as primary key?
What are types of exception?