Multiple choice technology databases

What PL/SQL control structure is known as an IF-THEN statement?

  1. Conditional

  2. Sequential

  3. Iterative

  4. Loop

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In PL/SQL, the IF-THEN statement is a conditional control structure. It allows the program to execute a specific block of code only if a certain condition evaluates to TRUE.