Solved

With Regards to Conditional Decision Making in PL/SQL,which Statement Is

Question 3

Multiple Choice

With regards to conditional decision making in PL/SQL,which statement is true?


A) A condition must evaluate to TRUE or FALSE.
B) Complex conditions are evaluated left to right, and this order cannot be altered.
C) Conditions are evaluated using three-value logic.
D) There is a limit to the number of statements that can be used between the THEN and END-IF keywords.

Correct Answer:

verifed

Verified

Related Questions