Basic Oracle Concepts and Programming Question:
Download Job Interview Questions and Answers PDF
What Is the Difference between Formal Parameters and Actual Parameters?
Answer:
Formal parameter and actual parameter are two different terms related parameters used in the procedures and functions:
► A formal parameter is a term used to refer to a parameter defined in the procedure or function declaration statement.
► An actual parameter is a term used to refer to a parameter provided by the calling statement to a procedure or a function.
► A formal parameter is a term used to refer to a parameter defined in the procedure or function declaration statement.
► An actual parameter is a term used to refer to a parameter provided by the calling statement to a procedure or a function.
Download Oracle Database Interview Questions And Answers
PDF
Previous Question | Next Question |
What Is the Order of Defining Local Variables and Sub Procedures/Functions? | What Are the Parameter Modes Supported by PL/SQL? |