The SELECT statement has the form
SELECT logical-expression:alt,logical-expression:alt,...,alt
and performs ONE alt following a true logical-expression, if any exist, even if several are true. The alt not following a logical expression, if one is present, is performed if ALL logical-expressions in the statement are false.