Execution Control Statements - ORACLE PL/SQL Chapter Wise Interview Questions Question 1: What Are the Execution Control Statements in Oracle? Answer: PL/SQL supports three groups of execution control statements: IF Statements - Conditionally executes a block of statements. CASE Statements - Selectively executes a block of statements. LOOP Statements - Repeatedly … [Read more...]