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 is attribute indicator in pl sql?
What are all types of user defined functions?
Do foreign keys improve performance?
Explain architecture of sql server notification services?
Can unique keys be null?
What is record variable?
what are enums used for in mysql? : Sql dba
Why join is faster than subquery?
How many triggers can be applied on a table?
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
What steps server process has to take to execute an update statement?
Explain the difference between drop and truncate commands in sql?
How do I sort a table in sql?
What are tuples in sql?
how to rename an existing column in a table? : Sql dba