AIM: To implement the conditional selection statement in PL/SQL block. ALGORITHM: STEP 1: Start the program. STEP 2: Create the PL/SQL Block with necessary blocks. STEP 3: Declare the necessary ...
The if statement, or the if...then statement can be used when there is only a single condition to be tested. If the result of the condition is TRUE then certain specified action will be performed ...