|
||
|
Lesson 1
Creating an Oracle Procedure
|
||
|
In this module, you will learn about creating procedures using PL/SQL.
Procedures are more versatile than functions. While a function returns a single value, a procedure can return no value, or multiple
values using outgoing parameters. A function has severe restrictions against modifying database data, while a procedure is allowed to
modify data. During this lesson, you will create a procedure and then add a call to a function within that procedure.
Module objectives
By the end of this module, you will know how to:
The next lesson describes a procedure and how it differs from a function.
|
||
|
|
||