0% found this document useful (0 votes)
28 views1 page

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
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views1 page

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
We take content rights seriously. If you suspect this is your content, claim it here.
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