You are on page 1of 1

Procedures

PL/SQL procedures behave very


much like procedures in other
programming language. Here is
an example of a PL/SQL
procedure addtuple1 that, given
an integer i, inserts the tuple (i,
'xxx') into the following example
relation:

You might also like