You are on page 1of 2

Using Parameters in Procedures

Terminology
Directions: Identify the vocabulary word for each definition below:
1.
Parameters Pass or communicate data between the caller
subprogram.
and
2.
Actual Parameter Can be literal values, variables or
expressions that are

Oracle Academy

Database Programming with PL/SQL


Copyright 2010, Oracle. All rights reserved.
1

provided in the parameter list of a called subprogram.


3.
Formal parameter A parameter name declared in the procedure
heading.

You might also like