Multiple choice technology databases What PL/SQL control structure is known as an IF-THEN statement? Conditional Sequential Iterative 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.