PostgreSQL - PL/pgSQL Fundamentals
In PostgreSQL, what happens if none of the
IF or ELSIF conditions are true and there is an ELSE block?IF or ELSIF conditions are true and there is an ELSE block?ELSE block roleELSE block runs only if all previous IF and ELSIF conditions are false.ELSE block code runs. correctly states that the ELSE block executes in this case. Other options describe incorrect behaviors.ELSE block code runs. -> Option AELSE runs if all conditions false [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions