0% found this document useful (0 votes)
26 views

Procedure

A PL/SQL procedure called addtuple1 inserts a tuple into a relation. The procedure takes an integer i as a parameter and inserts the tuple (i, 'xxx') into the example relation. PL/SQL procedures function similarly to procedures in other programming languages.

Uploaded by

Abdul Mateen
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

Procedure

A PL/SQL procedure called addtuple1 inserts a tuple into a relation. The procedure takes an integer i as a parameter and inserts the tuple (i, 'xxx') into the example relation. PL/SQL procedures function similarly to procedures in other programming languages.

Uploaded by

Abdul Mateen
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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