what is meant by forward declaration in functions?
Answer Posted / papia
You must declare the identifier before referencing them.
It consists of the subprogram specification teminated by a
semicolon.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does where 1 1 mean in sql?
explain primary keys and auto increment fields in mysql : sql dba
Can we join same table in sql?
explain the difference between delete , truncate and drop commands? : Sql dba
How is sql used in oracle?
what is collation? : Sql dba
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
Can procedure in package be overloaded?
What if we write return in procedure?
Why plvtab is considered as the easiest way to access the pl/sql table?
What is indexes?
tell me about various levels of constraint. : Sql dba
how can we destroy the session, how can we unset the variable of a session? : Sql dba
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
Can we use commit inside a trigger?