Oracle/PL/SQL
15일차 PL/SQL Program Unit Chapter 1 - Procedures
Bohemian life
2012. 4. 24. 22:01
Parameters
* Pass or communicate data between the CALLER and the CALLEE (subprogram)
* Used like local variables to the named blocks
* formal parameter vs actual parameter
- formal parameter : parameter passing mode (in, out, in out)
- actual parameter : passing Parameters (positional, named, combination)