PostgreSQL - PL/pgSQL Fundamentals
Which of the following is the correct syntax to close an IF statement in PostgreSQL?
Which of the following is the correct syntax to close an IF statement in PostgreSQL?
END IF; to close an IF block explicitly.ENDIF; and FINISH IF; are invalid. END; alone closes other blocks but not IF.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions