Question: Evaluate the following: BEGIN FOR i IN 1..10 LOOP IFI=4 OR I=6 THEN null; I:=0; ELSE I:=i+1; INSERT INTO test(result) VALUES (I); END IF; COMMIT;

Evaluate the following: BEGIN FOR i IN 1..10 LOOP IFI=4 OR I=6 THEN null; I:=0; ELSE I:=i+1; INSERT INTO test(result) VALUES (I); END IF; COMMIT; END LOOP; ROLL BACK; END. How many values will be inserted into the test table? 0 NB: Write only the number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
