Parameter
Parameters are operands passed to a method or operation. A parameter is either an operand, which usually passes a value to the operation, a parameter specification, which allows defining assignment rules as parameters as in the select or grouping method, or simply an asterisk.
Definition:
parameter := parm_spec | operand | '*'