Multiple choice technology mainframe OTHERWISE should be specified along with SELECT instruction. True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation The OTHERWISE clause in a SELECT instruction is optional, not mandatory. It provides a default case when no WHEN conditions match, but can be omitted if not needed. The statement claims it should be specified, which is false.