Oracle PL-SQL Question:

Download Job Interview Questions and Answers PDF

what is the starting oracle error number?
what is meant by forward declaration in functions?

Oracle PL-SQL Interview Question
Oracle PL-SQL Interview Question

Answer:

One must declare an identifier before referencing it. Once it is declared it can be referred even before defining it in the PL/SQL. This rule applies to function and procedures also.

Download Oracle PL-SQL Interview Questions And Answers PDF

Previous QuestionNext Question
Explian rowid, rownum?what are the psoducolumns we have?In a Distributed Database System Can we execute two queries simultaneously? Justify?