Answers

Question and Answer:

  Home  Oracle Database

⟩ What Is the Difference between Formal Parameters and Actual Parameters?

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.

 294 views

More Questions for you: