what is meant by forward declaration in functions?
Answer Posted / raghavendra
declaration first defination later is nothing but a forward
declaration
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?
What is basic structure of pl sql?
Define tables and fields in a database
What do you mean by rowid?
explain what is mysql? : Sql dba
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
What are different types of indexes?
table structure: ---------------- col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10 01-mar-2012 11:12:46 01-mar-2012 11:11:23 Write a query to display the result as shown below: col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
How do I view output in sql developer?
how to delete an existing column in a table? : Sql dba
what are the drivers in mysql? : Sql dba
how to get a list of all tables in a database? : Sql dba
what does myisamchk do? : Sql dba
Does normalization improve performance?
How do I pipe the output of one isql to another?