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.
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.
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: