What Is the Difference between Formal Parameters and Actual Parameters

Q

What Is the Difference between Formal Parameters and Actual Parameters? - Oracle DBA FAQ - Creating Your Own PL/SQL Procedures and Functions

✍: FYIcenter.com

A

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.

2007-04-25, 6966👍, 0💬