ST/ExST Practices: CASE OF
Table of Contents
Default
For all CASE OF
expressions there must be the ELSE
case and it must be handled. Even if the case statement is applied to an enumeration, because it may be that the enumeration is extended by someone or it's not strict.