Multiple Block handling in PL/SQL
This example will demonstrate the performance of different blocks. The golden rule is followed – first inner, then outer
— Block Name
DECLARE
X NUMBER;
BEGIN
X:=1;
WHILE X
This example will demonstrate the performance of different blocks. The golden rule is followed – first inner, then outer
— Block Name
DECLARE
X NUMBER;
BEGIN
X:=1;
WHILE X